summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/if_alcreg.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove some ifdef notyet code that doesn't seem to be moving forward...tedu2020-01-241-10/+2
| | | | some ok ratchov
* Add support for QCA AR816x/AR817x for alc(4).kevlo2019-03-221-9/+314
| | | | | | Based on FreeBSD via Genadijus Paleckis on tech@, some modifications by me. Tested with Atheros Killer E2200.
* Fix a long standing bug in MAC statistics register access. Onebrad2014-11-271-3/+1
| | | | | | | | | additional register was erroneously added in the MAC register set such that 7 TX statistics counters were wrong. From FreeBSD ok mikeb@
* - For AR8132 fast ethernet controller, do not report 1000baseTkevlo2011-05-251-7/+2
| | | | | | | | | | | | | | | | capability to mii(4). - Limit DMA burst size to be less than or equal to 1024 bytes. Controller does not seem to support more than 1024 bytes DMA burst. - Do not touch CMB TX threshold register when CMB is not used. From FreeBSD via Brad - Properly initialize sc_product and alc_rev early enough in alc_attach() with the PCI product id and PCI revision. - Further sync if_alcvar.h changes from FreeBSD for L2C/L1D addition commit which in OpenBSD has been merged into if_alcreg.h From Brad; tested by Gabriel Linder and edd@.
* Fix typo; from Bradkevlo2011-05-201-3/+3
| | | | ok sthen@
* Support additional L2C variants and L1D (AR813x/AR815x chips).sthen2011-05-181-9/+47
| | | | | | Tested on L1C by Abel Abraham Camarillo Ojeda, thank you. From FreeBSD via kevlo@, ok jsg@
* alc(4) is a driver for the Atheros AR8131/AR8132 ethernet chip.kevlo2009-08-081-0/+1173
this driver was written by Pyun YongHyeon from FreeBSD. "go ahead" deraadt@