diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-05-16 01:07:46 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-05-16 01:07:46 +0000 |
commit | 6f108897bdeb2829996492c23c340521727f0d86 (patch) | |
tree | 2c2b175d0af5ca96db99239d8aa8b781fcba990c /sys/arch | |
parent | 9f36710aaa3f9b1dbd789a2f276abe167479a4f5 (diff) |
shrink
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/sparc/conf/RAMDISK | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/sparc/conf/RAMDISK b/sys/arch/sparc/conf/RAMDISK index 1df6147a311..48dc7853a56 100644 --- a/sys/arch/sparc/conf/RAMDISK +++ b/sys/arch/sparc/conf/RAMDISK @@ -36,8 +36,8 @@ option SUN4M # sun4m - SS10, SS20, Classic, etc. # Options for SPARCstation hardware option RASTERCONSOLE # fast rasterop console -option COMPAT_SUNOS # compatibility with SunOS binaries -option COMPAT_SVR4 # compatibility with SVR4 binaries +#option COMPAT_SUNOS # compatibility with SunOS binaries +#option COMPAT_SVR4 # compatibility with SVR4 binaries # Generic swap; second partition of root disk or network. config bsd root on rd0a @@ -236,8 +236,8 @@ sd* at scsibus? target ? lun ? # SCSI disks st* at scsibus? target ? lun ? # SCSI tapes cd* at scsibus? target ? lun ? # SCSI CD-ROMs ch* at scsibus? target ? lun ? # SCSI changer devices -ss* at scsibus? target ? lun ? # SCSI scanners -uk* at scsibus? target ? lun ? # unknown SCSI devices +#ss* at scsibus? target ? lun ? # SCSI scanners +#uk* at scsibus? target ? lun ? # unknown SCSI devices # Floppy controller and drive found on SPARCstations. fdc0 at mainbus0 # sun4c controller |