Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/tc Remove px driver pending write of fully-functiona...



details:   https://anonhg.NetBSD.org/src/rev/a328baa5e526
branches:  trunk
changeset: 471863:a328baa5e526
user:      ad <ad%NetBSD.org@localhost>
date:      Tue Apr 13 19:06:53 1999 +0000

description:
Remove px driver pending write of fully-functional MI driver.

diffstat:

 sys/dev/tc/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r 5120b2d09b97 -r a328baa5e526 sys/dev/tc/Makefile
--- a/sys/dev/tc/Makefile       Tue Apr 13 19:02:38 1999 +0000
+++ b/sys/dev/tc/Makefile       Tue Apr 13 19:06:53 1999 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: Makefile,v 1.3 1998/06/16 18:36:04 cgd Exp $
+#      $NetBSD: Makefile,v 1.4 1999/04/13 19:06:54 ad Exp $
 
 # use 'make -f Makefile.tcdevs' to make tcdevs.h and tcdevs_data.h
 
 INCSDIR= /usr/include/dev/tc
 
-INCS=  ascvar.h if_levar.h ioasicreg.h ioasicvar.h sticreg.h sticvar.h \
+INCS=  ascvar.h if_levar.h ioasicreg.h ioasicvar.h \
        tcdevs.h tcdevs_data.h tcreg.h tcvar.h
 
 .include <bsd.kinc.mk>



Home | Main Index | Thread Index | Old Index