summaryrefslogtreecommitdiffstats
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* Track the kernel mapping of a physical page by a new entry in vm_pagethompsa2009-06-182-41/+163
* enable npe-a now that it workssam2009-06-171-5/+5
* Add workaround to get IXP435 NPE-A working: reseting NPE-A after NPE-Csam2009-06-171-28/+24
* correct data/instruction memory sizes for non-ixp425 parts (thesesam2009-06-171-2/+8
* remove IAL vestige for defining the max data/instruction memory size;sam2009-06-171-9/+2
* o correct default miibase for NPE-B and NPE-C; these values aresam2009-06-171-7/+27
* add ixp4xx_write_feature_bitssam2009-06-172-0/+7
* Move the memory layout definitions and logic from mvreg.h to mvwin.hmarcel2009-06-129-245/+287
* devclass_find_free_unit(xxx, 0) is identical to -1 for mostimp2009-06-121-1/+1
* strict kobj signatures: number of fixes for arm architectureavg2009-06-1110-19/+22
* Eliminate devclass_find_free_unit call here, since -1 gives the sameimp2009-06-101-1/+1
* Pass the previously returned IRQ back to arm_get_next_irq() so thatmarcel2009-06-099-10/+10
* Disable interrupts to allow booting on firmware (e.g. U-Boot) thatmarcel2009-06-091-0/+5
* Invalidate cache in pmap_remove_all() on ARM.raj2009-06-081-0/+12
* maintain existing stylesam2009-05-301-2/+2
* When user_frac in the polling subsystem is low it is going to busy theattilio2009-05-303-7/+14
* Place hostnames and similar information fully under the prison system.jamie2009-05-291-1/+0
* Delete the old USB stack. The new stack has settled in and has all thethompsa2009-05-273-239/+6
* accumulate npe statistics and expose them through dev.npe.X.statssam2009-05-231-2/+20
* Add cpu_flush_dcache() for use after non-DMA based I/O so that amarcel2009-05-181-0/+12
* Fix name for driver to assign to the SPI device.imp2009-05-151-1/+1
* - Set MAC address in ateinit, so it can be changed later.stas2009-05-131-8/+7
* - Style(9) and consistency nitpicking.stas2009-05-131-72/+88
* - Make SPI bus bridge be non-arch dependent by using more genericgonzo2009-05-131-1/+1
* - Resurrect the debug printf message I accidentally droppedstas2009-05-121-1/+4
* - Eliminate extra register reads by using a variable to storestas2009-05-121-16/+28
* - Implement detach path.stas2009-05-121-82/+143
* - Fix build with INVARIANTS enabled.stas2009-05-101-2/+2
* - Fix multicast operation that I broke in previous commit.stas2009-05-101-16/+44
* - Fix promisc/multicast/broadcast parameters setting by introducing thestas2009-05-101-12/+53
* - Use "device\t" and "options \t" for consistency.kuriyama2009-05-1015-238/+238
* Define the kernel pmap in the same way on arm as on every otheralc2009-05-072-5/+2
* Use the good hints for the NSLU, it should fix the network adapter.cognet2009-05-061-6/+6
* - Add support for PXA270 cpu.stas2009-05-051-0/+1
* Reduce the number of bounce zones (and thus the number of bounce pagesjhb2009-04-231-11/+5
* - Whitespace nitpicking.stas2009-04-231-7/+7
* - Add the driver for AT91RM9200 CompactFlash controller. The driverstas2009-04-225-0/+302
* - Rename ds1672 and ds133x devices to "ds1672_rtc" and "ds133x_rtc"stas2009-04-213-6/+6
* - Give a warning and start the oscillator if it was not previouslystas2009-04-203-6/+6
* Don't conditionally define CACHE_LINE_SHIFT, as we anticipate sizingrwatson2009-04-201-2/+0
* Add description and cautionary note regarding CACHE_LINE_SIZE.rwatson2009-04-191-0/+4
* For each architecture, define CACHE_LINE_SHIFT and a derivedrwatson2009-04-191-0/+5
* minor cleanupticso2009-04-171-5/+3
* Restore bus DMA bounce pages to an offset of 0 when they are released byjhb2009-04-171-3/+10
* Minor style fixes and better comments.raj2009-04-162-0/+9
* Adjust Marvell Discovery (MV78xxx) support to recognize newest chip revisions,raj2009-04-165-19/+42
* The bus_dmamap_load_uio(9) shall use pmap of the thread recorded in thekib2009-04-131-4/+8
* Minor description fix.raj2009-04-081-1/+1
* Properly handle KDB entry in fatal abort. This lets KDB_UNATTENDED work on ARM.raj2009-04-081-1/+2
* MFp4 //depot/projects/usb@159992thompsa2009-04-051-2/+0
OpenPOWER on IntegriCloud