| Commit message (Expand) | Author | Age | Files | Lines |
* | MFp4: first cut at getting I2C transfers working (generically). I'm | imp | 2006-09-07 | 1 | -8/+55 |
* | MFp4: berndt pointed me at an errata that shows that the stat register | imp | 2006-09-07 | 1 | -9/+9 |
* | Remove dead code, already defined in sys/cdef.h | cognet | 2006-08-30 | 1 | -9/+0 |
* | Use ENTRY_NP for alternate entry points instead of ENTRY to avoid calling | cognet | 2006-08-30 | 1 | -3/+3 |
* | Use ENTRY instead of ALTENTRY, it doesn't exist on arm. | cognet | 2006-08-29 | 1 | -1/+1 |
* | Ooops m->md.pvh_attrs can't be used to know if the page is writeable, because | cognet | 2006-08-28 | 1 | -4/+1 |
* | Relocate the vector page for AT91, to work around bugs with the LOW_VECTOR | cognet | 2006-08-28 | 3 | -9/+13 |
* | Implement casuword32, compare and set user integer, thank Marcel Moolenarr | davidxu | 2006-08-28 | 1 | -0/+1 |
* | Fill in dump_avail[] before pmap_boostrap() is called so that | cognet | 2006-08-27 | 1 | -4/+4 |
* | Eliminate unused definitions. (They came from NetBSD.) | alc | 2006-08-25 | 1 | -9/+0 |
* | Explicitely set the "allocbuffer" field to NULL when creating a new dmamap. | cognet | 2006-08-25 | 1 | -0/+1 |
* | Do not create dma maps with bus_dmamap_create, as we call | cognet | 2006-08-25 | 1 | -5/+0 |
* | Finally bring it support for the i80219 XScale processor. | cognet | 2006-08-24 | 19 | -97/+898 |
* | Use ELFDATA2MSB if we're building big endian. | cognet | 2006-08-24 | 1 | -0/+4 |
* | add comment about why we include opt_global.h | imp | 2006-08-15 | 1 | -0/+4 |
* | Ooops we need to include <machine/vmparam.h> to get the definition of | cognet | 2006-08-15 | 1 | -2/+1 |
* | Hook into the watchdog device, if present. Also, turn off the | imp | 2006-08-09 | 1 | -4/+41 |
* | Rewrite ARM_USE_SMALL_ALLOC so that instead of the current behavior, it maps | cognet | 2006-08-08 | 9 | -138/+218 |
* | Remove a bogus i = 0. | kevlo | 2006-08-08 | 2 | -2/+2 |
* | Complete the transition from pmap_page_protect() to pmap_remove_write(). | alc | 2006-08-01 | 1 | -27/+1 |
* | Retire SYF_ARGMASK and remove both SYF_MPSAFE and SYF_ARGMASK. sy_narg is | jhb | 2006-07-28 | 1 | -2/+2 |
* | Now that all system calls are MPSAFE, retire the SYF_MPSAFE flag used to | jhb | 2006-07-28 | 1 | -6/+0 |
* | Unify the checking for lock misbehavior in the various syscall() | jhb | 2006-07-27 | 1 | -4/+12 |
* | Define BYTE_MSF if we're compiling a big endian kernel, so that DDB can | cognet | 2006-07-27 | 1 | -0/+3 |
* | Use virtual_avail instead of freemempos as the starting point of the available | cognet | 2006-07-25 | 1 | -1/+1 |
* | Cleanup. | kevlo | 2006-07-25 | 2 | -18/+1 |
* | Implement pmap_clear_write(). | alc | 2006-07-20 | 1 | -0/+15 |
* | Fix ALT_BREAK_TO_DEBUGGER on the AT91 : | cognet | 2006-07-20 | 1 | -5/+20 |
* | Make sure we use REDUCE32 on the result of do_cksum(), as in_cksum_skip() | cognet | 2006-07-18 | 1 | -2/+13 |
* | If we can't defrag a packet, re-queue it instead of dropping it. | cognet | 2006-07-17 | 1 | -1/+1 |
* | #if => #ifdef | cognet | 2006-07-17 | 1 | -2/+2 |
* | at91_spi won't compile without spibus, so add it. | cognet | 2006-07-17 | 1 | -0/+1 |
* | Oops bring back code that shouldn't have been removed by the previous | cognet | 2006-07-15 | 1 | -0/+2 |
* | Make sure that if uma_small_alloc() gets called recursively, we just give up | cognet | 2006-07-15 | 1 | -7/+6 |
* | Add a comment explaining why the OHCI mapping has been commented out. | cognet | 2006-07-15 | 1 | -0/+9 |
* | MFp4: this now depends on new spi bus stuff | imp | 2006-07-14 | 1 | -1/+3 |
* | MFp4: tweaks | imp | 2006-07-14 | 1 | -7/+8 |
* | MFp4: elevate quality of slow clock a little | imp | 2006-07-14 | 1 | -1/+1 |
* | MFp4: paren police | imp | 2006-07-14 | 1 | -6/+4 |
* | MFp4: | imp | 2006-07-14 | 3 | -8/+66 |
* | MFp4: | imp | 2006-07-14 | 1 | -1/+1 |
* | The TSC board uses a 16MHz base clock for the AT91RM9200, while the Kwikbyte | imp | 2006-07-14 | 1 | -0/+6 |
* | Implement the set_time function. Rather pointless with this RTC, as it | imp | 2006-07-14 | 1 | -3/+8 |
* | MF p4: | imp | 2006-07-14 | 3 | -319/+134 |
* | Be sure to flush the cache after a partial read on timeout. Expand | imp | 2006-07-14 | 1 | -3/+7 |
* | Move some of the common parameters into the std. files for this platform. | imp | 2006-07-14 | 3 | -11/+16 |
* | Remove prototype for the undefined function counterhandler(). | cognet | 2006-07-14 | 1 | -1/+0 |
* | Add remote GDB bits for arm. | cognet | 2006-07-14 | 2 | -0/+155 |
* | Simplify the pager support in DDB. Allowing different db commands to | jhb | 2006-07-12 | 1 | -4/+2 |
* | Comment out the mapping of the OHCI controller registers va == pa. This | cognet | 2006-07-12 | 1 | -0/+2 |