6c7d3e3521
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.
9 lines
182 B
C
9 lines
182 B
C
/* $NetBSD: acemidireg.h,v 1.1 2001/04/14 20:39:23 bjh21 Exp $ */
|
|
|
|
/*
|
|
* This file is in the public domain.
|
|
*/
|
|
|
|
#define ACEMIDI_16550_BASE 0x2000
|
|
#define ACEMIDI_16550_FREQ 2000000
|