summaryrefslogtreecommitdiffstats
path: root/sys/arch/macppc/pci/mpcpcibus.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Support for U4, missed in previous.mpi2015-06-031-2/+6
* Mimic what's done on sparc64 and parse the OpenFirmware device tree tompi2013-08-071-372/+8
* Only the mpcpcibus driver is actually using these structures so merge themmpi2013-01-211-12/+26
* Remove old functions to access MPC106 registers. Only one of them was usedmpi2013-01-211-87/+2
* Ignore devices with irq 0 on mpcpci bus, the only devices seen thisdrahn2011-10-281-2/+2
* rename imask[] to cpu_imask[] to because imask is too loud as far asderaadt2011-01-081-4/+4
* Introduce a new pci routine, pci_conf_size(), which returns the size of amiod2010-12-041-2/+11
* Constify the what/name parameter of pci_intr_establish().mk2009-08-221-3/+3
* Get rid of pci_addr_fixup machinery; set up the appropriate extents and passkettenis2009-05-031-74/+91
* bzero pci attach argskettenis2009-03-291-2/+2
* Make pci_intr_map(9) fail if the interrupt line register is set to 0xff.kettenis2008-03-251-1/+3
* Make pci subsystem aware of domains. Each host bridge gets assigned a uniquekettenis2006-12-141-1/+2
* Implement an alternative workaround for the extent lies out of region panicgwk2006-12-051-2/+3
* Partially revert 1.33 the range calculation change for banditgwk2006-10-271-5/+2
* Change bandit as found in many old world macs to use configuration type 1.gwk2006-10-231-9/+12
* Use a macro in the MI powerpc PCI header for pci_intr_line() insteadbrad2006-05-101-7/+1
* * Add "pcitag_t *pba_bridgetag" to pci_attach_args. This is set tobrad2006-03-131-1/+2
* remove unused srom_crc32() function.brad2006-02-111-16/+1
* Implement interrupt mapping according to the OFW Interrupt Mapping recommendedkettenis2006-02-031-31/+46
* Missing splx in setfault() error path.miod2005-12-161-1/+2
* remove vtophys() on *ppc.brad2005-11-071-19/+1
* if find_node_intr() doesn't find a match, try to use the contents ofdrahn2005-10-081-4/+14
* Kettenis figured out how to make this run on G5, then I went back anddrahn2005-10-031-294/+275
* Remove the bus_reverse field out of the powerpc bus structure, originallydrahn2005-06-081-7/+1
* Pass -Wformatmiod2003-12-201-2/+2
* spacing cleanup.drahn2003-10-211-11/+11
* Further down the ANSI/KNF road, only binary difference is __LINE__.drahn2003-10-151-185/+92
* more 3/4 cleanup for pefoderaadt2003-06-091-7/+1
* string cleaningderaadt2003-05-071-2/+2
* Remove an unnecessary structure copy from useage of setfault(), calldrahn2003-02-261-2/+2
* intial -> initial;jmc2003-02-181-2/+2
* Remove more '\n's from panic() statements. Both trailing and leading.krw2002-10-121-6/+6
* Improved workaround for cardbus support on macppc. This allows mappings todrahn2002-10-071-1/+3
* backout prematurederaadt2002-09-151-104/+123
* KNFderaadt2002-09-151-123/+104
* KNF.drahn2002-09-061-13/+11
* Cardbus/pcmcia support for macppc. parts borrowed from NetBSD, and otherdrahn2002-07-231-21/+10
* Fix a couple of typos.miod2002-04-221-4/+4
* Final __P removal plus some cosmetic fixupsmillert2002-03-141-3/+3
* First round of __P removal in sysmillert2002-03-141-20/+20
* cleanup.drahn2002-03-021-57/+71
* Kludge, protect against bus faults during pci probes. allows OpenBSDdrahn2002-01-261-2/+15
* Unbreak gm0. regression test should be done next time...drahn2001-12-211-31/+2
* From NetBSD:drahn2001-12-141-2/+31
* Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.miod2001-11-061-2/+2
* phys_map declaration comes from <vm/vm.h>, no need to declare it locally.miod2001-09-211-2/+1
* The "powerpc" port which has supported the newer Apple Macintosh powerpc baseddrahn2001-09-011-0/+1102