aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/age/if_age.c
Commit message (Expand)AuthorAgeFilesLines
* pci(4) handles PCIM_CMD_INTxDIS so there is no need to poke thisPyun YongHyeon2009-05-201-12/+0
* o Don't access VPD even if hardware advertised the capability.Pyun YongHyeon2009-03-281-134/+98
* Fix inversed logic. pci_find_extcap() returns 0 when it findsPyun YongHyeon2009-03-231-1/+1
* Remove informational messages left. These messages were intended toPyun YongHyeon2008-11-071-7/+7
* No need to sync descriptors twice in age_rxintr()Kevin Lo2008-10-211-6/+0
* Fix a typo: jme -> ageKevin Lo2008-08-141-1/+1
* Use DELAY() instead of pause if waiting time is less than 1ms.Pyun YongHyeon2008-07-181-2/+2
* Fix typo in comment.Rui Paulo2008-06-081-1/+1
* Add age(4), a driver for Attansic/Atheros L1 gigabit ethernetPyun YongHyeon2008-05-191-0/+3356