summaryrefslogtreecommitdiffstats
path: root/sys/arm/at91
Commit message (Expand)AuthorAgeFilesLines
* Initialize the clocks before we call cninit() so that the serialimp2012-06-016-20/+68
* Compute the master clock frequency, so we no longer need to have itimp2012-05-2913-44/+36
* Be a little less magical, not that these values are likely to change...imp2012-05-212-4/+7
* Another minor re-arrangement of the code: calcualte the master clockimp2012-05-211-52/+64
* Minor cleanup before some more major changes:imp2012-05-201-15/+11
* Add glue/support for the SAM9XE512-based Ethernut 5 boards. Currently,marius2012-05-123-0/+161
* Hack to unbreak boot2 for at91rm9200 boot loader. When the at91samimp2012-05-111-0/+2
* Fix comment about what board this is really for left over from earlyimp2012-05-021-5/+1
* The PIT is really 16 bytes long (0x10) not 10 bytes long. Doesn'timp2012-05-021-1/+1
* - Add missing locking in at91_usart_getc().marius2012-05-011-117/+157
* - Add support for MCI1 revision 2xx controllers and a work-around for theirmarius2012-04-222-7/+51
* Generate an obviously missing STOP when having finished transmitting data.marius2012-04-141-0/+1
* Add support for the Atmel SAM9XE familiy of microcontrollers, whichmarius2012-04-141-5/+9
* Add support for the Atmel SAM9XE familiy of microcontrollers, whichmarius2012-04-148-15/+41
* - Try to bring these files closer to style(9).marius2012-04-1412-208/+236
* Remove spurious 8bit chars, turning files into plain ASCII.uqs2012-01-151-1/+1
* Check the return value of BUS_SETUP_INTR()kevlo2011-10-271-2/+6
* Remove pointless semicolons after labelkevlo2011-09-307-9/+9
* Follow up to r225203 refining break-to-debugger run-time configurationrwatson2011-08-271-21/+4
* Remove duplicate header includeskevlo2011-06-261-1/+0
* Typo fixcognet2011-04-251-1/+1
* Get myself a brain, move the call to init_param1() before the first use incognet2011-02-211-2/+3
* Oops, wasn't supposed to commit this.cognet2011-02-131-1/+1
* Call init_param1() much earlier, so that msgbufsize is non-zero when we wantcognet2011-02-131-3/+3
* unbreak mutlicast hash creation for the second time.ticso2011-02-071-2/+12
* Make MSGBUF_SIZE kernel option a loader tunable kern.msgbufsize.pluknet2011-01-211-5/+3
* - Use macbstart_locked() directly instead of deferring it to a task.jhb2011-01-061-16/+14
* Remove support for SKYEYE simulatorimp2011-01-055-52/+0
* Fix double ;;kevlo2010-12-061-1/+1
* Remove a device_printf() accidentally left in r213894.marius2010-10-151-1/+0
* Converted the remainder of the NIC drivers to use the mii_attach()marius2010-10-152-6/+8
* Add support for the AT91SAM9260cognet2010-10-0614-65/+826
* if_ate.c:cognet2010-10-0640-2519/+3091
* fix outdated commentticso2010-09-281-4/+1
* The TWI controller automatically stops if we don't fill up with new data inticso2010-09-271-3/+1
* fix off by one error for twi reads with len != 1.ticso2010-09-271-1/+1
* Import preliminary support for Atmel AT91SAM9G20 cpu, and the Hot-e HL201.cognet2010-07-1416-3/+3992
* Add new tunable 'net.link.ifqmaxlen' to set default send interfacesobomax2010-05-031-2/+2
* simplify hash calculationticso2010-02-281-5/+1
* remove debug leftoverticso2010-02-281-1/+0
* Fix multicast hashes.ticso2010-02-281-2/+17
* - Initialize callout before it is used in atestop() during attach.jhb2009-11-191-9/+5
* These drivers only set if_timer but never set if_watchdog. Just removejhb2009-11-191-2/+0
* Eliminate an unnecessary vm include file.alc2009-11-041-1/+0
* - Proprely intialize UART parameters at probe stage, so uart(4)stas2009-08-151-4/+4
* Map DPCPU pages into ARM kernel VA space.raj2009-07-011-0/+5
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/rwatson2009-06-261-3/+3
* Implement a facility for dynamic per-cpu variables.jeff2009-06-231-0/+5
* strict kobj signatures: number of fixes for arm architectureavg2009-06-113-4/+4
* Eliminate devclass_find_free_unit call here, since -1 gives the sameimp2009-06-101-1/+1
OpenPOWER on IntegriCloud