cvs commit: src/sys/dev/bge if_bgereg.h

2008-03-06 Thread John Baldwin
jhb 2008-03-06 21:48:34 UTC FreeBSD src repository Modified files: sys/dev/bge if_bgereg.h Log: Style tweak to the 5722 chipid to match the rest of this file. Revision ChangesPath 1.77 +1 -1 src/sys/dev/bge/if_bgereg.h __

cvs commit: src/sys/dev/bge if_bgereg.h

2007-01-10 Thread John Polstra
jdp 2007-01-11 01:43:25 UTC FreeBSD src repository Modified files: sys/dev/bge if_bgereg.h Log: Correct the comment describing the BGE_PCISTATE_PCI_BUSSPEED bit. It had the sense of the bit reversed. Revision ChangesPath 1.66 +1 -1 src/sys/dev

cvs commit: src/sys/dev/bge if_bgereg.h

2006-12-21 Thread John Polstra
jdp 2006-12-22 01:10:36 UTC FreeBSD src repository Modified files: sys/dev/bge if_bgereg.h Log: Correct the BGE_CHIPID_BCM5750_B0 constant. MFC after: 1 week Revision ChangesPath 1.64 +1 -1 src/sys/dev/bge/if_bgereg.h _

cvs commit: src/sys/dev/bge if_bgereg.h

2006-06-08 Thread Gleb Smirnoff
glebius 2006-06-08 09:35:02 UTC FreeBSD src repository Modified files: sys/dev/bge if_bgereg.h Log: u_intXX -> uintXX Revision ChangesPath 1.48 +139 -139 src/sys/dev/bge/if_bgereg.h ___ cvs-all@freebsd.org mai

cvs commit: src/sys/dev/bge if_bgereg.h

2006-05-10 Thread Pawel Jakub Dawidek
pjd 2006-05-10 07:27:42 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/bge if_bgereg.h Log: MFC:sys/dev/bge/if_bgereg.h 1.47 Correct an obvious typo. Revision ChangesPath 1.36.2.5 +1 -1 src/sys/dev/bge/if_bgere

cvs commit: src/sys/dev/bge if_bgereg.h

2006-04-12 Thread Pawel Jakub Dawidek
pjd 2006-04-12 12:12:44 UTC FreeBSD src repository Modified files: sys/dev/bge if_bgereg.h Log: Correct an obvious typo. MFC after: 1 week Revision ChangesPath 1.47 +1 -1 src/sys/dev/bge/if_bgereg.h

cvs commit: src/sys/dev/bge if_bgereg.h

2006-01-14 Thread Scott Long
scottl 2006-01-14 17:42:22 UTC FreeBSD src repository Modified files: sys/dev/bge if_bgereg.h Log: Don't base the number of jumbo segments on page size, instead base it on the fact that jumbo desriptors are defined to have 3 segments. Found by: Coverity Prevent(t