PERFORCE change 32268 for review

Marcel Moolenaar marcel at FreeBSD.org
Sat May 31 22:16:29 PDT 2003


http://perforce.freebsd.org/chv.cgi?CH=32268

Change 32268 by marcel at marcel_nfs on 2003/05/31 22:16:20

	We need to disable both atkbd and psm besides also atkbdc for
	GENERIC to be bootable on both Intel and HP machines.

Affected files ...

.. //depot/projects/ia64/sys/ia64/conf/GENERIC.hints#6 edit

Differences ...

==== //depot/projects/ia64/sys/ia64/conf/GENERIC.hints#6 (text+ko) ====

@@ -3,6 +3,8 @@
 hint.atkbdc.0.disabled="1"
 hint.atkbdc.0.port="0x060"
 hint.atkbd.0.at="atkbdc"
+hint.atkbd.0.disabled="1"
 hint.atkbd.0.irq="1"
 hint.psm.0.at="atkbdc"
+hint.psm.0.disabled="1"
 hint.psm.0.irq="12"


More information about the p4-projects mailing list