NetBSD/sys/arch/macppc/conf/GENERIC

155 lines
4.8 KiB
Plaintext
Raw Normal View History

1998-10-13 15:25:26 +04:00
# $NetBSD: GENERIC,v 1.13 1998/10/13 11:25:26 tsubai Exp $
1998-05-15 14:15:45 +04:00
#
# POWERMAC config file
#
include "arch/macppc/conf/std.macppc"
1998-05-15 14:15:45 +04:00
maxusers 32
# Standard system options
#options UCONSOLE # users can use TIOCCONS (for xconsole)
#options INSECURE # disable kernel security levels
#options NTP # NTP phase/frequency locked loop
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
# Diagnostic/debugging support options
options DIAGNOSTIC # cheap kernel consistency checks
#options DEBUG # expensive debugging checks/support
options DDB # in-kernel debugger
#options DDB_HISTORY_SIZE=100 # enable history editing in DDB
options TRAP_PANICWAIT
#makeoptions DEBUG="-g" # compile full symbol table
# Compatibility options
options COMPAT_09 # NetBSD 0.9,
options COMPAT_10 # NetBSD 1.0,
options COMPAT_11 # NetBSD 1.1,
options COMPAT_12 # NetBSD 1.2,
options COMPAT_13 # NetBSD 1.3,
options COMPAT_43 # and 4.3BSD
#options COMPAT_386BSD_MBRPART # recognize old partition ID
# File systems
file-system FFS # UFS
file-system EXT2FS # second extended file system (linux)
file-system LFS # log-structured file system
file-system MFS # memory file system
file-system NFS # Network File System client
file-system CD9660 # ISO 9660 + Rock Ridge file system
file-system MSDOSFS # MS-DOS file system
file-system FDESC # /dev/fd
file-system KERNFS # /kern
file-system NULLFS # loopback file system
file-system PORTAL # portal filesystem (still experimental)
file-system PROCFS # /proc
file-system UMAPFS # NULLFS + uid and gid remapping
file-system UNION # union file system
# File system options
options QUOTA # UFS quotas
#options FFS_EI # FFS Endian Independant support
options NFSSERVER # Network File System server
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
# immutable) behave as system flags.
1998-07-29 03:02:06 +04:00
options NFS_BOOT_DHCP # Support DHCP NFS root
1998-05-15 14:15:45 +04:00
# Networking options
#options GATEWAY # packet forwarding
options INET # IP + ICMP + TCP + UDP
#options MROUTING # IP multicast routing
#options NS # XNS
#options NSIP # XNS tunneling over IP
#options ISO,TPIP # OSI
#options EON # OSI tunneling over IP
#options CCITT,LLC,HDLC # X.25
options NETATALK # AppleTalk networking protocols
#options PPP_BSDCOMP # BSD-Compress compression support for PPP
#options PPP_DEFLATE # Deflate compression support for PPP
#options PPP_FILTER # Active filter support for PPP (requires bpf)
#options PFIL_HOOKS # pfil(9) packet filter hooks
#options IPFILTER_LOG # ipmon(8) log support
options NMBCLUSTERS=1024
# Compatibility with 4.2BSD implementation of TCP/IP. Not recommended.
#options TCP_COMPAT_42
# These options enable verbose messages for several subsystems.
# Warning, these may compile large string tables into the kernel!
options PCIVERBOSE # verbose PCI device autoconfig messages
options SCSIVERBOSE # human readable SCSI error messages
# Kernel root file system and dump configuration.
config netbsd root on ? type ?
#
# Device configuration
#
mainbus0 at root
cpu* at mainbus0
pci0 at mainbus0 bus ?
pci1 at mainbus0 bus ?
pchb* at pci? dev ? function ? # PCI-Host bridges
#ppb* at pci? dev ? function ? # PCI-PCI bridges
#pci* at ppb? bus ?
#macofcons0 at pci? dev ? function ? # Openfirmware console
1998-07-02 22:58:32 +04:00
1998-05-29 14:32:49 +04:00
#de* at pci? dev ? function ? # DEC 21x4x-based Ethernet
1998-05-15 14:15:45 +04:00
ep* at pci? dev ? function ?
ne* at pci? dev ? function ? # NE2000-compatible Ethernet
#ahc* at pci? dev ? function ? # Adaptec 294x, aic78x0 SCSI
#scsibus* at ahc?
1998-05-15 14:15:45 +04:00
obio0 at pci? dev ? function ?
1998-07-03 15:50:32 +04:00
nvram0 at obio0 # nvram
1998-10-13 15:25:26 +04:00
1998-07-03 15:50:32 +04:00
adb0 at obio0 # Apple Desktop Bus
1998-10-13 15:25:26 +04:00
aed* at adb? # ADB Event Device
akbd* at adb? # ADB keyboard
ams* at adb? # ADB mouse
1998-05-15 14:15:45 +04:00
mc0 at obio0 # MACE ethernet
esp0 at obio0 flags 0x00ff # 53c9x SCSI
scsibus* at esp0
zsc0 at obio0
zstty0 at zsc0 channel 0
zstty1 at zsc0 channel 1
grfati0 at pci? dev ? function ? # ATY,mach64
grf0 at grfati0
ite0 at grf0
1998-05-15 14:15:45 +04:00
sd* at scsibus? target ? lun ? # SCSI disks
st* at scsibus? target ? lun ? # SCSI tape drives
cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
ch* at scsibus? target ? lun ? # SCSI autochangers
ss* at scsibus? target ? lun ? # SCSI scanners
uk* at scsibus? target ? lun ? # SCSI unknown
pseudo-device vnd 4 # disk-like interface to files
pseudo-device ccd 4 # concatenated/striped disk devices
1998-06-24 19:13:42 +04:00
pseudo-device md 1 # memory disk device
1998-05-15 14:15:45 +04:00
pseudo-device loop # network loopback
pseudo-device bpfilter 8 # packet filter
pseudo-device ipfilter # IP filter (firewall) and NAT
pseudo-device ppp 2 # Point-to-Point Protocol
pseudo-device sl 2 # Serial Line IP
pseudo-device tun 4 # network tunneling over tty
pseudo-device pty 64 # pseudo-terminals
# rnd is EXPERIMENTAL at this point.
#pseudo-device rnd # /dev/random and in-kernel generator