diff options
author | Kevin Lo <kevlo@cvs.openbsd.org> | 2009-03-10 09:54:15 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@cvs.openbsd.org> | 2009-03-10 09:54:15 +0000 |
commit | 730e3ac9bc3cf463676f9854152e3d2061111916 (patch) | |
tree | 999cfbafe4705be37bb071f78f234b3f887cad70 /sys | |
parent | c0ba6196182b085fcb39d1fdb8e4539b10d904e4 (diff) |
enable urtw(4)
ok jsg@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/amd64/conf/RAMDISK_CD | 3 | ||||
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISK_CD | 3 |
4 files changed, 8 insertions, 4 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index 8dc7cfc9743..20d7a1bfdf0 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.257 2009/02/25 03:08:25 kevlo Exp $ +# $OpenBSD: GENERIC,v 1.258 2009/03/10 09:54:14 kevlo Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -226,6 +226,7 @@ rum* at uhub? # Ralink RT2501USB/RT2601USB run* at uhub? # Ralink RT2700U/RT2800U/RT3000U zyd* at uhub? # Zydas ZD1211 upgt* at uhub? # Conexant/Intersil PrismGT SoftMAC USB +urtw* at uhub? # RealTek 8187 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 fa2cb73b74b..0c28e0e60e0 100644 --- a/sys/arch/amd64/conf/RAMDISK_CD +++ b/sys/arch/amd64/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.100 2009/02/25 03:08:25 kevlo Exp $ +# $OpenBSD: RAMDISK_CD,v 1.101 2009/03/10 09:54:14 kevlo Exp $ machine amd64 # architecture, used by config; REQUIRED @@ -127,6 +127,7 @@ rum* at uhub? # Ralink RT2501USB/RT2601USB run* at uhub? # Ralink RT2700U/RT2800U/RT3000U zyd* at uhub? # Zydas ZD1211/ZD1211B upgt* at uhub? # Conexant/Intersil PrismGT SoftMAC USB +urtw* at uhub? # RealTek 8187 pckbc0 at isa? # PC keyboard controller pckbd* at pckbc? # PC keyboard diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index c6397ced558..921e55b9ca9 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.651 2009/02/25 03:08:25 kevlo Exp $ +# $OpenBSD: GENERIC,v 1.652 2009/03/10 09:54:14 kevlo Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -285,6 +285,7 @@ rum* at uhub? # Ralink RT2501USB/RT2601USB run* at uhub? # Ralink RT2700U/RT2800U/RT3000U zyd* at uhub? # Zydas ZD1211 upgt* at uhub? # Conexant/Intersil PrismGT SoftMAC USB +urtw* at uhub? # RealTek 8187 #option NATM #ueagle* at uhub? # Analog Devices Eagle ADSL udcf* at uhub? # Gude Expert mouseCLOCK diff --git a/sys/arch/i386/conf/RAMDISK_CD b/sys/arch/i386/conf/RAMDISK_CD index fbc596b2382..e322af89687 100644 --- a/sys/arch/i386/conf/RAMDISK_CD +++ b/sys/arch/i386/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.167 2009/02/25 03:08:25 kevlo Exp $ +# $OpenBSD: RAMDISK_CD,v 1.168 2009/03/10 09:54:14 kevlo Exp $ machine i386 # architecture, used by config; REQUIRED @@ -149,6 +149,7 @@ rum* at uhub? # Ralink RT2501USB/RT2601USB run* at uhub? # Ralink RT2700U/RT2800U/RT3000U zyd* at uhub? # Zydas ZD1211/ZD1211B upgt* at uhub? # Conexant/Intersil PrismGT SoftMAC USB +urtw* at uhub? # RealTek 8187 npx0 at isa? port 0xf0 irq 13 # math coprocessor isadma0 at isa? |