summaryrefslogtreecommitdiffstats
path: root/sys/arm/at91/at91.c
Commit message (Expand)AuthorAgeFilesLines
* 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