aboutsummaryrefslogtreecommitdiff
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* maintain existing styleSam Leffler2009-05-301-2/+2
* When user_frac in the polling subsystem is low it is going to busy theAttilio Rao2009-05-303-7/+14
* Place hostnames and similar information fully under the prison system.Jamie Gritton2009-05-291-1/+0
* Delete the old USB stack. The new stack has settled in and has all theAndrew Thompson2009-05-273-239/+6
* accumulate npe statistics and expose them through dev.npe.X.statsSam Leffler2009-05-231-2/+20
* Add cpu_flush_dcache() for use after non-DMA based I/O so that aMarcel Moolenaar2009-05-181-0/+12
* Fix name for driver to assign to the SPI device.Warner Losh2009-05-151-1/+1
* - Set MAC address in ateinit, so it can be changed later.Stanislav Sedov2009-05-131-8/+7
* - Style(9) and consistency nitpicking.Stanislav Sedov2009-05-131-72/+88
* - Make SPI bus bridge be non-arch dependent by using more genericOleksandr Tymoshenko2009-05-131-1/+1
* - Resurrect the debug printf message I accidentally droppedStanislav Sedov2009-05-121-1/+4
* - Eliminate extra register reads by using a variable to storeStanislav Sedov2009-05-121-16/+28
* - Implement detach path.Stanislav Sedov2009-05-121-82/+143
* - Fix build with INVARIANTS enabled.Stanislav Sedov2009-05-101-2/+2
* - Fix multicast operation that I broke in previous commit.Stanislav Sedov2009-05-101-16/+44
* - Fix promisc/multicast/broadcast parameters setting by introducing theStanislav Sedov2009-05-101-12/+53
* - Use "device\t" and "options \t" for consistency.Jun Kuriyama2009-05-1015-238/+238
* Define the kernel pmap in the same way on arm as on every otherAlan Cox2009-05-072-5/+2
* Use the good hints for the NSLU, it should fix the network adapter.Olivier Houchard2009-05-061-6/+6
* - Add support for PXA270 cpu.Stanislav Sedov2009-05-051-0/+1
* Reduce the number of bounce zones (and thus the number of bounce pagesJohn Baldwin2009-04-231-11/+5
* - Whitespace nitpicking.Stanislav Sedov2009-04-231-7/+7
* - Add the driver for AT91RM9200 CompactFlash controller. The driverStanislav Sedov2009-04-225-0/+302
* - Rename ds1672 and ds133x devices to "ds1672_rtc" and "ds133x_rtc"Stanislav Sedov2009-04-213-6/+6
* - Give a warning and start the oscillator if it was not previouslyStanislav Sedov2009-04-203-6/+6
* Don't conditionally define CACHE_LINE_SHIFT, as we anticipate sizingRobert Watson2009-04-201-2/+0
* Add description and cautionary note regarding CACHE_LINE_SIZE.Robert Watson2009-04-191-0/+4
* For each architecture, define CACHE_LINE_SHIFT and a derivedRobert Watson2009-04-191-0/+5
* minor cleanupBernd Walter2009-04-171-5/+3
* Restore bus DMA bounce pages to an offset of 0 when they are released byJohn Baldwin2009-04-171-3/+10
* Minor style fixes and better comments.Rafal Jaworowski2009-04-162-0/+9
* Adjust Marvell Discovery (MV78xxx) support to recognize newest chip revisions,Rafal Jaworowski2009-04-165-19/+42
* The bus_dmamap_load_uio(9) shall use pmap of the thread recorded in theKonstantin Belousov2009-04-131-4/+8
* Minor description fix.Rafal Jaworowski2009-04-081-1/+1
* Properly handle KDB entry in fatal abort. This lets KDB_UNATTENDED work on ARM.Rafal Jaworowski2009-04-081-1/+2
* MFp4 //depot/projects/usb@159992Andrew Thompson2009-04-051-2/+0
* Fix KBI breakage by r190520 which affects older linux.ko binaries:Dmitry Chagin2009-04-051-2/+2
* Retire VM_PROT_READ_IS_EXEC. It was intended to be a micro-optimization,Alan Cox2009-04-041-2/+0
* Fix the userland, RAS, version of atomic_fetchadd_32 :Olivier Houchard2009-03-311-9/+10
* Use Oxf0000000 instead of 0xff000000 to guess the physical address, relativeOlivier Houchard2009-03-311-2/+2
* revert unintended changeSam Leffler2009-03-301-1/+0
* Hoist 802.11 encapsulation up into net80211:Sam Leffler2009-03-301-0/+1
* Remove ATH_SUPPORT_TDMA and use IEEE80211_SUPPORT_TDMA instead. ItSam Leffler2009-03-302-2/+0
* Remove the uscanner(4) driver, this follows the removal of the kernel scannerAndrew Thompson2009-03-192-2/+0
* Add AT_EXECPATH ELF auxinfo entry type. The value's a_ptr is a pointerKonstantin Belousov2009-03-171-1/+2
* Implement new way of branding ELF binaries by looking to aDmitry Chagin2009-03-131-2/+4
* switch to !legacy usb stackSam Leffler2009-03-111-6/+5
* configure flash supportSam Leffler2009-03-102-0/+6
* add IXP4XX_FLASH_SIZE config knob that can be used to override the defaultSam Leffler2009-03-101-0/+4
* map CS0 on 2358 so flash is accessibleSam Leffler2009-03-101-0/+4