Date: Thu, 13 Nov 2014 20:00:55 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r274480 - in head/sys: dev/dpt modules/dpt Message-ID: <201411132000.sADK0t1v045636@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411132000.sADK0t1v045636>