summaryrefslogtreecommitdiff
path: root/sys/modules/cam/Makefile
AgeCommit message (Expand)Author
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-11-03cam: Minor tidying up the cam module MakefileWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line sh patternWarner Losh
2020-03-15We don't need $M/$M in the path anymore.Warner Losh
2020-03-14Sparc64 and pc98 needed cam_machdep and/or ata_machdep for variousWarner Losh
2018-04-07Add nvme_util.c to cam.ko.Warner Losh
2018-04-06Move most of the contents of opt_compat.h to opt_global.h.Brooks Davis
2018-04-04Add nvme_da back.Warner Losh
2018-03-14This should have been += so clean builds work.Warner Losh
2018-03-13We need opt_compat.h after r330819 and 330820.Warner Losh
2018-01-25Add new opt_da.h for stand-alone build.Warner Losh
2017-03-04sys/modules: normalize .CURDIR-relative paths to SRCTOPEnji Cooper
2017-02-25Move inclusion of opt_printf.h around so that we can compile all theWarner Losh
2016-07-22Make cam.ko loadable.Konstantin Belousov
2016-07-21Add opt_ddb.h.Warner Losh
2016-05-15opt_kdtrace.h is not needed for SDT probes as of r258541.Mark Johnston
2016-04-15Sync cam.ko module source list with the static kernel file list.Konstantin Belousov
2015-12-08Fix make dependUlrich Spörlein
2014-08-04Move most of the 15 variations on generating opt_inet.h andWarner Losh
2013-09-03Fix 'make depend'Ulrich Spörlein
2013-06-17This is an addendum to r251837.Scott Long
2013-04-06- With the demise of !ATA_CAM, ATA_STATIC_ID is the only ata(4) relatedMarius Strobl
2012-07-30Remove opt_enc.h from files committed with r235911. enc(4) is theBjoern A. Zeeb
2012-05-24MFprojects/zfsd:Alexander Motin
2011-11-27Compile cam_machdep.c if it exists, missed in r228022.Marius Strobl
2011-04-26 - Add shim to simplify migration to the CAM-based ATA. For each new adaXAlexander Motin
2011-04-19Fix make buildworld -DMODULES_WITH_WORLD after r220454.Ulrich Spörlein
2010-12-01Add smp_all.c to the cam module build to un-break it.Kenneth D. Merry
2010-05-23At least on sparc64 these modules require ata_machdep.c.Marius Strobl
2009-10-23MFp4:Alexander Motin
2009-07-10Separate the parallel scsi knowledge out of the core of the XPT, andScott Long
2007-04-07Add the CAM 'SG' peripheral device. This device implements a subset of theScott Long
2005-10-14Let modules use the kernel's opt_*.h files if built along withYaroslav Tykhiy
2005-06-04Release n_hibma's maintainership due to his ENOTIME.Jens Schweikhardt
2004-08-29Remove the HW_WDOG option; it serves no purpose.Dag-Erling Smørgrav
2004-04-19Remove opt_da.h from the Makefile as well. Duplication of the option inNate Lawson
2003-12-29Use double quotes instead of single quotes for echos to build optionsBruce Evans
2003-07-29Fix the new DA_OLD_QUIRKS option for normal and module compiles.Nate Lawson
2002-11-22New SCSI target emulator codeNate Lawson
2002-11-06Move adding -DPC98 to CFLAGS from each modules to sys/modules/Makefile.inc.Yoshihiro Takahashi
2002-08-15Remove cam_extend.c from sources to unbreak modules.Alfred Perlstein
2002-01-11Drop <bsd.man.mk> support from <bsd.kmod.mk>.Ruslan Ermilov
2002-01-11Turn on unconditional symbol export for modules whose API isMike Smith
2001-02-10Add pc98 support.Yoshihiro Takahashi
2001-01-06Use a consistent style and one much closer to the rest of /usr/srcDavid E. O'Brien
2000-08-13CAM, the module: scbus, da, cd, and st wrapped in one module.Nick Hibma