summaryrefslogtreecommitdiff
path: root/sys/modules/ep
AgeCommit message (Expand)Author
2019-05-17FCP-101: Remove ep(4).Brooks Davis
2017-12-30Move i386/isa/elink.[hc] to dev/ep.Konstantin Belousov
2017-03-04sys/modules: normalize .CURDIR-relative paths to SRCTOPEnji Cooper
2017-02-16Remove EISA support for ep driver. Left in place EISA strings that areWarner Losh
2015-02-18Cleanup the way we include some files (in this case EISA) based onWarner Losh
2014-08-11Remove dependence on source tree options. Move all kernel moduleWarner Losh
2014-05-06Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh
2014-04-18Don't build EISA by default anymore. Remove from i386 GENERIC andWarner Losh
2005-07-13Minor reorg to keep each bus' files on one lineWarner Losh
2005-03-17eisa attachment is safe to be in this module, both on eisa andWarner Losh
2004-06-27Add usbdevs.h and pccarddevs.h to the build list, as appropriate. This is ne...Warner Losh
2004-05-26Move to generating pccarddevs.h on the fly, both for the kernel andWarner Losh
2003-08-02There's already the elink.ko module available, don't embed it here.Ruslan Ermilov
2002-11-06Move adding -DPC98 to CFLAGS from each modules to sys/modules/Makefile.inc.Yoshihiro Takahashi
2001-01-06Use a consistent style and one much closer to the rest of /usr/srcDavid E. O'Brien
2000-12-10Added '-DPC98' to CFLAGS if MACHINE == pc98.Yoshihiro Takahashi
2000-11-24Add a module makefile for if_ep.Mark Murray