summaryrefslogtreecommitdiffstats
path: root/sys/dev/wb
Commit message (Collapse)AuthorAgeFilesLines
* Fix indentation in r213894.marius2010-11-071-1/+1
|
* Converted the remainder of the NIC drivers to use the mii_attach()marius2010-10-151-3/+4
| | | | | | | introduced in r213878 instead of mii_phy_probe(). Unlike r213893 these are only straight forward conversions though. Reviewed by: yongari
* - Hook into the existing stat timer to drive the transmit watchdog insteadjhb2009-11-192-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.jhb2009-11-172-18/+7
|
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/rwatson2009-06-261-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 implsavg2009-06-111-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.imp2008-08-142-0/+2312
OpenPOWER on IntegriCloud