aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/age
Commit message (Expand)AuthorAgeFilesLines
* MFC r226478:Pyun YongHyeon2011-12-311-1/+1
* MFC: r221407 (partial)Marius Strobl2011-09-111-4/+2
* MFC r220249,220252:Pyun YongHyeon2011-04-081-3/+9
* MFC r216925,217331,217349,217542:Pyun YongHyeon2011-02-022-18/+13
* MFC: r213893, r213908, r214566, r214605, r214846Marius Strobl2010-11-071-7/+5
* MFC r213844:Pyun YongHyeon2010-10-241-0/+1
* MFC r211768:Pyun YongHyeon2010-09-241-1/+9
* MFC r206876:Pyun YongHyeon2010-04-261-15/+13
* MFC r204377:Pyun YongHyeon2010-03-231-22/+9
* MFC 197627.Pyun YongHyeon2009-11-291-1/+1
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/Robert Watson2009-06-261-2/+2
* 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-282-134/+101
* 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
* Remove unused age_txdqKevin Lo2008-10-211-2/+0
* 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-193-0/+4284