| Commit message (Expand) | Author | Age | Files | Lines |
* | Support for U4, missed in previous. |  mpi | 2015-06-03 | 1 | -2/+6 |
* | Mimic what's done on sparc64 and parse the OpenFirmware device tree to |  mpi | 2013-08-07 | 1 | -372/+8 |
* | Only the mpcpcibus driver is actually using these structures so merge them |  mpi | 2013-01-21 | 1 | -12/+26 |
* | Remove old functions to access MPC106 registers. Only one of them was used |  mpi | 2013-01-21 | 1 | -87/+2 |
* | Ignore devices with irq 0 on mpcpci bus, the only devices seen this |  drahn | 2011-10-28 | 1 | -2/+2 |
* | rename imask[] to cpu_imask[] to because imask is too loud as far as |  deraadt | 2011-01-08 | 1 | -4/+4 |
* | Introduce a new pci routine, pci_conf_size(), which returns the size of a |  miod | 2010-12-04 | 1 | -2/+11 |
* | Constify the what/name parameter of pci_intr_establish(). |  mk | 2009-08-22 | 1 | -3/+3 |
* | Get rid of pci_addr_fixup machinery; set up the appropriate extents and pass |  kettenis | 2009-05-03 | 1 | -74/+91 |
* | bzero pci attach args |  kettenis | 2009-03-29 | 1 | -2/+2 |
* | Make pci_intr_map(9) fail if the interrupt line register is set to 0xff. |  kettenis | 2008-03-25 | 1 | -1/+3 |
* | Make pci subsystem aware of domains. Each host bridge gets assigned a unique |  kettenis | 2006-12-14 | 1 | -1/+2 |
* | Implement an alternative workaround for the extent lies out of region panic |  gwk | 2006-12-05 | 1 | -2/+3 |
* | Partially revert 1.33 the range calculation change for bandit |  gwk | 2006-10-27 | 1 | -5/+2 |
* | Change bandit as found in many old world macs to use configuration type 1. |  gwk | 2006-10-23 | 1 | -9/+12 |
* | Use a macro in the MI powerpc PCI header for pci_intr_line() instead |  brad | 2006-05-10 | 1 | -7/+1 |
* | * Add "pcitag_t *pba_bridgetag" to pci_attach_args. This is set to |  brad | 2006-03-13 | 1 | -1/+2 |
* | remove unused srom_crc32() function. |  brad | 2006-02-11 | 1 | -16/+1 |
* | Implement interrupt mapping according to the OFW Interrupt Mapping recommended |  kettenis | 2006-02-03 | 1 | -31/+46 |
* | Missing splx in setfault() error path. |  miod | 2005-12-16 | 1 | -1/+2 |
* | remove vtophys() on *ppc. |  brad | 2005-11-07 | 1 | -19/+1 |
* | if find_node_intr() doesn't find a match, try to use the contents of |  drahn | 2005-10-08 | 1 | -4/+14 |
* | Kettenis figured out how to make this run on G5, then I went back and |  drahn | 2005-10-03 | 1 | -294/+275 |
* | Remove the bus_reverse field out of the powerpc bus structure, originally |  drahn | 2005-06-08 | 1 | -7/+1 |
* | Pass -Wformat |  miod | 2003-12-20 | 1 | -2/+2 |
* | spacing cleanup. |  drahn | 2003-10-21 | 1 | -11/+11 |
* | Further down the ANSI/KNF road, only binary difference is __LINE__. |  drahn | 2003-10-15 | 1 | -185/+92 |
* | more 3/4 cleanup for pefo |  deraadt | 2003-06-09 | 1 | -7/+1 |
* | string cleaning |  deraadt | 2003-05-07 | 1 | -2/+2 |
* | Remove an unnecessary structure copy from useage of setfault(), call |  drahn | 2003-02-26 | 1 | -2/+2 |
* | intial -> initial; |  jmc | 2003-02-18 | 1 | -2/+2 |
* | Remove more '\n's from panic() statements. Both trailing and leading. |  krw | 2002-10-12 | 1 | -6/+6 |
* | Improved workaround for cardbus support on macppc. This allows mappings to |  drahn | 2002-10-07 | 1 | -1/+3 |
* | backout premature |  deraadt | 2002-09-15 | 1 | -104/+123 |
* | KNF |  deraadt | 2002-09-15 | 1 | -123/+104 |
* | KNF. |  drahn | 2002-09-06 | 1 | -13/+11 |
* | Cardbus/pcmcia support for macppc. parts borrowed from NetBSD, and other |  drahn | 2002-07-23 | 1 | -21/+10 |
* | Fix a couple of typos. |  miod | 2002-04-22 | 1 | -4/+4 |
* | Final __P removal plus some cosmetic fixups |  millert | 2002-03-14 | 1 | -3/+3 |
* | First round of __P removal in sys |  millert | 2002-03-14 | 1 | -20/+20 |
* | cleanup. |  drahn | 2002-03-02 | 1 | -57/+71 |
* | Kludge, protect against bus faults during pci probes. allows OpenBSD |  drahn | 2002-01-26 | 1 | -2/+15 |
* | Unbreak gm0. regression test should be done next time... |  drahn | 2001-12-21 | 1 | -31/+2 |
* | From NetBSD: |  drahn | 2001-12-14 | 1 | -2/+31 |
* | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. |  miod | 2001-11-06 | 1 | -2/+2 |
* | phys_map declaration comes from <vm/vm.h>, no need to declare it locally. |  miod | 2001-09-21 | 1 | -2/+1 |
* | The "powerpc" port which has supported the newer Apple Macintosh powerpc based |  drahn | 2001-09-01 | 1 | -0/+1102 |