summaryrefslogtreecommitdiffstats
path: root/sys/dev/age
Commit message (Expand)AuthorAgeFilesLines
* Fix multicast handling. All Atheros controllers use big-endian formyongari2009-09-291-1/+1
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/rwatson2009-06-261-2/+2
* pci(4) handles PCIM_CMD_INTxDIS so there is no need to poke thisyongari2009-05-201-12/+0
* o Don't access VPD even if hardware advertised the capability.yongari2009-03-282-134/+101
* Fix inversed logic. pci_find_extcap() returns 0 when it findsyongari2009-03-231-1/+1
* Remove informational messages left. These messages were intended toyongari2008-11-071-7/+7
* Remove unused age_txdqkevlo2008-10-211-2/+0
* No need to sync descriptors twice in age_rxintr()kevlo2008-10-211-6/+0
* Fix a typo: jme -> agekevlo2008-08-141-1/+1
* Use DELAY() instead of pause if waiting time is less than 1ms.yongari2008-07-181-2/+2
* Fix typo in comment.rpaulo2008-06-081-1/+1
* Add age(4), a driver for Attansic/Atheros L1 gigabit ethernetyongari2008-05-193-0/+4284
OpenPOWER on IntegriCloud