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