2000-02-14 17:57:52 +03:00
|
|
|
# $NetBSD: GENERIC,v 1.54 2000/02/14 14:57:52 tsubai Exp $
|
1998-05-15 14:15:45 +04:00
|
|
|
#
|
1999-10-15 11:55:08 +04:00
|
|
|
# GENERIC -- everything that's currently supported
|
1998-05-15 14:15:45 +04:00
|
|
|
#
|
|
|
|
|
1998-07-29 04:19:20 +04:00
|
|
|
include "arch/macppc/conf/std.macppc"
|
1998-05-15 14:15:45 +04:00
|
|
|
|
2000-02-14 17:57:52 +03:00
|
|
|
#ident "GENERIC-$Revision: 1.54 $"
|
2000-01-24 02:46:04 +03:00
|
|
|
|
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
|
1998-12-10 23:21:28 +03:00
|
|
|
options KTRACE # system call tracing via ktrace(1)
|
1998-05-15 14:15:45 +04:00
|
|
|
|
|
|
|
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,
|
1999-07-29 14:37:12 +04:00
|
|
|
options COMPAT_14 # NetBSD 1.4,
|
1998-05-15 14:15:45 +04:00
|
|
|
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
|
2000-01-20 22:12:28 +03:00
|
|
|
file-system OVERLAY # overlay file system
|
1998-05-15 14:15:45 +04:00
|
|
|
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
|
1999-11-15 22:10:44 +03:00
|
|
|
#options SOFTDEP # FFS soft updates support.
|
1998-05-15 14:15:45 +04:00
|
|
|
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
|
|
|
|
|
1999-11-21 17:00:37 +03:00
|
|
|
# Pull in config fragments for kernel crypto. This is required for
|
|
|
|
# options IPSEC etc. to work. If you want to run with IPSEC, uncomment
|
|
|
|
# one of these, based on whether you use crypto-us or crypto-intl, and
|
|
|
|
# adjust the prefixes as necessary.
|
|
|
|
|
|
|
|
#prefix ../crypto-us/sys
|
|
|
|
#cinclude "conf/files.crypto-us"
|
|
|
|
#prefix
|
|
|
|
|
|
|
|
#prefix ../crypto-intl/sys
|
|
|
|
#cinclude "conf/files.crypto-intl"
|
|
|
|
#prefix
|
|
|
|
|
1998-05-15 14:15:45 +04:00
|
|
|
# Networking options
|
|
|
|
#options GATEWAY # packet forwarding
|
|
|
|
options INET # IP + ICMP + TCP + UDP
|
1999-11-21 17:00:37 +03:00
|
|
|
options INET6 # IPV6
|
|
|
|
#options IPSEC # IP security
|
|
|
|
#options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
|
|
|
|
#options IPSEC_DEBUG # debug for IP security
|
1998-05-15 14:15:45 +04:00
|
|
|
#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
|
1999-07-20 11:40:34 +04:00
|
|
|
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
|
1998-05-15 14:15:45 +04:00
|
|
|
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
|
1998-12-29 07:40:19 +03:00
|
|
|
options USBVERBOSE # verbose USB device autoconfig messages
|
1998-05-15 14:15:45 +04:00
|
|
|
|
1998-10-14 17:54:09 +04:00
|
|
|
# wscons options
|
|
|
|
#options WSEMUL_SUN # sun terminal emulation
|
|
|
|
options WSEMUL_VT100 # VT100 / VT220 emulation
|
2000-02-09 16:10:15 +03:00
|
|
|
options FONT_GALLANT12x22
|
1998-10-14 17:54:09 +04:00
|
|
|
|
1998-05-15 14:15:45 +04:00
|
|
|
# Kernel root file system and dump configuration.
|
|
|
|
config netbsd root on ? type ?
|
|
|
|
|
|
|
|
#
|
|
|
|
# Device configuration
|
|
|
|
#
|
|
|
|
|
1999-02-22 23:25:43 +03:00
|
|
|
mainbus* at root
|
1998-05-15 14:15:45 +04:00
|
|
|
|
1999-02-22 23:25:43 +03:00
|
|
|
cpu* at mainbus?
|
2000-02-03 22:27:43 +03:00
|
|
|
bandit* at mainbus?
|
|
|
|
grackle* at mainbus?
|
2000-02-14 17:57:52 +03:00
|
|
|
uninorth* at mainbus?
|
2000-02-03 22:27:43 +03:00
|
|
|
|
|
|
|
pci* at bandit? bus ?
|
|
|
|
pci* at grackle? bus ?
|
2000-02-14 17:57:52 +03:00
|
|
|
pci* at uninorth? bus ?
|
1999-02-22 23:25:43 +03:00
|
|
|
pci* at ppb? bus ?
|
1998-05-15 14:15:45 +04:00
|
|
|
|
|
|
|
pchb* at pci? dev ? function ? # PCI-Host bridges
|
1999-02-04 18:04:58 +03:00
|
|
|
ppb* at pci? dev ? function ? # PCI-PCI bridges
|
1998-07-02 22:58:32 +04:00
|
|
|
|
1999-04-01 20:11:45 +04:00
|
|
|
de* at pci? dev ? function ? # DEC 21x4x-based Ethernet
|
1999-09-20 02:02:37 +04:00
|
|
|
fpa* at pci? dev ? function ? # DEC PCI FDDI (DEFPA) Controller
|
1999-02-22 23:25:43 +03:00
|
|
|
ep* at pci? dev ? function ? # 3Com 3c59x
|
1998-05-15 14:15:45 +04:00
|
|
|
ne* at pci? dev ? function ? # NE2000-compatible Ethernet
|
1998-10-29 00:06:27 +03:00
|
|
|
adv* at pci? dev ? function ? # AdvanSys 1200[A,B], 9xx[U,UA] SCSI
|
1999-02-22 23:25:43 +03:00
|
|
|
ahc* at pci? dev ? function ? # Adaptec 294x, aic78x0 SCSI
|
1999-05-08 00:10:54 +04:00
|
|
|
bha* at pci? dev ? function ? # BusLogic 9xx SCSI
|
1999-12-26 14:39:16 +03:00
|
|
|
ncr* at pci? dev ? function ? # NCR 53c8xx SCSI
|
1999-12-26 16:02:24 +03:00
|
|
|
pcscp* at pci? dev ? function ? # AMD Am53c974 PCscsi-PCI SCSI
|
1999-02-22 23:25:43 +03:00
|
|
|
ofb* at pci? dev ? function ? # Generic Open Firmware Framebuffer
|
1999-05-06 23:28:20 +04:00
|
|
|
pciide* at pci? dev ? function ?
|
2000-02-08 15:10:56 +03:00
|
|
|
cbb* at pci? dev ? function ? # PCI-CardBus bridge
|
1998-05-15 14:15:45 +04:00
|
|
|
obio0 at pci? dev ? function ?
|
1999-10-15 11:55:08 +04:00
|
|
|
#macofcons0 at pci? dev ? function ? # OpenFirmware console (for debugging)
|
1998-10-13 15:25:26 +04:00
|
|
|
|
2000-01-25 17:43:49 +03:00
|
|
|
exphy* at mii? phy ? # 3Com internal PHYs
|
|
|
|
icsphy* at mii? phy ? # Integrated Circuit Systems ICS1890
|
|
|
|
inphy* at mii? phy ? # Intel 82555 PHYs
|
|
|
|
iophy* at mii? phy ? # Intel 82553 PHYs
|
|
|
|
lxtphy* at mii? phy ? # Level One LXT-970 PHYs
|
1999-02-22 23:25:43 +03:00
|
|
|
nsphy* at mii? phy ? # NS83840 PHYs
|
2000-01-25 17:43:49 +03:00
|
|
|
nsphyter* at mii? phy ? # NS83843 PHYs
|
|
|
|
qsphy* at mii? phy ? # Quality Semiconductor QS6612 PHYs
|
|
|
|
sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs
|
|
|
|
tlphy* at mii? phy ? # ThunderLAN PHYs
|
|
|
|
tqphy* at mii? phy ? # TDK Semiconductor PHYs
|
|
|
|
ukphy* at mii? phy ? # generic unknown PHYs
|
1999-02-22 23:25:43 +03:00
|
|
|
|
|
|
|
bm* at obio? # bmac ethernet
|
|
|
|
mc* at obio? # MACE ethernet
|
|
|
|
esp* at obio? flags 0x00ff # 53c9x SCSI
|
|
|
|
mesh* at obio? flags 0xffff # MESH SCSI
|
|
|
|
nvram* at obio? # nvram
|
|
|
|
adb* at obio? # 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
|
2000-02-08 15:10:56 +03:00
|
|
|
abtn* at adb?
|
1999-02-22 23:25:43 +03:00
|
|
|
zsc* at obio?
|
|
|
|
zstty* at zsc? channel ?
|
1999-08-05 04:31:01 +04:00
|
|
|
mediabay* at obio?
|
|
|
|
wdc* at mediabay? flags 0
|
1998-10-13 15:25:26 +04:00
|
|
|
|
1999-10-15 11:55:08 +04:00
|
|
|
cardslot* at cbb?
|
|
|
|
cardbus* at cardslot?
|
|
|
|
pcmcia* at cardslot?
|
|
|
|
|
1999-10-15 16:27:06 +04:00
|
|
|
com* at pcmcia? function ? # Modems and serial cards
|
1999-10-15 11:55:08 +04:00
|
|
|
wdc* at pcmcia? function ? # PCMCIA IDE controllers
|
|
|
|
ep* at pcmcia? function ? # 3Com 3c589 and 3c562 Ethernet
|
|
|
|
mbe* at pcmcia? function ? # MB8696x based Ethernet
|
|
|
|
ne* at pcmcia? function ? # NE2000-compatible Ethernet
|
2000-02-08 15:10:56 +03:00
|
|
|
ex* at cardbus? dev ? function ? # 3Com 3C575TX
|
|
|
|
tlp* at cardbus? dev ? function ? # DECchip 21143
|
1999-10-15 11:55:08 +04:00
|
|
|
|
1999-02-22 23:25:43 +03:00
|
|
|
wsdisplay0 at ofb? console ?
|
1998-12-28 03:50:44 +03:00
|
|
|
wskbd0 at akbd? console ?
|
1999-11-08 09:17:42 +03:00
|
|
|
wsmouse0 at ams?
|
1998-10-14 17:54:09 +04:00
|
|
|
|
1999-02-22 23:25:43 +03:00
|
|
|
scsibus* at adv?
|
|
|
|
scsibus* at ahc?
|
1999-05-08 00:10:54 +04:00
|
|
|
scsibus* at bha?
|
1999-02-22 23:25:43 +03:00
|
|
|
scsibus* at esp?
|
|
|
|
scsibus* at mesh?
|
1999-12-26 16:02:24 +03:00
|
|
|
scsibus* at ncr?
|
1999-02-22 23:25:43 +03:00
|
|
|
scsibus* at pcscp?
|
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
|
|
|
|
|
1999-02-22 23:25:43 +03:00
|
|
|
wdc* at obio? flags 0x0
|
1999-05-06 23:28:20 +04:00
|
|
|
wd* at pciide? channel ? drive ?
|
1998-12-10 23:21:28 +03:00
|
|
|
wd* at wdc? channel ? drive ? flags 0x0000
|
|
|
|
|
|
|
|
atapibus* at wdc? channel ?
|
|
|
|
|
|
|
|
cd* at atapibus? drive ? flags 0x0000 # ATAPI CD-ROM drives
|
|
|
|
sd* at atapibus? drive ? flags 0x0000 # ATAPI disk drives
|
|
|
|
uk* at atapibus? drive ? flags 0x0000 # ATAPI unknown
|
|
|
|
|
1998-12-29 07:40:19 +03:00
|
|
|
# PCI USB controllers
|
2000-02-08 15:10:56 +03:00
|
|
|
ohci* at pci? dev ? function ? # Open Host Controller
|
1998-12-29 07:40:19 +03:00
|
|
|
|
|
|
|
# USB bus support
|
|
|
|
usb* at ohci?
|
|
|
|
|
|
|
|
# USB Hubs
|
|
|
|
uhub* at usb?
|
|
|
|
uhub* at uhub? port ? configuration ? interface ?
|
|
|
|
|
|
|
|
# USB Mice
|
|
|
|
ums* at uhub? port ? configuration ? interface ?
|
1999-11-08 09:17:42 +03:00
|
|
|
wsmouse* at ums?
|
1998-12-29 07:40:19 +03:00
|
|
|
|
|
|
|
# USB Keyboards
|
|
|
|
ukbd* at uhub? port ? configuration ? interface ?
|
1999-11-08 09:17:42 +03:00
|
|
|
wskbd* at ukbd? console ?
|
1998-12-29 07:40:19 +03:00
|
|
|
|
|
|
|
# USB Generic HID devices
|
|
|
|
uhid* at uhub? port ? configuration ? interface ?
|
|
|
|
|
|
|
|
# USB Printer
|
|
|
|
ulpt* at uhub? port ? configuration ? interface ?
|
|
|
|
|
1999-08-17 02:27:08 +04:00
|
|
|
# USB Modem
|
|
|
|
umodem* at uhub? port ? configuration ?
|
2000-01-25 11:31:56 +03:00
|
|
|
ucom* at umodem?
|
1999-08-17 02:27:08 +04:00
|
|
|
|
1999-08-29 20:55:48 +04:00
|
|
|
# USB Mass Storage
|
|
|
|
umass* at uhub? port ? configuration ? interface ?
|
|
|
|
scsibus* at umass? channel ?
|
|
|
|
|
1999-09-09 16:33:43 +04:00
|
|
|
# USB audio
|
|
|
|
uaudio* at uhub? port ? configuration ?
|
|
|
|
audio* at uaudio?
|
|
|
|
|
2000-01-17 20:47:03 +03:00
|
|
|
# USB Ethernet adapters
|
|
|
|
aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters
|
|
|
|
cue* at uhub? port ? # CATC USB-EL1201A based adapters
|
|
|
|
kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters
|
|
|
|
|
1998-12-29 07:40:19 +03:00
|
|
|
# USB Generic driver
|
|
|
|
ugen* at uhub? port ? configuration ? interface ?
|
|
|
|
|
1998-05-15 14:15:45 +04:00
|
|
|
pseudo-device vnd 4 # disk-like interface to files
|
|
|
|
pseudo-device ccd 4 # concatenated/striped disk devices
|
1998-11-22 18:57:37 +03:00
|
|
|
#pseudo-device raid 4 # RAIDframe disk driver
|
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
|
1998-11-25 23:30:44 +03:00
|
|
|
#pseudo-device gre 2 # generic L3 over IP tunnel
|
1999-11-21 17:00:37 +03:00
|
|
|
pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
|
|
|
|
#pseudo-device faith 1 # IPv[46] tcp relay translation i/f
|
1998-05-15 14:15:45 +04:00
|
|
|
pseudo-device pty 64 # pseudo-terminals
|
|
|
|
|
|
|
|
# rnd is EXPERIMENTAL at this point.
|
|
|
|
#pseudo-device rnd # /dev/random and in-kernel generator
|