summaryrefslogtreecommitdiffstats
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* Properly implement read only. Also, the caps implementation is wrongimp2008-09-301-5/+1
* Implement MMCBR_IVAR_CAPS for AT91 MCI device.imp2008-09-281-0/+5
* White space nit.imp2008-09-281-1/+0
* Replace all calls to minor() with dev2unit().ed2008-09-271-4/+4
* Change the static struct sysentvec and struct Elf_Brandinfo initializerskib2008-09-241-44/+45
* Bandaid: disable interrupts to make sure intr_enabled and the IER registercognet2008-09-111-3/+8
* Remove the unused field "pc_prvspace" from the MD fields for the structcognet2008-09-111-6/+1
* ARM nexus style(9) improvements.raj2008-09-111-34/+31
* ARM interrupts improvements.raj2008-09-113-14/+16
* IXP425: split handling of the two QMGR interrupts so they are separatelyraj2008-09-111-14/+42
* Commit the no-brainer parts of my space saving kernel experiments. Weimp2008-09-081-1/+5
* Minor cleanup of this config file:imp2008-09-071-9/+12
* Turn some lame pseudo-code into a less lame comment.imp2008-09-051-8/+1
* Kill bogus #if 0'd stuff for interrupts. They don't happen, and thisimp2008-09-051-16/+0
* Kill vestiges of the special case code we once had in place for usbimp2008-09-051-12/+2
* Kill bogus #if 1. There's no need for it since usb works these days.imp2008-09-051-2/+0
* Use a locally assigned address rather than stealing Atmel's whichimp2008-08-311-4/+6
* - Fix comment.stas2008-08-311-3/+3
* - Try to look for MAC address in all SA registers, not only in thestas2008-08-301-16/+37
* - Style fix.stas2008-08-301-1/+1
* Whitespace nit.imp2008-08-231-1/+1
* Provide hooks into the GPIO lines and the ability to set/clearimp2008-08-192-0/+47
* Use the proper clock domain for the usb host controller.imp2008-08-191-1/+1
* Add IRQ line for usb device. I'm not 100% sure this is the rightimp2008-08-191-1/+1
* Export 'struct pcpu' to userland w/o requiring _KERNEL. A few portsjhb2008-08-191-0/+4
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-1/+2
* Add locking to the various iicbus(4) bridge drivers:jhb2008-08-042-0/+16
* Do not modify td->td_intr_nesting_level, it is now done in the MI code.cognet2008-08-041-3/+0
* Fix ARM nocache allocator:raj2008-08-041-5/+4
* Remove unneeded #include <stdlib.h> (?)cognet2008-08-041-2/+0
* Add "add pc, whatever" as a branch instruction, we use it in memcpy().cognet2008-08-032-2/+39
* Disconnect drivers that haven't been ported to MPSAFE TTY yet.ed2008-08-031-1/+0
* Kernel config for the Linksys NSLU2. This is just a basic configuration,imp2008-08-032-0/+150
* Handle ldr pc, [reg] in branch_taken().cognet2008-08-031-1/+12
* Add blx as a branch instruction.cognet2008-08-031-1/+2
* Minor style nit.imp2008-08-021-1/+1
* Add yet another branch instruction.cognet2008-08-021-1/+2
* Make the at91 uart(4) driver compile again.ed2008-08-021-9/+12
* ixp425 parts aren't multicore, so remove the SMP option. They alsoimp2008-08-021-3/+0
* Conform to the options<space><tab> convention everywhere in this file.imp2008-08-021-22/+22
* Store the PC while context switching, for the benefits of DDB.cognet2008-08-021-0/+1
* - Whitespace fixes.stas2008-07-221-35/+35
* Eliminate unused global variables. (These global variables became fields ofalc2008-07-185-5/+0
* fix multicast hash register definitionticso2008-07-121-2/+2
* Remove the unused major/minor numbers from iodev and memdev.ed2008-06-251-1/+0
* Fix a typo: i80321_pci_probe -> i81342_pci_probekevlo2008-06-121-1/+1
* Add the pxa_teardown_intr() bus method function to de-associate thekevlo2008-06-101-10/+17
* Pull all the code to deal with bus space methods into a shared set ofkevlo2008-06-102-102/+7
* Since we create a DMA tag "mtag" for TX map with bus_dmamap_create(),wkoszek2008-06-091-2/+2
* Remove sa1_cache_clean_addrkevlo2008-06-091-2/+0
OpenPOWER on IntegriCloud