Module Name: src Committed By: jym Date: Thu Dec 9 22:34:37 UTC 2010
Modified Files: src/sys/dev/pci: if_bnx.c if_bnxreg.h Added Files: src/sys/dev/pci: if_bnxvar.h Log Message: Similar to bge(4), split if_bnxreg.h in two parts: - if_bnxreg.h: general register values, flags... for bnx(4), that can be included in other drivers - if_bnxvar.h: PCI or device specific code (device state data, debug macros etc.), which should remain private to bnx(4) No comments, no objections on current-us...@. See discussion: http://mail-index.netbsd.org/current-users/2010/12/01/msg014926.html To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/sys/dev/pci/if_bnx.c cvs rdiff -u -r1.10 -r1.11 src/sys/dev/pci/if_bnxreg.h cvs rdiff -u -r0 -r1.1 src/sys/dev/pci/if_bnxvar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.