GENERIC revision 1.23 1 # $NetBSD: GENERIC,v 1.23 2000/01/23 23:46:08 hubertf Exp $
2 #
3 # First try for BEBOX config file
4 #
5
6 include "arch/bebox/conf/std.bebox"
7
8 #ident "GENERIC-$Revision: 1.23 $"
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
35 file-system FFS
36 file-system MFS
37 file-system NFS
38 file-system CD9660
39 file-system MSDOSFS
40 file-system FDESC
41 file-system KERNFS
42 file-system NULLFS
43 file-system OVERLAY
44 file-system PORTAL
45 file-system PROCFS
46 file-system UMAPFS
47 file-system UNION
48
49 #options FFS_EI # FFS Endian Independant support
50 #options SOFTDEP # FFS soft updates support.
51 #options NFSSERVER
52
53 # Pull in config fragments for kernel crypto. This is required for
54 # options IPSEC etc. to work. If you want to run with IPSEC, uncomment
55 # one of these, based on whether you use crypto-us or crypto-intl, and
56 # adjust the prefixes as necessary.
57
58 #prefix ../crypto-us/sys
59 #cinclude "conf/files.crypto-us"
60 #prefix
61
62 #prefix ../crypto-intl/sys
63 #cinclude "conf/files.crypto-intl"
64 #prefix
65
66 options INET
67 options INET6 # IPV6
68 #options IPSEC # IP security
69 #options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
70 #options IPSEC_DEBUG # debug for IP security
71
72 options NFS_BOOT_BOOTPARAM,NFS_BOOT_BOOTP
73
74 config netbsd root on ? type ?
75
76 pseudo-device vnd 4
77 pseudo-device loop
78 pseudo-device bpfilter 8 # packet filter
79 pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
80 #pseudo-device faith 1 # IPv[46] tcp relay translation i/f
81 pseudo-device pty 64
82 #pseudo-device raid 4 # RAIDframe disk driver
83 #pseudo-device gre 2 # generic L3 over IP tunnel
84 pseudo-device wsmux 2
85
86 #
87 # device
88 #
89 options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
90
91 options PCIVERBOSE # verbose PCI device messages
92
93 mainbus0 at root
94
95 pci0 at mainbus0 bus ?
96
97 ppb* at pci? dev ? function ? # PCI-PCI bridges
98 pci* at ppb? bus ?
99 pchb* at pci? dev ? function ? # PCI-Host bridges
100 pcib* at pci? dev ? function ? # PCI-ISA bridges
101
102 isa* at pcib? # ISA on PCI-ISA bridge
103
104 #pc0 at isa? port 0x60 irq 1 # generic PC console device
105
106 com0 at isa? port 0x3f8 irq 4 # standard PC serial ports
107 com1 at isa? port 0x2f8 irq 3
108 #com2 at isa? port 0x380 irq 16
109 #com3 at isa? port 0x388 irq 17
110
111 lpt0 at isa? port 0x378 irq 7 # standard PC parallel ports
112 #lpt1 at isa? port 0x278
113 #lpt2 at isa? port 0x3bc
114
115 #lms0 at isa? port 0x23c irq 5 # Logitech bus mouse
116 #lms1 at isa? port 0x238 irq 5
117 #mms0 at isa? port 0x23c irq 5 # Microsoft InPort mouse
118 #mms1 at isa? port 0x238 irq 5
119 #pms0 at pckbd? irq 12 # PS/2 auxiliary port mouse
120
121 pckbc0 at isa?
122 pckbd* at pckbc?
123 #pms* at pckbc?
124 #vga0 at isa?
125 vga* at pci?
126 pfb* at pci?
127 wsdisplay* at vga? console ?
128 wsdisplay* at pfb? console ?
129 wskbd* at pckbd? console ?
130 #wsmouse* at pms? mux 0
131
132 #ncr* at pci? dev ? function ? # NCR 538XX SCSI controllers
133 #scsibus* at ncr?
134
135 #sd* at scsibus? target ? lun ? # SCSI disk drives
136 #st* at scsibus? target ? lun ? # SCSI tape drives
137 #cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
138 #ch* at scsibus? target ? lun ? # SCSI autochangers
139 #ss* at scsibus? target ? lun ? # SCSI scanners
140 #uk* at scsibus? target ? lun ? # SCSI unknown
141
142 fdc0 at isa? port 0x3f0 irq 6 drq 2 # standard PC floppy controllers
143 #fdc1 at isa? port 0x370 irq ? drq ?
144 fd0 at fdc? drive 1
145 #fd* at fdc? drive ?
146
147 wdc0 at isa? port 0x1f0 irq 14 # ST506, ESDI, and IDE controllers
148 wd* at wdc? drive ?
149
150 ne0 at isa? port 0x300 irq 5 # NE[12]000 ethernet cards
151 #ipkdbif0 at ne?
152
153 #wss0 at isa? port 0x530 irq 10 drq 0 # Windows Sound System
154
155 #pcppi0 at isa?
156 #spkr0 at pcppi?
157
158 # Joystick driver. Probe is a little strange; add only if you have one.
159 #joy0 at isa? port 0x201
160