aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/fe/if_fevar.h
Commit message (Expand)AuthorAgeFilesLines
* - Use bus_foo() rather than bus_space_foo() and retire the bus tag and handleJohn Baldwin2008-06-231-12/+11
* Make fe(4) MPSAFE:John Baldwin2008-06-021-0/+5
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-6/+2
* don't pollute global namespace with valid_Ether_p, instead, prependWarner Losh2005-01-101-1/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-1/+2
* - Newbus'ify and bus_space'ify.Yoshihiro Takahashi2000-09-141-0/+182