Deleted Added
full compact
GENERIC (143072) GENERIC (143809)
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 143072 2005-03-03 01:25:33Z marius $
21# $FreeBSD: head/sys/sparc64/conf/GENERIC 143809 2005-03-18 15:24:00Z murray $
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

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

187device tun # Packet tunnel.
188device pty # Pseudo-ttys (telnet etc)
189device md # Memory "disks"
190device gif # IPv6 and IPv4 tunneling
191device faith # IPv6-to-IPv4 relaying (translation)
192
193# The `bpf' device enables the Berkeley Packet Filter.
194# Be aware of the administrative consequences of enabling this!
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

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

187device tun # Packet tunnel.
188device pty # Pseudo-ttys (telnet etc)
189device md # Memory "disks"
190device gif # IPv6 and IPv4 tunneling
191device faith # IPv6-to-IPv4 relaying (translation)
192
193# The `bpf' device enables the Berkeley Packet Filter.
194# Be aware of the administrative consequences of enabling this!
195# Note that 'bpf' is required for DHCP.
195device bpf # Berkeley packet filter
196
197# USB support
198#device uhci # UHCI PCI->USB interface
199#device ohci # OHCI PCI->USB interface
200#device usb # USB Bus (required)
201#device udbp # USB Double Bulk Pipe devices
202#device ugen # Generic

--- 18 unchanged lines hidden ---
196device bpf # Berkeley packet filter
197
198# USB support
199#device uhci # UHCI PCI->USB interface
200#device ohci # OHCI PCI->USB interface
201#device usb # USB Bus (required)
202#device udbp # USB Double Bulk Pipe devices
203#device ugen # Generic

--- 18 unchanged lines hidden ---