Re: cvs commit: src/sys/powerpc/booke machdep.c

2008-03-09 Thread Bill Paul
Marcel Moolenaar wrote: Thanks for hooking this up, Marcel; it was [far] on my list too :) I just wanted my kernel builds to be faster :-) Ah, self-hosted builds you mean? Over NFS, right? (this is how we usually test this) BTW: currently U-Boot is broken for most of PPC

cvs commit: src/sys/dev/re if_re.c

2007-01-25 Thread Bill Paul
wpaul 2007-01-25 17:30:30 UTC FreeBSD src repository Modified files: sys/dev/re if_re.c Log: The TCP checksum offload handling in the 8111B/8168B and 8101E PCIe can apparently be confused by short TCP segments that have been manually padded to the minimum

cvs commit: src/sys/dev/re if_re.c

2007-01-11 Thread Bill Paul
wpaul 2007-01-11 20:31:35 UTC FreeBSD src repository Modified files: sys/dev/re if_re.c Log: Fix re_setmulti() so that it works correctly for PCIe chips where the multicast hash table are in reverse order compared to older devices. Revision ChangesPath

cvs commit: src/sys/dev/re if_re.c src/sys/pci if_rlreg.h

2006-08-01 Thread Bill Paul
wpaul 2006-08-01 17:18:25 UTC FreeBSD src repository Modified files: sys/dev/re if_re.c sys/pci if_rlreg.h Log: Another small update to the re(4) driver: - Change the workaround for the autopad/checksum offload bug so that instead of lying

cvs commit: src/sys/dev/re if_re.c src/sys/pci if_rlreg.h

2006-08-01 Thread Bill Paul
wpaul 2006-08-01 17:36:50 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/re if_re.c sys/pci if_rlreg.h Log: MFC: fix padding of short checksum offload frames, fix TX DMA channel stall, add USR NIC PCI ID, add tsleep()

cvs commit: src/sys/pci if_rlreg.h src/sys/dev/re if_re.c

