Home | History | Annotate | Line # | Download | only in conf
GENERIC revision 1.17
      1 #	$NetBSD: GENERIC,v 1.17 1999/01/23 16:10:48 drochner Exp $
      2 #
      3 # First try for BEBOX config file
      4 #
      5 
      6 include "arch/bebox/conf/std.bebox"
      7 
      8 maxusers	32
      9 
     10 #options 	IPKDBUSERHACK	# Allow access to mapped memory via kgdb
     11 #options 	DEBUG_BY_TOOLS	# Allow debugging from toolsnet
     12 # HMAC key to be used for debugging sessions
     13 #options 	IPKDBKEY="\"HMAC pass phrase text\""
     14 #options 	IPKDBSECURE	# Allow debugging even when securelevel > 0
     15 makeoptions	DEBUG="-g"
     16 
     17 options 	DEBUG
     18 options 	DIAGNOSTIC
     19 options 	TRAP_PANICWAIT
     20 options 	DDB
     21 #options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
     22 options 	KTRACE
     23 
     24 options 	TCP_COMPAT_42
     25 options 	COMPAT_43
     26 options 	COMPAT_09
     27 options 	COMPAT_10
     28 options 	COMPAT_12
     29 options 	COMPAT_13
     30 options 	COMPAT_386BSD_MBRPART	# recognize old partition ID
     31 
     32 file-system 	FFS
     33 file-system 	MFS
     34 file-system 	NFS
     35 file-system 	CD9660
     36 file-system 	MSDOSFS
     37 file-system 	FDESC
     38 file-system 	KERNFS
     39 file-system 	NULLFS
     40 file-system 	PORTAL
     41 file-system 	PROCFS
     42 file-system 	UMAPFS
     43 file-system 	UNION
     44 
     45 #options 	FFS_EI		# FFS Endian Independant support
     46 #options 	NFSSERVER
     47 
     48 options 	INET
     49 
     50 options		NFS_BOOT_BOOTPARAM,NFS_BOOT_BOOTP
     51 
     52 config		netbsd	root on ? type ?
     53 
     54 pseudo-device	vnd		4
     55 pseudo-device	loop
     56 pseudo-device	bpfilter	8	# packet filter
     57 pseudo-device	pty		64
     58 #pseudo-device	raid		4	# RAIDframe disk driver
     59 #pseudo-device	gre		2	# generic L3 over IP tunnel
     60 
     61 #
     62 # device
     63 #
     64 options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
     65 
     66 options 	PCIVERBOSE	# verbose PCI device messages
     67 
     68 mainbus0 at root
     69 
     70 pci0	at mainbus0 bus ?
     71 
     72 ppb*	at pci? dev ? function ?	# PCI-PCI bridges
     73 pci*	at ppb? bus ?
     74 pchb*	at pci? dev ? function ?	# PCI-Host bridges
     75 pcib*	at pci? dev ? function ?	# PCI-ISA bridges
     76 
     77 isa*	at pcib?			# ISA on PCI-ISA bridge
     78 
     79 #pc0	at isa? port 0x60 irq 1		# generic PC console device
     80 
     81 com0	at isa? port 0x3f8 irq 4	# standard PC serial ports
     82 com1	at isa? port 0x2f8 irq 3
     83 #com2	at isa? port 0x380 irq 16
     84 #com3	at isa? port 0x388 irq 17
     85   
     86 lpt0	at isa? port 0x378 irq 7	# standard PC parallel ports
     87 #lpt1	at isa? port 0x278
     88 #lpt2	at isa? port 0x3bc
     89 
     90 #lms0	at isa? port 0x23c irq 5	# Logitech bus mouse
     91 #lms1	at isa? port 0x238 irq 5
     92 #mms0	at isa? port 0x23c irq 5	# Microsoft InPort mouse
     93 #mms1	at isa? port 0x238 irq 5
     94 #pms0	at pckbd? irq 12		# PS/2 auxiliary port mouse
     95 
     96 pckbc0	at isa?
     97 pckbd*	at pckbc?
     98 #pms*	at pckbc?
     99 #vga0	at isa?
    100 vga*	at pci?
    101 pfb*	at pci?
    102 wsdisplay*	at vga? console ?
    103 wsdisplay*	at pfb? console ?
    104 wskbd*		at pckbd? console ?
    105 #wsmouse*	at pms?
    106 
    107 #ncr*	at pci? dev ? function ?	# NCR 538XX SCSI controllers
    108 #scsibus* at ncr?
    109 
    110 #sd*	at scsibus? target ? lun ?	# SCSI disk drives
    111 #st*	at scsibus? target ? lun ?	# SCSI tape drives
    112 #cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
    113 #ch*	at scsibus? target ? lun ?	# SCSI autochangers
    114 #ss*	at scsibus? target ? lun ?	# SCSI scanners
    115 #uk*	at scsibus? target ? lun ?	# SCSI unknown
    116 
    117 fdc0	at isa? port 0x3f0 irq 6 drq 2	# standard PC floppy controllers
    118 #fdc1	at isa? port 0x370 irq ? drq ?
    119 fd0	at fdc? drive 1
    120 #fd*	at fdc? drive ?
    121 
    122 wdc0	at isa? port 0x1f0 irq 14	# ST506, ESDI, and IDE controllers
    123 wd*	at wdc? drive ?
    124 
    125 ne0	at isa? port 0x300 irq 5	# NE[12]000 ethernet cards
    126 #ipkdbif0 at ne?
    127 
    128 #wss0	at isa? port 0x530 irq 10 drq 0	# Windows Sound System
    129 
    130 #pcppi0 at isa?
    131 #spkr0	at pcppi?
    132 
    133 # Joystick driver. Probe is a little strange; add only if you have one.
    134 #joy0	at isa? port 0x201
    135