Module Name:    src
Committed By:   rkujawa
Date:           Sun Aug 11 12:35:18 UTC 2013

Modified Files:
        src/sys/arch/amiga/dev: if_ne_xsh.c

Log Message:
Use the proper NE2000_TYPE for AX88796.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/amiga/dev/if_ne_xsh.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/amiga/dev/if_ne_xsh.c
diff -u src/sys/arch/amiga/dev/if_ne_xsh.c:1.1 src/sys/arch/amiga/dev/if_ne_xsh.c:1.2
--- src/sys/arch/amiga/dev/if_ne_xsh.c:1.1	Thu Aug  8 21:23:52 2013
+++ src/sys/arch/amiga/dev/if_ne_xsh.c	Sun Aug 11 12:35:18 2013
@@ -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 @@ ne_xsh_attach(device_t parent, device_t 
 	/* 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

Reply via email to