NetBSD-Bugs archive

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

PR/40677 CVS commit: src/sys/dev



The following reply was made to PR port-i386/40677; it has been noted by GNATS.

From: matthew green <mrg%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/40677 CVS commit: src/sys/dev
Date: Fri, 20 Feb 2009 05:49:34 +0000 (UTC)

 Module Name:   src
 Committed By:  mrg
 Date:          Fri Feb 20 05:49:34 UTC 2009
 
 Modified Files:
        src/sys/dev/cardbus: if_fxp_cardbus.c
        src/sys/dev/ic: i82557.c i82557reg.h i82557var.h
        src/sys/dev/pci: if_fxp_pci.c
 
 Log Message:
 - remove FXPF_IPCB flag.  it should always/only be used with the code
   conditional on FXPF_EXT_TXCB, so, replace all uses with that
 - for the pci frontend, reestablish some flags lost the the prior
   changes and simplify one of the cases
 
 this fixes PR 40677 and may fix PR 40431.
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.35 -r1.36 src/sys/dev/cardbus/if_fxp_cardbus.c
 cvs rdiff -r1.122 -r1.123 src/sys/dev/ic/i82557.c
 cvs rdiff -r1.21 -r1.22 src/sys/dev/ic/i82557reg.h
 cvs rdiff -r1.42 -r1.43 src/sys/dev/ic/i82557var.h
 cvs rdiff -r1.61 -r1.62 src/sys/dev/pci/if_fxp_pci.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