aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/nve
Commit message (Collapse)AuthorAgeFilesLines
* Retire the nve(4) driver; nfe(4) has been the default driver for NVIDIAChristian Brueffer2014-02-161-20/+0
| | | | | | | | | | nForce MCP adapters for a long time. Yays: jhb, remko, yongari Nays: none on the current and stable lists Notes: svn path=/head/; revision=261975
* Set WERROR= for the nve(4) module. This driver gives several warningsDimitry Andric2011-12-241-0/+1
| | | | | | | | | | with clang, which will probably never be fixed, as it is unmaintained, and superseded by nfe(4). MFC after: 1 week Notes: svn path=/head/; revision=228861
* Due to a CVS misfire, I ended up committing the wrong version of this.David E. O'Brien2005-03-121-3/+7
| | | | Notes: svn path=/head/; revision=143451
* FreeBSD consumer bits of the nForce MCP NIC binary blob.David E. O'Brien2005-03-121-0/+15
Demanded by: DES Encouraged by: scottl Obtained from: q@onthenet.com.au (partially) KNF'ed by: obrien Notes: svn path=/head/; revision=143442