summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/pci
Commit message (Expand)AuthorAgeFilesLines
* Set the rid for any resource obtained from rman_reserve_resource.imp2006-04-201-1/+1
* - Register the generic implementations for the device shutdown, suspendmarius2006-01-261-0/+3
* Make the ACPI and OpenFirmware PCI bus drivers subclasses of the genericjhb2006-01-201-35/+3
* - Make pcib_devclass private to sys/dev/pci/pci_pci.c and change all thejhb2006-01-062-10/+5
* Add a new method PCI_FIND_EXTCAP() to the pci bus interface that is usedjhb2005-12-201-0/+1
* Fix a bug introduced in rev. 1.5; for retrieving the device_t of themarius2005-12-121-2/+2
* - Move the declaration of struct upa_ranges and the UPA_RANGE_* macrosmarius2005-12-032-16/+34
* - Adhere style(9) (don't use function calls in initializers).marius2005-12-031-3/+5
* - Adhere style(9) (don't use function calls in initializers, use uintXX_tmarius2005-12-034-25/+35
* - Register the PCI bus error interrupt handler according to which half ofmarius2005-12-031-26/+36
* - Improve the comment regarding the workaround for the E250 interrupt mapmarius2005-12-032-17/+31
* - Add a workaround (change the interrupt map mask to compare the fullmarius2005-11-222-29/+30
* Some clean-up, style changes and changes that will reduce differencesmarius2005-11-223-247/+244
* - Convert these bus drivers to make use of the newly introduced set ofmarius2005-11-221-80/+27
* Slightly reformat apb_alloc_resource() to create some horizontal spacemarcel2005-04-281-44/+43
* fix kldloading of pci driver modules after boot on sparc64... sincejmg2005-03-231-1/+1
* At least on some U30 there's a spurious duplicate device node of an EBusmarius2005-01-201-5/+12
* /* -> /*- for license, minor formatting changesimp2005-01-076-5/+6
* Correct some uses of the wrong members of the *min()/*max()-familiy, e.g.marius2004-08-151-2/+2
* - Introduce an ofw_bus kobj-interface for retrieving the OFW node and amarius2004-08-128-44/+88
* Update for the KDB framework:marcel2004-07-101-1/+2
* These don't need RMAN_RESOURCE_VISIBLE now that rman is visibleimp2004-07-031-1/+0
* These need __RMAN_RESOURCE_VISIBLE, too.marius2004-06-301-0/+1
* Add missing <sys/module.h> #includesphk2004-06-041-0/+1
* Add missing <sys/module.h> instances which were shadowed by the nestedphk2004-06-031-0/+1
* - Remove the old sparc64 OFW PCI code (as opposed to the formermarius2004-05-089-595/+9
* Some code cleanup:tmm2004-04-253-128/+28
* Don't confuse NULL with 0.obrien2003-12-261-3/+3
* - Clear the CE AFSR bits which indicate the error condition when handlingtmm2003-09-042-8/+25
* s=include <ofw/=include <dev/ofw/= to reflect removal of -I$S/devimp2003-08-231-2/+2
* Prefer new location of pci include files (which have only been in theimp2003-08-222-5/+5
* Mega busdma API commit.scottl2003-07-011-1/+1
* Add the new sparc64 OFW PCI framework, conditional on options OFW_NEWPCItmm2003-07-0110-231/+899
* add support for peeking at pci busses on UltraSparc systems. This preventsjmg2003-06-221-12/+19
* Further cleanup of the sparc64 busdma implementation:tmm2003-06-181-9/+2
* Hardwire APB's PCI buses down. If we don't do this, pciconf -l returnsjmg2003-06-131-5/+2
* Remove the PSYCHO_STRAY option - it was never really useful. Adjust atmm2003-06-121-49/+5
* Remove the psycho and sbus iommu function stubs, and put the pointertmm2003-06-111-144/+23
* Fix interrupt assignment for non-builtin PCI devices on e450s.tmm2003-05-305-32/+135
* Bring back bus_dmasync_op_t. It is now a typedef to an int, though thescottl2003-05-271-2/+3
* De-orbit bus_dmamem_alloc_size(). It's a hack and was never used anyways.scottl2003-05-261-27/+0
* - Reduce the DVMA preallocation limit from 128kB to 32kB. 128kB weretmm2003-05-021-1/+1
* Change the operation parameter of bus_dmamap_sync() from anmux2003-04-101-3/+2
* Use vm_paddr_t for physical addresses.jake2003-04-082-4/+5
* 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-192-3/+3
* Fix some more missing dt_ prefixes for dma tag fields.scottl2003-01-291-2/+2
* Implement bus_dmamem_alloc_size() and bus_dmamem_free_size() asscottl2003-01-291-0/+27
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-212-3/+3
* Change the iommu code to be able to handle more than one DVMA area pertmm2003-01-061-0/+30
OpenPOWER on IntegriCloud