Source-Changes-HG archive

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

[src/netbsd-1-6]: src/sys/dev/pci Pull up revision 1.18 (requested by kanaoka...



details:   https://anonhg.NetBSD.org/src/rev/2df3286eed6f
branches:  netbsd-1-6
changeset: 530212:2df3286eed6f
user:      tron <tron%NetBSD.org@localhost>
date:      Mon Apr 28 08:05:01 2003 +0000

description:
Pull up revision 1.18 (requested by kanaoka in ticket #1134):
Set RTK_ENABLE flag when it attached. This fixed multicast problem.
Found by FUKAUMI Naoki <naoki%fukaumi.org@localhost>.

diffstat:

 sys/dev/pci/if_rtk_pci.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r d1fe0150a7ee -r 2df3286eed6f sys/dev/pci/if_rtk_pci.c
--- a/sys/dev/pci/if_rtk_pci.c  Mon Apr 28 06:31:15 2003 +0000
+++ b/sys/dev/pci/if_rtk_pci.c  Mon Apr 28 08:05:01 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_rtk_pci.c,v 1.12 2002/02/06 12:43:05 tsutsui Exp $  */
+/*     $NetBSD: if_rtk_pci.c,v 1.12.10.1 2003/04/28 08:05:01 tron Exp $        */
 
 /*
  * Copyright (c) 1997, 1998
@@ -47,7 +47,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_rtk_pci.c,v 1.12 2002/02/06 12:43:05 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_rtk_pci.c,v 1.12.10.1 2003/04/28 08:05:01 tron Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -258,6 +258,7 @@
        printf("%s: interrupting at %s\n", sc->sc_dev.dv_xname, intrstr);
 
        sc->sc_dmat = pa->pa_dmat;
+       sc->sc_flags |= RTK_ENABLED;
 
        rtk_attach(sc);
 }



Home | Main Index | Thread Index | Old Index