Further cripple the GENERIC configuration. It seems that the firmware

limits are 1000000/2500000 bytes compressed/uncompressed. Sigh.
A boot loader would be nice.
This commit is contained in:
soren 2000-06-01 14:31:26 +00:00
parent ed9486e158
commit 0c99ca516f
1 changed files with 12 additions and 12 deletions

View File

@ -1,8 +1,8 @@
# $NetBSD: GENERIC,v 1.6 2000/06/01 14:21:44 soren Exp $ # $NetBSD: GENERIC,v 1.7 2000/06/01 14:31:26 soren Exp $
include "arch/cobalt/conf/std.cobalt" include "arch/cobalt/conf/std.cobalt"
#ident "GENERIC-$Revision: 1.6 $" #ident "GENERIC-$Revision: 1.7 $"
maxusers 32 maxusers 32
@ -39,15 +39,15 @@ options COMPAT_43 # compatibility with 4.3BSD binaries
file-system FFS # Berkeley Fast Filesystem file-system FFS # Berkeley Fast Filesystem
file-system EXT2FS # second extended file system (linux) file-system EXT2FS # second extended file system (linux)
file-system NFS # Sun NFS-compatible filesystem client file-system NFS # Sun NFS-compatible filesystem client
file-system KERNFS # kernel data-structure filesystem #file-system KERNFS # kernel data-structure filesystem
#file-system NULLFS # NULL layered filesystem #file-system NULLFS # NULL layered filesystem
file-system OVERLAY # overlay file system #file-system OVERLAY # overlay file system
file-system MFS # memory-based filesystem file-system MFS # memory-based filesystem
file-system FDESC # user file descriptor filesystem file-system FDESC # user file descriptor filesystem
#file-system UMAPFS # uid/gid remapping filesystem #file-system UMAPFS # uid/gid remapping filesystem
file-system LFS # Log-based filesystem (still experimental) #file-system LFS # Log-based filesystem (still experimental)
#file-system PORTAL # portal filesystem (still experimental) #file-system PORTAL # portal filesystem (still experimental)
file-system PROCFS # /proc #file-system PROCFS # /proc
#file-system CD9660 # ISO 9660 + Rock Ridge file system #file-system CD9660 # ISO 9660 + Rock Ridge file system
#file-system UNION # union file system #file-system UNION # union file system
#file-system MSDOSFS # MS-DOS FAT filesystem(s). #file-system MSDOSFS # MS-DOS FAT filesystem(s).
@ -77,7 +77,7 @@ options QUOTA # FFS quotas
# Networking options # Networking options
#options GATEWAY # IP packet forwarding #options GATEWAY # IP packet forwarding
options INET # Internet protocols options INET # Internet protocols
options INET6 # IPV6 #options INET6 # IPV6
#options IPSEC # IP security #options IPSEC # IP security
#options IPSEC_ESP # IP security (encryption part; define w/IPSEC) #options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
#options IPSEC_DEBUG # debug for IP security #options IPSEC_DEBUG # debug for IP security
@ -150,8 +150,8 @@ scsibus* at siop?
# SCSI devices # SCSI devices
sd* at scsibus? target ? lun ? # SCSI disk drives sd* at scsibus? target ? lun ? # SCSI disk drives
st* at scsibus? target ? lun ? # SCSI tape drives st* at scsibus? target ? lun ? # SCSI tape drives
cd* at scsibus? target ? lun ? # SCSI CD-ROM drives #cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
ch* at scsibus? target ? lun ? # SCSI autochangers #ch* at scsibus? target ? lun ? # SCSI autochangers
#ss* at scsibus? target ? lun ? # SCSI scanners #ss* at scsibus? target ? lun ? # SCSI scanners
uk* at scsibus? target ? lun ? # SCSI unknown uk* at scsibus? target ? lun ? # SCSI unknown
@ -227,11 +227,11 @@ lxtphy* at mii? phy ? # Level One LXT-970 PHYs
# Pseudo-devices # Pseudo-devices
# Disk/mass storage pseudo-devices # Disk/mass storage pseudo-devices
pseudo-device ccd 4 # concatenated disk devices #pseudo-device ccd 4 # concatenated disk devices
#pseudo-device raid 4 # RAIDframe disk driver #pseudo-device raid 4 # RAIDframe disk driver
#options RAID_AUTOCONFIG # auto-configuration of RAID #options RAID_AUTOCONFIG # auto-configuration of RAID
pseudo-device md 1 # memory disk device (ramdisk) #pseudo-device md 1 # memory disk device (ramdisk)
pseudo-device vnd 4 # disk-like interface to files #pseudo-device vnd 4 # disk-like interface to files
# Network pseudo-devices # Network pseudo-devices
pseudo-device bpfilter 8 # Berkeley packet filter pseudo-device bpfilter 8 # Berkeley packet filter