summaryrefslogtreecommitdiffstats
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* Cleanup and document the implementation of firmware(9) based onluigi2007-02-151-1/+1
* Add KTR tracingkevlo2007-02-141-0/+4
* style(9) cleanup.kevlo2007-02-142-9/+6
* In sendsig:kevlo2007-02-141-24/+46
* Make sure the address is valid before mapping it.cognet2007-02-131-0/+13
* Fix typo: MacPPC -> ARMkevlo2007-02-131-1/+1
* Use uma_set_align().cognet2007-02-111-13/+17
* Fix small altq related copy and paste error.mlaier2007-02-102-2/+2
* Add sanity check to make sure that the MAC address isn't all 0's. Badimp2007-02-081-19/+24
* Evolve the ctlreq interface added to geom_gpt into a genericmarcel2007-02-071-1/+1
* at91_twi depends on the iicbus module to satisfy its symbols whenimp2007-02-061-0/+1
* <sys/sx.h> is unneeded.kevlo2007-02-051-1/+0
* ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it again.kevlo2007-02-032-2/+0
* Remove a bogus i = 0kevlo2007-02-021-1/+1
* Use our own timer that piggybacks on npe_tick() callout instead ofkevlo2007-01-301-13/+16
* Fix comments.kevlo2007-01-261-2/+2
* - Add a uart_rxready() and corresponding device-specific implementationsmarius2007-01-182-13/+10
* Create bus dma tags for both the PCI bus and the IXP425 root bus. Set thecognet2007-01-174-4/+31
* - Add bounce pages for arm, largely based on the i386 implementation.cognet2007-01-175-33/+632
* Hints are handled differently on -currentticso2007-01-051-1/+1
* MFp4: Use the next possible value for hz instead of defaulting to 128ticso2007-01-051-3/+6
* MFp4: Add missing atomic functionsticso2007-01-051-34/+64
* MFp4: add BWCT kernel configurationticso2007-01-052-0/+125
* 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-152-13/+22
* Handle a missing NPE firmware file better; if it's missing print asam2006-12-071-3/+12
* 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-065-20/+0
* Do not forget to call pmap_free_l2_bucket() in pmap_remove_pages().cognet2006-12-041-0/+1
* Provide stream operations.cognet2006-12-021-0/+36
* We can have no PV entry here if the previous mapping was unmanaged, and the newcognet2006-12-011-1/+2
* In pmap_ts_referenced(), don't attempt to do anything if the page iscognet2006-11-301-0/+2
* First bits of Xscale core 3 support (the VM bits are far from being optimalcognet2006-11-302-4/+20
* Introduce CPU_XSCALE_CORE3, as XScale Core 3 is significally different thancognet2006-11-301-0/+3
* Better i2c bit definitions.kevlo2006-11-301-2/+2
* Turn console printf buffering into a kernel option and only onjb2006-11-301-1/+0
* MFp4:imp2006-11-291-2/+2
* Make this work a lot better:imp2006-11-291-36/+44
* MFp4:imp2006-11-291-3/+3
* Bring in status led support for /dev/led/gpioled on Avila.kevlo2006-11-224-0/+118
* MFp4: Make it work :-)imp2006-11-221-139/+9
* Match bus space unmap prototype.kevlo2006-11-203-4/+5
* MFp4: Tweak descriptions in preparation for porting to other members ofimp2006-11-201-4/+4
OpenPOWER on IntegriCloud