Deleted Added
full compact
GENERIC (132063) GENERIC (132345)
1#
2# GENERIC -- Generic kernel configuration file for FreeBSD/powerpc
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#
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 ../../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#
1#
2# GENERIC -- Generic kernel configuration file for FreeBSD/powerpc
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#
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 ../../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# $FreeBSD: head/sys/powerpc/conf/GENERIC 132063 2004-07-12 22:14:21Z grehan $
19# $FreeBSD: head/sys/powerpc/conf/GENERIC 132345 2004-07-18 09:03:12Z maxim $
20
21machine powerpc
22cpu OEA
23ident GENERIC
24
25#To statically compile in device wiring instead of /boot/device.hints
26#hints "GENERIC.hints"
27

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

96device zs # Zilog 8350 based serial ports
97
98# PCI Ethernet NICs that use the common MII bus controller code.
99device miibus # MII bus support
100device gem # Sun GEM/Sun ERI/Apple GMAC
101device dc # DEC/Intel 21143 and various workalikes
102device fxp # Intel EtherExpress PRO/100B (82557, 82558)
103
20
21machine powerpc
22cpu OEA
23ident GENERIC
24
25#To statically compile in device wiring instead of /boot/device.hints
26#hints "GENERIC.hints"
27

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

96device zs # Zilog 8350 based serial ports
97
98# PCI Ethernet NICs that use the common MII bus controller code.
99device miibus # MII bus support
100device gem # Sun GEM/Sun ERI/Apple GMAC
101device dc # DEC/Intel 21143 and various workalikes
102device fxp # Intel EtherExpress PRO/100B (82557, 82558)
103
104# Pseudo devices - the number indicates how many units to allocated.
104# Pseudo devices.
105device random # Entropy device
106device loop # Network loopback
107device ether # Ethernet support
108device sl # Kernel SLIP
109device ppp # Kernel PPP
110device tun # Packet tunnel.
111device pty # Pseudo-ttys (telnet etc)
112device md # Memory "disks"

--- 38 unchanged lines hidden ---
105device random # Entropy device
106device loop # Network loopback
107device ether # Ethernet support
108device sl # Kernel SLIP
109device ppp # Kernel PPP
110device tun # Packet tunnel.
111device pty # Pseudo-ttys (telnet etc)
112device md # Memory "disks"

--- 38 unchanged lines hidden ---