diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-10-05 16:29:56 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-10-05 16:29:56 +0000 |
commit | f2b1872cd8e8901b8951975425290932d73eeaca (patch) | |
tree | 7b5afb4bddbc52c1a9140a7a9b77d9b7d3af6102 /sys/arch | |
parent | 92fb169e8b9d0006f73bba244b224619aff8f6c8 (diff) |
alpha ramdisk ran out of space, very slightly. Probably due to the
development of tame? option CD9660 and mount_cd9660 are already
absent, so remove the cd(4) driver
ok miod
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/alpha/conf/RAMDISK | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/alpha/conf/RAMDISK b/sys/arch/alpha/conf/RAMDISK index e9dc1d34eae..2fdc424dc93 100644 --- a/sys/arch/alpha/conf/RAMDISK +++ b/sys/arch/alpha/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.79 2015/09/19 10:41:05 miod Exp $ +# $OpenBSD: RAMDISK,v 1.80 2015/10/05 16:29:55 deraadt Exp $ machine alpha maxusers 4 @@ -96,7 +96,6 @@ wd* at pciide? flags 0x0000 scsibus* at scsi? sd* at scsibus? # SCSI disk drives -cd* at scsibus? # SCSI CD-ROM drives wsdisplay* at vga? wsdisplay* at tga? |