diff options
author | Nathan Binkert <nate@cvs.openbsd.org> | 2002-07-09 19:28:02 +0000 |
---|---|---|
committer | Nathan Binkert <nate@cvs.openbsd.org> | 2002-07-09 19:28:02 +0000 |
commit | 4629f922a7143c45adec6584532b3a1444b97da8 (patch) | |
tree | 474a84675da56be970567093b8f0e4ca7f73d7f5 | |
parent | 83434b0add5f8a6356b5448676914ef789eb45d5 (diff) |
Add udsbr and comment it out until it is tested
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index bf35d8ca7b1..006a62c2711 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.309 2002/06/18 01:00:04 nate Exp $ +# $OpenBSD: GENERIC,v 1.310 2002/07/09 19:28:01 nate Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -124,6 +124,8 @@ uscanner* at uhub? port ? # USB Scanners usscanner* at uhub? port ? # USB SCSI scanners, e.g., HP5300 scsibus* at usscanner? #uyap* at uhub? port ? # Y@P firmware loader +#udsbr* at uhub? port ? # D-Link DSB-R100 radio +#radio* at udsbr? ugen* at uhub? port ? configuration ? # USB Generic driver puc* at pci? # PCI "universal" communication device |