cvs commit: src/sys/dev/ti if_ti.c

2008-02-26 Thread Remko Lodder
remko 2008-02-26 19:29:32 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/dev/ti if_ti.c Log: MFC rev 1.131 if_ti.c Set the baudrate for if_ti. PR: kern/40516 Submitted by: "Jin Guojun[VFF]" Approved by: imp (mentor, imp

cvs commit: src/sys/dev/ti if_ti.c

2008-02-19 Thread Remko Lodder
remko 2008-02-19 20:54:42 UTC FreeBSD src repository Modified files: sys/dev/ti if_ti.c Log: Set the baudrate for if_ti. PR: kern/40516 Submitted by: "Jin Guojun[VFF]" Approved by:imp (mentor, implicit for minor changes) MFC After: 1

cvs commit: src/sys/dev/ti if_ti.c

2006-08-11 Thread Pyun YongHyeon
yongari 2006-08-12 01:30:38 UTC FreeBSD src repository Modified files: sys/dev/ti if_ti.c Log: Fix invalid reference of mbuf chains. Use proper pointer dereference to inform modified mbuf chains to caller. While I'm here perform checksum offload setup after loa

cvs commit: src/sys/dev/ti if_ti.c if_tireg.h

2006-01-02 Thread Pyun YongHyeon
yongari 2006-01-03 06:14:07 UTC FreeBSD src repository Modified files: sys/dev/ti if_ti.c if_tireg.h Log: - Tx side bus_dmamap_load_mbuf_sg(9) support. This reduces bookkeeping requiried to keep consistent softc state before/after callback function invocation an

cvs commit: src/sys/dev/ti if_ti.c if_tireg.h

2005-12-28 Thread Scott Long
scottl 2005-12-28 08:36:33 UTC FreeBSD src repository Modified files: sys/dev/ti if_ti.c if_tireg.h Log: Cache the tx producer index instead of reading it every time ti_start is called. Revision ChangesPath 1.121 +3 -1 src/sys/dev/ti/if_ti.c 1.

cvs commit: src/sys/dev/ti if_ti.c

2005-12-28 Thread Scott Long
scottl 2005-12-28 08:14:36 UTC FreeBSD src repository Modified files: sys/dev/ti if_ti.c Log: Fix a serious regression from the busdma conversion. Check to make sure that we don't overrun the tx descriptor ring before actually trying to overrun it. Revision

cvs commit: src/sys/dev/ti if_ti.c if_tireg.h

2005-12-27 Thread Pyun YongHyeon
yongari 2005-12-28 02:57:19 UTC FreeBSD src repository Modified files: sys/dev/ti if_ti.c if_tireg.h Log: Bring big-endian architecture support for ti(4). . remove unnecessay header files after Scott's bus_dma(9) commit. . remove global variable tis which was intr

cvs commit: src/sys/dev/ti if_ti.c if_tireg.h

2005-12-13 Thread Scott Long
scottl 2005-12-14 00:03:41 UTC FreeBSD src repository Modified files: sys/dev/ti if_ti.c if_tireg.h Log: Fix the Tigon I/II driver to support 64-bit DMA. In the process, convert it to use busdma. Unlike most of the other drivers, but similar to the if_em driver,

cvs commit: src/sys/dev/ti if_ti.c if_tireg.h

2005-12-10 Thread Scott Long
scottl 2005-12-10 08:58:48 UTC FreeBSD src repository Modified files: sys/dev/ti if_ti.c if_tireg.h Log: Allocate the jumbo rx frame buffer with busdma. Revision ChangesPath 1.116 +26 -15src/sys/dev/ti/if_ti.c 1.33 +2 -0 src/sys/dev/ti/i

cvs commit: src/sys/dev/ti if_ti.c

2005-12-09 Thread Scott Long
scottl 2005-12-10 01:25:47 UTC FreeBSD src repository Modified files: sys/dev/ti if_ti.c Log: if_ti has been operating with locks for a while, so remove the GIANT markers. Also fix man potential locking problems in the cdev ioctl handler. Revision ChangesPa