summaryrefslogtreecommitdiff
path: root/sys/arch/sh/dev/shpcic.c
AgeCommit message (Collapse)Author
2009-07-26Create the pci resource extents as covering the full 4GB address space,Miod Vallat
with only the available range free, instead of that range only. ok kettenis@
2009-04-25Get rid of pci_addr_fixup machinery; set up the appropriate extents and passMark Kettenis
them along when we attach pci(4). ok miod@
2007-07-11Remove unused shpcic_intr_establish() and friends.Miod Vallat
2006-12-14Make pci subsystem aware of domains. Each host bridge gets assigned a uniqueMark Kettenis
domain number such that we can distinguish between busses with the same bus number that are behind different host bridges. Domains can be accessed by using different device nodes. ok deraadt@
2006-10-23Do not match on non-shpcic config stanza.Miod Vallat
2006-10-19pci_address_fixup code to do bus address allocation, 'firmware' appearentlyDale Rahn
doesn't touch pci. ohci version and re mac address probe correctly.
2006-10-16busname should be set.Dale Rahn
2006-10-07More bits in progress, adapted from NetBSD.Miod Vallat
2006-10-06Preliminary bits for SuperH-based ports, based on NetBSD/sh3 codebase withMiod Vallat
minor changes.