summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_ti.c
Commit message (Expand)AuthorAgeFilesLines
* catch up with mextfree callback change when TI_PRIVATE_JUMBOS is defined.alfred2002-06-291-2/+2
* Remove a couple of __P() stragglers.peter2002-06-291-2/+2
* At long last, commit the zero copy sockets code.ken2002-06-261-15/+1153
* Follow NetBSD and s/IFM_1000_TX/IFM_1000_T/phk2002-04-281-4/+4
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-041-1/+2
* Remove __P.alfred2002-03-201-55/+53
* Remove mbuf exhaustion warning messages; these are handled by thesilby2002-02-111-4/+0
* Remove printf's on mbuf/cluster allocation failures. There are nowluigi2001-12-141-6/+1
* Don't pass an interface pointer to VLAN_INPUT{,_TAG}. Get it from thebrooks2001-12-031-1/+1
* Have the driver advertise that it is capable of hardware checksums, andjlemon2001-09-181-2/+19
* Make vlan(4) loadable, unloadable, and clonable. As a side effect,brooks2001-09-051-26/+5
* IFT_8021_VLAN -> IFT_L2VLAN per if_vlan_var.h rev 1.9. With this changebrooks2001-07-251-1/+1
* Apply patch supplied by Jonathan Chen: use the correct arguments towpaul2001-07-091-1/+1
* Vlan tags are 12 bits, mask off anything above since the chip doesn'tphk2001-05-231-2/+2
* Fix the definitions for memory bank sizes, which I somehow got wrong.wpaul2001-04-261-1/+1
* Big round of minor updates:wpaul2001-02-211-3/+2
* Preceed/preceeding are not english words. Use precede and preceding.asmodai2001-02-181-1/+1
* Convert if_multiaddrs from LIST to TAILQ so that it can be traversedphk2001-02-061-1/+1
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-041-2/+2
* Use LIST_FOREACH() to traverse ifp->if_multiaddrs list, instead ofphk2001-02-031-2/+1
* Implement MTX_RECURSE flag for mtx_init().bmilekic2001-01-191-1/+1
* Initialize/grab the mutex earlier in the attach phase, so thatwpaul2000-12-041-3/+3
* Change MEXTADD usage to pass the two new arguments.bmilekic2000-11-111-1/+1
* (Introduce something sitting in my repo for 3 weeks now...)bmilekic2000-10-211-18/+9
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Use device_get_nameunit(dev) as the mutex string when callingwpaul2000-10-131-1/+1
* First round of converting network drivers from spls to mutexes. Thiswpaul2000-10-131-18/+31
* * Completely rewrite the alpha busspace to hide the implementation fromdfr2000-08-281-17/+1
* Replace the mbuf external reference counting code with somethingdwmalone2000-08-191-70/+13
* Add support for the Netgear GA620T copper gigabit card.wpaul2000-08-021-1/+7
* Tweak probe message so that 1000baseSX and 1000baseT cards arewpaul2000-07-201-2/+2
* Update the Tigon driver to support 1000baseTX gigE over copper AceNICwpaul2000-07-201-17/+70
* Make all Ethernet drivers attach using ether_ifattach() and detach usingarchie2000-07-131-6/+3
* use contigfree() rather than free() to free memory allocated withgallatin2000-07-081-4/+6
* Use the correct register name. s/PCI_COMMAND_STATUS_REG/PCIR_COMMAND/peter2000-05-281-3/+3
* Move code to handle BPF and bridging for incoming Ethernet packets outarchie2000-05-141-17/+0
* Add support for offloading IP/TCP/UDP checksums to NIC hardware whichjlemon2000-03-271-36/+61
* Add the vendor/device ID for the Farallon PN9000SX gigabit ethernetwpaul2000-01-181-0/+2
* As suggested by phk, unconditionalize BPF support in these drivers. Sincewpaul1999-09-231-9/+0
* Tweak these for what I hope is the last time: change the DRIVER_MODULE()wpaul1999-09-221-1/+1
* Un-do the changes to the DRIVER_MODULE() declarations in these drivers.wpaul1999-09-201-1/+1
* Grrr. Okay, changing the devnames was a bad idea. Put them back the waywpaul1999-09-201-1/+1
* Fix the strings in the driver_t structs so that they match the new nameswpaul1999-09-201-1/+1
* Change the name we register with DRIVER_MODULE() to include the leadingobrien1999-09-201-1/+1
* Remember to account for ETHER_ALIGN when setting the maxmimum packetwpaul1999-09-171-1/+1
* Don't restrict our requests for contiguous memory to addresses >= 1MB.bde1999-08-291-2/+2
* $Id$ -> $FreeBSD$peter1999-08-281-2/+2
* Minor glitch in ti_newbuf_jumbo(): m_adj() was being called onwpaul1999-08-141-3/+3
* Roar! Finish what I started last night: somehow only the header file changewpaul1999-07-271-5/+23
* Make this compile on the Alpha. I'm not 100% sure about this but Ipeter1999-07-251-19/+2
OpenPOWER on IntegriCloud