Deleted Added
sdiff udiff text old ( 141369 ) new ( 141586 )
full compact
1#
2# NOTES -- Lines that can be cut/pasted into kernel and hints configs.
3#
4# This file contains machine dependent kernel configuration notes. For
5# machine independent notes, look in /sys/conf/NOTES.
6#
7# $FreeBSD: head/sys/i386/conf/NOTES 141369 2005-02-05 21:01:09Z njl $
8#
9
10#
11# This directive is mandatory; it defines the architecture to be
12# configured for; in this case, the 386 family based IBM-PC and
13# compatibles.
14#
15machine i386

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

542device cx
543hint.cx.0.at="isa"
544hint.cx.0.port="0x240"
545hint.cx.0.irq="15"
546hint.cx.0.drq="7"
547#options NETGRAPH_CRONYX # Enable NETGRAPH support for Cronyx adapter(s)
548device ed
549#options ED_NO_MIIBUS # Disable ed miibus support
550hint.ed.0.at="isa"
551hint.ed.0.port="0x280"
552hint.ed.0.irq="5"
553hint.ed.0.maddr="0xd8000"
554device el
555hint.el.0.at="isa"
556hint.el.0.port="0x300"
557hint.el.0.irq="9"

--- 532 unchanged lines hidden ---