diff options
Diffstat (limited to 'sys/arch/alpha')
-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 |