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
*
Apply patch supplied by Jonathan Chen: use the correct arguments to
wpaul
2001-07-09
1
-1
/
+1
*
Vlan tags are 12 bits, mask off anything above since the chip doesn't
phk
2001-05-23
1
-2
/
+2
*
Fix the definitions for memory bank sizes, which I somehow got wrong.
wpaul
2001-04-26
1
-1
/
+1
*
Big round of minor updates:
wpaul
2001-02-21
1
-3
/
+2
*
Preceed/preceeding are not english words. Use precede and preceding.
asmodai
2001-02-18
1
-1
/
+1
*
Convert if_multiaddrs from LIST to TAILQ so that it can be traversed
phk
2001-02-06
1
-1
/
+1
*
Mechanical change to use <sys/queue.h> macro API instead of
phk
2001-02-04
1
-2
/
+2
*
Use LIST_FOREACH() to traverse ifp->if_multiaddrs list, instead of
phk
2001-02-03
1
-2
/
+1
*
Implement MTX_RECURSE flag for mtx_init().
bmilekic
2001-01-19
1
-1
/
+1
*
Initialize/grab the mutex earlier in the attach phase, so that
wpaul
2000-12-04
1
-3
/
+3
*
Change MEXTADD usage to pass the two new arguments.
bmilekic
2000-11-11
1
-1
/
+1
*
(Introduce something sitting in my repo for 3 weeks now...)
bmilekic
2000-10-21
1
-18
/
+9
*
Remove unneeded #include <machine/clock.h>
phk
2000-10-15
1
-1
/
+0
*
Use device_get_nameunit(dev) as the mutex string when calling
wpaul
2000-10-13
1
-1
/
+1
*
First round of converting network drivers from spls to mutexes. This
wpaul
2000-10-13
1
-18
/
+31
*
* Completely rewrite the alpha busspace to hide the implementation from
dfr
2000-08-28
1
-17
/
+1
*
Replace the mbuf external reference counting code with something
dwmalone
2000-08-19
1
-70
/
+13
*
Add support for the Netgear GA620T copper gigabit card.
wpaul
2000-08-02
1
-1
/
+7
*
Tweak probe message so that 1000baseSX and 1000baseT cards are
wpaul
2000-07-20
1
-2
/
+2
*
Update the Tigon driver to support 1000baseTX gigE over copper AceNIC
wpaul
2000-07-20
1
-17
/
+70
*
Make all Ethernet drivers attach using ether_ifattach() and detach using
archie
2000-07-13
1
-6
/
+3
*
use contigfree() rather than free() to free memory allocated with
gallatin
2000-07-08
1
-4
/
+6
*
Use the correct register name. s/PCI_COMMAND_STATUS_REG/PCIR_COMMAND/
peter
2000-05-28
1
-3
/
+3
*
Move code to handle BPF and bridging for incoming Ethernet packets out
archie
2000-05-14
1
-17
/
+0
*
Add support for offloading IP/TCP/UDP checksums to NIC hardware which
jlemon
2000-03-27
1
-36
/
+61
*
Add the vendor/device ID for the Farallon PN9000SX gigabit ethernet
wpaul
2000-01-18
1
-0
/
+2
*
As suggested by phk, unconditionalize BPF support in these drivers. Since
wpaul
1999-09-23
1
-9
/
+0
*
Tweak these for what I hope is the last time: change the DRIVER_MODULE()
wpaul
1999-09-22
1
-1
/
+1
*
Un-do the changes to the DRIVER_MODULE() declarations in these drivers.
wpaul
1999-09-20
1
-1
/
+1
*
Grrr. Okay, changing the devnames was a bad idea. Put them back the way
wpaul
1999-09-20
1
-1
/
+1
*
Fix the strings in the driver_t structs so that they match the new names
wpaul
1999-09-20
1
-1
/
+1
*
Change the name we register with DRIVER_MODULE() to include the leading
obrien
1999-09-20
1
-1
/
+1
*
Remember to account for ETHER_ALIGN when setting the maxmimum packet
wpaul
1999-09-17
1
-1
/
+1
*
Don't restrict our requests for contiguous memory to addresses >= 1MB.
bde
1999-08-29
1
-2
/
+2
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-2
/
+2
*
Minor glitch in ti_newbuf_jumbo(): m_adj() was being called on
wpaul
1999-08-14
1
-3
/
+3
*
Roar! Finish what I started last night: somehow only the header file change
wpaul
1999-07-27
1
-5
/
+23
*
Make this compile on the Alpha. I'm not 100% sure about this but I
peter
1999-07-25
1
-19
/
+2
*
Clean up the buffer allocation code a bit. Make sure to initialize certain
wpaul
1999-07-23
1
-19
/
+29
*
Grrr. Return the rman_get_bustag()/rman_get_bushandle() lines to their
wpaul
1999-07-23
1
-2
/
+5
*
Convert the Alteon Tigon gigabit ethernet driver to newbus. Also upgrade
wpaul
1999-07-23
1
-76
/
+126
*
Rename bpfilter to bpf.
des
1999-07-06
1
-7
/
+7
*
Remove ti_refill_rx_rings() and associated stuff; replace dirty RX buffers
wpaul
1999-07-05
1
-69
/
+26
*
Add a transmit descriptor usage counter and use it to absolutely,
wpaul
1999-06-19
1
-3
/
+13
*
Fix bug that can cause transmit corruption. There are actually two 'rings'
wpaul
1999-05-24
1
-3
/
+3
*
Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:
peter
1999-05-09
1
-6
/
+2
*
Add a test to ti_encap() to try and prevent the transmit producer index
wpaul
1999-04-29
1
-2
/
+5
*
Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn't
peter
1999-04-24
1
-2
/
+6
*
Remove teensy-weensy bit of debug code that crept in.
wpaul
1999-04-06
1
-6
/
+3
*
Add driver support for gigabit ethernet adapters based on the Alteon
wpaul
1999-04-06
1
-0
/
+2486