Remove some items to save space.

This commit is contained in:
fvdl 2003-04-17 14:45:33 +00:00
parent 6bc4824cf3
commit f41a4264a0
1 changed files with 16 additions and 16 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.6 2003/04/17 13:32:28 fvdl Exp $
# $NetBSD: INSTALL,v 1.7 2003/04/17 14:45:33 fvdl Exp $
#
# GENERIC machine description file
#
@ -20,7 +20,7 @@
include "arch/x86_64/conf/std.x86_64"
#ident "INSTALL-$Revision: 1.6 $"
#ident "INSTALL-$Revision: 1.7 $"
maxusers 32 # estimated number of users
@ -64,7 +64,7 @@ options USERCONF # userconf(4) support
#options KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x3f8,KGDB_DEVRATE=9600
#makeoptions DEBUG="-g" # compile full symbol table
options COMPAT_NETBSD32
#options COMPAT_NETBSD32
options EXEC_ELF32
# File systems
@ -88,7 +88,7 @@ file-system KERNFS # /kern
# File system options
#options QUOTA # UFS quotas
#options FFS_EI # FFS Endian Independent support
options SOFTDEP # FFS soft updates support.
#options SOFTDEP # FFS soft updates support.
#options NFSSERVER # Network File System server
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
# immutable) behave as system flags.
@ -497,7 +497,7 @@ umass* at uhub? port ? configuration ? interface ?
#wd* at umass?
# USB MIDI
umidi* at uhub? port ? configuration ?
#umidi* at uhub? port ? configuration ?
# USB Ethernet adapters
aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters
@ -526,20 +526,20 @@ uvscom* at uhub? port ? # SUNTAC Slipper U VS-10U serial adapter
ucom* at uvscom? portno ?
# Diamond Multimedia Rio 500
urio* at uhub? port ?
#urio* at uhub? port ?
# USB Handspring Visor
uvisor* at uhub? port ?
ucom* at uvisor?
#uvisor* at uhub? port ?
#ucom* at uvisor?
# USB scanners
uscanner* at uhub? port ?
#uscanner* at uhub? port ?
# USB scanners that use SCSI emulation, e.g., HP5300
usscanner* at uhub? port ?
#usscanner* at uhub? port ?
# Y@P firmware loader
uyap* at uhub? port ?
#uyap* at uhub? port ?
# D-Link DSB-R100 USB radio
udsbr* at uhub? port ?
@ -563,10 +563,10 @@ include "arch/x86_64/conf/GENERIC.local"
# Pseudo-Devices
# disk/mass storage pseudo-devices
pseudo-device ccd 4 # concatenated/striped disk devices
#pseudo-device ccd 4 # concatenated/striped disk devices
#pseudo-device cgd 4 # cryptographic disk devices
#pseudo-device raid 8 # RAIDframe disk driver
options RAID_AUTOCONFIG # auto-configuration of RAID components
#options RAID_AUTOCONFIG # auto-configuration of RAID components
#Options to enable various other RAIDframe RAID types.
#options RF_INCLUDE_EVENODD=1
#options RF_INCLUDE_RAID5_RS=1
@ -593,12 +593,12 @@ pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
#pseudo-device faith 1 # IPv[46] tcp relay translation i/f
#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation
pseudo-device vlan # IEEE 802.1q encapsulation
pseudo-device bridge # simple inter-network bridging
#pseudo-device bridge # simple inter-network bridging
# miscellaneous pseudo-devices
pseudo-device pty # pseudo-terminals
pseudo-device tb 1 # tablet line discipline
pseudo-device sequencer 1 # MIDI sequencer
#pseudo-device tb 1 # tablet line discipline
#pseudo-device sequencer 1 # MIDI sequencer
# rnd works; RND_COM does not on port i386 yet.
pseudo-device rnd # /dev/random and in-kernel generator
#options RND_COM # use "com" randomness as well (BROKEN)