Now that config(8) has stopped breaking POLA (mkmakefile.c rev 1.69) by

always including <KERNEL>.hints if its exist reguardless of the lack of a
"hints" directive in the <KERNEL> file; we can have a real hints file again.
This commit is contained in:
obrien 2001-07-15 17:56:53 +00:00
parent 5dd90fe46d
commit 711ff3f92f

View File

@ -1,26 +1,26 @@
# $FreeBSD$
#hint.fdc.0.at="isa"
#hint.fdc.0.port="0x3F0"
#hint.fdc.0.irq="6"
#hint.fdc.0.drq="2"
#hint.fd.0.at="fdc0"
#hint.fd.0.drive="0"
#hint.atkbdc.0.at="isa"
#hint.atkbdc.0.port="0x060"
#hint.atkbd.0.at="atkbdc"
#hint.atkbd.0.irq="1"
#hint.psm.0.at="atkbdc"
#hint.psm.0.irq="12"
#hint.vga.0.at="isa"
#hint.sc.0.at="isa"
#hint.mcclock.0.at="isa"
#hint.mcclock.0.port="0x70"
#hint.sio.0.at="isa"
#hint.sio.0.port="0x3F8"
#hint.sio.0.irq="4"
#hint.sio.1.at="isa"
#hint.sio.1.port="0x2F8"
#hint.sio.1.irq="3"
#hint.sio.1.flags="0x50"
#hint.ppc.0.at="isa"
#hint.ppc.0.irq="7"
hint.fdc.0.at="isa"
hint.fdc.0.port="0x3F0"
hint.fdc.0.irq="6"
hint.fdc.0.drq="2"
hint.fd.0.at="fdc0"
hint.fd.0.drive="0"
hint.atkbdc.0.at="isa"
hint.atkbdc.0.port="0x060"
hint.atkbd.0.at="atkbdc"
hint.atkbd.0.irq="1"
hint.psm.0.at="atkbdc"
hint.psm.0.irq="12"
hint.vga.0.at="isa"
hint.sc.0.at="isa"
hint.mcclock.0.at="isa"
hint.mcclock.0.port="0x70"
hint.sio.0.at="isa"
hint.sio.0.port="0x3F8"
hint.sio.0.irq="4"
hint.sio.1.at="isa"
hint.sio.1.port="0x2F8"
hint.sio.1.irq="3"
hint.sio.1.flags="0x50"
hint.ppc.0.at="isa"
hint.ppc.0.irq="7"