GENERIC revision 1.44.4.3 1 1.44.4.3 nathanw # $NetBSD: GENERIC,v 1.44.4.3 2002/02/28 04:08:36 nathanw Exp $
2 1.44.4.2 nathanw #
3 1.44.4.2 nathanw # GENERIC machine description file
4 1.44.4.2 nathanw #
5 1.44.4.2 nathanw # This machine description file is used to generate the default NetBSD
6 1.44.4.2 nathanw # kernel. The generic kernel does not include all options, subsystems
7 1.44.4.2 nathanw # and device drivers, but should be useful for most applications.
8 1.44.4.2 nathanw #
9 1.44.4.2 nathanw # The machine description file can be customised for your specific
10 1.44.4.2 nathanw # machine to reduce the kernel size and improve its performance.
11 1.44.4.2 nathanw #
12 1.44.4.2 nathanw # For further information on compiling NetBSD kernels, see the config(8)
13 1.44.4.2 nathanw # man page.
14 1.44.4.2 nathanw #
15 1.44.4.2 nathanw # For further information on hardware support for this architecture, see
16 1.44.4.2 nathanw # the intro(4) man page. For further information about kernel options
17 1.44.4.2 nathanw # for this architecture, see the options(4) man page. For an explanation
18 1.44.4.2 nathanw # of each device driver in this file see the section 4 man page for the
19 1.44.4.2 nathanw # device.
20 1.44.4.2 nathanw
21 1.44.4.2 nathanw include "arch/bebox/conf/std.bebox"
22 1.44.4.2 nathanw
23 1.44.4.3 nathanw #ident "GENERIC-$Revision: 1.44.4.3 $"
24 1.44.4.2 nathanw
25 1.44.4.2 nathanw maxusers 32
26 1.44.4.2 nathanw
27 1.44.4.2 nathanw #options IPKDBUSERHACK # Allow access to mapped memory via kgdb
28 1.44.4.2 nathanw #options DEBUG_BY_TOOLS # Allow debugging from toolsnet
29 1.44.4.2 nathanw # HMAC key to be used for debugging sessions
30 1.44.4.2 nathanw #options IPKDBKEY="\"HMAC pass phrase text\""
31 1.44.4.2 nathanw #options IPKDBSECURE # Allow debugging even when securelevel > 0
32 1.44.4.2 nathanw makeoptions DEBUG="-g"
33 1.44.4.2 nathanw
34 1.44.4.2 nathanw options DEBUG
35 1.44.4.2 nathanw options DIAGNOSTIC
36 1.44.4.2 nathanw options TRAP_PANICWAIT
37 1.44.4.2 nathanw options DDB
38 1.44.4.2 nathanw #options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
39 1.44.4.2 nathanw options KTRACE
40 1.44.4.2 nathanw options NEWPMAP
41 1.44.4.3 nathanw #options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
42 1.44.4.2 nathanw
43 1.44.4.2 nathanw #options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
44 1.44.4.2 nathanw options COMPAT_43
45 1.44.4.2 nathanw options COMPAT_09
46 1.44.4.2 nathanw options COMPAT_10
47 1.44.4.2 nathanw options COMPAT_12
48 1.44.4.2 nathanw options COMPAT_13
49 1.44.4.2 nathanw options COMPAT_14
50 1.44.4.2 nathanw options COMPAT_386BSD_MBRPART # recognize old partition ID
51 1.44.4.2 nathanw #options COMPAT_LINUX # Linux binary compatibility
52 1.44.4.2 nathanw
53 1.44.4.2 nathanw file-system FFS
54 1.44.4.2 nathanw file-system MFS
55 1.44.4.2 nathanw file-system NFS
56 1.44.4.2 nathanw file-system CD9660
57 1.44.4.2 nathanw file-system MSDOSFS
58 1.44.4.2 nathanw file-system FDESC
59 1.44.4.2 nathanw file-system KERNFS
60 1.44.4.2 nathanw file-system NULLFS
61 1.44.4.2 nathanw file-system OVERLAY
62 1.44.4.2 nathanw file-system PORTAL
63 1.44.4.2 nathanw file-system PROCFS
64 1.44.4.2 nathanw file-system UMAPFS
65 1.44.4.2 nathanw file-system UNION
66 1.44.4.2 nathanw
67 1.44.4.2 nathanw #options FFS_EI # FFS Endian Independant support
68 1.44.4.2 nathanw options SOFTDEP # FFS soft updates support.
69 1.44.4.2 nathanw #options NFSSERVER
70 1.44.4.2 nathanw
71 1.44.4.2 nathanw options INET
72 1.44.4.2 nathanw options INET6 # IPV6
73 1.44.4.2 nathanw #options IPSEC # IP security
74 1.44.4.2 nathanw #options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
75 1.44.4.2 nathanw #options IPSEC_DEBUG # debug for IP security
76 1.44.4.2 nathanw
77 1.44.4.2 nathanw #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
78 1.44.4.2 nathanw
79 1.44.4.2 nathanw options NFS_BOOT_BOOTPARAM,NFS_BOOT_BOOTP
80 1.44.4.2 nathanw
81 1.44.4.2 nathanw config netbsd root on ? type ?
82 1.44.4.2 nathanw
83 1.44.4.2 nathanw pseudo-device vnd 4
84 1.44.4.2 nathanw pseudo-device loop
85 1.44.4.2 nathanw pseudo-device bpfilter 8 # packet filter
86 1.44.4.2 nathanw pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
87 1.44.4.2 nathanw #pseudo-device faith 1 # IPv[46] tcp relay translation i/f
88 1.44.4.2 nathanw #pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation
89 1.44.4.2 nathanw pseudo-device vlan # IEEE 802.1q encapsulation
90 1.44.4.2 nathanw pseudo-device pppoe # PPP over Ethernet (RFC 2516)
91 1.44.4.2 nathanw pseudo-device bridge # simple inter-network bridging
92 1.44.4.2 nathanw pseudo-device pty # pseudo-terminals
93 1.44.4.3 nathanw pseudo-device raid 8 # RAIDframe disk driver
94 1.44.4.3 nathanw options RAID_AUTOCONFIG # auto-configuration of RAID components
95 1.44.4.3 nathanw # Options to enable various other RAIDframe RAID types.
96 1.44.4.3 nathanw # options RF_INCLUDE_EVENODD=1
97 1.44.4.3 nathanw # options RF_INCLUDE_RAID5_RS=1
98 1.44.4.3 nathanw # options RF_INCLUDE_PARITYLOGGING=1
99 1.44.4.3 nathanw # options RF_INCLUDE_CHAINDECLUSTER=1
100 1.44.4.3 nathanw # options RF_INCLUDE_INTERDECLUSTER=1
101 1.44.4.3 nathanw # options RF_INCLUDE_PARITY_DECLUSTERING=1
102 1.44.4.3 nathanw # options RF_INCLUDE_PARITY_DECLUSTERING_DS=1
103 1.44.4.2 nathanw #pseudo-device gre 2 # generic L3 over IP tunnel
104 1.44.4.2 nathanw pseudo-device wsmux 2
105 1.44.4.2 nathanw
106 1.44.4.2 nathanw # random number generator pseudo-device
107 1.44.4.2 nathanw pseudo-device rnd # /dev/random and in-kernel generator
108 1.44.4.2 nathanw #options RND_COM # use "com" randomness as well (BROKEN)
109 1.44.4.2 nathanw
110 1.44.4.2 nathanw #
111 1.44.4.2 nathanw # device
112 1.44.4.2 nathanw #
113 1.44.4.2 nathanw options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
114 1.44.4.2 nathanw
115 1.44.4.2 nathanw options PCIVERBOSE # verbose PCI device messages
116 1.44.4.2 nathanw #options PCI_CONFIG_DUMP # verbosely dump PCI config space
117 1.44.4.2 nathanw options PCI_NETBSD_CONFIGURE
118 1.44.4.2 nathanw
119 1.44.4.2 nathanw mainbus0 at root
120 1.44.4.2 nathanw
121 1.44.4.2 nathanw cpu* at mainbus0
122 1.44.4.2 nathanw pci0 at mainbus0 bus ?
123 1.44.4.2 nathanw
124 1.44.4.2 nathanw ppb* at pci? dev ? function ? # PCI-PCI bridges
125 1.44.4.2 nathanw pci* at ppb? bus ?
126 1.44.4.2 nathanw pchb* at pci? dev ? function ? # PCI-Host bridges
127 1.44.4.2 nathanw pcib* at pci? dev ? function ? # PCI-ISA bridges
128 1.44.4.2 nathanw
129 1.44.4.2 nathanw isa* at pcib? # ISA on PCI-ISA bridge
130 1.44.4.2 nathanw
131 1.44.4.2 nathanw #pc0 at isa? port 0x60 irq 1 # generic PC console device
132 1.44.4.2 nathanw
133 1.44.4.2 nathanw com0 at isa? port 0x3f8 irq 4 # standard PC serial ports
134 1.44.4.2 nathanw com1 at isa? port 0x2f8 irq 3
135 1.44.4.2 nathanw #com2 at isa? port 0x380 irq 16
136 1.44.4.2 nathanw #com3 at isa? port 0x388 irq 17
137 1.44.4.2 nathanw
138 1.44.4.2 nathanw lpt0 at isa? port 0x378 irq 7 # standard PC parallel ports
139 1.44.4.2 nathanw #lpt1 at isa? port 0x278
140 1.44.4.2 nathanw #lpt2 at isa? port 0x3bc
141 1.44.4.2 nathanw
142 1.44.4.2 nathanw #lms0 at isa? port 0x23c irq 5 # Logitech bus mouse
143 1.44.4.2 nathanw #lms1 at isa? port 0x238 irq 5
144 1.44.4.2 nathanw #mms0 at isa? port 0x23c irq 5 # Microsoft InPort mouse
145 1.44.4.2 nathanw #mms1 at isa? port 0x238 irq 5
146 1.44.4.2 nathanw #pms0 at pckbd? irq 12 # PS/2 auxiliary port mouse
147 1.44.4.2 nathanw
148 1.44.4.2 nathanw pckbc0 at isa?
149 1.44.4.2 nathanw pckbd* at pckbc?
150 1.44.4.2 nathanw #pms* at pckbc?
151 1.44.4.2 nathanw #vga0 at isa?
152 1.44.4.2 nathanw vga* at pci?
153 1.44.4.2 nathanw pfb* at pci?
154 1.44.4.2 nathanw wsdisplay* at vga? console ?
155 1.44.4.2 nathanw wsdisplay* at pfb? console ?
156 1.44.4.2 nathanw wskbd* at pckbd? console ?
157 1.44.4.2 nathanw #wsmouse* at pms? mux 0
158 1.44.4.2 nathanw
159 1.44.4.2 nathanw #siop* at pci? dev ? function ? # NCR 538XX SCSI controllers
160 1.44.4.2 nathanw #scsibus* at siop?
161 1.44.4.2 nathanw
162 1.44.4.2 nathanw #sd* at scsibus? target ? lun ? # SCSI disk drives
163 1.44.4.2 nathanw #st* at scsibus? target ? lun ? # SCSI tape drives
164 1.44.4.2 nathanw #cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
165 1.44.4.2 nathanw #ch* at scsibus? target ? lun ? # SCSI autochangers
166 1.44.4.2 nathanw #ss* at scsibus? target ? lun ? # SCSI scanners
167 1.44.4.2 nathanw #uk* at scsibus? target ? lun ? # SCSI unknown
168 1.44.4.2 nathanw
169 1.44.4.2 nathanw fdc0 at isa? port 0x3f0 irq 6 drq 2 # standard PC floppy controllers
170 1.44.4.2 nathanw #fdc1 at isa? port 0x370 irq ? drq ?
171 1.44.4.2 nathanw fd0 at fdc? drive 1
172 1.44.4.2 nathanw #fd* at fdc? drive ?
173 1.44.4.2 nathanw
174 1.44.4.2 nathanw wdc0 at isa? port 0x1f0 irq 14 # ST506, ESDI, and IDE controllers
175 1.44.4.2 nathanw wd* at wdc? drive ?
176 1.44.4.2 nathanw
177 1.44.4.2 nathanw ne0 at isa? port 0x300 irq 5 # NE[12]000 ethernet cards
178 1.44.4.2 nathanw #ipkdbif0 at ne?
179 1.44.4.2 nathanw
180 1.44.4.2 nathanw #wss0 at isa? port 0x530 irq 10 drq 0 # Windows Sound System
181 1.44.4.2 nathanw
182 1.44.4.2 nathanw #pcppi0 at isa?
183 1.44.4.2 nathanw #spkr0 at pcppi?
184 1.44.4.2 nathanw
185 1.44.4.2 nathanw # Joystick driver. Probe is a little strange; add only if you have one.
186 1.44.4.2 nathanw #joy0 at isa? port 0x201
187