| Commit message (Expand) | Author | Age | Files | Lines |
* | Since we create a DMA tag "mtag" for TX map with bus_dmamap_create(), | wkoszek | 2008-06-09 | 1 | -2/+2 |
* | Release the resources for the registers for the TWI device with | imp | 2008-05-28 | 1 | -1/+1 |
* | Expand kdb_alt_break a little, most commonly used with the option | peter | 2008-05-04 | 1 | -2/+13 |
* | On the AT91, we need to write on the EOI register after we handle an | cognet | 2008-04-20 | 1 | -0/+10 |
* | Take the first baby step towards unifying and cleaning up arminit(): | imp | 2008-04-03 | 1 | -53/+3 |
* | Remove unnecessary #define. | imp | 2008-04-03 | 1 | -1/+0 |
* | Add a missing \n. | cognet | 2008-01-07 | 1 | -1/+1 |
* | Add a new 'why' argument to kdb_enter(), and a set of constants to use | rwatson | 2007-12-25 | 1 | -1/+1 |
* | - Fix a typo in comments. | stas | 2007-12-23 | 1 | -1/+1 |
* | Actually program the interrupt controller for priorities. As we | imp | 2007-12-19 | 1 | -3/+43 |
* | Use M_NOWAIT instead of M_WAITOK to cause malloc() to return NULL | kevlo | 2007-12-17 | 1 | -1/+1 |
* | - Don't return 0xffff if PHY id isn't equal 0. This allows PHYs with | stas | 2007-12-16 | 1 | -2/+0 |
* | Fix for the panic("vm_thread_new: kstack allocation failed") and | kib | 2007-11-05 | 1 | -1/+1 |
* | kill commented out line of code. | imp | 2007-10-29 | 1 | -1/+0 |
* | Add an option to be able to override the value of the AT91 master clock | cognet | 2007-10-25 | 1 | -0/+2 |
* | Move some KB920x-specific options into the KB920x file. | cognet | 2007-10-25 | 2 | -4/+4 |
* | Oooops, get the end of the memory right. | cognet | 2007-10-25 | 1 | -1/+1 |
* | KERNBASE should really be KERNVIRTADDR there too. | cognet | 2007-10-24 | 1 | -2/+2 |
* | In ate_get_mac(), try to get the mac address in the right order, at least | cognet | 2007-10-24 | 1 | -6/+6 |
* | Handle the case where PHYSADDR != KERNPHYSADDR (ie we do not load the kernel | cognet | 2007-10-24 | 1 | -7/+11 |
* | Correct a comment, this was not true anymore. | cognet | 2007-10-24 | 1 | -2/+2 |
* | correct guard variable names. | imp | 2007-10-18 | 1 | -3/+3 |
* | Kill bogus printf debugs. | imp | 2007-09-16 | 1 | -7/+0 |
* | Kill overly verbose messages about setting bus width. | imp | 2007-09-16 | 1 | -5/+2 |
* | Make USB work on the KB9202{,A,B} boards. This has been in p4 for about | imp | 2007-07-31 | 3 | -3/+36 |
* | Fix a spacing nit. | imp | 2007-06-11 | 1 | -1/+0 |
* | Revert to the previous version where the return value of uart_getenv() | marcel | 2007-06-04 | 1 | -1/+2 |
* | Remove duplicate includes. | cognet | 2007-05-23 | 1 | -1/+0 |
* | Don't expose the uart_ops structure directly, but instead have | marcel | 2007-04-02 | 2 | -7/+10 |
* | Revisit the watchdogs: Resetting the error to EINVAL after failing to set the | n_hibma | 2007-03-27 | 1 | -3/+1 |
* | Don't map mini-data cache page since ARM920T doesn't have it. | kevlo | 2007-03-27 | 1 | -5/+0 |
* | MFp4: A bunch of patches from myself and Tisco to improve the | imp | 2007-03-23 | 2 | -25/+40 |
* | o substitute INTR_FAST with FILTER in a panic message. | piso | 2007-03-06 | 1 | -3/+3 |
* | 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 |
* | 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 | 9 | -20/+22 |
* | Fix small altq related copy and paste error. | mlaier | 2007-02-10 | 1 | -1/+1 |
* | Add sanity check to make sure that the MAC address isn't all 0's. Bad | imp | 2007-02-08 | 1 | -19/+24 |
* | at91_twi depends on the iicbus module to satisfy its symbols when | imp | 2007-02-06 | 1 | -0/+1 |
* | ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it again. | kevlo | 2007-02-03 | 1 | -1/+0 |
* | - Add a uart_rxready() and corresponding device-specific implementations | marius | 2007-01-18 | 1 | -7/+5 |
* | MFp4: Use the next possible value for hz instead of defaulting to 128 | ticso | 2007-01-05 | 1 | -3/+6 |
* | MFp4: Make at91_rtc optional to allow other RTC choices | ticso | 2007-01-05 | 1 | -1/+1 |
* | MFp4: Read access require PDC to be setup first otherwise we might get | ticso | 2007-01-05 | 1 | -3/+5 |
* | MFp4: BWCT boards are using an 16MHz xtal | ticso | 2007-01-05 | 1 | -1/+1 |
* | MFp4: Add VLAN_MTU support | ticso | 2007-01-05 | 1 | -1/+19 |
* | MFp4: fix a race in transmit buffer handling | ticso | 2007-01-05 | 1 | -1/+1 |
* | MFp4: Fix bit name for SPI SR register | imp | 2007-01-01 | 1 | -1/+1 |