Deleted Added
full compact
GENERIC (61741) GENERIC (61750)
1#
2# GENERIC -- Generic kernel configuration file for FreeBSD/pc98
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#
1#
2# GENERIC -- Generic kernel configuration file for FreeBSD/pc98
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: head/sys/pc98/conf/GENERIC 61741 2000-06-17 03:58:06Z kato $
18# $FreeBSD: head/sys/pc98/conf/GENERIC 61750 2000-06-17 14:46:20Z nyan $
19
20machine pc98
21cpu I386_CPU
22cpu I486_CPU
23cpu I586_CPU
24cpu I686_CPU
25ident GENERIC
26maxusers 32

--- 60 unchanged lines hidden (view full) ---

87# SCSI Controllers
88device adv
89device ahc # AHA2940 and onboard AIC7xxx devices
90device amd # AMD 53C974 (Teckram DC-390(T))
91device isp # Qlogic family
92device ncr # NCR/Symbios Logic
93device sym # NCR/Symbios Logic (newer chipsets)
94
19
20machine pc98
21cpu I386_CPU
22cpu I486_CPU
23cpu I586_CPU
24cpu I686_CPU
25ident GENERIC
26maxusers 32

--- 60 unchanged lines hidden (view full) ---

87# SCSI Controllers
88device adv
89device ahc # AHA2940 and onboard AIC7xxx devices
90device amd # AMD 53C974 (Teckram DC-390(T))
91device isp # Qlogic family
92device ncr # NCR/Symbios Logic
93device sym # NCR/Symbios Logic (newer chipsets)
94
95#
96# WD33C93 SCSI card (55/92 like board)
95# WD33C93 SCSI card (55/92 like board)
97#
98
99options BS_TARG_SAFEMODE
100
96options BS_TARG_SAFEMODE
101device bs 1
97device bs 1
102# PC-9801-92
103#hint.bs.0.at="isa"
104#hint.bs.0.port="0xCC0"
105#hint.bs.0.irq="5"
106#hint.bs.0.drq="3"
107#hint.bs.0.flags="0"
108# SC-98
109#hint.bs.0.at="isa"
110#hint.bs.0.port="0xCC0"
111#hint.bs.0.irq="5"
112#hint.bs.0.drq="3"
113#hint.bs.0.flags="0x10000"
114# HA-55BS2 and later
115#hint.bs.0.at="isa"
116#hint.bs.0.port="0xCC0"
117#hint.bs.0.irq="5"
118#hint.bs.0.drq="3"
119#hint.bs.0.flags="0x20000"
120# ELECOM type
121#hint.bs.0.at="isa"
122#hint.bs.0.port="0xCC0"
123#hint.bs.0.irq="5"
124#hint.bs.0.drq="3"
125#hint.bs.0.flags="0x30000"
126# SMIT
127#hint.bs.0.at="isa"
128#hint.bs.0.port="0xCC0"
129#hint.bs.0.irq="5"
130#hint.bs.0.drq="3"
131#hint.bs.0.iomem="0xdd000"
132#hint.bs.0.iosiz="0x1000"
133#hint.bs.0.flags="0x40000"
134# Logitec LHA-20x
135#hint.bs.0.at="isa"
136#hint.bs.0.port="0xCC0"
137#hint.bs.0.irq="5"
138#hint.bs.0.drq="3"
139#hint.bs.0.flags="0x50000"
140
141# PC-9801-100
98
99# PC-9801-100
142device aic
100device aic
143
144# SCSI peripherals
145device scbus # SCSI bus (required)
146device da # Direct Access (disks)
147device sa # Sequential Access (tape etc)
148device cd # CD
149device pass # Passthrough device (direct SCSI access)
150

--- 19 unchanged lines hidden (view full) ---

170# Power management support (see LINT for more options)
171#device apm
172
173# PCCARD (PCMCIA) support
174device card
175device pcic
176
177# Serial (COM) ports
101
102# SCSI peripherals
103device scbus # SCSI bus (required)
104device da # Direct Access (disks)
105device sa # Sequential Access (tape etc)
106device cd # CD
107device pass # Passthrough device (direct SCSI access)
108

--- 19 unchanged lines hidden (view full) ---

