Home | History | Annotate | Line # | Download | only in conf
GENERIC revision 1.11
      1 #	$NetBSD: GENERIC,v 1.11 2001/08/30 02:08:42 briggs Exp $
      2 #
      3 # GENERIC for Motorola Sandpoint
      4 #
      5 
      6 include "arch/sandpoint/conf/std.sandpoint"
      7 
      8 #ident 		"GENERIC-$Revision: 1.11 $"
      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 #options 	PMAPCHECK
     27 #options 	PMAPDEBUG
     28 options 	OPENPIC_SERIAL_MODE
     29 
     30 options 	COMPAT_43
     31 options 	COMPAT_09
     32 options 	COMPAT_10
     33 options 	COMPAT_12
     34 options 	COMPAT_13
     35 options 	COMPAT_14
     36 options 	COMPAT_386BSD_MBRPART	# recognize old partition ID
     37 #options 	COMPAT_LINUX   # Linux binary compatibility (experimental)
     38 #options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
     39 
     40 options 	MSGBUFSIZE=65536
     41 file-system 	FFS
     42 file-system 	MFS
     43 file-system 	NFS
     44 file-system 	CD9660
     45 file-system 	MSDOSFS
     46 file-system 	FDESC
     47 file-system 	KERNFS
     48 file-system 	NULLFS
     49 file-system 	OVERLAY
     50 file-system 	PORTAL
     51 file-system 	PROCFS
     52 file-system 	UMAPFS
     53 file-system 	UNION
     54 
     55 options 	SOFTDEP         # FFS soft updates support.
     56 
     57 options 	INET
     58 #options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
     59 
     60 options		NFS_BOOT_BOOTPARAM,NFS_BOOT_BOOTP
     61 
     62 config		netbsd	root on ? type ?
     63 
     64 # network psuedo-devices
     65 pseudo-device	bpfilter	8	# packet filter
     66 #pseudo-device	ipfilter
     67 pseudo-device	loop
     68 
     69 # mouse & keyboard multiplexor pseudo-devices
     70 pseudo-device	wsmux		2
     71 
     72 # miscellaneous pseudo-devices
     73 pseudo-device	rnd			# /dev/random and in-kernel generator
     74 pseudo-device	vnd		4
     75 pseudo-device	pty
     76 
     77 #
     78 # device
     79 #
     80 options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
     81 
     82 #options 	PCIVERBOSE	# verbose PCI device messages
     83 #options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
     84 options 	PCI_NETBSD_CONFIGURE	# Have NetBSD configure PCI I/O & Mem
     85 
     86 mainbus0 at root
     87 
     88 cpu*	at mainbus0
     89 pci*	at mainbus0 bus ?
     90 
     91 ppb*	at pci? dev ? function ?	# PCI-PCI bridges
     92 pci*	at ppb? bus ?
     93 
     94 pchb*	at pci? dev ? function ?	# PCI host bridge
     95 pcib*	at pci? dev ? function ?	# Winbond 83c553 PCI-ISA bridges
     96 
     97 isa*	at pcib?			# ISA on PCI-ISA bridge
     98 
     99 #pciide* at pci? dev ? function ?	# Winbond/Symphony IDE interface
    100 
    101 vga*	at pci? dev ? function ?
    102 
    103 ex*	at pci? dev ? function ?	# 3Com 90x[B]
    104 sip*	at pci? dev ? function ?	# SiS 900 Ethernet
    105 options 	TLP_MATCH_21040
    106 options 	TLP_MATCH_21041
    107 options 	TLP_MATCH_21140
    108 options 	TLP_MATCH_21142
    109 tlp*	at pci? dev ? function ?	# DEC Tulip and similar
    110 
    111 ukphy*	at mii? phy ?			# generic unknown PHYs
    112 exphy*	at mii? phy ?			# 3Com internal PHYs
    113 
    114 pckbc0		at isa?			# PS/2 keyboard controller
    115 pckbd*		at pckbc?		# PC keyboard
    116 pms*		at pckbc?		# PS/2 mouse for wsmouse
    117 pmsi*		at pckbc?		# PS/2 "Intelli"mouse for wsmouse
    118 wsdisplay*	at vga? console ?
    119 wskbd* 		at pckbd? console ?
    120 wsmouse* 	at pms? mux 0
    121 wsmouse* 	at pmsi? mux 0
    122 
    123 com0	at isa? port 0x3f8 irq 4	# standard PC serial ports
    124 com1	at isa? port 0x2f8 irq 3
    125 
    126 lpt0	at isa? port 0x278 irq 7	# standard PC parallel ports
    127 
    128 fdc0	at isa? port 0x3f0 irq 6 drq 2	# standard PC floppy controllers
    129 fd*	at fdc? drive ?			# the drives themselves
    130 
    131 adw*	at pci? dev ? function ?	# AdvanSys 9x0UW[D], 3940U[2,3]W SCSI
    132 dpt*	at pci? dev ? function ?	# DPT SmartCache/SmartRAID
    133 siop*	at pci? dev ? function ?	# NCR/Symbios 53c8xx SCSI
    134 scsibus* at adw?
    135 scsibus* at dpt?
    136 scsibus* at siop?
    137 
    138 sd*	at scsibus? target ? lun ?	# SCSI disk drives
    139 #st*	at scsibus? target ? lun ?	# SCSI tape drives
    140 #cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
    141 #ch*	at scsibus? target ? lun ?	# SCSI autochangers
    142 #ses*	at scsibus? target ? lun ?	# SCSI Enclosure Services devices
    143 #ss*	at scsibus? target ? lun ?	# SCSI scanners
    144 #uk*	at scsibus? target ? lun ?	# SCSI unknown
    145