Fixup scsi references and add ISOFS and PROCFS options. Clean up swap/root
definitions, too.
This commit is contained in:
parent
d1cb647349
commit
ec1d50fc52
|
@ -9,7 +9,7 @@ maxusers 16
|
|||
options TIMEZONE=300, DST=1, MAXFDESCS=2048
|
||||
|
||||
# Standard system options
|
||||
options SWAPPAGER, VNODEPAGER #, DEVPAGER # paging
|
||||
options SWAPPAGER, VNODEPAGER, DEVPAGER # paging
|
||||
options NEWCONFIG
|
||||
options DIAGNOSTIC # DEBUG for extra kernel debugging
|
||||
options KTRACE # system call tracing support
|
||||
|
@ -26,11 +26,13 @@ options MFS # memory-based filesystem
|
|||
#options NFSSERVER # Sun NFS-compatible filesystem
|
||||
#options NFSCLIENT # Sun NFS-compatible filesystem
|
||||
options LOFS # Loop-back filesystem
|
||||
options ISOFS # ISO-9660 w/ RockRidge
|
||||
options KERNFS # kernel data-structure filesystem
|
||||
options FDESC # user file descriptor filesystem
|
||||
#options UMAPFS # uid/gid remapping filesystem
|
||||
#options LFS # Log-based filesystem (still experimental)
|
||||
#options PORTAL # portal filesystem (still experimental)
|
||||
options PROCFS
|
||||
|
||||
# Networking options
|
||||
options SCSI
|
||||
|
@ -46,24 +48,17 @@ options COMPAT_43
|
|||
options NS
|
||||
options MAPMEM,SYSVSHM
|
||||
|
||||
config netbsd root on sd0 swap on sd0
|
||||
config netbsd swap generic
|
||||
|
||||
ae0 at nubus0 slot -1 id ? claimed 0
|
||||
|
||||
ncr* at mainbus? # SCSI NCR 5380
|
||||
ncr0 at mainbus? # SCSI NCR 5380
|
||||
|
||||
scsibus0 at scsi? target 7
|
||||
sd0 at scsibus0 drive ?
|
||||
sd1 at scsibus0 drive ?
|
||||
sd2 at scsibus0 drive ?
|
||||
sd3 at scsibus0 drive ?
|
||||
sd4 at scsibus0 drive ?
|
||||
sd5 at scsibus0 drive ?
|
||||
sd6 at scsibus0 drive ?
|
||||
st0 at scsibus0 drive ?
|
||||
st1 at scsibus0 drive ?
|
||||
cd0 at scsibus0 drive ?
|
||||
cd1 at scsibus0 drive ?
|
||||
scsibus* at scsi?
|
||||
sd* at scsibus? target ? lun ?
|
||||
st* at scsibus? target ? lun ?
|
||||
cd* at scsibus? target ? lun ?
|
||||
ch* at scsibus? target ? lun ?
|
||||
|
||||
pseudo-device loop
|
||||
pseudo-device pty 16
|
||||
|
|
Loading…
Reference in New Issue