Subject: PCI_BUS_FIXUP for amd64
To: None <port-amd64@NetBSD.org>
From: Stephen Degler <stephen@degler.net>
List: port-amd64
Date: 12/11/2007 10:49:51
I recently updated my amd64 laptop to -current, and lost my pccbb device.
Looking at PCI_BUS_FIXUP, I see that the option is honored, but nothing
seems to be done on this port. So I moved the pci fixup code in
arch/i386 to arch/x86 and enabled it for amd64 as well. It fixes my
problem, and I believe that it is relatively common that pccbb's (card
bus bridges) are left unintialized by the BIOS.
Is it acceptable (and a good idea) to commit this change?
skd