summaryrefslogtreecommitdiffstats
path: root/sys/alpha/pci/swiz.c
Commit message (Collapse)AuthorAgeFilesLines
* First pass at removing Alpha kernel support.jhb2006-05-111-155/+0
|
* Use __FBSDID().obrien2003-06-101-2/+3
|
* * Completely rewrite the alpha busspace to hide the implementation fromdfr2000-08-281-0/+154
the drivers. * Remove legacy inx/outx support from chipset and replace with macros which call busspace. * Rework pci config accesses to route through the pcib device instead of calling a MD function directly. With these changes it is possible to cleanly support machines which have more than one independantly numbered PCI busses. As a bonus, the new busspace implementation should be measurably faster than the old one.
OpenPOWER on IntegriCloud