Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/amiga/dev Use the proper NE2000_TYPE for AX88796.
details: https://anonhg.NetBSD.org/src/rev/3a4e6d023397
branches: trunk
changeset: 789246:3a4e6d023397
user: rkujawa <rkujawa%NetBSD.org@localhost>
date: Sun Aug 11 12:35:18 2013 +0000
description:
Use the proper NE2000_TYPE for AX88796.
diffstat:
sys/arch/amiga/dev/if_ne_xsh.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (19 lines):
diff -r 55f944a41edb -r 3a4e6d023397 sys/arch/amiga/dev/if_ne_xsh.c
--- a/sys/arch/amiga/dev/if_ne_xsh.c Sun Aug 11 12:34:16 2013 +0000
+++ b/sys/arch/amiga/dev/if_ne_xsh.c Sun Aug 11 12:35:18 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_ne_xsh.c,v 1.1 2013/08/08 21:23:52 rkujawa Exp $ */
+/* $NetBSD: if_ne_xsh.c,v 1.2 2013/08/11 12:35:18 rkujawa Exp $ */
/*-
* Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -125,8 +125,7 @@
/* This interface is always enabled. */
dsc->sc_enabled = 1;
- nsc->sc_type = NE2000_TYPE_AX88790;
- dsc->sc_flags = DP8390_NO_REMOTE_DMA_COMPLETE;
+ nsc->sc_type = NE2000_TYPE_AX88796;
/*
* Do generic NE2000 attach. This will read the station address
Home |
Main Index |
Thread Index |
Old Index