Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/nathanw_sa]: src/sys/dev/podulebus Add rudimentary support for the ACE M...
details: https://anonhg.NetBSD.org/src/rev/132479847898
branches: nathanw_sa
changeset: 504626:132479847898
user: bjh21 <bjh21%NetBSD.org@localhost>
date: Sat Apr 14 20:39:24 2001 +0000
description:
Add rudimentary support for the ACE Midi-Connect card which abs gave me.
Currently it appears as a "com" port, which is less than useful, and
occasionally generates stray interrupts. "stty -f /dev/tty00 31250 raw"
does enable it to talk to a nearby MIDI device, though.
diffstat:
sys/dev/podulebus/acemidireg.h | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diffs (12 lines):
diff -r f65bd2ce902d -r 132479847898 sys/dev/podulebus/acemidireg.h
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/dev/podulebus/acemidireg.h Sat Apr 14 20:39:24 2001 +0000
@@ -0,0 +1,8 @@
+/* $NetBSD: acemidireg.h,v 1.1.10.2 2001/04/14 20:39:24 bjh21 Exp $ */
+
+/*
+ * This file is in the public domain.
+ */
+
+#define ACEMIDI_16550_BASE 0x2000
+#define ACEMIDI_16550_FREQ 2000000
Home |
Main Index |
Thread Index |
Old Index