diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2005-12-23 04:01:12 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2005-12-23 04:01:12 +0000 |
commit | e5246807895d8b8f74ca667243a07c9bfe183ac7 (patch) | |
tree | aedc73398c40e36cbe2ff617c8772af447258ec3 | |
parent | 3025d951cff0a7890e539105e4abeaeb54af4400 (diff) |
move midi attachment for umidi down to the MIDI section.
-rw-r--r-- | sys/arch/macppc/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/macppc/conf/GENERIC b/sys/arch/macppc/conf/GENERIC index ddfd1912d07..270841bc68c 100644 --- a/sys/arch/macppc/conf/GENERIC +++ b/sys/arch/macppc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.118 2005/12/23 03:56:48 brad Exp $g +# $OpenBSD: GENERIC,v 1.119 2005/12/23 04:01:11 brad Exp $g # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -216,7 +216,6 @@ ucom* at uipaq? uaudio* at uhub? # USB Audio audio* at uaudio? umidi* at uhub? # USB MIDI -midi* at umidi? ulpt* at uhub? # USB Printers umass* at uhub? # USB Mass Storage devices scsibus* at umass? @@ -287,6 +286,7 @@ wsdisplay* at vgafb? # MIDI support midi* at eap? +midi* at umidi? # Audio support audio* at awacs? |