aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/nve
Commit message (Expand)AuthorAgeFilesLines
* Make nve(4) work for people with nf3/nf4 who never got itBjoern A. Zeeb2005-12-121-2/+3
* Add support for the nVidia nForce MCP12 & MCP13 Networking Adapters.David E. O'Brien2005-12-072-0/+6
* Catch up to the nvenetlib 1.0-0310 import.David E. O'Brien2005-12-072-4/+6
* Remove unused local variable misssed in previous commit.John Baldwin2005-12-051-1/+0
* - Don't make the driver lock recursive, it shouldn't be recursivelyJohn Baldwin2005-12-052-18/+1
* Overhaul nve(4) locking to make it more like other ethernet drivers inJohn Baldwin2005-11-212-91/+113
* - Store pointer to the link-level address right in "struct ifnet"Ruslan Ermilov2005-11-111-1/+1
* Clear pending_txs when not "RUNNING".David E. O'Brien2005-10-271-0/+1
* Make sure that we call if_free(ifp) after bus_teardown_intr. Since weWarner Losh2005-09-191-3/+3
* Fix "struct ifnet" leak if attach() fails in the middle.Ruslan Ermilov2005-09-161-1/+3
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson2005-08-091-12/+12
* Modify device drivers supporting multicast addresses to lock if_addr_mtxRobert Watson2005-08-031-0/+2
* Remove an erroneous m_freem() call. If m_defrag() returns a non-NULLMaxime Henrion2005-07-251-1/+0
* Move if_alloc() up so it's before mii_phy_probe().Brooks Davis2005-06-111-7/+9
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-102-21/+24
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-291-1/+0
* Fix typo in a comment.Christian Brueffer2005-05-081-1/+1
* I missed a s/nv/nve/.David E. O'Brien2005-04-261-1/+1
* Support MCP versions 4-11.David E. O'Brien2005-03-242-0/+26
* FreeBSD consumer bits of the nForce MCP NIC binary blob.David E. O'Brien2005-03-122-0/+1875