summaryrefslogtreecommitdiffstats
path: root/sys/dev/ic/tireg.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Put statements in macros inside do while constructs to avoid problemsjsg2017-08-181-25/+38
| | | | | | | where a macro that expands to multiple lines gets called from an if statement without braces. Prompted by Coverity CID 1453088. ok daniel@ mikeb@ millert@
* replace the custom jumbo allocator with MCLGETI.dlg2014-08-201-13/+2
| | | | putting this in the tree to make it easier for people to test.
* Cleanup promiscuous mode and multicast handling. From Brad.kettenis2009-12-131-2/+1
|
* tyypomiod2009-11-211-2/+2
|
* Split the ti(4) driver into mostly bus-agnostic code and PCI-specifickettenis2009-08-291-0/+1176
attachment. Add SBus support to the bus-agnostic code.