diff options
-rw-r--r-- | sys/arch/alpha/conf/RAMDISKBIG | 3 | ||||
-rw-r--r-- | sys/arch/amd64/conf/RAMDISK | 3 | ||||
-rw-r--r-- | sys/arch/amd64/conf/RAMDISK_CD | 3 | ||||
-rw-r--r-- | sys/arch/cats/conf/RAMDISK | 3 | ||||
-rw-r--r-- | sys/arch/hppa/conf/RAMDISK | 3 | ||||
-rw-r--r-- | sys/arch/hppa64/conf/RAMDISK | 3 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISKC | 3 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISK_CD | 3 |
8 files changed, 16 insertions, 8 deletions
diff --git a/sys/arch/alpha/conf/RAMDISKBIG b/sys/arch/alpha/conf/RAMDISKBIG index 596862e0dae..6f4a38897cc 100644 --- a/sys/arch/alpha/conf/RAMDISKBIG +++ b/sys/arch/alpha/conf/RAMDISKBIG @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKBIG,v 1.55 2005/05/24 08:37:29 brad Exp $ +# $OpenBSD: RAMDISKBIG,v 1.56 2005/05/27 15:54:58 drahn Exp $ # $NetBSD: GENERIC,v 1.31 1996/12/03 17:25:29 cgd Exp $ # # Generic Alpha kernel. Enough to get booted, etc., but not much more. @@ -74,6 +74,7 @@ uhid* at uhidev? # USB Generic HID devices # USB Mass Storage devices umass* at uhub? scsibus* at umass? +atapiscsi* at umass? # USB Modems #umodem* at uhub? diff --git a/sys/arch/amd64/conf/RAMDISK b/sys/arch/amd64/conf/RAMDISK index 7744c9b91d8..017b25a2733 100644 --- a/sys/arch/amd64/conf/RAMDISK +++ b/sys/arch/amd64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.24 2005/05/27 02:08:14 martin Exp $ +# $OpenBSD: RAMDISK,v 1.25 2005/05/27 15:54:58 drahn Exp $ machine amd64 # architecture, used by config; REQUIRED @@ -82,6 +82,7 @@ ukbd* at uhidev? wskbd* at ukbd? mux 1 #umass* at uhub? # USB Mass Storage devices #scsibus* at umass? +#atapiscsi* at umass? #ums* at uhidev? #wsmouse* at ums? mux 0 #aue* at uhub? # ADMtek AN986 Pegasus Ethernet diff --git a/sys/arch/amd64/conf/RAMDISK_CD b/sys/arch/amd64/conf/RAMDISK_CD index e4172c7d65c..8de184e5f59 100644 --- a/sys/arch/amd64/conf/RAMDISK_CD +++ b/sys/arch/amd64/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.33 2005/05/27 02:08:14 martin Exp $ +# $OpenBSD: RAMDISK_CD,v 1.34 2005/05/27 15:54:59 drahn Exp $ machine amd64 # architecture, used by config; REQUIRED @@ -87,6 +87,7 @@ ukbd* at uhidev? wskbd* at ukbd? mux 1 umass* at uhub? # USB Mass Storage devices scsibus* at umass? +atapiscsi* at umass? #ums* at uhidev? #wsmouse* at ums? mux 0 aue* at uhub? # ADMtek AN986 Pegasus Ethernet diff --git a/sys/arch/cats/conf/RAMDISK b/sys/arch/cats/conf/RAMDISK index 0e2ed80f4a5..16efce14ced 100644 --- a/sys/arch/cats/conf/RAMDISK +++ b/sys/arch/cats/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.13 2005/05/01 07:54:42 david Exp $ +# $OpenBSD: RAMDISK,v 1.14 2005/05/27 15:54:59 drahn Exp $ machine cats arm @@ -169,6 +169,7 @@ wskbd* at ukbd? mux 1 umass* at uhub? atapiscsi* at umass? scsibus* at umass? +atapiscsi* at umass? # USB Ethernet adapters aue* at uhub? # ADMtek AN986 Pegasus based adapters diff --git a/sys/arch/hppa/conf/RAMDISK b/sys/arch/hppa/conf/RAMDISK index 3f15ff04556..6d710c6ef96 100644 --- a/sys/arch/hppa/conf/RAMDISK +++ b/sys/arch/hppa/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.47 2005/05/10 12:03:32 mickey Exp $ +# $OpenBSD: RAMDISK,v 1.48 2005/05/27 15:54:59 drahn Exp $ # # Diskless kernel config # @@ -120,6 +120,7 @@ pcmcia* at cardslot? #ulpt* at uhub? # USB Printers #umass* at uhub? # USB Mass Storage devices #scsibus* at umass? +#atapiscsi* at umass? #uhidev* at uhub? # Human Interface Devices #ums* at uhidev? # USB mouse #wsmouse* at ums? mux 0 diff --git a/sys/arch/hppa64/conf/RAMDISK b/sys/arch/hppa64/conf/RAMDISK index d5e2374df78..719b420abfa 100644 --- a/sys/arch/hppa64/conf/RAMDISK +++ b/sys/arch/hppa64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.2 2005/05/10 12:03:32 mickey Exp $ +# $OpenBSD: RAMDISK,v 1.3 2005/05/27 15:54:59 drahn Exp $ # # Diskless kernel config # @@ -92,6 +92,7 @@ pcmcia* at cardslot? #ulpt* at uhub? # USB Printers #umass* at uhub? # USB Mass Storage devices #scsibus* at umass? +#atapiscsi* at umass? #uhidev* at uhub? # Human Interface Devices #ums* at uhidev? # USB mouse #wsmouse* at ums? mux 0 diff --git a/sys/arch/i386/conf/RAMDISKC b/sys/arch/i386/conf/RAMDISKC index 3443130c1de..3e06fdd3312 100644 --- a/sys/arch/i386/conf/RAMDISKC +++ b/sys/arch/i386/conf/RAMDISKC @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKC,v 1.58 2005/05/27 02:08:14 martin Exp $ +# $OpenBSD: RAMDISKC,v 1.59 2005/05/27 15:54:59 drahn Exp $ machine i386 # architecture, used by config; REQUIRED @@ -99,6 +99,7 @@ uhub* at usb? # USB Hubs uhub* at uhub? # USB Hubs umass* at uhub? # USB Mass Storage devices scsibus* at umass? +atapiscsi* at umass? uhidev* at uhub? # Human Interface Devices ukbd* at uhidev? # USB keyboard wskbd* at ukbd? mux 1 diff --git a/sys/arch/i386/conf/RAMDISK_CD b/sys/arch/i386/conf/RAMDISK_CD index 0e5434b348c..ec9b626908b 100644 --- a/sys/arch/i386/conf/RAMDISK_CD +++ b/sys/arch/i386/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.96 2005/05/27 02:08:14 martin Exp $ +# $OpenBSD: RAMDISK_CD,v 1.97 2005/05/27 15:55:00 drahn Exp $ machine i386 # architecture, used by config; REQUIRED @@ -113,6 +113,7 @@ ukbd* at uhidev? wskbd* at ukbd? mux 1 umass* at uhub? # USB Mass Storage devices scsibus* at umass? +atapiscsi* at umass? #ums* at uhidev? #wsmouse* at ums? mux 0 aue* at uhub? # ADMtek AN986 Pegasus Ethernet |