Deleted Added
full compact
GENERIC (131969) GENERIC (132345)
1#
2# GENERIC -- Generic kernel configuration file for FreeBSD/sparc64
3#
4# For more information on this file, please read the handbook section on
5# Kernel Configuration Files:
6#
7# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
8#

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

13#
14# An exhaustive list of options and more detailed explanations of the
15# device lines is also present in the ../../conf/NOTES and NOTES files.
16# If you are in doubt as to the purpose or necessity of a line, check first
17# in NOTES.
18#
19# For hardware specific information check HARDWARE.TXT
20#
1#
2# GENERIC -- Generic kernel configuration file for FreeBSD/sparc64
3#
4# For more information on this file, please read the handbook section on
5# Kernel Configuration Files:
6#
7# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
8#

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

13#
14# An exhaustive list of options and more detailed explanations of the
15# device lines is also present in the ../../conf/NOTES and NOTES files.
16# If you are in doubt as to the purpose or necessity of a line, check first
17# in NOTES.
18#
19# For hardware specific information check HARDWARE.TXT
20#
21# $FreeBSD: head/sys/sparc64/conf/GENERIC 131969 2004-07-11 03:20:09Z marcel $
21# $FreeBSD: head/sys/sparc64/conf/GENERIC 132345 2004-07-18 09:03:12Z maxim $
22
23machine sparc64
24cpu SUN4U
25ident GENERIC
26
27#To statically compile in device wiring instead of /boot/device.hints
28#hints "GENERIC.hints" #Default places to look for devices.
29

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

159#device sf # Adaptec AIC-6915 (``Starfire'')
160#device sis # Silicon Integrated Systems SiS 900/SiS 7016
161#device ste # Sundance ST201 (D-Link DFE-550TX)
162#device tl # Texas Instruments ThunderLAN
163#device vr # VIA Rhine, Rhine II
164#device wb # Winbond W89C840F
165device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'')
166
22
23machine sparc64
24cpu SUN4U
25ident GENERIC
26
27#To statically compile in device wiring instead of /boot/device.hints
28#hints "GENERIC.hints" #Default places to look for devices.
29

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

159#device sf # Adaptec AIC-6915 (``Starfire'')
160#device sis # Silicon Integrated Systems SiS 900/SiS 7016
161#device ste # Sundance ST201 (D-Link DFE-550TX)
162#device tl # Texas Instruments ThunderLAN
163#device vr # VIA Rhine, Rhine II
164#device wb # Winbond W89C840F
165device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'')
166
167# Pseudo devices - the number indicates how many units to allocated.
167# Pseudo devices.
168device random # Entropy device
169device loop # Network loopback
170device ether # Ethernet support
171device sl # Kernel SLIP
172device ppp # Kernel PPP
173device tun # Packet tunnel.
174device pty # Pseudo-ttys (telnet etc)
175device md # Memory "disks"

--- 27 unchanged lines hidden ---
168device random # Entropy device
169device loop # Network loopback
170device ether # Ethernet support
171device sl # Kernel SLIP
172device ppp # Kernel PPP
173device tun # Packet tunnel.
174device pty # Pseudo-ttys (telnet etc)
175device md # Memory "disks"

--- 27 unchanged lines hidden ---