summaryrefslogtreecommitdiffstats
path: root/sys/modules/ep
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup the way we include some files (in this case EISA) based onimp2015-02-181-4/+1
| | | | kernel config. Also tidy up the ed options.
* Remove dependence on source tree options. Move all kernel moduleimp2014-08-111-2/+3
| | | | | | | | | | | | | | | | | | options into kern.opts.mk and change all the places where we use src.opts.mk to pull in the options. Conditionally define SYSDIR and use SYSDIR/conf/kern.opts.mk instead of a CURDIR path. Replace all instances of CURDIR/../../etc with STSDIR, but only in the affected files. As a special compatibility hack, include bsd.owm.mk at the top of kern.opts.mk to allow the bare build of sys/modules to work on older systems. If the defaults ever change between 9.x, 10.x and current for these options, however, you'll wind up with the host OS' defaults rather than the -current defaults. This hack will be removed when we no longer need to support this build scenario. Reviewed by: jhb Differential Revision: https://phabric.freebsd.org/D529
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffimp2014-05-061-1/+1
| | | | from the latter.
* Don't build EISA by default anymore. Remove from i386 GENERIC andimp2014-04-181-0/+4
| | | | | | | create an option that defaults to "no" on all platforms to not build the EISA bits. Discussed on: arch@
* Minor reorg to keep each bus' files on one lineimp2005-07-131-3/+4
|
* eisa attachment is safe to be in this module, both on eisa andimp2005-03-171-1/+1
| | | | non-eisa configured kernels.
* Add usbdevs.h and pccarddevs.h to the build list, as appropriate. This is ↵imp2004-06-271-1/+1
| | | | needed to build as part of world or in src/sys/modules.
* Move to generating pccarddevs.h on the fly, both for the kernel andimp2004-05-261-1/+1
| | | | | | | the modules. Also generate usbdevs.h automatically now, but a non-kernel file is stopping that at the moment.
* There's already the elink.ko module available, don't embed it here.ru2003-08-021-2/+1
| | | | Reviewed by: markm
* Move adding -DPC98 to CFLAGS from each modules to sys/modules/Makefile.inc.nyan2002-11-061-4/+0
|
* Use a consistent style and one much closer to the rest of /usr/srcobrien2001-01-061-9/+8
|
* Added '-DPC98' to CFLAGS if MACHINE == pc98.nyan2000-12-101-0/+4
|
* Add a module makefile for if_ep.markm2000-11-241-0/+14
This is not enabled by default, as the module is missing a bunch of useful stuff (like the ability to unload). Not objected to by: mdodd
OpenPOWER on IntegriCloud