Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-07-26 | Create 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-25 | Get rid of pci_addr_fixup machinery; set up the appropriate extents and pass | Mark Kettenis | |
them along when we attach pci(4). ok miod@ | |||
2007-07-11 | Remove unused shpcic_intr_establish() and friends. | Miod Vallat | |
2006-12-14 | Make pci subsystem aware of domains. Each host bridge gets assigned a unique | Mark 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-23 | Do not match on non-shpcic config stanza. | Miod Vallat | |
2006-10-19 | pci_address_fixup code to do bus address allocation, 'firmware' appearently | Dale Rahn | |
doesn't touch pci. ohci version and re mac address probe correctly. | |||
2006-10-16 | busname should be set. | Dale Rahn | |
2006-10-07 | More bits in progress, adapted from NetBSD. | Miod Vallat | |
2006-10-06 | Preliminary bits for SuperH-based ports, based on NetBSD/sh3 codebase with | Miod Vallat | |
minor changes. |