diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-12-31 19:29:12 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-12-31 19:29:12 +0000 |
commit | ef699c0a7090edef6230444c59346e41aebdd5d4 (patch) | |
tree | 8ddf47a1b414e653b6bb74b32d0321d676f888a6 /sys/arch/amd64 | |
parent | 0aad862da9f9f21719e7d94885e6f428e2314a7d (diff) |
enable upgt & lii. both have issues, and will need to be fixed in
time, but it is better to have people be FORCED to try to use them,
and then more people can decide to get involved. if a driver is
in-tree, but people don't even know it exists, how would they get
involved? they just plain would not.
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/amd64/conf/RAMDISK_CD | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index 9e6aacd4df9..e17944de883 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.209 2007/12/23 17:44:07 form Exp $ +# $OpenBSD: GENERIC,v 1.210 2007/12/31 19:29:09 deraadt Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -207,6 +207,7 @@ uath* at uhub? # Atheros AR5005UG/AR5005UX ural* at uhub? # Ralink RT2500USB rum* at uhub? # Ralink RT2501USB/RT2601USB zyd* at uhub? # Zydas ZD1211 +upgt* at uhub? # Conexant/Intersil PrismGT SoftMAC USB udcf* at uhub? # Gude Expert mouseCLOCK uow* at uhub? # Maxim/Dallas DS2490 1-Wire adapter onewire* at uow? diff --git a/sys/arch/amd64/conf/RAMDISK_CD b/sys/arch/amd64/conf/RAMDISK_CD index 68c27e0c93e..d1c7c02c2fe 100644 --- a/sys/arch/amd64/conf/RAMDISK_CD +++ b/sys/arch/amd64/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.79 2007/12/05 19:17:14 deraadt Exp $ +# $OpenBSD: RAMDISK_CD,v 1.80 2007/12/31 19:29:09 deraadt Exp $ machine amd64 # architecture, used by config; REQUIRED @@ -120,6 +120,7 @@ upl* at uhub? # Prolific PL2301/PL2302 host-to-host `network' ural* at uhub? # Ralink RT2500 rum* at uhub? # Ralink RT2501USB/RT2601USB zyd* at uhub? # Zydas ZD1211/ZD1211B +upgt* at uhub? # Conexant/Intersil PrismGT SoftMAC USB pckbc0 at isa? # PC keyboard controller pckbd* at pckbc? # PC keyboard |