Deleted Added
sdiff udiff text old ( 146483 ) new ( 147272 )
full compact
1# $FreeBSD: head/sys/sparc64/conf/NOTES 147272 2005-06-10 20:58:59Z marius $
2#
3# This file contains machine dependent kernel configuration notes. For
4# machine independent notes, look in /sys/conf/NOTES.
5
6# This directive is mandatory. It defines the architecture to be
7# configured for. In this case, this kernel is for a machine using
8# UltraSparc processors.
9#

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

58option OFWCONS_POLL_HZ=4 # 20 or more works best on Ultra2
59
60device sab # Siemens SAB82532 based serial ports
61
62
63#####################################################################
64# Devices we don't want to deal with
65
66nodevice vga
67nodevice daemon_saver
68nodevice snake_saver
69nodevice star_saver
70nodevice bktr
71nodevice fdc
72nodevice ppc
73nodevice snd_ad1816

--- 67 unchanged lines hidden ---