diff options
Diffstat (limited to 'sys/arch/luna88k/conf/RAMDISK')
-rw-r--r-- | sys/arch/luna88k/conf/RAMDISK | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/sys/arch/luna88k/conf/RAMDISK b/sys/arch/luna88k/conf/RAMDISK index 7ea42f40073..c57fb9218b7 100644 --- a/sys/arch/luna88k/conf/RAMDISK +++ b/sys/arch/luna88k/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.5 2004/09/16 09:35:36 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.6 2005/05/01 07:54:42 david Exp $ machine luna88k m88k @@ -35,28 +35,28 @@ option BOOT_CONFIG # devices # -mainbus0 at root -clock0 at mainbus0 -le0 at mainbus0 -sio0 at mainbus0 -siotty0 at sio0 -ws0 at sio0 -fb0 at mainbus0 -spc0 at mainbus0 -spc1 at mainbus0 +mainbus0 at root +clock0 at mainbus0 +le0 at mainbus0 +sio0 at mainbus0 +siotty0 at sio0 +ws0 at sio0 +fb0 at mainbus0 +spc0 at mainbus0 +spc1 at mainbus0 # Workstation Console attachments -wsdisplay* at fb? -wskbd* at ws? -wsmouse* at ws? +wsdisplay* at fb? +wskbd* at ws? +wsmouse* at ws? # SCSI bus support -scsibus* at spc? +scsibus* at spc? # SCSI devices -sd* at scsibus? # SCSI disks -st* at scsibus? # SCSI tapes -cd* at scsibus? # SCSI CD-ROM +sd* at scsibus? # SCSI disks +st* at scsibus? # SCSI tapes +cd* at scsibus? # SCSI CD-ROM pseudo-device loop 1 pseudo-device bpfilter 1 |