summaryrefslogtreecommitdiffstats
path: root/sys/dev/nve
Commit message (Expand)AuthorAgeFilesLines
* Make sure that we call if_free(ifp) after bus_teardown_intr. Since weimp2005-09-191-3/+3
* Fix "struct ifnet" leak if attach() fails in the middle.ru2005-09-161-1/+3
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-12/+12
* Modify device drivers supporting multicast addresses to lock if_addr_mtxrwatson2005-08-031-0/+2
* Remove an erroneous m_freem() call. If m_defrag() returns a non-NULLmux2005-07-251-1/+0
* Move if_alloc() up so it's before mii_phy_probe().brooks2005-06-111-7/+9
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-102-21/+24
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-291-1/+0
* Fix typo in a comment.brueffer2005-05-081-1/+1
* I missed a s/nv/nve/.obrien2005-04-261-1/+1
* Support MCP versions 4-11.obrien2005-03-242-0/+26
* FreeBSD consumer bits of the nForce MCP NIC binary blob.obrien2005-03-122-0/+1875
OpenPOWER on IntegriCloud