summaryrefslogtreecommitdiffstats
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* The iop34x has 128 interrupts.cognet2007-06-161-1/+3
* Introduce pmap_kenter_supersection(), which maps 16MB super-sections intocognet2007-06-113-2/+97
* Fix a spacing nit.imp2007-06-111-1/+0
* Initialize the dma tag's bounce_zone to NULL if we didn't allocate it.cognet2007-06-101-1/+2
* Add kdb_cpu_sync_icache(), intended to synchronize instructionmarcel2007-06-091-0/+5
* There's no nobounce_dmamap on arm.cognet2007-06-071-4/+3
* - PCPU_ADD is no longer spelled with LAZY_ in the middle.jeff2007-06-061-1/+1
* - Change comments and asserts to reflect the removal of the globaljeff2007-06-041-2/+2
* Rework the PCPU_* (MD) interface:attilio2007-06-044-6/+7
* Revert to the previous version where the return value of uart_getenv()marcel2007-06-041-1/+2
* Add the machine-specific definitions for configuring the new physicalalc2007-06-041-0/+15
* Revert VMCNT_* operations introduction.attilio2007-05-312-3/+3
* In some particular cases (like in pccard and pccbb), the real devicepiso2007-05-311-2/+11
* Remove the hardcoded IXP425_UART?_VBASE values in thejhay2007-05-295-18/+58
* Honor maxsegsz of less than a page size in a DMA tag. Previously ityongari2007-05-291-0/+2
* Eliminate some unused definitions that came from NetBSD.alc2007-05-281-19/+0
* We do not need to get the irq out of ivars in ixp425_setup_intr(). Byjhay2007-05-281-5/+1
* Optimize a bit more, both the Avila and Pronghorn Metro boards work withjhay2007-05-281-4/+3
* Search for a proper ucode image to use by incrementing the minorsam2007-05-243-8/+43
* o add hints for avila boards; brings back i2c devices lost when iicbussam2007-05-242-1/+46
* Move to hints for configuring numerous devices so we can eliminate varioussam2007-05-242-50/+107
* Don't muck with the internal state of a uart during probe, all wesam2007-05-241-7/+3
* Fix interrupt setup; rev 1.3 switched the irq to GPIO_TYPE_ACT_LOWsam2007-05-241-10/+9
* Remove duplicate includes.cognet2007-05-236-7/+1
* Allow FreeBSD's native ELF image activators to execute shared libraries thekan2007-05-221-2/+2
* Use __mcount() instead of _mcount() to reduce diffs with NetBSD.cognet2007-05-192-4/+4
* Constify to please gcc 4.2.cognet2007-05-191-1/+1
* Do not try to inline pmap_kremove(), as it's exported.cognet2007-05-191-1/+1
* Do not try to inline bus_dmamap_sync_buf(), gcc 4.2 doesn't want to do socognet2007-05-191-2/+2
* Switch the kernel's pmap domain from 15 to 0.cognet2007-05-192-4/+4
* - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulatingjeff2007-05-182-3/+3
* Define every architecture as either VM_PHYSSEG_DENSE oralc2007-05-051-0/+5
* Remove sa1_cache_clean_addr. It isn't needed.kevlo2007-05-033-6/+0
* Don't expose the uart_ops structure directly, but instead havemarcel2007-04-026-13/+19
* Revisit the watchdogs: Resetting the error to EINVAL after failing to set then_hibma2007-03-273-9/+4
* Don't map mini-data cache page since ARM920T doesn't have it.kevlo2007-03-271-5/+0
* Default to booting off the SD card. It is more useful, and a fullimp2007-03-232-5/+32
* MFp4: A bunch of patches from myself and Tisco to improve theimp2007-03-232-25/+40
* Fix a commentkevlo2007-03-211-1/+1
* Remove __Pkevlo2007-03-213-18/+18
* 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
OpenPOWER on IntegriCloud