summaryrefslogtreecommitdiffstats
path: root/sys/mips/atheros
Commit message (Expand)AuthorAgeFilesLines
...
* Begin fleshing out MII clock rate configuration changes.adrian2012-03-175-0/+74
* Remove a now unneeded ARGE_UNLOCK().adrian2012-03-131-3/+0
* Fix link status handling on if_arge upon system boot to allow bootp/NFS toadrian2012-03-131-7/+16
* Correctly (I hope) deallocate the if_arge RX buffer ring on arge_stop().adrian2012-03-131-0/+43
* o) Use ABI, not ISA_* options, to determine whether to compile bits if libkernjmallett2012-03-121-1/+0
* Remove platform APIs which are not used by any code and which had only stubjmallett2012-03-121-24/+0
* - Rename apb_intr to apb_filter since it's a filter handlergonzo2012-03-121-5/+38
* Break long lines.ray2012-03-061-25/+44
* Remove EoL whitespaces.ray2012-03-061-67/+66
* Stop overloading opt_global.h.adrian2012-01-162-0/+3
* Some of the atheros based embedded devices use one or more PCI NICsadrian2012-01-151-0/+81
* Fix the ar724x shift calculation when writing to the PCI config space.adrian2012-01-071-1/+1
* Remove these locks - they aren't strictly needed and cause measurableadrian2011-12-201-13/+0
* Re-jiggle the GPIO code a little to remove the hard-coded AR71xx GPIOadrian2011-12-151-25/+38
* Implement better support for USB controller suspend and resume.hselasky2011-12-142-51/+11
* Style(9) changes.adrian2011-12-133-126/+133
* Simplify arge_flush_ddr to use updated ar71xx_device_flush_ddr_ge(unit).ray2011-11-281-4/+2
* Fix build, fininshing r228018.glebius2011-11-281-2/+2
* Join chip depended methods for arge0 and arge1 into single call with unit.ray2011-11-275-118/+101
* Introduce a new (global, sorry!) option which controls whetheradrian2011-11-241-2/+14
* Rename device_delete_all_children() into device_delete_children().hselasky2011-11-222-2/+2
* - There's no need to overwrite the default device method with the defaultmarius2011-11-226-19/+6
* Close a race where SIOCGIFMEDIA ioctl get inconsistent link status.yongari2011-10-171-1/+1
* Remove duplicate header includeskevlo2011-06-266-27/+15
* Fix GPIO_MAXPINS calculation for the AR71xx, AR724x, AR913x SoC.adrian2011-05-064-5/+16
* - Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOPmarius2011-05-031-4/+2
* Some AR724x PCIe fixes, which should wrap up the first roundadrian2011-05-011-24/+14
* The AR724x SoC's require the irq status line to be acked/cleared.adrian2011-04-301-0/+15
* Call the DDR FIFO flush method when IP2 interrupts occur.adrian2011-04-301-0/+3
* Flip off debugging for now.adrian2011-04-301-1/+1
* Add some initial PCIe bridge support for the AR724x chipsets.adrian2011-04-303-2/+636
* In preparation for the AR724x PCIe bus code, make the AR71xx PCI busadrian2011-04-301-1/+1
* Add a missing DDR FIFO method for the ar71xx.adrian2011-04-301-1/+7
* Tidy up the naming of the ip2 DDR flush routine, and add an inlineadrian2011-04-291-1/+6
* Add the IP2 DDR flush handlers.adrian2011-04-283-2/+17
* We don't need to call EOWRITE4(sc, EHCI_USBINTR, 0) directly from each EHCIhselasky2011-04-121-7/+0
* if_arge has had a strange bug that only appears during high trafficadrian2011-04-051-0/+21
* * Add some more debugging to if_argeadrian2011-04-052-2/+33
* Put the ARGE_DEBUG behind a kernel config option.adrian2011-04-051-4/+10
* Begin fleshing out a functioning debugging setup for if_arge.adrian2011-04-051-13/+22
* - Correct EHCI interrupt disabling at detach.hselasky2011-04-031-1/+1
* Add in some missing flags in the EHCI initialisation code,adrian2011-04-031-0/+7
* A handful of the openwrt devices use a MAC address that's at a hard-codedadrian2011-04-021-0/+21
* Implement AR724x USB initialisation code.adrian2011-03-312-1/+48
* The previous commit didn't completely rename this to what it should be.adrian2011-03-281-1/+1
* Refactor out the ar71xx mac address code into something that'sadrian2011-03-271-17/+30
* Add an option - AR71XX_REALMEM - which overrides the amount ofadrian2011-03-271-0/+14
* Add some missing flags needed for AR913x/AR724x USB to correctly operate.adrian2011-03-271-0/+14
* * Add wireless MAC reset, in prep for bringing over AR9130 support.adrian2011-03-131-4/+15
* Add the missing AR724x DDR flush routines for if_arge0.adrian2011-03-132-0/+5
OpenPOWER on IntegriCloud