aboutsummaryrefslogtreecommitdiff
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* Use uma_set_align().Olivier Houchard2007-02-111-13/+17
* Fix small altq related copy and paste error.Max Laier2007-02-102-2/+2
* Add sanity check to make sure that the MAC address isn't all 0's. BadWarner Losh2007-02-081-18/+23
* Evolve the ctlreq interface added to geom_gpt into a genericMarcel Moolenaar2007-02-071-1/+1
* at91_twi depends on the iicbus module to satisfy its symbols whenWarner Losh2007-02-061-0/+1
* <sys/sx.h> is unneeded.Kevin Lo2007-02-051-1/+0
* ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it again.Kevin Lo2007-02-032-2/+0
* Remove a bogus i = 0Kevin Lo2007-02-021-1/+1
* Use our own timer that piggybacks on npe_tick() callout instead ofKevin Lo2007-01-301-13/+16
* Fix comments.Kevin Lo2007-01-261-2/+2
* - Add a uart_rxready() and corresponding device-specific implementationsMarius Strobl2007-01-182-13/+10
* Create bus dma tags for both the PCI bus and the IXP425 root bus. Set theOlivier Houchard2007-01-174-4/+31
* - Add bounce pages for arm, largely based on the i386 implementation.Olivier Houchard2007-01-175-33/+632
* Hints are handled differently on -currentBernd Walter2007-01-051-1/+1
* MFp4: Use the next possible value for hz instead of defaulting to 128Bernd Walter2007-01-051-3/+6
* MFp4: Add missing atomic functionsBernd Walter2007-01-051-33/+63
* MFp4: add BWCT kernel configurationBernd Walter2007-01-052-0/+125
* MFp4: Make at91_rtc optional to allow other RTC choicesBernd Walter2007-01-051-1/+1
* MFp4: Read access require PDC to be setup first otherwise we might getBernd Walter2007-01-051-3/+5
* MFp4: BWCT boards are using an 16MHz xtalBernd Walter2007-01-051-1/+1
* MFp4: Add VLAN_MTU supportBernd Walter2007-01-051-1/+19
* MFp4: fix a race in transmit buffer handlingBernd Walter2007-01-051-1/+1
* MFp4: Fix bit name for SPI SR registerWarner Losh2007-01-011-1/+1
* MFp4: Remove watchdog timeout that appears to be unused.Warner Losh2007-01-011-14/+0
* Merge from FreeBSD-tsf-6 by way of p4:Warner Losh2007-01-011-2/+2
* Align the interfaces for the various watchdogs and make the interfaceNick Hibma2006-12-152-13/+22
* Handle a missing NPE firmware file better; if it's missing print aSam Leffler2006-12-071-3/+12
* Unbreak build for Skyeye: do not attempt to do any DMA, as Skyeye doesn'tOlivier Houchard2006-12-071-1/+10
* Threading cleanup.. part 2 of several.Julian Elischer2006-12-065-20/+0
* Do not forget to call pmap_free_l2_bucket() in pmap_remove_pages().Olivier Houchard2006-12-041-0/+1
* Provide stream operations.Olivier Houchard2006-12-021-0/+36
* We can have no PV entry here if the previous mapping was unmanaged, and the newOlivier Houchard2006-12-011-1/+2
* In pmap_ts_referenced(), don't attempt to do anything if the page isOlivier Houchard2006-11-301-0/+2
* First bits of Xscale core 3 support (the VM bits are far from being optimalOlivier Houchard2006-11-302-4/+20
* Introduce CPU_XSCALE_CORE3, as XScale Core 3 is significally different thanOlivier Houchard2006-11-301-0/+3
* Better i2c bit definitions.Kevin Lo2006-11-301-2/+2
* Turn console printf buffering into a kernel option and only onJohn Birrell2006-11-301-1/+0
* MFp4:Warner Losh2006-11-291-2/+2
* Make this work a lot better:Warner Losh2006-11-291-36/+44
* MFp4:Warner Losh2006-11-291-3/+3
* Bring in status led support for /dev/led/gpioled on Avila.Kevin Lo2006-11-224-0/+118
* MFp4: Make it work :-)Warner Losh2006-11-221-139/+9
* Match bus space unmap prototype.Kevin Lo2006-11-203-4/+5
* MFp4: Tweak descriptions in preparation for porting to other members ofWarner Losh2006-11-201-4/+4
* config for Gateworks Avila board booting with NFS-mounted root on npe0Sam Leffler2006-11-191-0/+135
* Gateworks Avila board support:Sam Leffler2006-11-1932-1/+10134
* change bus space unmap protoypeSam Leffler2006-11-191-1/+1
* correct bus space unmap prototypeSam Leffler2006-11-192-30/+142
* elaborate on stepping names; add intel terminology to helpSam Leffler2006-11-191-1/+1
* Erm we really want to mask all interrupts in the range, just not the firstOlivier Houchard2006-11-171-1/+1