Kwang-Hyun Baek wrote: > I see that my LPC interface bridge is not recognized: > pci, instance #0 (driver name: pci) > .. > pci8086,24c0 > ... > > I think... > 8086: intel vendor code > 24c0: PCI to ISA (LPC interface) bridge code > > In the source, pci_string.c, I see that pci-isa (ISA bridge) is supposed to > be pci-isa bridge driver but I don't actually see the driver for it in the > source code. Is it not implemented or am I missing something?
It's not implemented. The children of the PCI-ISA bridge are ISA devices, and are treated as if they're attached to a "local" ISA bus, even though this is not technically the case. So, it's normal. Is something not working? Dana Solaris Engineering [EMAIL PROTECTED] _______________________________________________ opensolaris-code mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/opensolaris-code
