Description of problem: ASUS dual athlon SMP box. No PS/2 mouse. The kernel detects a PS/2 mouse and attempts to enable it. This jams IRQ 12 which the box then disables. Unfortunately IRQ12 is actually assigned to the scsi controller so the machine then drops dead. Version-Release number of selected component (if applicable): FC2 test1 How reproducible: 100% Steps to Reproduce: 1. Install on ASUS A7M 266D 2. Reboot 3. Observe Actual results: Hang (both SMP and non SMP) Expected results: Working system as with all previous releases. Additional info: The boot kernel works for some reason, although it too sees phantom PS/2 mice. The phantom ports seem to be a 2.6 kernel bug as 2.4 gets the detection right. acpi=off does not help (it simply produces irq routing table errors then hangs) apm=off acpi=off pci=noacpi also doesnt help
The ps/2 specific issue seems to be ok now