| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert VMCNT_* operations introduction. | attilio | 2007-05-31 | 2 | -3/+3 |
* | In some particular cases (like in pccard and pccbb), the real device | piso | 2007-05-31 | 1 | -2/+11 |
* | Remove the hardcoded IXP425_UART?_VBASE values in the | jhay | 2007-05-29 | 5 | -18/+58 |
* | Honor maxsegsz of less than a page size in a DMA tag. Previously it | yongari | 2007-05-29 | 1 | -0/+2 |
* | Eliminate some unused definitions that came from NetBSD. | alc | 2007-05-28 | 1 | -19/+0 |
* | We do not need to get the irq out of ivars in ixp425_setup_intr(). By | jhay | 2007-05-28 | 1 | -5/+1 |
* | Optimize a bit more, both the Avila and Pronghorn Metro boards work with | jhay | 2007-05-28 | 1 | -4/+3 |
* | Search for a proper ucode image to use by incrementing the minor | sam | 2007-05-24 | 3 | -8/+43 |
* | o add hints for avila boards; brings back i2c devices lost when iicbus | sam | 2007-05-24 | 2 | -1/+46 |
* | Move to hints for configuring numerous devices so we can eliminate various | sam | 2007-05-24 | 2 | -50/+107 |
* | Don't muck with the internal state of a uart during probe, all we | sam | 2007-05-24 | 1 | -7/+3 |
* | Fix interrupt setup; rev 1.3 switched the irq to GPIO_TYPE_ACT_LOW | sam | 2007-05-24 | 1 | -10/+9 |
* | Remove duplicate includes. | cognet | 2007-05-23 | 6 | -7/+1 |
* | Allow FreeBSD's native ELF image activators to execute shared libraries the | kan | 2007-05-22 | 1 | -2/+2 |
* | Use __mcount() instead of _mcount() to reduce diffs with NetBSD. | cognet | 2007-05-19 | 2 | -4/+4 |
* | Constify to please gcc 4.2. | cognet | 2007-05-19 | 1 | -1/+1 |
* | Do not try to inline pmap_kremove(), as it's exported. | cognet | 2007-05-19 | 1 | -1/+1 |
* | Do not try to inline bus_dmamap_sync_buf(), gcc 4.2 doesn't want to do so | cognet | 2007-05-19 | 1 | -2/+2 |
* | Switch the kernel's pmap domain from 15 to 0. | cognet | 2007-05-19 | 2 | -4/+4 |
* | - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulating | jeff | 2007-05-18 | 2 | -3/+3 |
* | Define every architecture as either VM_PHYSSEG_DENSE or | alc | 2007-05-05 | 1 | -0/+5 |
* | Remove sa1_cache_clean_addr. It isn't needed. | kevlo | 2007-05-03 | 3 | -6/+0 |
* | Don't expose the uart_ops structure directly, but instead have | marcel | 2007-04-02 | 6 | -13/+19 |
* | Revisit the watchdogs: Resetting the error to EINVAL after failing to set the | n_hibma | 2007-03-27 | 3 | -9/+4 |
* | Don't map mini-data cache page since ARM920T doesn't have it. | kevlo | 2007-03-27 | 1 | -5/+0 |
* | Default to booting off the SD card. It is more useful, and a full | imp | 2007-03-23 | 2 | -5/+32 |
* | MFp4: A bunch of patches from myself and Tisco to improve the | imp | 2007-03-23 | 2 | -25/+40 |
* | Fix a comment | kevlo | 2007-03-21 | 1 | -1/+1 |
* | Remove __P | kevlo | 2007-03-21 | 3 | -18/+18 |
* | Map the second CS of the compact flash too. This allow us access to | jhay | 2007-03-14 | 2 | -4/+20 |
* | Map the second CS of the compact flash too. This allow us access to | jhay | 2007-03-14 | 1 | -113/+82 |
* | Push down the implementation of PCPU_LAZY_INC() into the machine-dependent | alc | 2007-03-11 | 1 | -0/+6 |
* | Wrap ixppcib_setup_intr() at 80. | piso | 2007-03-06 | 1 | -1/+2 |
* | Wrap a BUS_SETUP_INTR() line at 80. | piso | 2007-03-06 | 1 | -2/+2 |
* | o substitute INTR_FAST with FILTER in a panic message. | piso | 2007-03-06 | 1 | -3/+3 |
* | Reverse this change. malloc() with M_WAITOK never fails. | kevlo | 2007-03-06 | 1 | -2/+0 |
* | Check for malloc return value | kevlo | 2007-03-05 | 1 | -0/+2 |
* | Update bus_setup_intr(). | piso | 2007-03-01 | 1 | -2/+2 |
* | Use tsleep() rather than msleep() with a NULL mtx. | jhb | 2007-02-27 | 1 | -1/+1 |
* | Correct return code (int) for at91_rtc_intr() prototype. | piso | 2007-02-27 | 1 | -1/+1 |
* | Remove unused header file <machine/katelib.h> | kevlo | 2007-02-26 | 3 | -4/+0 |
* | Define FLASHADDR and LOADERRAMADDR for the Avila, so that we can boot a | cognet | 2007-02-26 | 1 | -0/+2 |
* | Erm we can't change the value of arm_memcpy if we're running from flash. | cognet | 2007-02-26 | 2 | -5/+23 |
* | Update for the new prototype of bus_setup_intr(). | cognet | 2007-02-25 | 2 | -4/+4 |
* | Fix attach of at91_pio() after bus_setup_intr() modification. | piso | 2007-02-25 | 1 | -1/+1 |
* | o break newbus api: add a new argument of type driver_filter_t to | piso | 2007-02-23 | 21 | -64/+68 |
* | Add two new options, FLASHADDR, which defines the address the flash is | cognet | 2007-02-19 | 1 | -0/+2 |
* | Teach the kernel and the ELF trampoline how to boot from onboard flash. | cognet | 2007-02-19 | 2 | -37/+82 |
* | There's no such thing as a GENERIC kernel on arm. | cognet | 2007-02-19 | 3 | -3/+3 |
* | Cleanup and document the implementation of firmware(9) based on | luigi | 2007-02-15 | 1 | -1/+1 |