128# Power management support (see LINT for more options)
129#device apm
130
131# PCCARD (PCMCIA) support
132device card
133device pcic
134
135# Serial (COM) ports
178#
179options COM_MULTIPORT
136options COM_MULTIPORT
180#
181# COM1
137#options COM_ESP # ESP98
182device sio
138device sio
183# COM2 (2nd CCU)
184#hint.sio.1.at="isa"
185#hint.sio.1.port="0x238"
186#hint.sio.1.irq="5"
187#hint.sio.1.flags="0x12000010"
188# PC-9861K, PC-9801-101, MDC-926Rs
189#hint.sio.1.at="isa"
190#hint.sio.1.port="0x0B1"
191#hint.sio.1.irq="5"
192#hint.sio.1.flags="0x01000000"
193#hint.sio.2.at="isa"
194#hint.sio.2.port="0x0B9"
195#hint.sio.2.irq="6"
196#hint.sio.2.flags="0x02000000"
197# PC-9801-120 (PnP off)
198#hint.sio.1.at="isa"
199#hint.sio.1.port="0x8b0"
200#hint.sio.1.irq="5"
201#hint.sio.1.flags="0x11000000"
202# MC-16550II, MC-RS98
203#hint.sio.1.at="isa"
204#hint.sio.1.port="0xd2"
205#hint.sio.1.irq="5"
206#hint.sio.1.flags="0x14000101"
207#hint.sio.2.at="isa"
208#hint.sio.2.port="0x8d2"
209#hint.sio.2.flags="0x14000101"
210# RSB-2000, RSB-3000, B98-02
211#hint.sio.1.at="isa"
212#hint.sio.1.port="0xb0"
213#hint.sio.1.flags="0x15000101"
214#hint.sio.2.at="isa"
215#hint.sio.2.port="0xb1"
216#hint.sio.2.flags="0x15000101"
217# RSB-384
218#hint.sio.1.at="isa"
219#hint.sio.1.port="0xb0"
220#hint.sio.1.flags="0x16000000"
221#hint.sio.2.at="isa"
222#hint.sio.2.port="0xb1"
223#hint.sio.2.flags="0x16000000"
224# RSA-98III
225#hint.sio.1.at="isa"
226#hint.sio.1.port="0x50e0"
227#hint.sio.1.irq="5"
228#hint.sio.1.flags="0x18000101"
229#hint.sio.2.at="isa"
230#hint.sio.2.port="0x51e0"
231#hint.sio.2.flags="0x18000101"
232# ESP98
233#options COM_ESP
234#hint.sio.1.at="isa"
235#hint.sio.1.port="0x18b0"
236#hint.sio.1.irq="5"
237#hint.sio.1.flags="0x19000000"
238
239device mse
240
241# NEW Parallel port
242device ppc
243device ppbus # Parallel port bus (required)
244device lpt # Printer
245device plip # TCP/IP over parallel

--- 19 unchanged lines hidden (view full) ---

265device sis # Silicon Integrated Systems SiS 900/SiS 7016
266device ste # Sundance ST201 (D-Link DFE-550TX)
267device tl # Texas Instruments ThunderLAN
268device vr # VIA Rhine, Rhine II
269device wb # Winbond W89C840F
270device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'')
271
272# ISA Ethernet NICs.
139
140device mse
141
142# NEW Parallel port
143device ppc
144device ppbus # Parallel port bus (required)
145device lpt # Printer
146device plip # TCP/IP over parallel

--- 19 unchanged lines hidden (view full) ---

