Deleted Added
full compact
GENERIC (54046) GENERIC (54134)
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#
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: head/sys/amd64/conf/GENERIC 54046 1999-12-03 00:16:20Z msmith $
18# $FreeBSD: head/sys/amd64/conf/GENERIC 54134 1999-12-04 17:41:31Z wpaul $
19
20machine i386
21cpu I386_CPU
22cpu I486_CPU
23cpu I586_CPU
24cpu I686_CPU
25ident GENERIC
26maxusers 32

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

170controller ppbus0 # Parallel port bus (required)
171device lpt0 # Printer
172device plip0 # TCP/IP over parallel
173device ppi0 # Parallel port interface device
174#controller vpo0 # Requires scbus and da0
175
176
177# PCI Ethernet NICs.
19
20machine i386
21cpu I386_CPU
22cpu I486_CPU
23cpu I586_CPU
24cpu I686_CPU
25ident GENERIC
26maxusers 32

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

170controller ppbus0 # Parallel port bus (required)
171device lpt0 # Printer
172device plip0 # TCP/IP over parallel
173device ppi0 # Parallel port interface device
174#controller vpo0 # Requires scbus and da0
175
176
177# PCI Ethernet NICs.
178device ax0 # ASIX AX88140A
179device de0 # DEC/Intel DC21x4x (``Tulip'')
180device fxp0 # Intel EtherExpress PRO/100B (82557, 82558)
178device de0 # DEC/Intel DC21x4x (``Tulip'')
179device fxp0 # Intel EtherExpress PRO/100B (82557, 82558)
181device pn0 # Lite-On 82c168/82c169 (``PNIC'')
182device tx0 # SMC 9432TX (83c170 ``EPIC'')
183device vx0 # 3Com 3c590, 3c595 (``Vortex'')
184
185# PCI Ethernet NICs that use the common MII bus controller code.
186controller miibus0 # MII bus support
180device tx0 # SMC 9432TX (83c170 ``EPIC'')
181device vx0 # 3Com 3c590, 3c595 (``Vortex'')
182
183# PCI Ethernet NICs that use the common MII bus controller code.
184controller miibus0 # MII bus support
187device al0 # ADMtek AL981/AN985 (``Comet''/``Centaur'')
188device dm0 # Davicom DM9100/DM9102
189device mx0 # Macronix 98713/98715/98725 (``PMAC'')
185device dc0 # DEC/Intel 21143 and various workalikes
190device rl0 # RealTek 8129/8139
191device sf0 # Adaptec AIC-6915 (``Starfire'')
192device sis0 # Silicon Integrated Systems SiS 900/SiS 7016
193device ste0 # Sundance ST201 (D-Link DFE-550TX)
194device tl0 # Texas Instruments ThunderLAN
195device vr0 # VIA Rhine, Rhine II
196device wb0 # Winbond W89C840F
197device xl0 # 3Com 3c90x (``Boomerang'', ``Cyclone'')

--- 43 unchanged lines hidden ---
186device rl0 # RealTek 8129/8139
187device sf0 # Adaptec AIC-6915 (``Starfire'')
188device sis0 # Silicon Integrated Systems SiS 900/SiS 7016
189device ste0 # Sundance ST201 (D-Link DFE-550TX)
190device tl0 # Texas Instruments ThunderLAN
191device vr0 # VIA Rhine, Rhine II
192device wb0 # Winbond W89C840F
193device xl0 # 3Com 3c90x (``Boomerang'', ``Cyclone'')

--- 43 unchanged lines hidden ---