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