summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/pci/ofw_pci.c
Commit message (Expand)AuthorAgeFilesLines
* Use OF_prop_free instead of direct call to free(9)gonzo2016-05-181-2/+2
* Convert rman to use rman_res_t instead of u_longjhibbits2016-01-271-2/+2
* - Factor out the common and generic parts of the sparc64 host-PCI-bridgemarius2015-09-121-0/+406
* - Move ofw_pci_alloc_busno() to the ofw_pci KOBJ interface,marius2007-06-181-76/+0
* - Adhere style(9) (don't use function calls in initializers, use uintXX_tmarius2005-12-031-5/+6
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* - Remove the old sparc64 OFW PCI code (as opposed to the formermarius2004-05-081-319/+3
* Add the new sparc64 OFW PCI framework, conditional on options OFW_NEWPCItmm2003-07-011-16/+21
* Fix interrupt assignment for non-builtin PCI devices on e450s.tmm2003-05-301-19/+67
* Set the cache line size for subordinate pci bridges as well as for theirjake2003-03-271-2/+2
* Back out M_* changes, per decision of the TRB.imp2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-2/+2
* Initialize the cache line size register of all PCI devices in thetmm2003-01-061-0/+15
* Reverse the quirk table entry for swizzling on a missing interrupt map;tmm2002-12-011-7/+10
* Add two new workaround for firmware anomalies:tmm2002-11-071-8/+64
* Add PCI bus enumeration and latency timer setup to the sparc64 MD PCItmm2002-06-121-72/+134
* Make the OpenFirmware interrupt mapping code more generic, to reducetmm2002-03-241-92/+24
* Don't panic when no interrupt map can be found for a PCI bus; this seemstmm2002-02-131-2/+5
* Add support for the Sun psycho/sabre UPA-PCI bridge, some OpenFirmwaretmm2001-11-091-0/+267
OpenPOWER on IntegriCloud