summaryrefslogtreecommitdiffstats
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* Include <sys/types.h>, to get definition for uint32_t.cognet2006-10-301-0/+1
* Remove the KSE option now that it's in DEFAULTS on these arches/machines.jb2006-10-265-5/+0
* Make KSE a kernel option, turned on by default in all GENERICjb2006-10-2610-0/+27
* Let allow to teardown multiple irqs as well.cognet2006-10-251-1/+3
* Setup multiple interrupts if needed.cognet2006-10-251-2/+5
* MFp4: Move the parameters that are basically dictated by the AT91imp2006-10-252-5/+5
* MFp4: Status register bitsimp2006-10-251-0/+14
* Ooops, dump_avail[i] can be 0 if the RAM starts at 0x00000000, so check thatcognet2006-10-241-4/+4
* style(9) cleanup.kevlo2006-10-219-12/+0
* Ok I am an idiot. On 32 bits big-endian systems, it is needed to handle thecognet2006-10-211-2/+17
* Use __QUAD_LOWWORD for __syscall, to always use the good word, whatever thecognet2006-10-201-2/+2
* There's no need to special-case lseek for arm/big-endian.cognet2006-10-201-14/+0
* MFp4: Working SPI driver.imp2006-10-201-53/+66
* Commit WIP SSC driver, more work is needed here, but it configuresimp2006-10-201-6/+26
* More register definitions.imp2006-10-201-0/+105
* Progress commit for getting TWI workingimp2006-10-201-17/+23
* Add sysctl to export current state of rmii vs mii configuraiton.imp2006-10-201-2/+12
* Add configuration of the SSC lines for second SSC.imp2006-10-201-0/+2
* MMC/SD bridge driver (host adapter) for AT91RM9200's MCI interface.imp2006-10-202-0/+853
* o Add keyword volatile for user mutex owner field.davidxu2006-10-171-4/+4
* PR:jb2006-10-041-34/+0
* First part of a little cleanup in the calendar/timezone/RTC handling.phk2006-10-021-3/+0
* Use __builtin_va_start instead of __builtin_stdarg_start. GCC4 obsoleteskan2006-09-211-1/+1
* MFp4: first cut at getting I2C transfers working (generically). I'mimp2006-09-071-8/+55
* MFp4: berndt pointed me at an errata that shows that the stat registerimp2006-09-071-9/+9
* Remove dead code, already defined in sys/cdef.hcognet2006-08-301-9/+0
* Use ENTRY_NP for alternate entry points instead of ENTRY to avoid callingcognet2006-08-301-3/+3
* Use ENTRY instead of ALTENTRY, it doesn't exist on arm.cognet2006-08-291-1/+1
* Ooops m->md.pvh_attrs can't be used to know if the page is writeable, becausecognet2006-08-281-4/+1
* Relocate the vector page for AT91, to work around bugs with the LOW_VECTORcognet2006-08-283-9/+13
* Implement casuword32, compare and set user integer, thank Marcel Moolenarrdavidxu2006-08-281-0/+1
* Fill in dump_avail[] before pmap_boostrap() is called so thatcognet2006-08-271-4/+4
* Eliminate unused definitions. (They came from NetBSD.)alc2006-08-251-9/+0
* Explicitely set the "allocbuffer" field to NULL when creating a new dmamap.cognet2006-08-251-0/+1
* Do not create dma maps with bus_dmamap_create, as we callcognet2006-08-251-5/+0
* Finally bring it support for the i80219 XScale processor.cognet2006-08-2419-97/+898
* Use ELFDATA2MSB if we're building big endian.cognet2006-08-241-0/+4
* add comment about why we include opt_global.himp2006-08-151-0/+4
* Ooops we need to include <machine/vmparam.h> to get the definition ofcognet2006-08-151-2/+1
* Hook into the watchdog device, if present. Also, turn off theimp2006-08-091-4/+41
* Rewrite ARM_USE_SMALL_ALLOC so that instead of the current behavior, it mapscognet2006-08-089-138/+218
* Remove a bogus i = 0.kevlo2006-08-082-2/+2
* Complete the transition from pmap_page_protect() to pmap_remove_write().alc2006-08-011-27/+1
* Retire SYF_ARGMASK and remove both SYF_MPSAFE and SYF_ARGMASK. sy_narg isjhb2006-07-281-2/+2
* Now that all system calls are MPSAFE, retire the SYF_MPSAFE flag used tojhb2006-07-281-6/+0
* Unify the checking for lock misbehavior in the various syscall()jhb2006-07-271-4/+12
* Define BYTE_MSF if we're compiling a big endian kernel, so that DDB cancognet2006-07-271-0/+3
* Use virtual_avail instead of freemempos as the starting point of the availablecognet2006-07-251-1/+1
* Cleanup.kevlo2006-07-252-18/+1
* Implement pmap_clear_write().alc2006-07-201-0/+15
OpenPOWER on IntegriCloud