]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/pc98/conf/GENERIC
- Fixed the conversion to bus_space interface.
[FreeBSD/FreeBSD.git] / sys / pc98 / conf / GENERIC
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 ./NOTES configuration file. If you are
16 # in doubt as to the purpose or necessity of a line, check first in NOTES.
17 #
18 # $FreeBSD$
19
20 machine         pc98
21 cpu             I386_CPU
22 cpu             I486_CPU
23 cpu             I586_CPU
24 cpu             I686_CPU
25 ident           GENERIC
26 maxusers        32
27
28 hints           "GENERIC.hints"
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         INET6                   #IPv6 communications protocols
36 options         FFS                     #Berkeley Fast Filesystem
37 options         FFS_ROOT                #FFS usable as root device [keep this!]
38 options         SOFTUPDATES             #Enable FFS soft updates support
39 options         MFS                     #Memory Filesystem
40 options         MD_ROOT                 #MD is a potential root device
41 options         NFS                     #Network Filesystem
42 options         NFS_ROOT                #NFS usable as root device, NFS required
43 options         MSDOSFS                 #MSDOS Filesystem
44 options         CD9660                  #ISO 9660 Filesystem
45 options         CD9660_ROOT             #CD-ROM usable as root, CD9660 required
46 options         PROCFS                  #Process filesystem
47 options         COMPAT_43               #Compatible with BSD 4.3 [KEEP THIS!]
48 options         SCSI_DELAY=15000        #Delay (in ms) before probing SCSI
49 options         EPSON_BOUNCEDMA         #use bounce buufer for 15-16M
50 #options        EPSON_MEMWIN            #EPSON memory window support
51 options         UCONSOLE                #Allow users to grab the console
52 #options        LINE30
53 options         USERCONFIG              #boot -c editor
54 options         VISUAL_USERCONFIG       #visual boot -c editor
55 options         KTRACE                  #ktrace(1) support
56 options         SYSVSHM                 #SYSV-style shared memory
57 options         SYSVMSG                 #SYSV-style message queues
58 options         SYSVSEM                 #SYSV-style semaphores
59 options         P1003_1B                #Posix P1003_1B real-time extensions
60 options         _KPOSIX_PRIORITY_SCHEDULING
61 #options        KBD_INSTALL_CDEV        # install a CDEV entry in /dev
62 options         RANDOMDEV               #entropy device
63
64 # To make an SMP kernel, the next two are needed
65 #options        SMP                     # Symmetric MultiProcessor Kernel
66 #options        APIC_IO                 # Symmetric (APIC) I/O
67 # Optionally these may need tweaked, (defaults shown):
68 #options        NCPU=2                  # number of CPUs
69 #options        NBUS=8                  # number of busses
70 #options        NAPIC=1                 # number of IO APICs
71 #options        NINTR=24                # number of INTs
72
73 device          isa
74 device          pci
75 options         COMPAT_OLDISA           # Old ISA driver shims
76 options         COMPAT_OLDPCI           # Old PCI driver shims
77
78 # Floppy drives
79 device          fdc
80
81 # IDE controller and disks
82 device          wdc
83
84 # ATAPI devices on wdc
85 device          wcd             #IDE CD-ROM
86 #device         wfd             #IDE Floppy (e.g. LS-120)
87 #device         wst             #IDE Tape (e.g. Travan)
88
89 # SCSI Controllers
90 device          adv
91 device          ahc             # AHA2940 and onboard AIC7xxx devices
92 device          amd             # AMD 53C974 (Teckram DC-390(T))
93 device          isp             # Qlogic family
94 #device         ncr             # NCR/Symbios Logic
95 device          sym             # NCR/Symbios Logic (newer chipsets + those of `ncr')
96
97 # WD33C93 SCSI card (55/92 like board)
98 options         BS_TARG_SAFEMODE
99 device          bs      1
100
101 # PC-9801-100
102 device          aic
103
104 # SCSI peripherals
105 device          scbus           # SCSI bus (required)
106 device          da              # Direct Access (disks)
107 device          sa              # Sequential Access (tape etc)
108 device          cd              # CD
109 device          pass            # Passthrough device (direct SCSI access)
110
111 # RAID controllers
112 #device         ida             # Compaq Smart RAID
113 #device         amr             # AMI MegaRAID
114 #device         mlx             # Mylex DAC960 family
115
116 # keyboard driver
117 device          pckbd   1
118
119 device          gdc
120
121 # splash screen/screen saver
122 device          splash
123
124 # syscons is the default console driver, resembling an SCO console
125 device          sc      1
126
127 # Floating point support - do not disable.
128 device          npx
129
130 # Power management support (see NOTES for more options)
131 #device         apm
132
133 # PCCARD (PCMCIA) support
134 #device         card
135 #device         pcic
136
137 # Serial (COM) ports
138 options         COM_MULTIPORT
139 #options        COM_ESP         # ESP98
140 device          sio
141
142 device          mse
143
144 # NEW Parallel port
145 device          ppc
146 device          ppbus           # Parallel port bus (required)
147 device          lpt             # Printer
148 device          plip            # TCP/IP over parallel
149 device          ppi             # Parallel port interface device
150 #device         vpo             # Requires scbus and da
151 # OLD Parallel port
152 # Please stay olpt driver after ppc driver
153 device          olpt    1
154
155
156 # PCI Ethernet NICs.
157 device          de              # DEC/Intel DC21x4x (``Tulip'')
158 device          fxp             # Intel EtherExpress PRO/100B (82557, 82558)
159 device          tx              # SMC 9432TX (83c170 ``EPIC'')
160 device          vx              # 3Com 3c590, 3c595 (``Vortex'')
161 device          wx              # Intel Gigabit Ethernet Card (``Wiseman'')
162
163 # PCI Ethernet NICs that use the common MII bus controller code.
164 device          miibus          # MII bus support
165 device          dc              # DEC/Intel 21143 and various workalikes
166 device          rl              # RealTek 8129/8139
167 device          sf              # Adaptec AIC-6915 (``Starfire'')
168 device          sis             # Silicon Integrated Systems SiS 900/SiS 7016
169 device          ste             # Sundance ST201 (D-Link DFE-550TX)
170 device          tl              # Texas Instruments ThunderLAN
171 device          vr              # VIA Rhine, Rhine II
172 device          wb              # Winbond W89C840F
173 device          xl              # 3Com 3c90x (``Boomerang'', ``Cyclone'')
174
175 # ISA Ethernet NICs.
176
177 # DP8390 NIC
178 device          ed
179
180 # MB86960A NIC
181 options         FE_8BIT_SUPPORT         # LAC-98 support
182 device          fe
183
184 device          ep
185 device          lnc
186 device          sn
187
188 # WaveLAN/IEEE 802.11 wireless NICs. Note: the WaveLAN/IEEE really
189 # exists only as a PCMCIA device, so there is no ISA attatement needed
190 # and resources will always be dynamically assigned by the pccard code.
191 device          wi
192 # Aironet 4500/4800 802.11 wireless NICs. Note: the declaration below will
193 # work for PCMCIA and PCI cards, as well as ISA cards set to ISA PnP
194 # mode (the factory default). If you set the switches on your ISA
195 # card for a manually chosen I/O address and IRQ, you must specify
196 # those paremeters here.
197 device          an
198 # BayStack 660 and others
199 device          awi
200 # Xircom pccard ethernet
201 #device         xe
202
203
204 # The VoxWare sound drivers
205 #device snd
206 #device sb
207 #device sbxvi
208 #device sbmidi
209 #device opl
210 #device nss
211 #device mss
212 #device mpu
213
214 #device joy
215
216 # The newpcm driver (use INSTEAD of snd0 and all VOXWARE drivers!).
217 #
218 # Windows Sound System
219 #device pcm
220 #
221 # Sound Blaster 16 (This device need the bridge driver.)
222 #device pcm
223 #device sbc
224
225 # Pseudo devices - the number indicates how many units to allocated.
226 device          loop            # Network loopback
227 device          ether           # Ethernet support
228 device          sl              # Kernel SLIP
229 device          ppp     1       # Kernel PPP
230 device          tun             # Packet tunnel.
231 device          pty             # Pseudo-ttys (telnet etc)
232 device          md              # Memory "disks"
233 device          gif     4       # IPv6 and IPv4 tunneling
234 device          faith   1       # IPv6-to-IPv4 relaying (translation)
235
236 # The `bpf' device enables the Berkeley Packet Filter.
237 # Be aware of the administrative consequences of enabling this!
238 device          bpf             # Berkeley packet filter
239
240 #device         compat_atdisk   # IBM-PC HDD support
241
242 # USB support
243 #device         uhci            # UHCI PCI->USB interface
244 #device         ohci            # OHCI PCI->USB interface
245 #device         usb             # USB Bus (required)
246 #device         udbp            # USB Double Bulk Pipe devices
247 #device         ugen            # Generic
248 #device         uhid            # "Human Interface Devices"
249 #device         ukbd            # Keyboard
250 #device         ulpt            # Printer
251 #device         umass           # Disks/Mass storage - Requires scbus and da
252 #device         ums             # Mouse
253 #device         urio            # Diamond Rio 500 MP3 player
254 # USB Ethernet, requires mii
255 #device         aue             # ADMtek USB ethernet
256 #device         cue             # CATC USB ethernet
257 #device         kue             # Kawasaki LSI USB ethernet