summaryrefslogtreecommitdiffstats
path: root/sys/mips/atheros/if_arge.c
Commit message (Expand)AuthorAgeFilesLines
* Converted the remainder of the NIC drivers to use the mii_attach()marius2010-10-151-4/+5
* Migrate if_arge to use the PLL cpuops.adrian2010-08-191-28/+10
* style(9) pick from imp@ .adrian2010-08-191-3/+2
* Make if_arge use the new cpuops rather than hard coding the DDR flush registers.adrian2010-08-191-22/+8
* Add TX-path aligned/unaligned stats for if_arge.adrian2010-07-081-1/+11
* Address PR kern/148307 - fix if_ath TX mbuf alignment/size constraint checksadrian2010-07-081-1/+23
* Introduce a sysctl block for if_arge and, for now, a blank debug sysctladrian2010-07-081-0/+16
* Add new tunable 'net.link.ifqmaxlen' to set default send interfacesobomax2010-05-031-2/+2
* - Fix mutex type for miibus_mtx: it's not spinlock, it's def lockgonzo2010-04-081-1/+1
* - Handle multiphy MAC case: create interface withgonzo2009-11-121-82/+197
* - Access to all 5 PHYs goes through registers in MAC0 memorygonzo2009-11-081-9/+25
* - Fix: Wrong register is used for initial value readinggonzo2009-11-061-1/+1
* - Fix initialization of PLL registers (different shifts forgonzo2009-11-061-8/+12
* - 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-041-5/+20
* - Fix build with DEVICE_POLLING enabledgonzo2009-10-301-5/+12
* - Fix phy address calculationgonzo2009-09-031-3/+3
* - Fix off-by-one bug in arge_fixup_rx. If mbuf is locatedgonzo2009-07-081-12/+12
* - Fix functions prototypes to make compiler happygonzo2009-06-121-2/+4
* - Revert fix by dwhite that has been accidentally lost in r192783gonzo2009-05-281-0/+4
* - arge_poll should be decalred only if DEVICE_POLLING is enabledgonzo2009-05-261-1/+3
* - Add polling supportgonzo2009-05-261-216/+142
* - 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
* - Set MAC Address obtained from RedBoot or generate random onegonzo2009-05-161-7/+32
* - accummulate interrupt causes in filter instead of rewriting old. The onlygonzo2009-04-291-1/+1
* - Revert changes accidentally killed by merge operationgonzo2009-04-141-0/+1657
OpenPOWER on IntegriCloud