History log of /openbsd/sys/dev/ic/tireg.h (Results 1 – 6 of 6)
Revision Date Author Comments
# 4b1a56af 09-Jan-2022 jsg <jsg@openbsd.org>

spelling
feedback and ok tb@ jmc@ ok ratchov@


# fb8aa33e 18-Aug-2017 jsg <jsg@openbsd.org>

Put statements in macros inside do while constructs to avoid problems
where a macro that expands to multiple lines gets called from an if
statement without braces. Prompted by Coverity CID 1453088.

Put statements in macros inside do while constructs to avoid problems
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@

show more ...


# f383607a 20-Aug-2014 dlg <dlg@openbsd.org>

replace the custom jumbo allocator with MCLGETI.

putting this in the tree to make it easier for people to test.


# 6360c4b5 13-Dec-2009 kettenis <kettenis@openbsd.org>

Cleanup promiscuous mode and multicast handling. From Brad.


# d204baef 21-Nov-2009 miod <miod@openbsd.org>

tyypo


# 51d3a2bc 29-Aug-2009 kettenis <kettenis@openbsd.org>

Split the ti(4) driver into mostly bus-agnostic code and PCI-specific
attachment. Add SBus support to the bus-agnostic code.