Home | History | Annotate | Line # | Download | only in conf
GENERIC revision 1.11
      1 #	$NetBSD: GENERIC,v 1.11 1998/06/09 05:41:20 sakamoto 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	UVM
     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_386BSD_MBRPART	# recognize old partition ID
     33 
     34 file-system 	FFS
     35 file-system 	MFS
     36 file-system 	NFS
     37 file-system 	CD9660
     38 file-system 	MSDOSFS
     39 file-system 	FDESC
     40 file-system 	KERNFS
     41 file-system 	NULLFS
     42 file-system 	PORTAL
     43 file-system 	PROCFS
     44 file-system 	UMAPFS
     45 file-system 	UNION
     46 
     47 options 	FIFO
     48 #options 	FFS_EI		# FFS Endian Independant support
     49 #options 	NFSSERVER
     50 
     51 options 	INET
     52 
     53 options		NFS_BOOT_BOOTPARAM,NFS_BOOT_BOOTP
     54 
     55 config		netbsd	root on ? type ?
     56 
     57 pseudo-device	vnd		4
     58 pseudo-device	loop
     59 pseudo-device	bpfilter	8	# packet filter
     60 pseudo-device	pty		64
     61 
     62 #
     63 # device
     64 #
     65 options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
     66 
     67 options 	PCIVERBOSE	# verbose PCI device messages
     68 
     69 mainbus0 at root
     70 
     71 pci0	at mainbus0 bus ?
     72 
     73 ppb*	at pci? dev ? function ?	# PCI-PCI bridges
     74 pci*	at ppb? bus ?
     75 pchb*	at pci? dev ? function ?	# PCI-Host bridges
     76 pcib*	at pci? dev ? function ?	# PCI-ISA bridges
     77 
     78 isa*	at pcib?			# ISA on PCI-ISA bridge
     79 
     80 #pc0	at isa? port 0x60 irq 1		# generic PC console device
     81 
     82 com0	at isa? port 0x3f8 irq 4	# standard PC serial ports
     83 com1	at isa? port 0x2f8 irq 3
     84 #com2	at isa? port 0x380 irq 16
     85 #com3	at isa? port 0x388 irq 17
     86   
     87 lpt0	at isa? port 0x378 irq 7	# standard PC parallel ports
     88 #lpt1	at isa? port 0x278
     89 #lpt2	at isa? port 0x3bc
     90 
     91 #lms0	at isa? port 0x23c irq 5	# Logitech bus mouse
     92 #lms1	at isa? port 0x238 irq 5
     93 #mms0	at isa? port 0x23c irq 5	# Microsoft InPort mouse
     94 #mms1	at isa? port 0x238 irq 5
     95 #pms0	at pckbd? irq 12		# PS/2 auxiliary port mouse
     96 
     97 pckbc0	at isa?
     98 pckbd*	at pckbc?
     99 #psm*	at pckbc?
    100 #vga0	at isa?
    101 vga*	at pci?
    102 wsdisplay*	at vga? console ?
    103 wskbd*		at pckbd? console ?
    104 #wsmouse*	at psm?
    105 
    106 #ncr*	at pci? dev ? function ?	# NCR 538XX SCSI controllers
    107 #scsibus* at ncr?
    108 
    109 #sd*	at scsibus? target ? lun ?	# SCSI disk drives
    110 #st*	at scsibus? target ? lun ?	# SCSI tape drives
    111 #cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
    112 #ch*	at scsibus? target ? lun ?	# SCSI autochangers
    113 #ss*	at scsibus? target ? lun ?	# SCSI scanners
    114 #uk*	at scsibus? target ? lun ?	# SCSI unknown
    115 
    116 fdc0	at isa? port 0x3f0 irq 6 drq 2	# standard PC floppy controllers
    117 #fdc1	at isa? port 0x370 irq ? drq ?
    118 fd0	at fdc? drive 1
    119 #fd*	at fdc? drive ?
    120 
    121 wdc0	at isa? port 0x1f0 irq 14	# ST506, ESDI, and IDE controllers
    122 wd*	at wdc? drive ?
    123 
    124 ne0	at isa? port 0x300 irq 5	# NE[12]000 ethernet cards
    125 #ipkdbif0 at ne?
    126 
    127 #wss0	at isa? port 0x530 irq 10 drq 0	# Windows Sound System
    128 
    129 #pcppi0 at isa?
    130 #spkr0	at pcppi?
    131 
    132 # Joystick driver. Probe is a little strange; add only if you have one.
    133 #joy0	at isa? port 0x201
    134