cvs commit: src/sys/dev/sbni if_sbni.c

2008-09-17 Thread John Baldwin
jhb 2008-09-17 20:18:37 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/sbni if_sbni.c Log: SVN rev 183122 on 2008-09-17 20:18:37Z by jhb MFC: Disable the inline assembly crc32 routine and use the C version instead. Approved by

cvs commit: src/sys/dev/sbni if_sbni.c

2008-09-17 Thread John Baldwin
jhb 2008-09-17 20:14:19 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/dev/sbni if_sbni.c Log: SVN rev 183120 on 2008-09-17 20:14:19Z by jhb MFC: Disable the inline assembly crc32 routine and use the C version instead. Approved by

cvs commit: src/sys/dev/sbni if_sbni.c

2008-09-10 Thread John Baldwin
jhb 2008-09-10 18:42:19 UTC FreeBSD src repository Modified files: sys/dev/sbni if_sbni.c Log: SVN rev 182913 on 2008-09-10 18:42:19Z by jhb Disable the inline assembly crc32 routine and use the C version instead. The assembly version is reported to be broken o

cvs commit: src/sys/dev/sbni if_sbni.c if_sbni_isa.c if_sbni_pci.c if_sbnivar.h

2008-07-04 Thread John Baldwin
jhb 2008-07-04 20:53:41 UTC FreeBSD src repository Modified files: sys/dev/sbni if_sbni.c if_sbni_isa.c if_sbni_pci.c if_sbnivar.h Log: SVN rev 180263 on 2008-07-04 20:53:41Z by jhb Make sbni(4) MPSAFE: - Add a mutex to the softc and u

cvs commit: src/sys/dev/sbni if_sbni.c

2007-07-05 Thread Peter Wemm
peter 2007-07-05 07:46:33 UTC FreeBSD src repository Modified files: sys/dev/sbni if_sbni.c Log: Quiet framelen uninitialized warning. I think it was a false alarm. If check_fhdr() returns false, the frame_ok variable should protect any meaningful evaluations of fr