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