summaryrefslogtreecommitdiffstats
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* Map the second CS of the compact flash too. This allow us access tojhay2007-03-142-4/+20
* Map the second CS of the compact flash too. This allow us access tojhay2007-03-141-113/+82
* Push down the implementation of PCPU_LAZY_INC() into the machine-dependentalc2007-03-111-0/+6
* Wrap ixppcib_setup_intr() at 80.piso2007-03-061-1/+2
* Wrap a BUS_SETUP_INTR() line at 80.piso2007-03-061-2/+2
* o substitute INTR_FAST with FILTER in a panic message.piso2007-03-061-3/+3
* Reverse this change. malloc() with M_WAITOK never fails.kevlo2007-03-061-2/+0
* Check for malloc return valuekevlo2007-03-051-0/+2
* 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
* Remove unused header file <machine/katelib.h>kevlo2007-02-263-4/+0
* Define FLASHADDR and LOADERRAMADDR for the Avila, so that we can boot acognet2007-02-261-0/+2
* Erm we can't change the value of arm_memcpy if we're running from flash.cognet2007-02-262-5/+23
* Update for the new prototype of bus_setup_intr().cognet2007-02-252-4/+4
* 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-2321-64/+68
* Add two new options, FLASHADDR, which defines the address the flash iscognet2007-02-191-0/+2
* Teach the kernel and the ELF trampoline how to boot from onboard flash.cognet2007-02-192-37/+82
* There's no such thing as a GENERIC kernel on arm.cognet2007-02-193-3/+3
* 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
OpenPOWER on IntegriCloud