summaryrefslogtreecommitdiff
path: root/sys/modules/dpt
AgeCommit message (Collapse)Author
2018-10-22Retire dpt(4)Warner Losh
Marked as gone in 12 and not relevant since the early 90s. No sightings in nycbug's dmesg database. Relnotes: yes Notes: svn path=/head/; revision=339569
2017-03-04sys/modules: normalize .CURDIR-relative paths to SRCTOPEnji Cooper
This simplifies make output/logic Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 MFC after: 1 month Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=314651
2017-02-16Remove EISA support from dpt. Remove known EISA models fromWarner Losh
dpt.4. Remove EISA-only bits from dpt_scsi.c. Notes: svn path=/head/; revision=313835
2015-02-18Cleanup the way we include some files (in this case EISA) based onWarner Losh
kernel config. Also tidy up the ed options. Notes: svn path=/head/; revision=278959
2014-11-13Remove dpt_isa.c and commented out references to it. It was never connectedJohn Baldwin
to the build in either sys/conf/files* or sys/modules/dpt/Makefile. Also, it was denoted as "doesn't quite work yet" when the file was initially added (which may account for it never having been hooked up to the build). Notes: svn path=/head/; revision=274480
2014-08-11Remove dependence on source tree options. Move all kernel moduleWarner Losh
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 Notes: svn path=/head/; revision=269812
2014-05-06Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh
from the latter. Notes: svn path=/head/; revision=265420
2014-04-18Don't build EISA by default anymore. Remove from i386 GENERIC andWarner Losh
create an option that defaults to "no" on all platforms to not build the EISA bits. Discussed on: arch@ Notes: svn path=/head/; revision=264654
2007-04-10On i386 compile the back-end with EISA support as well as the EISAMarius Strobl
front-end if the dpt(4) module is built along with a kernel that includes eisa(4) or when compiling it stand-alone (logic based on the corresponding ISA logic in sys/modules/sound/sound/Makefile). As as side-effect this fixes the stand-alone build of the dpt(4) module after dpt.h 1.17, dpt_eisa.c 1.22 and dpt_scsi.c 1.55. Breakage reported by: n_hibma Notes: svn path=/head/; revision=168600
2003-03-29Add module infrastructure for 'dpt' driver.Matthew N. Dodd
Notes: svn path=/head/; revision=112803