Deleted Added
full compact
GENERIC64 (263301) GENERIC64 (265871)
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/GENERIC64 263301 2014-03-18 14:41:18Z imp $
19# $FreeBSD: head/sys/powerpc/conf/GENERIC64 265871 2014-05-11 05:49:35Z nwhitehorn $
20
21cpu AIM
22ident GENERIC
23
24machine powerpc powerpc64
25
26makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
27makeoptions WITH_CTF=1

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

114
115# ATA/SCSI peripherals
116device scbus # SCSI bus (required for ATA/SCSI)
117device da # Direct Access (disks)
118device sa # Sequential Access (tape etc)
119device cd # CD
120device pass # Passthrough device (direct ATA/SCSI access)
121
20
21cpu AIM
22ident GENERIC
23
24machine powerpc powerpc64
25
26makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
27makeoptions WITH_CTF=1

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

114
115# ATA/SCSI peripherals
116device scbus # SCSI bus (required for ATA/SCSI)
117device da # Direct Access (disks)
118device sa # Sequential Access (tape etc)
119device cd # CD
120device pass # Passthrough device (direct ATA/SCSI access)
121
122# syscons is the default console driver, resembling an SCO console
123device sc
122# vt is the default console driver, resembling an SCO console
123device vt # Core console driver
124device kbdmux
124device kbdmux
125options SC_OFWFB # OFW frame buffer
126options SC_DFLT_FONT # compile font in
127makeoptions SC_DFLT_FONT=cp437
128
129# Serial (COM) ports
130device scc
131device uart
132device uart_z8530
133
134# Ethernet hardware
135device em # Intel PRO/1000 Gigabit Ethernet Family

--- 82 unchanged lines hidden ---
125
126# Serial (COM) ports
127device scc
128device uart
129device uart_z8530
130
131# Ethernet hardware
132device em # Intel PRO/1000 Gigabit Ethernet Family

--- 82 unchanged lines hidden ---