diff options
Diffstat (limited to 'sys/arch/landisk/conf')
-rw-r--r-- | sys/arch/landisk/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/landisk/conf/RAMDISK | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/landisk/conf/GENERIC b/sys/arch/landisk/conf/GENERIC index f58c27c02aa..7b313887d37 100644 --- a/sys/arch/landisk/conf/GENERIC +++ b/sys/arch/landisk/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.20 2008/12/01 23:48:46 todd Exp $ +# $OpenBSD: GENERIC,v 1.21 2009/02/10 18:35:44 damien Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -150,6 +150,7 @@ ugen* at uhub? # USB Generic driver uath* at uhub? # Atheros AR5005UG/AR5005UX ural* at uhub? # Ralink RT2500USB rum* at uhub? # Ralink RT2501USB/RT2601USB +run* at uhub? # Ralink RT2700U/RT2800U/RT3000U zyd* at uhub? # Zydas ZD1211 #option NATM #ueagle* at uhub? # Analog Devices Eagle ADSL diff --git a/sys/arch/landisk/conf/RAMDISK b/sys/arch/landisk/conf/RAMDISK index 7cb37b7776d..fbab866de49 100644 --- a/sys/arch/landisk/conf/RAMDISK +++ b/sys/arch/landisk/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.9 2008/06/08 20:37:39 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.10 2009/02/10 18:35:44 damien Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -110,6 +110,7 @@ ugen* at uhub? # USB Generic driver #uath* at uhub? # Atheros AR5005UG/AR5005UX ural* at uhub? # Ralink RT2500USB rum* at uhub? # Ralink RT2501USB/RT2601USB +run* at uhub? # Ralink RT2700U/RT2800U/RT3000U zyd* at uhub? # Zydas ZD1211 #option NATM #ueagle* at uhub? # Analog Devices Eagle ADSL |