diff options
Diffstat (limited to 'sys/arch/socppc')
-rw-r--r-- | sys/arch/socppc/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/socppc/conf/RAMDISK | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/socppc/conf/GENERIC b/sys/arch/socppc/conf/GENERIC index 4ef87787758..8ccd2b9ec68 100644 --- a/sys/arch/socppc/conf/GENERIC +++ b/sys/arch/socppc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.8 2009/01/30 00:01:20 jasper Exp $ +# $OpenBSD: GENERIC,v 1.9 2009/02/10 18:35:44 damien Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -61,6 +61,7 @@ mos* at uhub? # MOSCHIP CS730/7830 10/100 Ethernet uath* at uhub? # Atheros AR5005UR/AR5005UX ural* at uhub? # Ralink RT2500USB rum* at uhub? # Ralink RT2501USB/RT2601USB +run* at uhub? # Ralink RT2700U/RT2800U/RT3000U sd* at scsibus? diff --git a/sys/arch/socppc/conf/RAMDISK b/sys/arch/socppc/conf/RAMDISK index 48f1c263a4e..ff246547d2a 100644 --- a/sys/arch/socppc/conf/RAMDISK +++ b/sys/arch/socppc/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.3 2008/07/01 04:50:59 brad Exp $ +# $OpenBSD: RAMDISK,v 1.4 2009/02/10 18:35:44 damien Exp $ machine socppc powerpc @@ -56,6 +56,7 @@ umass* at uhub? # USB Mass Storage devices scsibus* at umass? ural* at uhub? # Ralink RT2500USB rum* at uhub? # Ralink RT2501USB/RT2601USB +run* at uhub? # Ralink RT2700U/RT2800U/RT3000U sd* at scsibus? |