NetBSD/sys/arch/arm/footbridge
msaitoh 605f564f52 PCI Extended Configuration stuff written by nonaka@:
- Add PCI Extended Configuration Space support into x86.
- Check register offset of pci_conf_read() in MD part. It returns (pcireg_t)-1
  if it isn't accessible.
- Decode Extended Capability in PCI Extended Configuration Space.
  Currently the following extended capabilities are decoded:
   - Advanced Error Reporting
   - Virtual Channel
   - Device Serial Number
   - Power Budgeting
   - Root Complex Link Declaration
   - Root Complex Event Collector Association
   - Access Control Services
   - Alternative Routing-ID Interpretation
   - Address Translation Services
   - Single Root IO Virtualization
   - Page Request
   - TPH Requester
   - Latency Tolerance Reporting
   - Secondary PCI Express
   - Process Address Space ID
   - LN Requester
   - L1 PM Substates
  The following extended capabilities are not decoded yet:
   - Root Complex Internal Link Control
   - Multi-Function Virtual Channel
   - RCRB Header
   - Vendor Unique
   - Configuration Access Correction
   - Multiple Root IO Virtualization
   - Multicast
   - Resizable BAR
   - Dynamic Power Allocation
   - Protocol Multiplexing
   - Downstream Port Containment
   - Precision Time Management
   - M-PCIe
   - Function Reading Status Queueing
   - Readiness Time Reporting
   - Designated Vendor-Specific
2015-10-02 05:22:49 +00:00
..
isa Replace more vm_offset_t, vm_size_t with vaddr_t, vsize_t 2014-09-13 18:08:38 +00:00
dc21285mem.h
dc21285reg.h
footbridge_clock.c
footbridge_com_io.c
footbridge_com.c Add d_discard to all struct cdevsw instances I could find. 2014-07-25 08:10:31 +00:00
footbridge_intr.h
footbridge_io.c Don't manipulate the pte to get uncached memory, use PMAP_NOCACHE instead. 2014-02-22 20:33:00 +00:00
footbridge_irqhandler.c Defer intr evcnt_attach to cpu_configure 2014-04-02 11:35:36 +00:00
footbridge_irqhandler.h Defer intr evcnt_attach to cpu_configure 2014-04-02 11:35:36 +00:00
footbridge_machdep.c
footbridge_pci.c PCI Extended Configuration stuff written by nonaka@: 2015-10-02 05:22:49 +00:00
footbridge.c
footbridge.h
footbridgevar.h
Makefile