| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | NPE cleanups needed for ancillary drivers (e.g. crypto acceleration): | Sam Leffler | 2008-12-23 | 3 | -66/+109 |
| * | kill NPE_PORTS_MAX, it's not used and likely will not be | Sam Leffler | 2008-12-23 | 1 | -1/+0 |
| * | Fill in feature control support: | Sam Leffler | 2008-12-23 | 3 | -6/+39 |
| * | o enable TT and big-endian MMIO | Sam Leffler | 2008-12-23 | 1 | -3/+6 |
| * | Merge WIP from p4: | Sam Leffler | 2008-12-13 | 24 | -1377/+2331 |
| * | - Fix spelling error in comments. | Stanislav Sedov | 2008-12-01 | 5 | -5/+5 |
| * | correct sizeof calculation | Sam Leffler | 2008-10-14 | 1 | -1/+1 |
| * | Allow static hints to override kenv. | Bruce M Simpson | 2008-10-02 | 1 | -0/+5 |
| * | Bandaid: disable interrupts to make sure intr_enabled and the IER register | Olivier Houchard | 2008-09-11 | 1 | -3/+8 |
| * | IXP425: split handling of the two QMGR interrupts so they are separately | Rafal Jaworowski | 2008-09-11 | 1 | -14/+42 |
| * | Add locking to the various iicbus(4) bridge drivers: | John Baldwin | 2008-08-04 | 1 | -0/+9 |
| * | Eliminate unused global variables. (These global variables became fields of | Alan Cox | 2008-07-18 | 5 | -5/+0 |
| * | Fix a typo: i80321_pci_probe -> i81342_pci_probe | Kevin Lo | 2008-06-12 | 1 | -1/+1 |
| * | Add the pxa_teardown_intr() bus method function to de-associate the | Kevin Lo | 2008-06-10 | 1 | -10/+17 |
| * | Pull all the code to deal with bus space methods into a shared set of | Kevin Lo | 2008-06-10 | 2 | -102/+7 |
| * | Remove sa1_cache_clean_addr | Kevin Lo | 2008-06-09 | 1 | -2/+0 |
| * | Unify arminit() and clean up | Kevin Lo | 2008-06-09 | 1 | -58/+1 |
| * | Support for the XScale PXA255 SoC as found on the Gumstix Basix and Connex | Benno Rice | 2008-06-06 | 14 | -0/+3758 |
| * | Remove some long-dead code | Kevin Lo | 2008-04-08 | 4 | -16/+0 |
| * | Remove bus_space_generic.c from the per-plarform files. Having it in the | Olivier Houchard | 2008-04-05 | 3 | -3/+0 |
| * | Add bus_space_generic.c for the i81342 as well. | Olivier Houchard | 2008-04-05 | 1 | -0/+1 |
| * | Refactor certain ARM bus space methods: instead of having multiple copies of | Rafal Jaworowski | 2008-04-03 | 10 | -304/+30 |
| * | Fix AVILA build. | Rafal Jaworowski | 2008-04-03 | 1 | -2/+2 |
| * | Take the first baby step towards unifying and cleaning up arminit(): | Warner Losh | 2008-04-03 | 4 | -205/+7 |
| * | KERNBASE + 0x00200000 is the same thing as KERNVIRTADDR on this | Warner Losh | 2008-04-03 | 1 | -3/+2 |
| * | Improve mac+phy configuration so that hints can be used to describe | Sam Leffler | 2008-03-22 | 1 | -16/+80 |
| * | map device 5; the optional USB controller on Gateworks 2348 boards | Sam Leffler | 2008-03-20 | 1 | -3/+4 |
| * | Remove kernel support for M:N threading. | Jeff Roberson | 2008-03-12 | 1 | -4/+0 |
| * | Convert to be a 2-clause bsd-only license. | Kevin Lo | 2008-03-03 | 1 | -7/+0 |
| * | On the ixp425, when we fail to initialize the memory rman instance, the | Robert Watson | 2008-02-26 | 1 | -1/+1 |
| * | - Retire npe_defrag(), gem_defrag(), msk_defrag(), nfe_defrag(), and | John Baldwin | 2008-01-17 | 1 | -85/+1 |
| * | Fix for the panic("vm_thread_new: kstack allocation failed") and | Konstantin Belousov | 2007-11-05 | 4 | -4/+4 |
| * | Remove a staled comment, NPE-C should work fine. | Olivier Houchard | 2007-11-04 | 1 | -1/+0 |
| * | Spelling fix for interupt -> interrupt | Kevin Lo | 2007-10-12 | 1 | -2/+2 |
| * | Make the PCI code aware of PCI domains (aka PCI segments) so we can | Marius Strobl | 2007-09-30 | 3 | -2/+15 |
| * | Ok I hope I got it right this time. | Olivier Houchard | 2007-09-27 | 4 | -25692/+38 |
| * | Now that Intel changed the license for the NPE firmware, import it directly | Olivier Houchard | 2007-09-27 | 4 | -44/+25693 |
| * | Add various macros for the ADMA unit. | Olivier Houchard | 2007-09-22 | 1 | -0/+39 |
| * | Add a driver for the 7seg found on the CRB board, largely based on the | Olivier Houchard | 2007-09-22 | 7 | -0/+468 |
| * | There's no need to re-read PCIR_COMMAND once we set it. | Olivier Houchard | 2007-09-04 | 1 | -2/+0 |
| * | Cleanup | Olivier Houchard | 2007-07-27 | 2 | -8/+2 |
| * | Do not define NIRQ, it is already defined in include/intr.h | Olivier Houchard | 2007-07-27 | 1 | -5/+0 |
| * | Share the timer and watchdog drivers with the i81342. It's the same, | Olivier Houchard | 2007-07-27 | 2 | -7/+70 |
| * | Add initial IOP342 support. | Olivier Houchard | 2007-07-27 | 16 | -0/+2869 |
| * | Remove the hardcoded IXP425_UART?_VBASE values in the | John Hay | 2007-05-29 | 4 | -17/+57 |
| * | We do not need to get the irq out of ivars in ixp425_setup_intr(). By | John Hay | 2007-05-28 | 1 | -5/+1 |
| * | Optimize a bit more, both the Avila and Pronghorn Metro boards work with | John Hay | 2007-05-28 | 1 | -4/+3 |
| * | Search for a proper ucode image to use by incrementing the minor | Sam Leffler | 2007-05-24 | 3 | -8/+43 |
| * | Move to hints for configuring numerous devices so we can eliminate various | Sam Leffler | 2007-05-24 | 2 | -50/+107 |
| * | Don't muck with the internal state of a uart during probe, all we | Sam Leffler | 2007-05-24 | 1 | -7/+3 |