summaryrefslogtreecommitdiff
path: root/sys/dev/pci/ppb.c
AgeCommit message (Expand)Author
1998-06-08Nuke __BROKEN_INDIRECT_CONFIG.thorpej
1998-03-04clean up slightly, correct a few commentscgd
1998-01-12Update for config changes.thorpej
1997-08-30Pass down bus_dma_tag_t's as appropriate (per Jason's bus_dma code).mycroft
1997-08-30Pass the I/O and memory enable flags through the bridge.mycroft
1996-12-05update these so they compile whether or not __BROKEN_INDIRECT_CONFIGcgd
1996-10-21New bus.h implementation/interface:thorpej
1996-10-13backout kprintf changeschristos
1996-10-10printf -> kprintf, sprintf -> ksprintfchristos
1996-08-27change cfprint_t type definition to take a const char *, rather thancgd
1996-05-03remove unused variableschristos
1996-03-27modify these to provide a new, better-specified PCI interfacecgd
1996-03-17spacing nitcgd
1996-03-17New device attachment scheme:thorpej
1996-03-14These devices don't actually need softc's that are supersets of 'structcgd
1996-03-14(1) provide #defines for cf_loc[] entries for devices that attach tocgd
1996-03-04fix aux argument to config_found() for secondary bus.cgd
1996-02-28Preliminary support for PCI-PCI bridges. Recognize a PCI-PCI bridgecgd