summaryrefslogtreecommitdiffstats
path: root/sys/arch/sh/dev/shpcicvar.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Introduce a new pci routine, pci_conf_size(), which returns the size of amiod2010-12-041-1/+2
| | | | | | | given pcitag_t configuration address space. Currently, all pci controllers will return the usual 0x100 bytes of PCI configuration space, but this will eventually change on PCIe-capable controlers. ok kettenis@
* OpenBSD uses bus_space_copy_#, not bus_space_copy_region_#. Make sure only themiod2010-04-041-7/+7
| | | | | | first name is used, and remove any #define foo_region foo compatibility defines. Also, on sparc64, do not provide a `raw' version of bus_space_copy.
* Implement bus_space_vaddr().miod2009-12-251-1/+2
|
* pci_address_fixup code to do bus address allocation, 'firmware' appearentlydrahn2006-10-191-1/+26
| | | | doesn't touch pci. ohci version and re mac address probe correctly.
* More bits in progress, adapted from NetBSD.miod2006-10-071-1/+41
|
* Preliminary bits for SuperH-based ports, based on NetBSD/sh3 codebase withmiod2006-10-061-0/+184
minor changes.