summaryrefslogtreecommitdiffstats
path: root/sys/arm/at91/at91.c
Commit message (Expand)AuthorAgeFilesLines
* Check the return value of BUS_SETUP_INTR()kevlo2011-10-271-2/+6
* if_ate.c:cognet2010-10-061-316/+53
* Pass the previously returned IRQ back to arm_get_next_irq() so thatmarcel2009-06-091-2/+1
* Fix name for driver to assign to the SPI device.imp2009-05-151-1/+1
* - Add the driver for AT91RM9200 CompactFlash controller. The driverstas2009-04-221-0/+8
* Store at91_master_clock in a global variable as opposed to a compileimp2009-01-221-0/+2
* Tweak the disclaimer section of the license to match COPYRIGHT, forimp2008-11-251-10/+11
* - Add stream bus_space operations.stas2008-10-261-0/+36
* - Add a missing NULL-pointer check.stas2008-10-261-2/+4
* Kill vestiges of the special case code we once had in place for usbimp2008-09-051-12/+2
* Add IRQ line for usb device. I'm not 100% sure this is the rightimp2008-08-191-1/+1
* On the AT91, we need to write on the EOI register after we handle ancognet2008-04-201-0/+10
* Actually program the interrupt controller for priorities. As weimp2007-12-191-3/+43
* Use M_NOWAIT instead of M_WAITOK to cause malloc() to return NULLkevlo2007-12-171-1/+1
* o substitute INTR_FAST with FILTER in a panic message.piso2007-03-061-3/+3
* Fix attach of at91_pio() after bus_setup_intr() modification.piso2007-02-251-1/+1
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-3/+3
* MFp4: Tweak descriptions in preparation for porting to other members ofimp2006-11-201-4/+4
* change bus space unmap protoypesam2006-11-191-1/+1
* Relocate the vector page for AT91, to work around bugs with the LOW_VECTORcognet2006-08-281-4/+8
* We have an implementation of generic_bs_rr_1, so use it, as some drivers usecognet2006-05-191-1/+1
* Resurrect Skyeye support :cognet2006-05-131-0/+8
* When returning a resource that we've allocated with rman_reserve_resource,imp2006-04-201-0/+1
* Add debug writes in error cases that, in theory, should never happenimp2006-04-061-2/+5
* MFp4:imp2006-03-181-49/+195
* Use the correct address for the ohci device.imp2006-02-111-1/+1
* Import support for the Atmel AT91RM9200 CPU/Microcontroller. This SoCimp2006-02-041-0/+516
OpenPOWER on IntegriCloud