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