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
/
pci
/
if_ti.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
1
-28
/
+36
*
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
1
-21
/
+88
*
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
1
-1
/
+1
*
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
1
-3
/
+3
*
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
1
-0
/
+4
*
Replace the if_name and if_unit members of struct ifnet with new members
brooks
2003-10-31
1
-3
/
+2
*
Sanitize the code relating to the /dev/ti%d entries. In particular evict
phk
2003-10-10
1
-68
/
+6
*
Prefer new location of pci include files (which have only been in the
imp
2003-08-22
1
-2
/
+2
*
Enable IFCAP_VLAN_MTU and increase MTU for it.
simokawa
2003-08-05
1
-2
/
+3
*
Remove code that tries to detect if the MCLSHIFT and MSIZE macros
mux
2003-06-13
1
-46
/
+0
*
Remove now unused pointer to etherheader.
phk
2003-05-31
1
-2
/
+0
*
Use newly minted device_is_attached rather than device_is_alive to see
imp
2003-04-21
1
-1
/
+1
*
Revise attach/detach resource cleanup
njl
2003-04-17
1
-5
/
+13
*
- Don't call pci_enable_io() in drivers (unless needed for resume).
mdodd
2003-04-16
1
-9
/
+0
*
- Express hard dependencies on bus (pci, isa, pccard) and
mdodd
2003-04-15
1
-1
/
+3
*
Use __FBSDID rather than rcsid[].
obrien
2003-04-03
1
-7
/
+3
*
Fix KASSERT syntax error.
phk
2003-04-01
1
-1
/
+1
*
Clean up locking and resource management for pci/if_*
njl
2003-03-31
1
-50
/
+32
*
Gigacommit to improve device-driver source compatibility between
phk
2003-03-03
1
-13
/
+5
*
Spell noread() and nowrite() correctly (ie: not "NULL")
phk
2003-03-02
1
-2
/
+2
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-8
/
+8
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-8
/
+8
*
o track either_ifattach/ether_ifdetach API changes
sam
2002-11-14
1
-29
/
+16
*
Use %z to print a size_t value.
jhb
2002-11-08
1
-1
/
+1
*
Be consistent about functions being static.
phk
2002-10-16
1
-2
/
+2
*
Static'ify a variable.
alfred
2002-10-03
1
-1
/
+1
*
style: put return types on a line by themselves.
alfred
2002-08-24
1
-40
/
+80
*
catch up with mextfree callback change when TI_PRIVATE_JUMBOS is defined.
alfred
2002-06-29
1
-2
/
+2
*
Remove a couple of __P() stragglers.
peter
2002-06-29
1
-2
/
+2
*
At long last, commit the zero copy sockets code.
ken
2002-06-26
1
-15
/
+1153
*
Follow NetBSD and s/IFM_1000_TX/IFM_1000_T/
phk
2002-04-28
1
-4
/
+4
*
Change callers of mtx_init() to pass in an appropriate lock type name. In
jhb
2002-04-04
1
-1
/
+2
[next]