GENERIC revision 1.14.4.2 1 # $NetBSD: GENERIC,v 1.14.4.2 2001/11/05 19:46:20 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.2 $"
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
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 bridge # simple inter-network bridging
67 #pseudo-device ipfilter
68 pseudo-device loop
69
70 # mouse & keyboard multiplexor pseudo-devices
71 #pseudo-device wsmux 2
72
73 # miscellaneous pseudo-devices
74 pseudo-device rnd # /dev/random and in-kernel generator
75 pseudo-device vnd 4
76 pseudo-device pty
77
78 #
79 # device
80 #
81 options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
82
83 #options PCIVERBOSE # verbose PCI device messages
84 #options PCI_CONFIG_DUMP # verbosely dump PCI config space
85 options PCI_NETBSD_CONFIGURE # Have NetBSD configure PCI I/O & Mem
86
87 mainbus0 at root
88
89 cpu* at mainbus0
90 pci* at mainbus0 bus ?
91
92 ppb* at pci? dev ? function ? # PCI-PCI bridges
93 pci* at ppb? bus ?
94
95 pchb* at pci? dev ? function ? # PCI host bridge
96 pcib* at pci? dev ? function ? # Winbond 83c553 PCI-ISA bridges
97
98 isa* at pcib? # ISA on PCI-ISA bridge
99
100 #pciide* at pci? dev ? function ? # Winbond/Symphony IDE interface
101
102 #vga* at pci? dev ? function ?
103
104 ex* at pci? dev ? function ? # 3Com 90x[B]
105 sip* at pci? dev ? function ? # SiS 900 Ethernet
106 options TLP_MATCH_21040
107 options TLP_MATCH_21041
108 options TLP_MATCH_21140
109 options TLP_MATCH_21142
110 tlp* at pci? dev ? function ? # DEC Tulip and similar
111
112 ukphy* at mii? phy ? # generic unknown PHYs
113 exphy* at mii? phy ? # 3Com internal PHYs
114
115 #pckbc0 at isa? # PS/2 keyboard controller
116 #pckbd* at pckbc? # PC keyboard
117 #pms* at pckbc? # PS/2 mouse for wsmouse
118 #pmsi* at pckbc? # PS/2 "Intelli"mouse for wsmouse
119 #wsdisplay* at vga? console ?
120 #wskbd* at pckbd? console ?
121 #wsmouse* at pms? mux 0
122 #wsmouse* at pmsi? mux 0
123
124 com0 at isa? port 0x3f8 irq 4 # standard PC serial ports
125 com1 at isa? port 0x2f8 irq 3
126
127 lpt0 at isa? port 0x278 irq 7 # standard PC parallel ports
128
129 fdc0 at isa? port 0x3f0 irq 6 drq 2 # standard PC floppy controllers
130 fd* at fdc? drive ? # the drives themselves
131
132 adw* at pci? dev ? function ? # AdvanSys 9x0UW[D], 3940U[2,3]W SCSI
133 dpt* at pci? dev ? function ? # DPT SmartCache/SmartRAID
134 siop* at pci? dev ? function ? # NCR/Symbios 53c8xx SCSI
135 scsibus* at adw?
136 scsibus* at dpt?
137 scsibus* at siop?
138
139 sd* at scsibus? target ? lun ? # SCSI disk drives
140 #st* at scsibus? target ? lun ? # SCSI tape drives
141 #cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
142 #ch* at scsibus? target ? lun ? # SCSI autochangers
143 #ses* at scsibus? target ? lun ? # SCSI Enclosure Services devices
144 #ss* at scsibus? target ? lun ? # SCSI scanners
145 #uk* at scsibus? target ? lun ? # SCSI unknown
146