diff options
author | 2002-06-11 07:52:41 +0000 | |
---|---|---|
committer | 2002-06-11 07:52:41 +0000 | |
commit | f5cf2c8cf728ba68cd3dd31a93713b2798f774da (patch) | |
tree | d2e2a1f7d4852c4ec9b95a00acdaed1459a0bf2e | |
parent | add usb midi support. (diff) | |
download | wireguard-openbsd-f5cf2c8cf728ba68cd3dd31a93713b2798f774da.tar.xz wireguard-openbsd-f5cf2c8cf728ba68cd3dd31a93713b2798f774da.zip |
add umidi, but commented out since I don't have anything to test
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 52aa3ab2f4c..0b332bf8266 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.305 2002/06/11 06:56:51 nate Exp $ +# $OpenBSD: GENERIC,v 1.306 2002/06/11 07:52:41 nate Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -105,6 +105,7 @@ ucom* at uplcom? portno ? #umct* at uhub? port ? # MCT USB-RS232 serial adapter #ucom* at umct? portno ? uaudio* at uhub? port ? configuration ? # USB Audio +#umidi* at uhub? port ? configuration ? ulpt* at uhub? port ? configuration ? # USB Printers umass* at uhub? port ? configuration ? # USB Mass Storage devices scsibus* at umass? |