summaryrefslogtreecommitdiffstats
path: root/sys/arm/at91
Commit message (Expand)AuthorAgeFilesLines
* o substitute INTR_FAST with FILTER in a panic message.piso2007-03-061-3/+3
* Update bus_setup_intr().piso2007-03-011-2/+2
* Use tsleep() rather than msleep() with a NULL mtx.jhb2007-02-271-1/+1
* Correct return code (int) for at91_rtc_intr() prototype.piso2007-02-271-1/+1
* 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-239-20/+22
* Fix small altq related copy and paste error.mlaier2007-02-101-1/+1
* Add sanity check to make sure that the MAC address isn't all 0's. Badimp2007-02-081-19/+24
* at91_twi depends on the iicbus module to satisfy its symbols whenimp2007-02-061-0/+1
* ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it again.kevlo2007-02-031-1/+0
* - Add a uart_rxready() and corresponding device-specific implementationsmarius2007-01-181-7/+5
* MFp4: Use the next possible value for hz instead of defaulting to 128ticso2007-01-051-3/+6
* MFp4: Make at91_rtc optional to allow other RTC choicesticso2007-01-051-1/+1
* MFp4: Read access require PDC to be setup first otherwise we might getticso2007-01-051-3/+5
* MFp4: BWCT boards are using an 16MHz xtalticso2007-01-051-1/+1
* MFp4: Add VLAN_MTU supportticso2007-01-051-1/+19
* MFp4: fix a race in transmit buffer handlingticso2007-01-051-1/+1
* MFp4: Fix bit name for SPI SR registerimp2007-01-011-1/+1
* MFp4: Remove watchdog timeout that appears to be unused.imp2007-01-011-14/+0
* Merge from FreeBSD-tsf-6 by way of p4:imp2007-01-011-2/+2
* Align the interfaces for the various watchdogs and make the interfacen_hibma2006-12-151-2/+7
* Unbreak build for Skyeye: do not attempt to do any DMA, as Skyeye doesn'tcognet2006-12-071-1/+10
* Threading cleanup.. part 2 of several.julian2006-12-061-4/+0
* MFp4:imp2006-11-291-2/+2
* Make this work a lot better:imp2006-11-291-36/+44
* MFp4:imp2006-11-291-3/+3
* MFp4: Make it work :-)imp2006-11-221-139/+9
* MFp4: Tweak descriptions in preparation for porting to other members ofimp2006-11-201-4/+4
* change bus space unmap protoypesam2006-11-191-1/+1
* Eliminate unused global variables.alc2006-11-111-2/+0
* MFp4:imp2006-11-031-43/+81
* Make KSE a kernel option, turned on by default in all GENERICjb2006-10-261-0/+4
* MFp4: Move the parameters that are basically dictated by the AT91imp2006-10-252-5/+5
* MFp4: Status register bitsimp2006-10-251-0/+14
* MFp4: Working SPI driver.imp2006-10-201-53/+66
* Commit WIP SSC driver, more work is needed here, but it configuresimp2006-10-201-6/+26
* More register definitions.imp2006-10-201-0/+105
* Progress commit for getting TWI workingimp2006-10-201-17/+23
* Add sysctl to export current state of rmii vs mii configuraiton.imp2006-10-201-2/+12
* Add configuration of the SSC lines for second SSC.imp2006-10-201-0/+2
* MMC/SD bridge driver (host adapter) for AT91RM9200's MCI interface.imp2006-10-202-0/+853
* MFp4: first cut at getting I2C transfers working (generically). I'mimp2006-09-071-8/+55
* MFp4: berndt pointed me at an errata that shows that the stat registerimp2006-09-071-9/+9
* Relocate the vector page for AT91, to work around bugs with the LOW_VECTORcognet2006-08-283-9/+13
* Do not create dma maps with bus_dmamap_create, as we callcognet2006-08-251-5/+0
* Hook into the watchdog device, if present. Also, turn off theimp2006-08-091-4/+41
* Rewrite ARM_USE_SMALL_ALLOC so that instead of the current behavior, it mapscognet2006-08-081-4/+9
* Remove a bogus i = 0.kevlo2006-08-081-1/+1
* Use virtual_avail instead of freemempos as the starting point of the availablecognet2006-07-251-1/+1
* Fix ALT_BREAK_TO_DEBUGGER on the AT91 :cognet2006-07-201-5/+20
OpenPOWER on IntegriCloud