Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/i386/stand/lib/netif Update for new location of the...
details: https://anonhg.NetBSD.org/src/rev/cf870584d293
branches: trunk
changeset: 522329:cf870584d293
user: thorpej <thorpej%NetBSD.org@localhost>
date: Sun Feb 17 19:47:41 2002 +0000
description:
Update for new location of the WD80x3 register description.
diffstat:
sys/arch/i386/stand/lib/netif/wd80x3.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r dab33ed17162 -r cf870584d293 sys/arch/i386/stand/lib/netif/wd80x3.c
--- a/sys/arch/i386/stand/lib/netif/wd80x3.c Sun Feb 17 19:35:45 2002 +0000
+++ b/sys/arch/i386/stand/lib/netif/wd80x3.c Sun Feb 17 19:47:41 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: wd80x3.c,v 1.6 1999/02/19 19:30:47 drochner Exp $ */
+/* $NetBSD: wd80x3.c,v 1.7 2002/02/17 19:47:41 thorpej Exp $ */
/*-
* Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
@@ -69,7 +69,7 @@
#include "etherdrv.h"
#include <dev/ic/dp8390reg.h>
#include "dp8390.h"
-#include <dev/isa/if_wereg.h>
+#include <dev/ic/wereg.h>
#ifndef BASEREG
#define BASEREG 0x240
Home |
Main Index |
Thread Index |
Old Index