summaryrefslogtreecommitdiffstats
path: root/sys/mips/atheros
Commit message (Expand)AuthorAgeFilesLines
* Rename mips_pcpu_init to mips_pcpu0_init since it applies only to theimp2010-01-091-1/+1
* Centralize initialization of pcpu, and set curthread early...imp2010-01-081-0/+3
* - Add intr counters for APB interruptsgonzo2009-11-182-2/+12
* - Handle multiphy MAC case: create interface withgonzo2009-11-122-83/+205
* - include register definitions for respective controllersgonzo2009-11-122-0/+2
* - Access to all 5 PHYs goes through registers in MAC0 memorygonzo2009-11-083-9/+39
* - Fix: Wrong register is used for initial value readinggonzo2009-11-061-1/+1
* - Fix initialization of PLL registers (different shifts forgonzo2009-11-062-8/+13
* - Replace dumb cut'n'paste call with not to self (XXX)gonzo2009-11-051-2/+4
* - style(9): replace whitespaces with tabsgonzo2009-11-041-23/+23
* - Remove noisy "Implement me" stubsgonzo2009-11-042-5/+21
* With this commit our friend RMI will now compile. I haverrs2009-10-302-0/+7
* - Fix build with DEVICE_POLLING enabledgonzo2009-10-301-5/+12
* Parse and save the command line passed in from RedBoot (exec -c "xxx") and alsothompsa2009-10-281-2/+44
* Does 4 things:rrs2009-10-151-0/+1
* - Fix CPU divisor maskgonzo2009-10-111-1/+1
* - Remove flags accidently brought by dumb cut'n'paste codinggonzo2009-09-031-6/+1
* - Fix phy address calculationgonzo2009-09-031-3/+3
* - Make USB part of AR71XX kernel buildable againgonzo2009-07-302-6/+17
* - Add AR71XX watchdog timer drivergonzo2009-07-092-0/+119
* - Move CPU/AHB frequency calculations to functions togonzo2009-07-094-38/+53
* - Fix PCI routing codegonzo2009-07-082-1/+8
* - Fix off-by-one bug in arge_fixup_rx. If mbuf is locatedgonzo2009-07-081-12/+12
* - Flush PCI register write before delaygonzo2009-06-191-2/+2
* - Take into account only unmasked bits in interrupt status registergonzo2009-06-161-2/+12
* - Fix functions prototypes to make compiler happygonzo2009-06-122-6/+8
* - Revert fix by dwhite that has been accidentally lost in r192783gonzo2009-05-281-0/+4
* - style(9) fixesgonzo2009-05-262-12/+18
* - arge_poll should be decalred only if DEVICE_POLLING is enabledgonzo2009-05-261-1/+3
* - Add polling supportgonzo2009-05-262-239/+224
* - Calculate clock frequency using PLL registersgonzo2009-05-231-1/+15
* - Wrong logical operator was used for flag checkgonzo2009-05-231-1/+1
* Remove unused variable.dwhite2009-05-221-2/+0
* Add some missing bits to arge:dwhite2009-05-211-8/+46
* - ar71xx increases Count value every two cyclesgonzo2009-05-191-1/+1
* - Add SPI bus driver for ar71xx SoCgonzo2009-05-182-0/+229
* - Set MAC Address obtained from RedBoot or generate random onegonzo2009-05-161-7/+32
* - Get memory size and base MAC address from RedBoot (if available)gonzo2009-05-161-2/+52
* - Add pci bus space that translates byte order to little endian,gonzo2009-05-154-3/+259
* - Calculate clock frequency using PLL registersgonzo2009-05-151-10/+17
* - Calculate CPU frequency using dividers from PLL registersgonzo2009-05-151-4/+9
* - Add definitions for PLL CPU Config register fieldsgonzo2009-05-151-0/+19
* - Add SPI-related registersgonzo2009-05-141-0/+13
* - Remove garbage debug outputgonzo2009-05-141-2/+0
* - Add interrupt handling for AR71XX PCI bridgegonzo2009-05-072-11/+103
* - Rollback to the hack with 3-bytes offset in base address.gonzo2009-05-061-0/+6
* - Add APB base and size for memory rman in apbgonzo2009-05-061-0/+9
* - Handle memory requests on apb level, do not pass them up togonzo2009-05-062-5/+24
* - accummulate interrupt causes in filter instead of rewriting old. The onlygonzo2009-04-291-1/+1
* - Remove garbage debug outputgonzo2009-04-192-5/+3
OpenPOWER on IntegriCloud