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