Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/cardbus The MII headers are not necessary, so don't ...
details: https://anonhg.NetBSD.org/src/rev/023f63a3852a
branches: trunk
changeset: 558148:023f63a3852a
user: dyoung <dyoung%NetBSD.org@localhost>
date: Thu Jan 29 10:07:08 2004 +0000
description:
The MII headers are not necessary, so don't include them.
diffstat:
sys/dev/cardbus/if_atw_cardbus.c | 7 ++-----
1 files changed, 2 insertions(+), 5 deletions(-)
diffs (28 lines):
diff -r e3faf43fd9a6 -r 023f63a3852a sys/dev/cardbus/if_atw_cardbus.c
--- a/sys/dev/cardbus/if_atw_cardbus.c Thu Jan 29 10:06:19 2004 +0000
+++ b/sys/dev/cardbus/if_atw_cardbus.c Thu Jan 29 10:07:08 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_atw_cardbus.c,v 1.3 2003/11/16 09:02:42 dyoung Exp $ */
+/* $NetBSD: if_atw_cardbus.c,v 1.4 2004/01/29 10:07:08 dyoung Exp $ */
/*-
* Copyright (c) 1999, 2000, 2003 The NetBSD Foundation, Inc.
@@ -43,7 +43,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_atw_cardbus.c,v 1.3 2003/11/16 09:02:42 dyoung Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_atw_cardbus.c,v 1.4 2004/01/29 10:07:08 dyoung Exp $");
#include "opt_inet.h"
#include "opt_ns.h"
@@ -87,9 +87,6 @@
#include <machine/bus.h>
#include <machine/intr.h>
-#include <dev/mii/miivar.h>
-#include <dev/mii/mii_bitbang.h>
-
#include <dev/ic/atwreg.h>
#include <dev/ic/atwvar.h>
Home |
Main Index |
Thread Index |
Old Index