aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/at91
Commit message (Expand)AuthorAgeFilesLines
* Remove duplicate header includesKevin Lo2011-06-261-1/+0
* Typo fixOlivier Houchard2011-04-251-1/+1
* Get myself a brain, move the call to init_param1() before the first use inOlivier Houchard2011-02-211-2/+3
* Oops, wasn't supposed to commit this.Olivier Houchard2011-02-131-1/+1
* Call init_param1() much earlier, so that msgbufsize is non-zero when we wantOlivier Houchard2011-02-131-3/+3
* unbreak mutlicast hash creation for the second time.Bernd Walter2011-02-071-2/+12
* Make MSGBUF_SIZE kernel option a loader tunable kern.msgbufsize.Sergey Kandaurov2011-01-211-5/+3
* - Use macbstart_locked() directly instead of deferring it to a task.John Baldwin2011-01-061-16/+14
* Remove support for SKYEYE simulatorWarner Losh2011-01-055-52/+0
* Fix double ;;Kevin Lo2010-12-061-1/+1
* Remove a device_printf() accidentally left in r213894.Marius Strobl2010-10-151-1/+0
* Converted the remainder of the NIC drivers to use the mii_attach()Marius Strobl2010-10-152-6/+8
* Add support for the AT91SAM9260Olivier Houchard2010-10-0614-65/+826
* if_ate.c:Olivier Houchard2010-10-0640-2514/+3086
* fix outdated commentBernd Walter2010-09-281-4/+1
* The TWI controller automatically stops if we don't fill up with new data inBernd Walter2010-09-271-3/+1
* fix off by one error for twi reads with len != 1.Bernd Walter2010-09-271-1/+1
* Import preliminary support for Atmel AT91SAM9G20 cpu, and the Hot-e HL201.Olivier Houchard2010-07-1416-3/+3992
* Add new tunable 'net.link.ifqmaxlen' to set default send interfaceMaxim Sobolev2010-05-031-2/+2
* simplify hash calculationBernd Walter2010-02-281-5/+1
* remove debug leftoverBernd Walter2010-02-281-1/+0
* Fix multicast hashes.Bernd Walter2010-02-281-2/+17
* - Initialize callout before it is used in atestop() during attach.John Baldwin2009-11-191-9/+5
* These drivers only set if_timer but never set if_watchdog. Just removeJohn Baldwin2009-11-191-2/+0
* Eliminate an unnecessary vm include file.Alan Cox2009-11-041-1/+0
* - Proprely intialize UART parameters at probe stage, so uart(4)Stanislav Sedov2009-08-151-4/+4
* Map DPCPU pages into ARM kernel VA space.Rafal Jaworowski2009-07-011-0/+5
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/Robert Watson2009-06-261-3/+3
* Implement a facility for dynamic per-cpu variables.Jeff Roberson2009-06-231-0/+5
* strict kobj signatures: number of fixes for arm architectureAndriy Gapon2009-06-113-4/+4
* Eliminate devclass_find_free_unit call here, since -1 gives the sameWarner Losh2009-06-101-1/+1
* Pass the previously returned IRQ back to arm_get_next_irq() so thatMarcel Moolenaar2009-06-091-2/+1
* Delete the old USB stack. The new stack has settled in and has all theAndrew Thompson2009-05-271-231/+0
* Fix name for driver to assign to the SPI device.Warner Losh2009-05-151-1/+1
* - Set MAC address in ateinit, so it can be changed later.Stanislav Sedov2009-05-131-8/+7
* - Style(9) and consistency nitpicking.Stanislav Sedov2009-05-131-72/+88
* - Make SPI bus bridge be non-arch dependent by using more genericOleksandr Tymoshenko2009-05-131-1/+1
* - Resurrect the debug printf message I accidentally droppedStanislav Sedov2009-05-121-1/+4
* - Eliminate extra register reads by using a variable to storeStanislav Sedov2009-05-121-16/+28
* - Implement detach path.Stanislav Sedov2009-05-121-82/+143
* - Fix build with INVARIANTS enabled.Stanislav Sedov2009-05-101-2/+2
* - Fix multicast operation that I broke in previous commit.Stanislav Sedov2009-05-101-16/+44
* - Fix promisc/multicast/broadcast parameters setting by introducing theStanislav Sedov2009-05-101-12/+53
* - Whitespace nitpicking.Stanislav Sedov2009-04-231-7/+7
* - Add the driver for AT91RM9200 CompactFlash controller. The driverStanislav Sedov2009-04-225-0/+302
* MFp4 //depot/projects/usb@159992Andrew Thompson2009-04-051-2/+0
* Move to new usb stack that puts the front-end bus attachments with theWarner Losh2009-02-271-1/+1
* Move to having a caps flag. Newer versions of the AT91 family don'tWarner Losh2009-01-231-13/+21
* Don't over-commit the DMA. Use the passed in size of the transferWarner Losh2009-01-221-2/+1
* Migrate towards using at91_master_clock. Initialize the clocks forWarner Losh2009-01-223-5/+12