166device sis # Silicon Integrated Systems SiS 900/SiS 7016
167device ste # Sundance ST201 (D-Link DFE-550TX)
168device tl # Texas Instruments ThunderLAN
169device vr # VIA Rhine, Rhine II
170device wb # Winbond W89C840F
171device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'')
172
173# ISA Ethernet NICs.
273#
174
274# DP8390 NIC
175# DP8390 NIC
275#
276# ed0: generic driver/EtherEZ98
277# ed1: LANEED LD-BDN
278# ed2: EGY-98
279# ed3: LGY-98
280# ed4: ICM-IF-2766/EN-2298-T
281# ed5: SIC-98
282# ed6: PC-9801-108
283# ed7: LA-98
284# ed8: C-NET(98)
285# ed9: C-NET(98)E/L
286# ed10: EC/EP-98X
287# ed11: SIU-98-D
288#
289# XXX convert to hints
290#device ed0 at isa? port 0x00d0 irq 6
291##device ed0 at isa? port 0x10d0 irq 6 iomem 0xc8000 # SMC EtherEZ98
292#device ed5 at isa? port 0x00d0 irq 6 iomem 0xd0000 iosiz 16384 flags 0x600000
293#device ed1 at isa? port 0x00d8 irq 6 flags 0x200000
294#device ed3 at isa? port 0x00d0 irq 6 flags 0x400000
295#device ed4 at isa? port 0x56d0 irq 5 flags 0x500000
296#device ed2 at isa? port 0x00d8 irq 6 flags 0x300000
297#device ed7 at isa? port 0x00d0 irq 6 flags 0x900000
298#device ed6 at isa? port 0x0770 irq 6 flags 0x800000
299#device ed9 at isa? port 0x03d0 irq 6 flags 0xb00000
300#device ed8 at isa? port 0xa3d0 irq 6 iomem 0xd0000 iosiz 16384 flags 0xa00000
301#device ed10 at isa? port 0x00d0 irq 3 flags 0xd10000
302#device ed11 at isa? port 0x00d0 irq 6 iomem 0xd0000 iosiz 32768 flags 0x610000
303#
176#device ed
177
304# MB86960A NIC
178# MB86960A NIC
305#
306# fe0: RE1000/1000Plus/AccessPC N98C+/LAC-98
307# fe1: C-NET(98)P2/C-NET(9N)E
308#
309# FE_8BIT_SUPPORT is needed to support LAC-98
310#
311options FE_8BIT_SUPPORT # LAC-98 support
312device fe
313
314device ep
315device lnc
316device sn
317
318# WaveLAN/IEEE 802.11 wireless NICs. Note: the WaveLAN/IEEE really

--- 7 unchanged lines hidden (view full) ---

326# those paremeters here.
327device an
328# BayStack 660 and others
329device awi
330# Xircom pccard ethernet
331device xe
332
333
179options FE_8BIT_SUPPORT # LAC-98 support
180device fe
181
182device ep
183device lnc
184device sn
185
186# WaveLAN/IEEE 802.11 wireless NICs. Note: the WaveLAN/IEEE really

--- 7 unchanged lines hidden (view full) ---

194# those paremeters here.
195device an
196# BayStack 660 and others
197device awi
198# Xircom pccard ethernet
199device xe
200
201
202# The VoxWare sound drivers
334#device snd
335#device sb
336#device sbxvi
337#device sbmidi
338#device opl
339#device nss
340#device mss
341#device mpu

--- 19 unchanged lines hidden (view full) ---

361device md # Memory "disks"
362device gif 4 # IPv6 and IPv4 tunneling
363device faith 1 # IPv6-to-IPv4 relaying (translation)
364
365# The `bpf' device enables the Berkeley Packet Filter.
366# Be aware of the administrative consequences of enabling this!
367device bpf # Berkeley packet filter
368
203#device snd
204#device sb
205#device sbxvi
206#device sbmidi
207#device opl
208#device nss
209#device mss
210#device mpu

--- 19 unchanged lines hidden (view full) ---

230device md # Memory "disks"
231device gif 4 # IPv6 and IPv4 tunneling
232device faith 1 # IPv6-to-IPv4 relaying (translation)
233
234# The `bpf' device enables the Berkeley Packet Filter.
235# Be aware of the administrative consequences of enabling this!
236device bpf # Berkeley packet filter
237
369#device compat_atdisk #IBM-PC HDD support
238#device compat_atdisk # IBM-PC HDD support
370
371# USB support
372#device uhci # UHCI PCI->USB interface
373#device ohci # OHCI PCI->USB interface
374#device usb # USB Bus (required)
375#device udbp # USB Double Bulk Pipe devices
376#device ugen # Generic
377#device uhid # "Human Interface Devices"
378#device ukbd # Keyboard
379#device ulpt # Printer
380#device umass # Disks/Mass storage - Requires scbus and da
381#device ums # Mouse
382#device urio # Diamond Rio 500 MP3 player
383# USB Ethernet, requires mii
384#device aue # ADMtek USB ethernet
385#device cue # CATC USB ethernet
386#device kue # Kawasaki LSI USB ethernet
239
240# USB support
241#device uhci # UHCI PCI->USB interface
242#device ohci # OHCI PCI->USB interface
243#device usb # USB Bus (required)
244#device udbp # USB Double Bulk Pipe devices
245#device ugen # Generic
246#device uhid # "Human Interface Devices"
247#device ukbd # Keyboard
248#device ulpt # Printer
249#device umass # Disks/Mass storage - Requires scbus and da
250#device ums # Mouse
251#device urio # Diamond Rio 500 MP3 player
252# USB Ethernet, requires mii
253#device aue # ADMtek USB ethernet
254#device cue # CATC USB ethernet
255#device kue # Kawasaki LSI USB ethernet