diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2000-07-03 18:02:28 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2000-07-03 18:02:28 +0000 |
commit | 2c8cd27658a12bc3313c25f6de1b17de1d1ce447 (patch) | |
tree | 31177fa25b88d1743a67e2ffb01f4e6d8db5e607 | |
parent | 0deb5338d2fe184b386ba30956f7bde81ccd61cd (diff) |
A transient measure to make the floppy fit, remove CD support.
As we do not ship alpha on CD currently, this is OK. Idea from Jay Bolton.
-rw-r--r-- | sys/arch/alpha/conf/RAMDISK | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/alpha/conf/RAMDISK b/sys/arch/alpha/conf/RAMDISK index d5ca006ce2a..5963063349e 100644 --- a/sys/arch/alpha/conf/RAMDISK +++ b/sys/arch/alpha/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.26 1999/07/30 19:05:49 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.27 2000/07/03 18:02:27 niklas Exp $ # $NetBSD: RAMDISK,v 1.9 1996/12/03 17:25:33 cgd Exp $ # # Generic Alpha kernel. Enough to get booted, etc., but not much more. @@ -38,7 +38,7 @@ option FFS # Fast file system option KERNFS # pseudo-fs to get at kernel internals #option NFSSERVER # Sun NFS-compatible file system server #option NFSCLIENT # Sun NFS-compatible file system client -option CD9660 # ISO 9660 + Rock Ridge file system +#option CD9660 # ISO 9660 + Rock Ridge file system # Networking options option INET # Internet protocol suite @@ -175,7 +175,7 @@ ne2 at isa? port 0x280 irq 9 # NE[12]000 ethernet cards scsibus* at ncr? # SCSI devices -cd* at scsibus? target ? lun ? # SCSI CD-ROM drives +#cd* at scsibus? target ? lun ? # SCSI CD-ROM drives sd* at scsibus? target ? lun ? # SCSI disk drives st* at scsibus? target ? lun ? # SCSI tape drives |