1995-06-19 07:53:58 +04:00
|
|
|
# PUMA
|
1995-05-17 04:33:59 +04:00
|
|
|
|
1997-11-04 06:56:09 +03:00
|
|
|
include "arch/mac68k/conf/std.mac68k"
|
|
|
|
|
|
|
|
maxusers 64
|
|
|
|
|
|
|
|
# Standard system options
|
|
|
|
options KTRACE # system call tracing
|
|
|
|
options SYSVMSG # System V message queues
|
|
|
|
options SYSVSEM # System V semaphores
|
|
|
|
options SYSVSHM # System V shared memory
|
|
|
|
#options SHMMAXPGS=1024 # 1024 pages is the default
|
|
|
|
options LKM # loadable kernel modules
|
|
|
|
|
|
|
|
# Debugging options
|
|
|
|
options DDB # kernel dynamic debugger
|
|
|
|
options SCSIVERBOSE # Verbose SCSI errors
|
|
|
|
|
|
|
|
# Compatibility options
|
|
|
|
options COMPAT_43 # 4.3BSD system interfaces
|
|
|
|
options COMPAT_10 # NetBSD 1.0 binary compatibility
|
|
|
|
options COMPAT_11 # NetBSD 1.1 binary compatibility
|
|
|
|
options COMPAT_12 # NetBSD 1.2 binary compatibility
|
|
|
|
options COMPAT_SUNOS # SunOS 4.x binary compatibility
|
|
|
|
#options COMPAT_M68K4K # compatibility with NetBSD/m68k4k binaries
|
|
|
|
|
|
|
|
# File systems
|
|
|
|
file-system FFS # Berkeley Fast Filesystem
|
|
|
|
file-system NFS # Sun NFS-compatible filesystem client
|
1997-01-31 09:02:19 +03:00
|
|
|
file-system KERNFS # kernel data-structure filesystem
|
1997-11-04 06:56:09 +03:00
|
|
|
file-system NULLFS # NULL layered filesystem
|
|
|
|
file-system MFS # memory-based filesystem
|
|
|
|
file-system PROCFS # /proc
|
|
|
|
file-system CD9660 # ISO 9660 + Rock Ridge file system
|
|
|
|
file-system UNION # union file system
|
|
|
|
file-system MSDOSFS # MS-DOS FAT filesystem(s).
|
1997-01-31 09:02:19 +03:00
|
|
|
|
|
|
|
# File system options
|
1997-11-04 06:56:09 +03:00
|
|
|
options QUOTA # FFS quotas
|
|
|
|
options NFSSERVER # Sun NFS-compatible filesystem server
|
1997-05-06 04:31:49 +04:00
|
|
|
options FIFO # POSIX fifo support (in all filesystems)
|
1995-05-17 04:33:59 +04:00
|
|
|
|
|
|
|
# Networking options
|
1997-11-04 06:56:09 +03:00
|
|
|
options INET # IP stack
|
1997-05-06 04:31:49 +04:00
|
|
|
options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
|
|
|
|
options GATEWAY # IP packet forwarding
|
1997-11-04 06:56:09 +03:00
|
|
|
options NETATALK # AppleTalk networking
|
|
|
|
options PFIL_HOOKS # pfil(9) packet filter hooks.
|
1995-05-17 04:33:59 +04:00
|
|
|
|
|
|
|
# Mac-specific options
|
1997-11-04 06:56:09 +03:00
|
|
|
options M68040
|
|
|
|
options FPSP
|
1995-05-17 04:33:59 +04:00
|
|
|
|
1997-11-04 06:56:09 +03:00
|
|
|
config netbsd root on ? type ?
|
1995-05-17 04:33:59 +04:00
|
|
|
|
1997-02-12 07:31:35 +03:00
|
|
|
asc0 at obio? # ASC/EASC audio
|
1997-11-04 06:56:09 +03:00
|
|
|
intvid0 at obio? # Internal video hardware
|
|
|
|
sn* at obio? # SONIC-based internal ethernet
|
1995-05-17 04:33:59 +04:00
|
|
|
|
1997-02-12 07:31:35 +03:00
|
|
|
nubus0 at mainbus?
|
|
|
|
ae* at nubus? # 8390-based Ethernet NIC
|
1997-11-04 06:56:09 +03:00
|
|
|
sn* at nubus? # SONIC-based Ethernet NIC
|
1997-02-12 07:31:35 +03:00
|
|
|
macvid* at nubus? # NuBus video card
|
1996-05-20 02:29:04 +04:00
|
|
|
|
1997-11-04 06:56:09 +03:00
|
|
|
# Attach grf semantics to all video hardware as it is found
|
|
|
|
grf* at intvid?
|
1996-05-20 02:29:04 +04:00
|
|
|
grf* at macvid?
|
1996-05-05 10:15:56 +04:00
|
|
|
|
1996-08-05 05:52:13 +04:00
|
|
|
# Attach ite semantics to the appropriate grf device
|
|
|
|
ite0 at grf?
|
|
|
|
|
1997-11-04 06:56:09 +03:00
|
|
|
esp0 at obio? # SCSI NCR 53C9x
|
|
|
|
esp1 at obio? # SCSI NCR 53C9x
|
1995-05-17 04:33:59 +04:00
|
|
|
|
|
|
|
scsibus* at scsi?
|
1997-02-12 07:31:35 +03:00
|
|
|
sd* at scsibus? target ? lun ? # SCSI disk drives
|
|
|
|
st* at scsibus? target ? lun ? # SCSI tape drives
|
|
|
|
cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
|
1997-11-04 06:56:09 +03:00
|
|
|
ch* at scsibus? target ? lun ? # SCSI autochangers
|
|
|
|
se* at scsibus? target ? lun ? # SCSI ethernet
|
|
|
|
|
|
|
|
pseudo-device pty 64
|
|
|
|
pseudo-device bpfilter 12
|
|
|
|
pseudo-device vnd 2
|
|
|
|
pseudo-device ccd 2
|
|
|
|
pseudo-device md 1
|
1995-11-01 07:52:46 +03:00
|
|
|
pseudo-device loop
|
1997-11-04 06:56:09 +03:00
|
|
|
pseudo-device ipfilter
|