Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/ic Catch up to rearranged aic7*.h files



details:   https://anonhg.NetBSD.org/src/rev/c540dca3a06f
branches:  trunk
changeset: 483661:c540dca3a06f
user:      sommerfeld <sommerfeld%NetBSD.org@localhost>
date:      Wed Mar 15 07:17:06 2000 +0000

description:
Catch up to rearranged aic7*.h files

diffstat:

 sys/dev/ic/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r c458c20c6534 -r c540dca3a06f sys/dev/ic/Makefile
--- a/sys/dev/ic/Makefile       Wed Mar 15 03:15:47 2000 +0000
+++ b/sys/dev/ic/Makefile       Wed Mar 15 07:17:06 2000 +0000
@@ -1,9 +1,10 @@
-#      $NetBSD: Makefile,v 1.6 1999/12/04 02:16:24 sommerfeld Exp $
+#      $NetBSD: Makefile,v 1.7 2000/03/15 07:17:06 sommerfeld Exp $
 
 INCSDIR= /usr/include/dev/ic
 
 INCS=  ad1848reg.h ahareg.h ahavar.h aic6360reg.h aic6360var.h \
-       aic7xxxreg.h aic7xxxvar.h am7930reg.h am7990reg.h am7990var.h \
+       aic77xxreg.h aic77xxvar.h                               \
+       aic7xxxvar.h am7930reg.h am7990reg.h am7990var.h        \
        bhareg.h bhavar.h bt431reg.h bt459reg.h bt463reg.h bt485reg.h \
        cd1190reg.h cd1400reg.h comreg.h comvar.h cs4231reg.h cyreg.h \
        cyvar.h dc21040reg.h dp8390reg.h dp8390var.h dptreg.h dptvar.h ds.h \



Home | Main Index | Thread Index | Old Index