aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hatm/if_hatmreg.h
Commit message (Expand)AuthorAgeFilesLines
* Remove the NATM framework including the en(4), fatm(4), hatm(4), andBrooks Davis2017-04-241-641/+0
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thisEitan Adler2013-11-301-2/+2
* Similar to the (1 << 31) case it is not defined to do (2 << 30).Eitan Adler2013-11-301-1/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* This is a driver for Fore/Marconi HE155 and HE622 ATM cards. It is fullHartmut Brandt2003-06-171-0/+641