John Baldwin ba40a03417 - Rename nexus_pcib to legacy_pcib. I've been meaning to do this for a
while after the legacy device was added since this driver hangs from
  legacy and not nexus.
- Make several methods non-static so they can be reused in a mptable
  host -> pci bridge driver that will be added at a later date.
- Let legacy_pcib() use pcibios_pcib_route_interrupt() directly instead of
  wrapping it in a private function.  Originally, I thought I was going to
  have the nexus_pcib() driver make a runtime APIC vs. 8259A check and call
  the appropriate routing method (MPTable vs. PIR) that way, but it ended
  up being cleaner to make nexus_pcib() just work with PIR and have a
  separate host -> pci bridge driver for the mptable/apic case.
2003-06-06 17:56:30 +00:00
..
2003-05-19 20:29:07 +00:00
2003-06-02 04:58:43 +00:00
2003-05-31 18:52:38 +00:00
2003-06-02 16:32:55 +00:00
2003-05-31 20:19:13 +00:00
2003-04-03 21:36:33 +00:00
2003-05-15 18:51:28 +00:00
2003-05-31 20:05:25 +00:00
2003-06-01 04:51:07 +00:00
2003-06-01 22:09:12 +00:00
2003-03-28 06:43:50 +00:00