Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/ic Make this compile again. Not tested.



details:   https://anonhg.NetBSD.org/src/rev/85d2afc98ab8
branches:  trunk
changeset: 933718:85d2afc98ab8
user:      rin <rin%NetBSD.org@localhost>
date:      Fri May 29 09:05:19 2020 +0000

description:
Make this compile again. Not tested.

diffstat:

 sys/dev/ic/dm9000var.h |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 61a18a0442a2 -r 85d2afc98ab8 sys/dev/ic/dm9000var.h
--- a/sys/dev/ic/dm9000var.h    Fri May 29 06:53:40 2020 +0000
+++ b/sys/dev/ic/dm9000var.h    Fri May 29 09:05:19 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: dm9000var.h,v 1.6 2020/03/31 02:32:25 nisimura Exp $   */
+/*     $NetBSD: dm9000var.h,v 1.7 2020/05/29 09:05:19 rin Exp $        */
 
 /*
  * Copyright (c) 2009 Paul Fleischer
@@ -66,6 +66,9 @@
 #include <sys/callout.h>
 #include <sys/rndsource.h>
 
+#include <dev/mii/mii.h>
+#include <dev/mii/miivar.h>
+
 #define DM9000_MODE_8BIT 2
 #define DM9000_MODE_16BIT 0
 #define DM9000_MODE_32BIT 1



Home | Main Index | Thread Index | Old Index