NetBSD/sys/arch/amiga
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
..
amiga Remove a dead continue. 2015-07-04 06:13:01 +00:00
clockport Changes to ACA500 support: 2013-12-22 23:02:38 +00:00
compile
conf Declare dependency on fpsp.o via newly introduced ${MD_LIBS} instead of 2015-09-06 02:17:30 +00:00
dev Final bit of PR 41200: headers that declare ioctls should include sys/ioccom.h. 2015-09-07 03:49:44 +00:00
include Reduce MAXDSIZ from 416MB back to 224MB. 2015-09-30 20:36:28 +00:00
pci PCI Extended Configuration stuff written by nonaka@: 2015-10-02 05:22:49 +00:00
stand . don't depend on -ll to provide a main() function. Lex on ArchLinux doesn't 2015-02-03 19:58:41 +00:00
Makefile