summaryrefslogtreecommitdiffstats
path: root/sys/arch/sgi/gio/pci_gio.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Pass the right bus_dmatag_t to the children.miod2014-10-021-2/+2
|
* Format string fixes and removal of -Wno-format for sgi. Based upon anmiod2014-05-191-3/+3
| | | | initial diff from jasper@
* Port NetBSD's pci@gio driver for fast Ethernet expansion boards for themiod2012-05-181-0/+497
IP22 family. This is just the bridge so far, as the underlying pci drivers will need some changes to work (dc(4) does not work correctly yet, and tl(4) needs to be bus_dma'ified).