aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/fe/if_fe_isa.c
Commit message (Expand)AuthorAgeFilesLines
* Create a new ISA_PNP_INFO macro. Use this macro every where we haveWarner Losh2017-12-231-3/+2
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* Convert rman to use rman_res_t instead of u_longJustin Hibbits2016-01-271-6/+6
* Silence a coverity warning about ignoring a return value. We do, butWarner Losh2015-02-031-3/+14
* - Use bus_foo() rather than bus_space_foo() and retire the bus tag and handleJohn Baldwin2008-06-231-1/+1
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-21/+21
* Forced commit after moving mb86960.h from i386/isa/ic to dev/fe. ItWarner Losh2005-02-201-1/+1
* don't pollute global namespace with valid_Ether_p, instead, prependWarner Losh2005-01-101-10/+10
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Use __FBSDID().David E. O'Brien2003-08-241-1/+3
* Update the fe driver to probe and attach under a NEWCARD kernel.Takeshi Shibagaki2001-09-021-4/+0
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
* Removed unneeded include files.Yoshihiro Takahashi2000-09-221-7/+0
* - Newbus'ify and bus_space'ify.Yoshihiro Takahashi2000-09-141-0/+1063