diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-03-05 00:06:22 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-03-05 00:06:22 +0000 |
commit | 7826e6bf70b50b5feaad650779c8108aee0d4778 (patch) | |
tree | 7660862da77289eecc6f4168f81761df225f1e8b /sys/arch/hppa/conf | |
parent | 96a9e68b613b161948af09cf3e81a82b45bc3980 (diff) |
remove devices not needed on a ramdisk
Diffstat (limited to 'sys/arch/hppa/conf')
-rw-r--r-- | sys/arch/hppa/conf/RAMDISK | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/sys/arch/hppa/conf/RAMDISK b/sys/arch/hppa/conf/RAMDISK index aa0147f3356..3003b2bf48e 100644 --- a/sys/arch/hppa/conf/RAMDISK +++ b/sys/arch/hppa/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.77 2008/03/04 23:43:12 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.78 2008/03/05 00:06:21 deraadt Exp $ # # Diskless kernel config # @@ -6,12 +6,14 @@ # Machine architecture; required by config(8) machine hppa +option SCSITERSE + option DDB # in-kernel debugger option FFS # UFS option NFSCLIENT # Network File System client option CD9660 # ISO 9660 + Rock Ridge file system -option UDF # UDF (DVD) file system +#option UDF # UDF (DVD) file system option MSDOSFS # MS-DOS file system option FIFO # FIFOs; RECOMMENDED option INET # IP + ICMP + TCP + UDP @@ -204,7 +206,7 @@ com2 at gsc0 offset 0x4040 irq 13 # gecko's fax/voice/modems com3 at gsc0 offset 0x4060 irq 13 #com* at pcmcia? # PCMCIA modems -lpt0 at gsc? irq 7 # both com and lpt are on WD16C552 +#lpt0 at gsc? irq 7 # both com and lpt are on WD16C552 ie0 at gsc0 irq 8 # 82C596DX/CA ether #ie1 at gsc1 irq 8 #ie* at eisa? @@ -325,14 +327,13 @@ scsibus* at atapiscsi? sd* at scsibus? st* at scsibus? cd* at scsibus? -ch* at scsibus? -ss* at scsibus? -uk* at scsibus? +#ch* at scsibus? +#ss* at scsibus? +#uk* at scsibus? pseudo-device rd 1 # ramdisk pseudo-device loop 1 # network loopback pseudo-device bpfilter 1 # packet filter -pseudo-device pty 16 # pseudo-terminals pseudo-device ksyms 1 # kernel symbols device -pseudo-device ccd 4 # concatenated disk devices +#pseudo-device ccd 4 # concatenated disk devices pseudo-device wsmux 2 |