Deleted Added
full compact
GENERIC (139699) GENERIC (143809)
1#
2# GENERIC -- Generic kernel configuration file for FreeBSD/pc98
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/pc98
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/pc98/conf/GENERIC 139699 2005-01-05 05:25:21Z kuriyama $
19# $FreeBSD: head/sys/pc98/conf/GENERIC 143809 2005-03-18 15:24:00Z murray $
20
21machine pc98
22cpu I486_CPU
23cpu I586_CPU
24cpu I686_CPU
25ident GENERIC
26
27# To statically compile in device wiring instead of /boot/device.hints

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

222device tun # Packet tunnel.
223device pty # Pseudo-ttys (telnet etc)
224device md # Memory "disks"
225device gif # IPv6 and IPv4 tunneling
226device faith # IPv6-to-IPv4 relaying (translation)
227
228# The `bpf' device enables the Berkeley Packet Filter.
229# Be aware of the administrative consequences of enabling this!
20
21machine pc98
22cpu I486_CPU
23cpu I586_CPU
24cpu I686_CPU
25ident GENERIC
26
27# To statically compile in device wiring instead of /boot/device.hints

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

222device tun # Packet tunnel.
223device pty # Pseudo-ttys (telnet etc)
224device md # Memory "disks"
225device gif # IPv6 and IPv4 tunneling
226device faith # IPv6-to-IPv4 relaying (translation)
227
228# The `bpf' device enables the Berkeley Packet Filter.
229# Be aware of the administrative consequences of enabling this!
230# Note that 'bpf' is required for DHCP.
230device bpf # Berkeley packet filter
231
232# USB support
233#device uhci # UHCI PCI->USB interface
234#device ohci # OHCI PCI->USB interface
235#device usb # USB Bus (required)
236#device udbp # USB Double Bulk Pipe devices
237#device ugen # Generic

--- 18 unchanged lines hidden ---
231device bpf # Berkeley packet filter
232
233# USB support
234#device uhci # UHCI PCI->USB interface
235#device ohci # OHCI PCI->USB interface
236#device usb # USB Bus (required)
237#device udbp # USB Double Bulk Pipe devices
238#device ugen # Generic

--- 18 unchanged lines hidden ---