freebsd-skq/sys/mips/atheros
dwhite 0caca6e08d Add some missing bits to arge:
* In arge_attach(), hard reset the MAC blocks before configuring the MAC.
 * In arge_reset_dma(), clear pending packet interrupts based off
   the hardware counter instead of acking every packet in the ring,
   as the hardware counter can exceed the ring size. If the reset
   was successful the counters will be zero anyway.
 * In arge_encap(), remove an unused variable.
 * In arge_tx_locked(), remove redundant setting of the EMPTY flag as
   the TX DMA engine sets it for us.
 * In arge_intr(), remember to clear the interrupt status bits
   relayed from arge_intr_filter().
 * Handle RX overflow and TX underflow.
 * In arge_tx_intr(), remember to unmask the TX interrupt bits
   after processing them.
2009-05-21 22:12:42 +00:00
..
apb.c - Remove garbage debug output 2009-05-14 21:15:27 +00:00
apbvar.h - Handle memory requests on apb level, do not pass them up to 2009-05-06 02:31:07 +00:00
ar71xx_bus_space_reversed.c - Handle byte-order issue for non-word accesses to memory mapped 2009-04-19 22:56:35 +00:00
ar71xx_bus_space_reversed.h - Handle byte-order issue for non-word accesses to memory mapped 2009-04-19 22:56:35 +00:00
ar71xx_ehci.c - Remove garbage debug output 2009-04-19 23:06:15 +00:00
ar71xx_machdep.c - ar71xx increases Count value every two cycles 2009-05-19 02:51:30 +00:00
ar71xx_ohci.c Fix USB2 quick'n'dirty porting, now system successfully detects OHCI 2009-04-15 05:37:17 +00:00
ar71xx_pci_bus_space.c - Add pci bus space that translates byte order to little endian, 2009-05-15 21:36:50 +00:00
ar71xx_pci_bus_space.h - Add pci bus space that translates byte order to little endian, 2009-05-15 21:36:50 +00:00
ar71xx_pci.c - Add pci bus space that translates byte order to little endian, 2009-05-15 21:36:50 +00:00
ar71xx_spi.c - Add SPI bus driver for ar71xx SoC 2009-05-18 23:32:04 +00:00
ar71xxreg.h - Add definitions for PLL CPU Config register fields 2009-05-15 01:51:47 +00:00
files.ar71xx - Add SPI bus driver for ar71xx SoC 2009-05-18 23:32:04 +00:00
if_arge.c Add some missing bits to arge: 2009-05-21 22:12:42 +00:00
if_argevar.h
uart_bus_ar71xx.c - Rollback to the hack with 3-bytes offset in base address. 2009-05-06 02:46:04 +00:00
uart_cpu_ar71xx.c - Calculate clock frequency using PLL registers 2009-05-15 01:54:32 +00:00