Deleted Added
sdiff udiff text old ( 178372 ) new ( 182057 )
full compact
1# $FreeBSD: head/sys/sparc64/conf/NOTES 178372 2008-04-21 10:09:55Z phk $
2#
3# This file contains machine dependent kernel configuration notes. For
4# machine independent notes, look in /sys/conf/NOTES.
5
6
7#####################################################################
8# CPU OPTIONS
9

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

38device rtc # rtc (really a front-end for the MC146818)
39device mc146818 # Motorola MC146818 and compatible clocks
40
41#
42# Optional devices:
43#
44
45device auxio # auxiliary I/O device
46device clkbrd # Clock Board (blinkenlight on Sun Exx00)
47device creator # Creator, Creator3D and Elite3D framebuffers
48device machfb # ATI Mach64 framebuffers
49
50device ofw_console # Open Firmware console device
51option OFWCONS_POLL_HZ=4 # 20 or more works best on Ultra2
52
53# PS/2 mouse
54device psm

--- 97 unchanged lines hidden ---