| Commit message (Expand) | Author | Age | Files | Lines |
* | Initialize the clocks before we call cninit() so that the serial | imp | 2012-06-01 | 6 | -20/+68 |
* | Compute the master clock frequency, so we no longer need to have it | imp | 2012-05-29 | 13 | -44/+36 |
* | Be a little less magical, not that these values are likely to change... | imp | 2012-05-21 | 2 | -4/+7 |
* | Another minor re-arrangement of the code: calcualte the master clock | imp | 2012-05-21 | 1 | -52/+64 |
* | Minor cleanup before some more major changes: | imp | 2012-05-20 | 1 | -15/+11 |
* | Add glue/support for the SAM9XE512-based Ethernut 5 boards. Currently, | marius | 2012-05-12 | 3 | -0/+161 |
* | Hack to unbreak boot2 for at91rm9200 boot loader. When the at91sam | imp | 2012-05-11 | 1 | -0/+2 |
* | Fix comment about what board this is really for left over from early | imp | 2012-05-02 | 1 | -5/+1 |
* | The PIT is really 16 bytes long (0x10) not 10 bytes long. Doesn't | imp | 2012-05-02 | 1 | -1/+1 |
* | - Add missing locking in at91_usart_getc(). | marius | 2012-05-01 | 1 | -117/+157 |
* | - Add support for MCI1 revision 2xx controllers and a work-around for their | marius | 2012-04-22 | 2 | -7/+51 |
* | Generate an obviously missing STOP when having finished transmitting data. | marius | 2012-04-14 | 1 | -0/+1 |
* | Add support for the Atmel SAM9XE familiy of microcontrollers, which | marius | 2012-04-14 | 1 | -5/+9 |
* | Add support for the Atmel SAM9XE familiy of microcontrollers, which | marius | 2012-04-14 | 8 | -15/+41 |
* | - Try to bring these files closer to style(9). | marius | 2012-04-14 | 12 | -208/+236 |
* | Remove spurious 8bit chars, turning files into plain ASCII. | uqs | 2012-01-15 | 1 | -1/+1 |
* | Check the return value of BUS_SETUP_INTR() | kevlo | 2011-10-27 | 1 | -2/+6 |
* | Remove pointless semicolons after label | kevlo | 2011-09-30 | 7 | -9/+9 |
* | Follow up to r225203 refining break-to-debugger run-time configuration | rwatson | 2011-08-27 | 1 | -21/+4 |
* | Remove duplicate header includes | kevlo | 2011-06-26 | 1 | -1/+0 |
* | Typo fix | cognet | 2011-04-25 | 1 | -1/+1 |
* | Get myself a brain, move the call to init_param1() before the first use in | cognet | 2011-02-21 | 1 | -2/+3 |
* | Oops, wasn't supposed to commit this. | cognet | 2011-02-13 | 1 | -1/+1 |
* | Call init_param1() much earlier, so that msgbufsize is non-zero when we want | cognet | 2011-02-13 | 1 | -3/+3 |
* | unbreak mutlicast hash creation for the second time. | ticso | 2011-02-07 | 1 | -2/+12 |
* | Make MSGBUF_SIZE kernel option a loader tunable kern.msgbufsize. | pluknet | 2011-01-21 | 1 | -5/+3 |
* | - Use macbstart_locked() directly instead of deferring it to a task. | jhb | 2011-01-06 | 1 | -16/+14 |
* | Remove support for SKYEYE simulator | imp | 2011-01-05 | 5 | -52/+0 |
* | Fix double ;; | kevlo | 2010-12-06 | 1 | -1/+1 |
* | Remove a device_printf() accidentally left in r213894. | marius | 2010-10-15 | 1 | -1/+0 |
* | Converted the remainder of the NIC drivers to use the mii_attach() | marius | 2010-10-15 | 2 | -6/+8 |
* | Add support for the AT91SAM9260 | cognet | 2010-10-06 | 14 | -65/+826 |
* | if_ate.c: | cognet | 2010-10-06 | 40 | -2519/+3091 |
* | fix outdated comment | ticso | 2010-09-28 | 1 | -4/+1 |
* | The TWI controller automatically stops if we don't fill up with new data in | ticso | 2010-09-27 | 1 | -3/+1 |
* | fix off by one error for twi reads with len != 1. | ticso | 2010-09-27 | 1 | -1/+1 |
* | Import preliminary support for Atmel AT91SAM9G20 cpu, and the Hot-e HL201. | cognet | 2010-07-14 | 16 | -3/+3992 |
* | Add new tunable 'net.link.ifqmaxlen' to set default send interface | sobomax | 2010-05-03 | 1 | -2/+2 |
* | simplify hash calculation | ticso | 2010-02-28 | 1 | -5/+1 |
* | remove debug leftover | ticso | 2010-02-28 | 1 | -1/+0 |
* | Fix multicast hashes. | ticso | 2010-02-28 | 1 | -2/+17 |
* | - Initialize callout before it is used in atestop() during attach. | jhb | 2009-11-19 | 1 | -9/+5 |
* | These drivers only set if_timer but never set if_watchdog. Just remove | jhb | 2009-11-19 | 1 | -2/+0 |
* | Eliminate an unnecessary vm include file. | alc | 2009-11-04 | 1 | -1/+0 |
* | - Proprely intialize UART parameters at probe stage, so uart(4) | stas | 2009-08-15 | 1 | -4/+4 |
* | Map DPCPU pages into ARM kernel VA space. | raj | 2009-07-01 | 1 | -0/+5 |
* | Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/ | rwatson | 2009-06-26 | 1 | -3/+3 |
* | Implement a facility for dynamic per-cpu variables. | jeff | 2009-06-23 | 1 | -0/+5 |
* | strict kobj signatures: number of fixes for arm architecture | avg | 2009-06-11 | 3 | -4/+4 |
* | Eliminate devclass_find_free_unit call here, since -1 gives the same | imp | 2009-06-10 | 1 | -1/+1 |