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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove some remnant alpha hacks.
marius
2008-04-26
1
-12
/
+1
*
Fix some "in in" typos in comments.
brueffer
2008-03-26
1
-1
/
+1
*
Set the baudrate for if_ti.
remko
2008-02-19
1
-0
/
+1
*
Give MEXTADD() another argument to make both void pointers to the
phk
2008-02-01
1
-1
/
+2
*
Fix function prototype for device_shutdown method.
yongari
2007-11-22
1
-2
/
+4
*
Catch up the rest of the drivers with the ether_vlan_mtap modifications.
csjp
2007-03-04
1
-1
/
+1
*
o break newbus api: add a new argument of type driver_filter_t to
piso
2007-02-23
1
-1
/
+1
*
Change the remainder of the drivers for DMA'ing devices enabled in the
marius
2007-01-21
1
-1
/
+1
*
Move ethernet VLAN tags from mtags to its own mbuf packet header field
andre
2006-09-17
1
-7
/
+4
*
- Consistently use if_printf() only in interface methods: if_start(),
glebius
2006-09-15
1
-46
/
+47
*
Fix invalid reference of mbuf chains.
yongari
2006-08-12
1
-25
/
+25
*
- Tx side bus_dmamap_load_mbuf_sg(9) support. This reduces bookkeeping
yongari
2006-01-03
2
-168
/
+157
*
Cache the tx producer index instead of reading it every time ti_start is
scottl
2005-12-28
2
-1
/
+4
*
Fix a serious regression from the busdma conversion. Check to make sure
scottl
2005-12-28
1
-10
/
+17
*
Bring big-endian architecture support for ti(4).
yongari
2005-12-28
2
-241
/
+311
*
- Fix VLAN_INPUT_TAG() macro, so that it doesn't touch mtag in
glebius
2005-12-18
1
-2
/
+5
*
Fix the Tigon I/II driver to support 64-bit DMA. In the process, convert it
scottl
2005-12-14
2
-99
/
+347
*
Allocate the jumbo rx frame buffer with busdma.
scottl
2005-12-10
2
-15
/
+28
*
if_ti has been operating with locks for a while, so remove the GIANT markers.
scottl
2005-12-10
1
-20
/
+29
*
The if_ti Tigon I/II driver has moved to /sys/dev/ti
scottl
2005-12-10
1
-3
/
+3
*
- Store pointer to the link-level address right in "struct ifnet"
ru
2005-11-11
1
-1
/
+1
*
In detach method, move if_free() after bus_teardown_intr().
ru
2005-10-13
1
-2
/
+2
*
Use if_printf() and device_printf().
jhb
2005-09-29
1
-90
/
+92
*
Typo.
jhb
2005-09-29
1
-1
/
+1
*
Fix "struct ifnet" leaks when attach() fails in the middle, e.g.
ru
2005-09-16
1
-2
/
+2
*
Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and
rwatson
2005-08-09
1
-13
/
+14
*
Modify device drivers supporting multicast addresses to lock if_addr_mtx
rwatson
2005-08-03
1
-0
/
+2
*
Fix ifnet fallout in if_ti.
scottl
2005-07-07
1
-8
/
+7
*
Stop embedding struct ifnet at the top of driver softcs. Instead the
brooks
2005-06-10
2
-29
/
+37
*
Remove bus_{mem,p}io.h and related code for a micro-optimization on i386
nyan
2005-05-29
1
-1
/
+0
*
If resource allocation fails, we could wind up freeing the cdev without it
scottl
2005-03-31
1
-1
/
+2
*
deal with malloc failure when setting up the multicast filter
sam
2005-03-26
1
-0
/
+4
*
Start the process of modernizing the Tigon driver by using busdma for the
scottl
2005-03-21
2
-21
/
+92
*
Fix style(9) issues with __P removal.
imp
2005-02-24
1
-59
/
+55
*
Return BUS_PROBE_DEFAULT instead of 0.
imp
2005-02-24
1
-1
/
+1
*
/* -> /*- for license, minor formatting changes
imp
2005-01-07
2
-2
/
+2
*
Update the Tigon 1 and 2 driver to use the sf_buf API for implementing
alc
2004-12-06
1
-15
/
+23
*
Tag a last set of PCI network interfaces as IFF_NEEDSGIANT until they
rwatson
2004-08-28
1
-1
/
+2
*
Whitespace pass.
bms
2004-07-05
1
-40
/
+39
*
style(9):
bms
2004-07-05
1
-75
/
+75
*
Eliminate redundant return keywords.
bms
2004-07-05
1
-48
/
+0
*
Whitespace nits
bms
2004-07-05
1
-23
/
+23
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
2
-4
/
+4
*
Add missing <sys/module.h> includes
phk
2004-05-30
1
-0
/
+1
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
1
-3
/
+3
*
Announce ethernet MAC addresss in ether_ifattach().
mdodd
2004-03-14
1
-6
/
+0
*
Stop setting ifp->if_output to ether_output() since ether_ifattach()
mux
2004-03-11
1
-1
/
+0
*
Device megapatch 4/6:
phk
2004-02-21
1
-0
/
+2
*
Device megapatch 1/6:
phk
2004-02-21
1
-2
/
+0
*
Drop the driver lock around calls to if_input to avoid a LOR when
sam
2003-11-14
2
-0
/
+5
[next]