svn commit: r358994 - head/sys/modules/cam

Warner Losh imp at FreeBSD.org
Sat Mar 14 18:35:45 UTC 2020


Author: imp
Date: Sat Mar 14 18:35:44 2020
New Revision: 358994
URL: https://svnweb.freebsd.org/changeset/base/358994

Log:
  Sparc64 and pc98 needed cam_machdep and/or ata_machdep for various
  reasons. Those have now left the tree, and with them the need to have machdep
  files. Places that called the routines in quesiton have been removed
  previously. Remove these files from the Makefile to tidy up.

Modified:
  head/sys/modules/cam/Makefile

Modified: head/sys/modules/cam/Makefile
==============================================================================
--- head/sys/modules/cam/Makefile	Sat Mar 14 15:15:27 2020	(r358993)
+++ head/sys/modules/cam/Makefile	Sat Mar 14 18:35:44 2020	(r358994)
@@ -20,9 +20,6 @@ SRCS+=	opt_printf.h
 SRCS+=	device_if.h bus_if.h vnode_if.h
 SRCS+=	cam.c
 SRCS+=	cam_compat.c
-.if exists($S/${MACHINE}/${MACHINE}/cam_machdep.c)
-SRCS+=	cam_machdep.c
-.endif
 SRCS+=	cam_iosched.c cam_periph.c cam_queue.c cam_sim.c cam_xpt.c
 SRCS+=	scsi_all.c scsi_cd.c scsi_ch.c
 SRCS+=	scsi_da.c
@@ -39,9 +36,6 @@ SRCS+=	smp_all.c
 SRCS+=	ata_all.c
 SRCS+=	ata_xpt.c
 SRCS+=	ata_da.c
-.if exists($S/${MACHINE}/${MACHINE}/ata_machdep.c)
-SRCS+=	ata_machdep.c
-.endif
 SRCS+=	ata_pmp.c
 SRCS+=	nvme_all.c
 SRCS+=	nvme_xpt.c


More information about the svn-src-head mailing list