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