summaryrefslogtreecommitdiffstats
path: root/sys/arm/at91
Commit message (Expand)AuthorAgeFilesLines
* Since we create a DMA tag "mtag" for TX map with bus_dmamap_create(),wkoszek2008-06-091-2/+2
* Release the resources for the registers for the TWI device withimp2008-05-281-1/+1
* Expand kdb_alt_break a little, most commonly used with the optionpeter2008-05-041-2/+13
* On the AT91, we need to write on the EOI register after we handle ancognet2008-04-201-0/+10
* Take the first baby step towards unifying and cleaning up arminit():imp2008-04-031-53/+3
* Remove unnecessary #define.imp2008-04-031-1/+0
* Add a missing \n.cognet2008-01-071-1/+1
* Add a new 'why' argument to kdb_enter(), and a set of constants to userwatson2007-12-251-1/+1
* - Fix a typo in comments.stas2007-12-231-1/+1
* Actually program the interrupt controller for priorities. As weimp2007-12-191-3/+43
* Use M_NOWAIT instead of M_WAITOK to cause malloc() to return NULLkevlo2007-12-171-1/+1
* - Don't return 0xffff if PHY id isn't equal 0. This allows PHYs withstas2007-12-161-2/+0
* Fix for the panic("vm_thread_new: kstack allocation failed") andkib2007-11-051-1/+1
* kill commented out line of code.imp2007-10-291-1/+0
* Add an option to be able to override the value of the AT91 master clockcognet2007-10-251-0/+2
* Move some KB920x-specific options into the KB920x file.cognet2007-10-252-4/+4
* Oooops, get the end of the memory right.cognet2007-10-251-1/+1
* KERNBASE should really be KERNVIRTADDR there too.cognet2007-10-241-2/+2
* In ate_get_mac(), try to get the mac address in the right order, at leastcognet2007-10-241-6/+6
* Handle the case where PHYSADDR != KERNPHYSADDR (ie we do not load the kernelcognet2007-10-241-7/+11
* Correct a comment, this was not true anymore.cognet2007-10-241-2/+2
* correct guard variable names.imp2007-10-181-3/+3
* Kill bogus printf debugs.imp2007-09-161-7/+0
* Kill overly verbose messages about setting bus width.imp2007-09-161-5/+2
* Make USB work on the KB9202{,A,B} boards. This has been in p4 for aboutimp2007-07-313-3/+36
* Fix a spacing nit.imp2007-06-111-1/+0
* Revert to the previous version where the return value of uart_getenv()marcel2007-06-041-1/+2
* Remove duplicate includes.cognet2007-05-231-1/+0
* Don't expose the uart_ops structure directly, but instead havemarcel2007-04-022-7/+10
* Revisit the watchdogs: Resetting the error to EINVAL after failing to set then_hibma2007-03-271-3/+1
* Don't map mini-data cache page since ARM920T doesn't have it.kevlo2007-03-271-5/+0
* MFp4: A bunch of patches from myself and Tisco to improve theimp2007-03-232-25/+40
* o substitute INTR_FAST with FILTER in a panic message.piso2007-03-061-3/+3
* Update bus_setup_intr().piso2007-03-011-2/+2
* Use tsleep() rather than msleep() with a NULL mtx.jhb2007-02-271-1/+1
* Correct return code (int) for at91_rtc_intr() prototype.piso2007-02-271-1/+1
* Fix attach of at91_pio() after bus_setup_intr() modification.piso2007-02-251-1/+1
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-239-20/+22
* Fix small altq related copy and paste error.mlaier2007-02-101-1/+1
* Add sanity check to make sure that the MAC address isn't all 0's. Badimp2007-02-081-19/+24
* at91_twi depends on the iicbus module to satisfy its symbols whenimp2007-02-061-0/+1
* ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it again.kevlo2007-02-031-1/+0
* - Add a uart_rxready() and corresponding device-specific implementationsmarius2007-01-181-7/+5
* MFp4: Use the next possible value for hz instead of defaulting to 128ticso2007-01-051-3/+6
* MFp4: Make at91_rtc optional to allow other RTC choicesticso2007-01-051-1/+1
* MFp4: Read access require PDC to be setup first otherwise we might getticso2007-01-051-3/+5
* MFp4: BWCT boards are using an 16MHz xtalticso2007-01-051-1/+1
* MFp4: Add VLAN_MTU supportticso2007-01-051-1/+19
* MFp4: fix a race in transmit buffer handlingticso2007-01-051-1/+1
* MFp4: Fix bit name for SPI SR registerimp2007-01-011-1/+1
OpenPOWER on IntegriCloud