aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/at91/if_atereg.h
Commit message (Collapse)AuthorAgeFilesLines
* sys/arm: Minor spelling fixes.Pedro F. Giffuni2016-05-041-2/+2
| | | | | | | Only affects comments: no functional change. Notes: svn path=/head/; revision=299069
* if_ate.c:Olivier Houchard2010-10-061-1/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | * Support for sam9 "EMAC" controller. * Support for rmii interface to phy. at91.c & at91sam9.c: * Eliminate separate at91sam9.c file. * Add new devices to at91sam9_devs table. at91_machdep.c & at at91sam9_machdep.c: * Automatic chip type determination. * Remove compile time chip dependencies. * Eliminate separate at91sam9_machdep.c file. at91_pmc.c: * Corrected support for all of the sam926? and sam9g20 chips. * Remove compile time chip dependencies. My apologies to Greg for taking so long to take care of it. Notes: svn path=/head/; revision=213496
* Replace disclaimer with the one from COPYRIGHT. Joint authors aggreedWarner Losh2008-11-251-10/+11
| | | | | | | to the change. Notes: svn path=/head/; revision=185267
* fix multicast hash register definitionBernd Walter2008-07-121-2/+2
| | | | Notes: svn path=/head/; revision=180486
* MFp4: berndt pointed me at an errata that shows that the stat registerWarner Losh2006-09-071-9/+9
| | | | | | | | offsets were originally documented incorrectly. This fixes that. It shouldn't affect anything other than error stat reporting. Notes: svn path=/head/; revision=162129
* Import support for the Atmel AT91RM9200 CPU/Microcontroller. This SoCWarner Losh2006-02-041-0/+175
is a ARM920T based CPU with a bunch of built-in peripherals. The inital import supports the SPI bus, the TWI bus (although iicbus integration is not complete), the uarts, the system timer and the onboard ethernet. Support for the Kwikbyte KB9202 (http://www.kwikbyte.com) board is also included, although there's no reason why the 9200 and the 9201 wouldn't also work. Primitive support for running under the skyeye emulator is also provided (although skyeye's support for the AT91RM9200 is a little weak). The code has been structured so that other members of Atmel's arm family can be supported in the future. The AT91SAM9260 is not presently supported due to lack of hardware. The arm7tdmi families are also not supported becasue they lack an MMU. Many thanks to cognet@ for his help and assistance in bringing up this board. He did much of the vm work and wrote parts of the uart and system timer code as well as the bus space implementation. The system boots to single user w/o problem, although the serial console is a little slow and the ethernet driver is still in flux. This work was sponsored by Timing Solutions, Corporation. I am grateful to their support of the FreeBSD project in this manner. Notes: svn path=/head/; revision=155324