| Commit message (Expand) | Author | Age | Files | Lines |
* | Reverse this change. malloc() with M_WAITOK never fails. | kevlo | 2007-03-06 | 1 | -2/+0 |
* | Check for malloc return value | kevlo | 2007-03-05 | 1 | -0/+2 |
* | Update for the new prototype of bus_setup_intr(). | cognet | 2007-02-25 | 2 | -4/+4 |
* | o break newbus api: add a new argument of type driver_filter_t to | piso | 2007-02-23 | 7 | -23/+24 |
* | Cleanup and document the implementation of firmware(9) based on | luigi | 2007-02-15 | 1 | -1/+1 |
* | Fix small altq related copy and paste error. | mlaier | 2007-02-10 | 1 | -1/+1 |
* | ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it again. | kevlo | 2007-02-03 | 1 | -1/+0 |
* | Remove a bogus i = 0 | kevlo | 2007-02-02 | 1 | -1/+1 |
* | Use our own timer that piggybacks on npe_tick() callout instead of | kevlo | 2007-01-30 | 1 | -13/+16 |
* | Fix comments. | kevlo | 2007-01-26 | 1 | -2/+2 |
* | Create bus dma tags for both the PCI bus and the IXP425 root bus. Set the | cognet | 2007-01-17 | 4 | -4/+31 |
* | Align the interfaces for the various watchdogs and make the interface | n_hibma | 2006-12-15 | 1 | -11/+15 |
* | Handle a missing NPE firmware file better; if it's missing print a | sam | 2006-12-07 | 1 | -3/+12 |
* | Threading cleanup.. part 2 of several. | julian | 2006-12-06 | 3 | -12/+0 |
* | Provide stream operations. | cognet | 2006-12-02 | 1 | -0/+36 |
* | Better i2c bit definitions. | kevlo | 2006-11-30 | 1 | -2/+2 |
* | Bring in status led support for /dev/led/gpioled on Avila. | kevlo | 2006-11-22 | 3 | -0/+116 |
* | Match bus space unmap prototype. | kevlo | 2006-11-20 | 2 | -3/+3 |
* | Gateworks Avila board support: | sam | 2006-11-19 | 31 | -0/+10134 |
* | Compile -- remove an unused global variable avail_end. | kevlo | 2006-11-17 | 2 | -2/+0 |
* | Make KSE a kernel option, turned on by default in all GENERIC | jb | 2006-10-26 | 2 | -0/+8 |
* | Fill in dump_avail[] before pmap_boostrap() is called so that | cognet | 2006-08-27 | 1 | -4/+4 |
* | Finally bring it support for the i80219 XScale processor. | cognet | 2006-08-24 | 12 | -71/+729 |
* | Rewrite ARM_USE_SMALL_ALLOC so that instead of the current behavior, it maps | cognet | 2006-08-08 | 1 | -4/+9 |
* | Remove a bogus i = 0. | kevlo | 2006-08-08 | 1 | -1/+1 |
* | Cleanup. | kevlo | 2006-07-25 | 2 | -18/+1 |
* | Remove prototype for the undefined function counterhandler(). | cognet | 2006-07-14 | 1 | -1/+0 |
* | Remove a bogus, useless, "i++". | cognet | 2006-06-06 | 1 | -1/+0 |
* | Remove any reference to enable_mmu(), it's been gone for a long time. | cognet | 2006-05-26 | 1 | -1/+0 |
* | We have an implementation of generic_bs_rr_1, so use it, as some drivers use | cognet | 2006-05-19 | 1 | -1/+1 |
* | Setting the rid of the resource is a good idea, but we still need to return | cognet | 2006-05-05 | 1 | -0/+1 |
* | When returning a resource that we've allocated with rman_reserve_resource, | imp | 2006-04-20 | 3 | -4/+10 |
* | We need to adjust the bus handle if the resource is SYS_RES_MEMORY, NOT | cognet | 2006-04-13 | 1 | -1/+2 |
* | Add a new option, XSCALE_DISABLE_CCNT, to not use the xscale ccnt as a | cognet | 2006-04-06 | 1 | -0/+26 |
* | Use BUS_DMA_COHERENT. | cognet | 2006-03-02 | 2 | -2/+2 |
* | Don't forget to set the address of the next descriptor to 0 when we're | cognet | 2006-02-04 | 1 | -0/+1 |
* | Donc recompute the io port address if it's already the good one. | cognet | 2006-01-23 | 1 | -3/+5 |
* | Tweak how the MD code calls the fooclock() methods some. Instead of | jhb | 2005-12-22 | 1 | -2/+4 |
* | Remove #undef DDB I shouldn't have committed. | cognet | 2005-12-21 | 1 | -1/+0 |
* | - Better use of the busdma API. | cognet | 2005-12-09 | 2 | -47/+69 |
* | Fix a harmless bug in the way we allocate the early PTEs. | cognet | 2005-12-09 | 1 | -3/+2 |
* | The IQ80321 clock is 200MHz, but the IQ80321 is 198MHz, so add a kernel option | cognet | 2005-12-09 | 2 | -0/+6 |
* | Use a magic number to know we were started from the elf wrapper. | cognet | 2005-11-24 | 1 | -5/+5 |
* | Cleanup. | cognet | 2005-10-20 | 1 | -13/+1 |
* | Use the clock count register as a timecounter, as it's more accurate. | cognet | 2005-10-17 | 1 | -16/+13 |
* | Fix build when DDB isn't defined. | cognet | 2005-10-04 | 1 | -0/+2 |
* | Import dummy drivers for the i80321 DMA controller and AAU. | cognet | 2005-10-03 | 5 | -2/+628 |
* | Provide a dump_avail[] variable, which contains the page ranges to be | cognet | 2005-10-03 | 1 | -10/+32 |
* | Fix multiple abuses of __RMAN_RESOURCE_VISIBLE in the arm code. | cognet | 2005-09-25 | 5 | -30/+31 |
* | Remove the va == pa mapping. | cognet | 2005-06-23 | 1 | -10/+7 |