Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Mar 2020 18:35:44 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r358994 - head/sys/modules/cam
Message-ID:  <202003141835.02EIZitQ051918@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003141835.02EIZitQ051918>