Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Hook into the existing stat timer to drive the transmit watchdog instead | jhb | 2009-11-19 | 2 | -15/+15 |
| | | | | | | of using if_watchdog and if_timer. - Reorder detach to call ether_ifdetach() before anything else in tl(4) and wb(4). | ||||
* | Use the bus_*() routines rather than bus_space_*() for register operations. | jhb | 2009-11-17 | 2 | -18/+7 |
| | |||||
* | Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/ | rwatson | 2009-06-26 | 1 | -2/+2 |
| | | | | | | | | | | | | | IF_ADDR_UNLOCK() across network device drivers when accessing the per-interface multicast address list, if_multiaddrs. This will allow us to change the locking strategy without affecting our driver programming interface or binary interface. For two wireless drivers, remove unnecessary locking, since they don't actually access the multicast address list. Approved by: re (kib) MFC after: 6 weeks | ||||
* | strict kobj sigs: fix assortment of device_detach and device_shutdown impls | avg | 2009-06-11 | 1 | -3/+3 |
| | | | | | | | with common issue of having void return type instead of int Reviewed by: imp, current@ Approved by: jhb (mentor) | ||||
* | Move wb driver from sys/pci to sys/dev/wb. | imp | 2008-08-14 | 2 | -0/+2312 |