Deleted Added
full compact
NOTES (191954) NOTES (193156)
1# $FreeBSD: head/sys/powerpc/conf/NOTES 191954 2009-05-10 00:00:25Z kuriyama $
1# $FreeBSD: head/sys/powerpc/conf/NOTES 193156 2009-05-31 09:01:23Z nwhitehorn $
2#
3# This file contains machine dependent kernel configuration notes. For
4# machine independent notes, look in /sys/conf/NOTES.
5
6
7
8#####################################################################
9# CPU OPTIONS

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

16options FPU_EMU
17
18#options MPC85XX
19options POWERMAC #NewWorld Apple PowerMacs
20options PSIM #GDB PSIM ppc simulator
21
22options SC_OFWFB # OFW frame buffer
23
2#
3# This file contains machine dependent kernel configuration notes. For
4# machine independent notes, look in /sys/conf/NOTES.
5
6
7
8#####################################################################
9# CPU OPTIONS

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

16options FPU_EMU
17
18#options MPC85XX
19options POWERMAC #NewWorld Apple PowerMacs
20options PSIM #GDB PSIM ppc simulator
21
22options SC_OFWFB # OFW frame buffer
23
24# The cpufreq(4) driver provides support for CPU frequency control
25device cpufreq
26
24# Standard busses
25device pci
26
27device bm # Apple BMAC (Big Mac Ethernet)
28device kiic # Apple Keywest I2C Controller
29device ofwd # Open Firmware disks
30device adb # Apple Desktop Bus
31device cuda # VIA-CUDA ADB interface

--- 43 unchanged lines hidden ---
27# Standard busses
28device pci
29
30device bm # Apple BMAC (Big Mac Ethernet)
31device kiic # Apple Keywest I2C Controller
32device ofwd # Open Firmware disks
33device adb # Apple Desktop Bus
34device cuda # VIA-CUDA ADB interface

--- 43 unchanged lines hidden ---