2006-07-30 Thread Bill Paul
wpaul 2006-07-30 23:25:21 UTC FreeBSD src repository Modified files: sys/pci if_rlreg.h sys/dev/re if_re.c Log: Fix the following bugs in re(4) - Correct the PCI ID for the 8169SC/8110SC in the device list (I added the macro for it to

cvs commit: src/sys/pci if_rlreg.h src/sys/dev/re if_re.c

2006-07-30 Thread Bill Paul
wpaul 2006-07-30 23:32:20 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/pci if_rlreg.h sys/dev/re if_re.c Log: MFC: correct PCI ID for 8169SC/8110SC, remove spinlock, work around checksum offload bugs, correct device

cvs commit: src/sys/dev/re if_re.c src/sys/pci if_rlreg.h

2006-06-28 Thread Bill Paul
wpaul 2006-06-28 16:04:54 UTC FreeBSD src repository Modified files: sys/dev/re if_re.c sys/pci if_rlreg.h Log: Properly detect the RTL8168(B?) again. RealTek sent me a bunch of sample cards: the chips are all marked RTL8111B, but they put

cvs commit: src/sys/dev/re if_re.c src/sys/pci if_rlreg.h

2006-06-28 Thread Bill Paul
wpaul 2006-06-28 16:06:11 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/re if_re.c sys/pci if_rlreg.h Log: MFC: fix detection of 8168, detect 8111 separately Revision ChangesPath 1.46.2.16 +4 -1

Re: cvs commit: src/sys/dev/re if_re.c src/sys/pci if_rlreg.h

2006-06-28 Thread Bill Paul
On 2006-06-28 16:34, Bill Paul [EMAIL PROTECTED] wrote: On 2006-06-28 16:04, Bill Paul [EMAIL PROTECTED] wrote: wpaul 2006-06-28 16:04:54 UTC FreeBSD src repository Modified files: sys/dev/re if_re.c sys/pci if_rlreg.h Log: Properly

Re: cvs commit: src/share/man/man4 re.4 src/sys/dev/re if_re.c src/sys/dev/mii rgephy.c src/sys/pci if_rlreg.h

2006-06-27 Thread Bill Paul
[Charset koi8-r unsupported, filtering to ASCII...] On Mon, Jun 26, 2006 at 08:44:34PM +, Bill Paul wrote: B wpaul 2006-06-26 20:44:34 UTC B B FreeBSD src repository B B Modified files:(Branch: RELENG_6) B share/man/man4 re.4 B sys/dev/re

Re: cvs commit: src/share/man/man4 re.4 src/sys/dev/re if_re.c src/sys/dev/mii rgephy.c src/sys/pci if_rlreg.h

2006-06-27 Thread Bill Paul
On 2006-06-26 20:31, Bill Paul [EMAIL PROTECTED] wrote: wpaul 2006-06-26 20:31:32 UTC FreeBSD src repository Modified files: share/man/man4 re.4 sys/dev/re if_re.c sys/dev/mii rgephy.c sys/pci if_rlreg.h Log

Re: cvs commit: src/share/man/man4 re.4 src/sys/dev/re if_re.c src/sys/dev/mii rgephy.c src/sys/pci if_rlreg.h

2006-06-27 Thread Bill Paul
At 11:19 AM 27/06/2006, Bill Paul wrote: [Charset koi8-r unsupported, filtering to ASCII...] On Mon, Jun 26, 2006 at 08:44:34PM +, Bill Paul wrote: B wpaul 2006-06-26 20:44:34 UTC B B FreeBSD src repository B B Modified files:(Branch: RELENG_6) B

cvs commit: src/sys/dev/if_ndis if_ndis.c

2006-02-04 Thread Bill Paul
wpaul 2006-02-04 19:42:50 UTC FreeBSD src repository Modified files: sys/dev/if_ndis if_ndis.c Log: When ndis_attach() runs, it has to very briefly initialize the card in order to query the underlying Windows driver for the station address and some other properties.

cvs commit: src/sys/dev/if_ndis if_ndis.c

2005-12-16 Thread Bill Paul
wpaul 2005-12-16 17:21:28 UTC FreeBSD src repository Modified files: sys/dev/if_ndis if_ndis.c Log: In ndis_rxeof_eth(), avoid acquiring the NDIS miniport block spinlock for serialized miniports when updating the packet list. This fixes a deadlock that can occur

cvs commit: src/sys/compat/ndis subr_ndis.c subr_ntoskrnl.c src/sys/dev/if_ndis if_ndis.c

2005-12-16 Thread Bill Paul
wpaul 2005-12-16 17:27:45 UTC FreeBSD src repository Modified files: sys/compat/ndis subr_ndis.c subr_ntoskrnl.c sys/dev/if_ndis if_ndis.c Log: MFC: sync with -current (interrupt handler API fixes, RT2500 deadlock with wpa_supplicant) Revision Changes

cvs commit: src/sys/compat/ndis subr_ndis.c subr_ntoskrnl.c src/sys/dev/if_ndis if_ndis.c

2005-12-16 Thread Bill Paul
wpaul 2005-12-16 17:33:47 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/compat/ndis subr_ndis.c subr_ntoskrnl.c sys/dev/if_ndis if_ndis.c Log: Ok, let's try that again. MFC recent changes from -current, this time to the right branch

cvs commit: src/sys/compat/ndis subr_ntoskrnl.c

2005-11-23 Thread Bill Paul
wpaul 2005-11-23 17:10:47 UTC FreeBSD src repository Modified files: sys/compat/ndis subr_ntoskrnl.c Log: Somehow memmove() got mapped to memset() in the patch table. Create a real memmove() implementation and use that instead. Revision ChangesPath 1.85

cvs commit: src/sys/compat/ndis subr_ndis.c subr_ntoskrnl.c

2005-11-19 Thread Bill Paul
wpaul 2005-11-20 01:29:30 UTC FreeBSD src repository Modified files: sys/compat/ndis subr_ndis.c subr_ntoskrnl.c Log: Correct the API for Windows interupt handling a little. The prototype for a Windows ISR is 'BOOLEAN isrfunc(KINTERRUPT *, void *)' meaning the ISR get

cvs commit: src/sys/compat/ndis subr_ndis.c

2005-11-13 Thread Bill Paul
wpaul 2005-11-13 21:36:49 UTC FreeBSD src repository Modified files: sys/compat/ndis subr_ndis.c Log: Restore backwards source compatibility with 6.x and 5.x. Revision ChangesPath 1.101 +6 -2 src/sys/compat/ndis/subr_ndis.c

cvs commit: src/sys/compat/ndis subr_ntoskrnl.c

2005-11-09 Thread Bill Paul
wpaul 2005-11-10 02:22:56 UTC FreeBSD src repository Modified files: sys/compat/ndis subr_ntoskrnl.c Log: Implement RtlZeroMemory() and RtlCopyMemory(). This seems to allow the Broadcom Win64 wireless driver for the BCM4318 to work on amd64. Revision Changes

cvs commit: src/sys/compat/ndis subr_ntoskrnl.c

2005-11-09 Thread Bill Paul
wpaul 2005-11-10 02:24:07 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/compat/ndis subr_ntoskrnl.c Log: MFC: add RtlZeroMemory() and RtlCopyMemory() for Broadcom amd64 driver. Revision ChangesPath 1.71.2.4 +23 -0

cvs commit: src/sys/compat/ndis subr_ntoskrnl.c

2005-11-09 Thread Bill Paul
wpaul 2005-11-10 02:26:50 UTC FreeBSD src repository Modified files:(Branch: RELENG_5) sys/compat/ndis subr_ntoskrnl.c Log: MFC^2: add RtlZeroMemory() and RtlCopyMemory() for Broadcom amd64 driver. Revision ChangesPath 1.43.2.16 +23 -0