index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
ti
/
if_tireg.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Overhaul bus_dma(9) usage in driver:
yongari
2011-11-14
1
-31
/
+75
*
It's bad idea to allocate large memory, 4KB, from stack.
yongari
2011-11-14
1
-0
/
+2
*
Retire 'options TI_PRIVATE_JUMBOS' and replace local jumbo
yongari
2011-11-08
1
-29
/
+4
*
Remove ti_unit member variable in softc.
yongari
2011-11-07
1
-1
/
+0
*
s/u_intXX_t/uintXX_t/g
yongari
2011-11-04
1
-81
/
+81
*
- Allocate the DMA memory shared between the host and the controller as
marius
2011-03-11
1
-1
/
+1
*
- Add a private timer to drive the transmit watchdog instead of using
jhb
2009-11-19
1
-0
/
+2
*
- Tx side bus_dmamap_load_mbuf_sg(9) support. This reduces bookkeeping
yongari
2006-01-03
1
-11
/
+20
*
Cache the tx producer index instead of reading it every time ti_start is
scottl
2005-12-28
1
-0
/
+1
*
Bring big-endian architecture support for ti(4).
yongari
2005-12-28
1
-66
/
+47
*
Fix the Tigon I/II driver to support 64-bit DMA. In the process, convert it
scottl
2005-12-14
1
-13
/
+26
*
Allocate the jumbo rx frame buffer with busdma.
scottl
2005-12-10
1
-0
/
+2
*
Typo.
jhb
2005-09-29
1
-1
/
+1
*
Stop embedding struct ifnet at the top of driver softcs. Instead the
brooks
2005-06-10
1
-1
/
+1
*
Start the process of modernizing the Tigon driver by using busdma for the
scottl
2005-03-21
1
-0
/
+4
*
/* -> /*- for license, minor formatting changes
imp
2005-01-07
1
-1
/
+1
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
1
-1
/
+1
*
Drop the driver lock around calls to if_input to avoid a LOR when
sam
2003-11-14
1
-0
/
+1
*
Fix instances of macros with improperly parenthasized arguments.
alfred
2002-11-09
1
-7
/
+7
*
At long last, commit the zero copy sockets code.
ken
2002-06-26
1
-187
/
+63
*
Fix the definitions for memory bank sizes, which I somehow got wrong.
wpaul
2001-04-26
1
-1
/
+6
*
Change and clean the mutex lock interface.
bmilekic
2001-02-09
1
-2
/
+2
*
(Introduce something sitting in my repo for 3 weeks now...)
bmilekic
2000-10-21
1
-6
/
+2
*
First round of converting network drivers from spls to mutexes. This
wpaul
2000-10-13
1
-0
/
+4
*
Replace the mbuf external reference counting code with something
dwmalone
2000-08-19
1
-1
/
+0
*
Add support for the Netgear GA620T copper gigabit card.
wpaul
2000-08-02
1
-0
/
+1
*
Update the Tigon driver to support 1000baseTX gigE over copper AceNIC
wpaul
2000-07-20
1
-3
/
+5
*
Back out the previous change to the queue(3) interface.
jake
2000-05-26
1
-5
/
+5
*
Change the way that the queue(3) structures are declared; don't assume that
jake
2000-05-23
1
-5
/
+5
*
Update the Tigon firmware to 12.3.21. This fixes a few bugs and adds support
wpaul
2000-04-24
1
-1
/
+1
*
Update Tigon firmware yet again, this time to version 12.3.20.
wpaul
2000-03-18
1
-1
/
+1
*
Update the Tigon driver to use the 12.3.18 firmware release from Alteon.
wpaul
2000-02-10
1
-1
/
+1
*
Add the vendor/device ID for the Farallon PN9000SX gigabit ethernet
wpaul
2000-01-18
1
-0
/
+7
*
Update the Tigon driver firmware images to the latest release from
wpaul
1999-09-22
1
-1
/
+1
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
On FreeBSD/i386, when you use the SYS_RES_MEMORY resource to allocate
wpaul
1999-07-27
1
-1
/
+2
*
Clean up the buffer allocation code a bit. Make sure to initialize certain
wpaul
1999-07-23
1
-10
/
+3
*
Dangit. Somehow the pmap_kextract hack for alpha snuck back into these
wpaul
1999-07-23
1
-4
/
+3
*
Convert the Alteon Tigon gigabit ethernet driver to newbus. Also upgrade
wpaul
1999-07-23
1
-6
/
+5
*
Remove ti_refill_rx_rings() and associated stuff; replace dirty RX buffers
wpaul
1999-07-05
1
-8
/
+3
*
Add a transmit descriptor usage counter and use it to absolutely,
wpaul
1999-06-19
1
-1
/
+2
*
Allow chipset drivers to specify the direct-mapped DMA window's mask in
gallatin
1999-05-26
1
-3
/
+2
*
Upgrade firmware images Alteon's latest release (12.3.10). This fixes a
wpaul
1999-05-03
1
-2
/
+2
*
Add driver support for gigabit ethernet adapters based on the Alteon
wpaul
1999-04-06
1
-0
/
+1190