]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/pc98/conf/GENERIC
Update to reflect removed of al, ax, dm, pn and mx drivers and addition
[FreeBSD/FreeBSD.git] / sys / pc98 / conf / GENERIC
1 #
2 # GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks
3 #
4 # For more information on this file, please read the handbook section on
5 # Kernel Configuration Files:
6 #
7 #    http://www.freebsd.org/handbook/kernelconfig-config.html
8 #
9 # The handbook is also available locally in /usr/share/doc/handbook
10 # if you've installed the doc distribution, otherwise always see the
11 # FreeBSD World Wide Web server (http://www.FreeBSD.ORG/) for the
12 # latest information.
13 #
14 # An exhaustive list of options and more detailed explanations of the
15 # device lines is also present in the ./LINT configuration file. If you are
16 # in doubt as to the purpose or necessity of a line, check first in LINT.
17 #
18 # $FreeBSD$
19
20 # GENERIC98 -- Generic PC98 machine with WD/SCSI disks
21
22 machine         pc98
23 cpu             I386_CPU
24 cpu             I486_CPU
25 cpu             I586_CPU
26 cpu             I686_CPU
27 ident           GENERIC98
28 maxusers        32
29
30 #makeoptions    DEBUG=-g                #Build kernel with gdb(1) debug symbols
31
32 options         PC98                    #PC98
33 options         MATH_EMULATE            #Support for x87 emulation
34 options         INET                    #InterNETworking
35 options         FFS                     #Berkeley Fast Filesystem
36 options         FFS_ROOT                #FFS usable as root device [keep this!]
37 options         MD_ROOT                 #MD is a potential root device
38 options         MFS                     #Memory Filesystem
39 options         NFS                     #Network Filesystem
40 options         NFS_ROOT                #NFS usable as root device, "NFS" req'ed
41 options         MSDOSFS                 #MSDOS Filesystem
42 options         CD9660                  #ISO 9660 Filesystem
43 options         CD9660_ROOT             #CD-ROM usable as root. "CD9660" req'ed
44 options         PROCFS                  #Process filesystem
45 options         COMPAT_43               #Compatible with BSD 4.3 [KEEP THIS!]
46 options         SCSI_DELAY=15000        #Be pessimistic about Joe SCSI device
47 options         EPSON_BOUNCEDMA         #use bounce buufer for 15-16M
48 #options        EPSON_MEMWIN            #EPSON memory window support
49 options         UCONSOLE                #Allow users to grab the console
50 #options        LINE30
51 options         USERCONFIG              #boot -c editor
52 options         VISUAL_USERCONFIG       #visual boot -c editor
53 options         KTRACE                  #ktrace(1) syscall trace support
54 options         SYSVSHM                 #SYSV-style shared memory
55 options         SYSVMSG                 #SYSV-style message queues
56 options         SYSVSEM                 #SYSV-style semaphores
57
58 # To make an SMP kernel, the next two are needed
59 #options        SMP                     # Symmetric MultiProcessor Kernel
60 #options        APIC_IO                 # Symmetric (APIC) I/O
61 # Optionally these may need tweaked, (defaults shown):
62 #options        NCPU=2                  # number of CPUs
63 #options        NBUS=4                  # number of busses
64 #options        NAPIC=1                 # number of IO APICs
65 #options        NINTR=24                # number of INTs
66
67 controller      isa0
68 controller      pnp0                    # PnP support for ISA
69 controller      pci0
70
71 # Floppy drives
72 controller      fdc0    at isa? port IO_FD1 irq 11 drq 2
73 device          fd0     at fdc0 drive 0
74 device          fd1     at fdc0 drive 1
75 device          fd2     at fdc0 drive 2
76 device          fd3     at fdc0 drive 3
77
78 # IDE controller and disks
79 controller      wdc0    at isa? port IO_WD1 irq 9
80 device          wd0     at wdc0 drive 0
81 #device         wd1     at wdc0 drive 1
82 #device         wd2     at wdc0 drive 2
83 #device         wd3     at wdc0 drive 3
84
85 # ATAPI devices on wdc?
86 device          wcd0            #IDE CD-ROM
87 #device         wfd0            #IDE Floppy (e.g. LS-120)
88 #device         wst0            #IDE Tape (e.g. Travan)
89
90 # SCSI Controllers
91 # A single entry for any of these controllers (ahb, ahc, amd, ncr, etc...) is
92 # sufficient for any number of installed devices.
93 controller      adv0
94 controller      ahc0            # AHA2940 and onboard AIC7xxx devices
95 controller      amd0            # AMD 53C974 (Teckram DC-390(T))
96 controller      isp0            # Qlogic family
97 controller      ncr0            # NCR/Symbios Logic
98 #controller     sym0            # NCR/Symbios Logic (do not mix with ncr, it conflicts)
99
100 #
101 # WD33C93 SCSI card (55/92 like board)
102 #
103
104 options BS_TARG_SAFEMODE
105
106 # PC-9801-92
107 controller bs0 at isa? port IO_SCSI irq 5 drq 3 flags 0
108 # SC-98
109 # controller bs0 at isa? port IO_SCSI irq 5 drq 3 flags 0x10000
110 # HA-55BS2 and later
111 #controller bs0 at isa? port IO_SCSI irq 5 drq 3 flags 0x20000
112 # ELECOM type
113 #controller bs0 at isa? port IO_SCSI irq 5 drq 3 flags 0x30000
114 # SMIT
115 #controller bs0 at isa? port IO_SCSI irq 5 drq 3 iomem 0xdd000 iosiz 0x1000 flags 0x40000
116 # Logitec LHA-20x
117 #controller bs0 at isa? port IO_SCSI irq 5 drq 3 flags 0x50000
118
119 # SCSI peripherals
120 # Only one of each of these is needed, they are dynamically allocated.
121 controller      scbus0          # SCSI bus (required)
122 device          da0             # Direct Access (disks)
123 device          sa0             # Sequential Access (tape etc)
124 device          cd0             # CD
125 device          pass0           # Passthrough device (direct SCSI access)
126
127 # RAID controllers
128 device          amr0            # AMI MegaRAID
129 device          mlx0            # Mylex DAC960 family
130
131 # Proprietary or custom CD-ROM Interfaces
132 device          matcd0  at isa? port?
133
134 # keyboard driver
135 device          pckbd0  at isa? port IO_KBD irq 1
136 #options        KBD_INSTALL_CDEV
137
138 device          gdc0    at isa?
139
140 # splash screen/screen saver
141 pseudo-device   splash
142
143 # syscons is the default console driver, resembling an SCO console
144 device          sc0     at isa?
145
146 # Floating point support - do not disable.
147 device          npx0    at nexus? port IO_NPX irq 8
148
149 # Power management support (see LINT for more options)
150 device          apm0    at nexus? disable flags 0x20 # Advanced Power Management
151
152 # PCCARD (PCMCIA) support
153 #controller     card0
154 #device         pcic0   at isa?
155 #device         pcic1   at isa?
156
157 # Serial (COM) ports
158 #
159 options         COM_MULTIPORT
160 #
161 # COM1
162 device          sio0    at isa? port IO_COM1 irq 4
163 # COM2 (2nd CCU)
164 device          sio1    at isa? port 0x238 irq 5 flags 0x12000000
165 # PC-9861K, PC-9801-101, MDC-926Rs
166 #device         sio1    at isa? port IO_COM2 irq 5 flags 0x01000000
167 #device         sio2    at isa? port IO_COM3 irq 6 flags 0x02000000
168 # PC-9801-120 (PnP off)
169 #device         sio1    at isa? port 0x8b0 irq 5 flags 0x11000000
170 # MC-16550II, MC-RS98
171 #device         sio1    at isa? port 0xd2 irq 5 flags 0x14000101
172 #device         sio2    at isa? port 0x8d2 flags 0x14000101
173 # RSB-2000, RSB-3000, B98-02
174 #device         sio1    at isa? port 0xb0 flags 0x15000101
175 #device         sio2    at isa? port 0xb1 flags 0x15000101
176 # RSB-384
177 #device         sio1    at isa? port 0xb0 flags 0x16000000
178 #device         sio2    at isa? port 0xb1 flags 0x16000000
179 # RSA-98III
180 #device         sio1    at isa? port 0x50e0 irq 5 flags 0x18000101
181 #device         sio2    at isa? port 0x51e0 flags 0x18000101
182 # ESP98
183 #options        COM_ESP
184 #device         sio1    at isa? port 0x18b0 irq 5 flags 0x19000000
185
186 device          mse0    at isa? port IO_MSE irq 13
187
188 # NEW Parallel port
189 device          ppc0    at isa? port? irq 14
190 controller      ppbus0          # Parallel port bus (required)
191 device          lpt0            # Printer
192 device          plip0           # TCP/IP over parallel
193 device          ppi0            # Parallel port interface device
194 #controller     vpo0            # Requires scbus and da0
195 # OLD Parallel port
196 # Please stay olpt driver after ppc driver
197 device          olpt0   at isa? port IO_LPT
198
199
200 # PCI Ethernet NICs.
201 device          de0             # DEC/Intel DC21x4x (``Tulip'')
202 device          fxp0            # Intel EtherExpress PRO/100B (82557, 82558)
203 device          tx0             # SMC 9432TX (83c170 ``EPIC'')
204 device          vx0             # 3Com 3c590, 3c595 (``Vortex'')
205
206 # PCI Ethernet NICs that use the common MII bus controller code.
207 controller      miibus0         # MII bus support
208 device          dc0             # DEC/Intel 21143 and workalikes
209 device          rl0             # RealTek 8129/8139
210 device          sf0             # Adaptec AIC-6915 (``Starfire'')
211 device          sis0            # Silicon Integrated Systems SiS 900/SiS 7016
212 device          ste0            # Sundance ST201 (D-Link DFE-550TX)
213 device          tl0             # Texas Instruments ThunderLAN
214 device          vr0             # VIA Rhine, Rhine II
215 device          wb0             # Winbond W89C840F
216 device          xl0             # 3Com 3c90x (``Boomerang'', ``Cyclone'')
217
218 # ISA Ethernet NICs.
219 #
220 # DP8390 NIC
221 #
222 # ed0: generic driver
223 # ed1: LANEED LD-BDN
224 # ed2: EGY-98
225 # ed3: LGY-98
226 # ed4: ICM-IF-2766/EN-2298-T
227 # ed5: SIC-98
228 # ed6: PC-9801-108
229 # ed7: LA-98
230 # ed8: C-NET(98)
231 # ed9: C-NET(98)E/L
232 #
233 # MB86960A NIC
234 #
235 # fe0: RE1000/1000Plus/AccessPC N98C+/LAC-98
236 # fe1: C-NET(98)P2/C-NET(9N)E
237 #
238 # FE_8BIT_SUPPORT is needed to support LAC-98
239 #
240 #device ed0 at isa? port 0x00d0 irq 6
241 #device ed5 at isa? port 0x00d0 irq 6 iomem 0xd0000 iosiz 16384 flags 0x600000
242 #device ed1 at isa? port 0x00d8 irq 6 flags 0x200000
243 #device ed3 at isa? port 0x00d0 irq 6 flags 0x400000
244 #device ed4 at isa? port 0x56d0 irq 5 flags 0x500000
245 #device ed2 at isa? port 0x00d8 irq 6 flags 0x300000
246 #device ed7 at isa? port 0x00d0 irq 6 flags 0x900000
247 #device ed6 at isa? port 0x0770 irq 6 flags 0x800000
248 #device ed9 at isa? port 0x03d0 irq 6 flags 0xb00000
249 #device ed8 at isa? port 0xa3d0 irq 6 iomem 0xd0000 iosiz 16384 flags 0xa00000
250 device ep0 at isa? port 0x40d0 irq 3
251 device fe0 at isa? port 0x00d0 irq 3
252 device fe1 at isa? port 0x73d0 irq 5
253 device lnc0 at isa? port 0x03d0 irq 6
254
255 options         FE_8BIT_SUPPORT         # LAC-98 support
256
257 # PCCARD NIC drivers.
258 # ze and zp take over the pcic and cannot coexist with generic pccard
259 # support, nor the ed and ep drivers they replace.
260 #device         zp0     at isa? port 0x00d0 irq 10 iomem 0xe0000
261
262 #controller     snd0
263 #device sb0     at isa? port 0x20d2 irq 10 conflicts drq 3
264 #device sbxvi0  at isa? drq 3
265 #device sbmidi0 at isa? port 0x80d2
266 #device opl0    at isa? port 0x28d2
267 #device nss0    at isa? port 0xa460 irq 12
268 #device mss0    at isa? port 0xf40 irq 12 drq 1
269 #device mpu0    at isa? port 0xe0d0 irq 6
270
271 # Pseudo devices - the number indicates how many units to allocated.
272 pseudo-device   loop            # Network loopback
273 pseudo-device   ether           # Ethernet support
274 pseudo-device   sl      1       # Kernel SLIP
275 pseudo-device   ppp     1       # Kernel PPP
276 pseudo-device   tun             # Packet tunnel.
277 pseudo-device   pty             # Pseudo-ttys (telnet etc)
278 pseudo-device   md              # Memory "disks"
279
280 # The `bpf' pseudo-device enables the Berkeley Packet Filter.
281 # Be aware of the administrative consequences of enabling this!
282 pseudo-device   bpf             #Berkeley packet filter
283
284 #pseudo-device  compat_atdisk   #IBM-PC HDD support