Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Jonathan Stone <jonathan@netbsd.org>
List: source-changes
Date: 12/12/2005 19:58:11
Module Name:	src
Committed By:	jonathan
Date:		Mon Dec 12 19:58:11 UTC 2005

Modified Files:
	src/sys/dev/pci: if_bge.c

Log Message:
Fix silly cut-and-paste typo (CSR_READ(sc, BGE_MARBMODE_ENABLE),
should obviously have been CSR_READ(sc, BGE_MARB_MODE) incurred during
my backport of 5714/5715 support from my netbsd-3 development branch,
back into -current.


To generate a diff of this commit:
cvs rdiff -r1.99 -r1.100 src/sys/dev/pci/if_bge.c

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