Home | History | Annotate | Line # | Download | only in conf
GENERIC revision 1.41
      1 #	$NetBSD: GENERIC,v 1.41 2001/08/26 02:47:35 matt Exp $
      2 #
      3 # First try for BEBOX config file
      4 #
      5 
      6 include "arch/bebox/conf/std.bebox"
      7 
      8 #ident 		"GENERIC-$Revision: 1.41 $"
      9 
     10 maxusers	32
     11 
     12 #options 	IPKDBUSERHACK	# Allow access to mapped memory via kgdb
     13 #options 	DEBUG_BY_TOOLS	# Allow debugging from toolsnet
     14 # HMAC key to be used for debugging sessions
     15 #options 	IPKDBKEY="\"HMAC pass phrase text\""
     16 #options 	IPKDBSECURE	# Allow debugging even when securelevel > 0
     17 makeoptions	DEBUG="-g"
     18 
     19 options 	DEBUG
     20 options 	DIAGNOSTIC
     21 options 	TRAP_PANICWAIT
     22 options 	DDB
     23 #options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
     24 options 	KTRACE
     25 options 	NEWPMAP
     26 
     27 #options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
     28 options 	COMPAT_43
     29 options 	COMPAT_09
     30 options 	COMPAT_10
     31 options 	COMPAT_12
     32 options 	COMPAT_13
     33 options 	COMPAT_14
     34 options 	COMPAT_386BSD_MBRPART	# recognize old partition ID
     35 #options 	COMPAT_LINUX   # Linux binary compatibility (experimental)
     36 
     37 file-system 	FFS
     38 file-system 	MFS
     39 file-system 	NFS
     40 file-system 	CD9660
     41 file-system 	MSDOSFS
     42 file-system 	FDESC
     43 file-system 	KERNFS
     44 file-system 	NULLFS
     45 file-system 	OVERLAY
     46 file-system 	PORTAL
     47 file-system 	PROCFS
     48 file-system 	UMAPFS
     49 file-system 	UNION
     50 
     51 #options 	FFS_EI		# FFS Endian Independant support
     52 options 	SOFTDEP         # FFS soft updates support.
     53 #options 	NFSSERVER
     54 
     55 options 	INET
     56 options 	INET6		# IPV6
     57 #options 	IPSEC		# IP security
     58 #options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
     59 #options 	IPSEC_DEBUG	# debug for IP security
     60 
     61 #options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
     62 
     63 options		NFS_BOOT_BOOTPARAM,NFS_BOOT_BOOTP
     64 
     65 config		netbsd	root on ? type ?
     66 
     67 pseudo-device	vnd		4
     68 pseudo-device	loop
     69 pseudo-device	bpfilter	8	# packet filter
     70 pseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
     71 #pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
     72 #pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
     73 pseudo-device	vlan			# IEEE 802.1q encapsulation
     74 pseudo-device	pty			# pseudo-terminals
     75 #pseudo-device	raid		4	# RAIDframe disk driver
     76 #options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
     77 #pseudo-device	gre		2	# generic L3 over IP tunnel
     78 pseudo-device	wsmux		2
     79 
     80 # random number generator pseudo-device
     81 pseudo-device	rnd			# /dev/random and in-kernel generator
     82 #options 	RND_COM			# use "com" randomness as well (BROKEN)
     83 
     84 #
     85 # device
     86 #
     87 options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
     88 
     89 options 	PCIVERBOSE	# verbose PCI device messages
     90 #options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
     91 options 	PCI_NETBSD_CONFIGURE
     92 
     93 mainbus0 at root
     94 
     95 cpu*	at mainbus0
     96 pci0	at mainbus0 bus ?
     97 
     98 ppb*	at pci? dev ? function ?	# PCI-PCI bridges
     99 pci*	at ppb? bus ?
    100 pchb*	at pci? dev ? function ?	# PCI-Host bridges
    101 pcib*	at pci? dev ? function ?	# PCI-ISA bridges
    102 
    103 isa*	at pcib?			# ISA on PCI-ISA bridge
    104 
    105 #pc0	at isa? port 0x60 irq 1		# generic PC console device
    106 
    107 com0	at isa? port 0x3f8 irq 4	# standard PC serial ports
    108 com1	at isa? port 0x2f8 irq 3
    109 #com2	at isa? port 0x380 irq 16
    110 #com3	at isa? port 0x388 irq 17
    111   
    112 lpt0	at isa? port 0x378 irq 7	# standard PC parallel ports
    113 #lpt1	at isa? port 0x278
    114 #lpt2	at isa? port 0x3bc
    115 
    116 #lms0	at isa? port 0x23c irq 5	# Logitech bus mouse
    117 #lms1	at isa? port 0x238 irq 5
    118 #mms0	at isa? port 0x23c irq 5	# Microsoft InPort mouse
    119 #mms1	at isa? port 0x238 irq 5
    120 #pms0	at pckbd? irq 12		# PS/2 auxiliary port mouse
    121 
    122 pckbc0	at isa?
    123 pckbd*	at pckbc?
    124 #pms*	at pckbc?
    125 #vga0	at isa?
    126 vga*	at pci?
    127 pfb*	at pci?
    128 wsdisplay*	at vga? console ?
    129 wsdisplay*	at pfb? console ?
    130 wskbd*		at pckbd? console ?
    131 #wsmouse*	at pms? mux 0
    132 
    133 #siop*	at pci? dev ? function ?	# NCR 538XX SCSI controllers
    134 #scsibus* at siop?
    135 
    136 #sd*	at scsibus? target ? lun ?	# SCSI disk drives
    137 #st*	at scsibus? target ? lun ?	# SCSI tape drives
    138 #cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
    139 #ch*	at scsibus? target ? lun ?	# SCSI autochangers
    140 #ss*	at scsibus? target ? lun ?	# SCSI scanners
    141 #uk*	at scsibus? target ? lun ?	# SCSI unknown
    142 
    143 fdc0	at isa? port 0x3f0 irq 6 drq 2	# standard PC floppy controllers
    144 #fdc1	at isa? port 0x370 irq ? drq ?
    145 fd0	at fdc? drive 1
    146 #fd*	at fdc? drive ?
    147 
    148 wdc0	at isa? port 0x1f0 irq 14	# ST506, ESDI, and IDE controllers
    149 wd*	at wdc? drive ?
    150 
    151 ne0	at isa? port 0x300 irq 5	# NE[12]000 ethernet cards
    152 #ipkdbif0 at ne?
    153 
    154 #wss0	at isa? port 0x530 irq 10 drq 0	# Windows Sound System
    155 
    156 #pcppi0 at isa?
    157 #spkr0	at pcppi?
    158 
    159 # Joystick driver. Probe is a little strange; add only if you have one.
    160 #joy0	at isa? port 0x201
    161