diff options
Diffstat (limited to 'sys/arch/luna88k/conf')
-rw-r--r-- | sys/arch/luna88k/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/luna88k/conf/RAMDISK | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/luna88k/conf/GENERIC b/sys/arch/luna88k/conf/GENERIC index 166406e3b17..280a99477af 100644 --- a/sys/arch/luna88k/conf/GENERIC +++ b/sys/arch/luna88k/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.14 2010/07/03 03:59:16 krw Exp $ +# $OpenBSD: GENERIC,v 1.15 2011/06/29 20:52:09 matthew Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -46,9 +46,9 @@ wskbd* at ws? wsmouse* at ws? # SCSI bus support -scsibus* at spc? # SCSI devices +scsibus* at scsi? sd* at scsibus? st* at scsibus? cd* at scsibus? diff --git a/sys/arch/luna88k/conf/RAMDISK b/sys/arch/luna88k/conf/RAMDISK index e88a58fa626..28756370ddd 100644 --- a/sys/arch/luna88k/conf/RAMDISK +++ b/sys/arch/luna88k/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.9 2008/06/08 20:37:39 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.10 2011/06/29 20:52:09 matthew Exp $ machine luna88k m88k @@ -51,9 +51,9 @@ wskbd* at ws? wsmouse* at ws? # SCSI bus support -scsibus* at spc? # SCSI devices +scsibus* at scsi? sd* at scsibus? # SCSI disks st* at scsibus? # SCSI tapes cd* at scsibus? # SCSI CD-ROM |