Deleted Added
full compact
GENERIC (48798) GENERIC (49076)
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# $Id: GENERIC,v 1.176 1999/07/06 19:22:38 des Exp $
18# $Id: GENERIC,v 1.177 1999/07/13 08:08:20 obrien Exp $
19
20machine i386
21cpu I386_CPU
22cpu I486_CPU
23cpu I586_CPU
24cpu I686_CPU
25ident GENERIC
26maxusers 32

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

158# PCI Ethernet NICs.
159device al0 # ADMtek AL981 (``Comet'')
160device ax0 # ASIX AX88140A
161device de0 # DEC/Intel DC21x4x (``Tulip'')
162device fxp0 # Intel EtherExpress PRO/100B (82557, 82558)
163device mx0 # Macronix 98713/98715/98725 (``PMAC'')
164device pn0 # Lite-On 82c168/82c169 (``PNIC'')
165device rl0 # RealTek 8129/8139
19
20machine i386
21cpu I386_CPU
22cpu I486_CPU
23cpu I586_CPU
24cpu I686_CPU
25ident GENERIC
26maxusers 32

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

158# PCI Ethernet NICs.
159device al0 # ADMtek AL981 (``Comet'')
160device ax0 # ASIX AX88140A
161device de0 # DEC/Intel DC21x4x (``Tulip'')
162device fxp0 # Intel EtherExpress PRO/100B (82557, 82558)
163device mx0 # Macronix 98713/98715/98725 (``PMAC'')
164device pn0 # Lite-On 82c168/82c169 (``PNIC'')
165device rl0 # RealTek 8129/8139
166device sf0 # Adaptec AIC-6915 (``Starfire'')
166device tl0 # Texas Instruments ThunderLAN
167device tx0 # SMC 9432TX (83c170 ``EPIC'')
168device vr0 # VIA Rhine, Rhine II
169device vx0 # 3Com 3c590, 3c595 (``Vortex'')
170device wb0 # Winbond W89C840F
171device xl0 # 3Com 3c90x (``Boomerang'', ``Cyclone'')
172
173# ISA Ethernet NICs.

--- 41 unchanged lines hidden ---
167device tl0 # Texas Instruments ThunderLAN
168device tx0 # SMC 9432TX (83c170 ``EPIC'')
169device vr0 # VIA Rhine, Rhine II
170device vx0 # 3Com 3c590, 3c595 (``Vortex'')
171device wb0 # Winbond W89C840F
172device xl0 # 3Com 3c90x (``Boomerang'', ``Cyclone'')
173
174# ISA Ethernet NICs.

--- 41 unchanged lines hidden ---