From 59177a15cca0b0c56bcf6a4fa40f0cca69ebde17 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Sun, 15 Jul 2001 17:56:53 +0000 Subject: [PATCH] Now that config(8) has stopped breaking POLA (mkmakefile.c rev 1.69) by always including .hints if its exist reguardless of the lack of a "hints" directive in the file; we can have a real hints file again. --- sys/alpha/conf/GENERIC.hints | 50 ++++++++++++++++++------------------ 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/sys/alpha/conf/GENERIC.hints b/sys/alpha/conf/GENERIC.hints index 4e118a5ec8bb..a00753686eb8 100644 --- a/sys/alpha/conf/GENERIC.hints +++ b/sys/alpha/conf/GENERIC.hints @@ -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"