summaryrefslogtreecommitdiff
path: root/sys/dev/my/if_myreg.h
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* Mechanically convert if_my(4) to IfAPIJustin Hibbits2023-02-061-1/+1
* my: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-2/+0
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* - This driver used the if_watchdog timer both as a watchdog on transmit andJohn Baldwin2009-11-191-2/+4
* - Consistently use if_printf() only in interface methods: if_start(),Gleb Smirnoff2006-09-151-0/+1
* Fixup locking in if_my(4) and mark it MPSAFE:John Baldwin2005-08-161-1/+1
* - Use if_printf() and device_printf() instead of outputting my%d:John Baldwin2005-08-101-1/+0
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-1/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Add the driver for "myson" ethernet cards.Julian Elischer2002-04-041-0/+585