NetBSD-Bugs archive

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

PR/48606 CVS commit: src/sys



The following reply was made to PR kern/48606; it has been noted by GNATS.

From: "Christos Zoulas" <christos%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/48606 CVS commit: src/sys
Date: Thu, 20 Feb 2014 21:10:40 -0500

 Module Name:   src
 Committed By:  christos
 Date:          Fri Feb 21 02:10:40 UTC 2014
 
 Modified Files:
        src/sys/dev/pci: if_age.c if_alc.c if_ale.c
        src/sys/dev/pcmcia: if_malo_pcmcia.c
        src/sys/rump/net/lib/libvirtif: if_virt.c
 
 Log Message:
 PR/48606: Lloyd Parkes: Drivers not using ifp->if_input but using ether_input
 directly.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.42 -r1.43 src/sys/dev/pci/if_age.c
 cvs rdiff -u -r1.9 -r1.10 src/sys/dev/pci/if_alc.c
 cvs rdiff -u -r1.15 -r1.16 src/sys/dev/pci/if_ale.c
 cvs rdiff -u -r1.3 -r1.4 src/sys/dev/pcmcia/if_malo_pcmcia.c
 cvs rdiff -u -r1.36 -r1.37 src/sys/rump/net/lib/libvirtif/if_virt.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index