svn commit: r274480 - in head/sys: dev/dpt modules/dpt

John Baldwin jhb at FreeBSD.org
Thu Nov 13 20:00:55 UTC 2014


Author: jhb
Date: Thu Nov 13 20:00:54 2014
New Revision: 274480
URL: https://svnweb.freebsd.org/changeset/base/274480

Log:
  Remove dpt_isa.c and commented out references to it.  It was never connected
  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).

Deleted:
  head/sys/dev/dpt/dpt_isa.c
Modified:
  head/sys/modules/dpt/Makefile

Modified: head/sys/modules/dpt/Makefile
==============================================================================
--- head/sys/modules/dpt/Makefile	Thu Nov 13 19:56:02 2014	(r274479)
+++ head/sys/modules/dpt/Makefile	Thu Nov 13 20:00:54 2014	(r274480)
@@ -20,7 +20,6 @@ opt_eisa.h:
 .else
 .if !defined(KERNBUILDDIR)
 SRCS+=	dpt_eisa.c eisa_if.h
-#SRCS+=	dpt_isa.c isa_if.h
 
 opt_eisa.h:
 	echo "#define DEV_EISA 1" > ${.TARGET}
@@ -29,7 +28,6 @@ DEV_EISA!= sed -n '/DEV_EISA/p' ${KERNBU
 .if !empty(DEV_EISA)
 SRCS+=	dpt_eisa.c eisa_if.h
 .endif
-#SRCS+=	dpt_isa.c isa_if.h
 .endif
 .endif
 


More information about the svn-src-all mailing list