summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_ti.c
AgeCommit message (Expand)Author
2003-02-09Add missing binding of VLAN tag to received packet.mjacob
2003-01-31Change ext_size to a size_t, and update the signature of ext_free.thorpej
2003-01-21vlan tagging mistake during m_tag transitionitojun
2003-01-20The Double-Semi-Colon Police.simonb
2003-01-17switch from kame-based m_aux mbuf auxiliary data, to openbsd m_tagitojun
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-09-30Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-07-16Add missing BUS_DMA_NOWAIT to bus_dmamap_load_mbuf() calls. Should fixbouyer
2002-06-01SIMPLEQ rototill:lukem
2002-05-02Change the semantics of mbuf external storage "ext_free" routinesthorpej
2002-04-28Use MEXTADD() rather than open-coding it.thorpej
2002-03-20Use bus_space_vaddr() correctly. (Why use bus_space_vaddr() at all?)eeh
2001-11-26make it compile without INETitojun
2001-11-13add RCSIDlukem
2001-08-20precede, not preceed.wiz
2001-08-14add (u_long) casts for sparc64.mrg
2001-07-19Use BUS_DMA_READ and BUS_DMA_WRITE in some obvious places.thorpej
2001-07-07bzero -> memsetthorpej
2001-07-07bcopy -> memcpy, strcpythorpej
2001-07-05For product names that include the media in the name, don't botherthorpej
2001-06-30IFM_1000_TX -> IFM_1000_T, as (breifly) discussed on tech-net.bjh21
2001-06-30Sync the Tx descriptors pre- and post- on the Tigon 2.thorpej
2001-06-30When we're done setting up the General Information Block, sync it.thorpej
2001-06-30Use macros (like those in every other network driver I have written)thorpej
2001-06-30Split the tx-end-of-frame routine into Tigon 1 and Tigon 2 verions,thorpej
2001-06-30Split the transmit encap routine into two versions: one for the Tigon 1thorpej
2001-06-30Move the `ti_tx_ring_nic' pointer out of the ring-data structurethorpej
2001-06-30When a transmit is complete, sync (and unload!!) the DMA map usedthorpej
2001-06-30Move the Tigon/Tigon2 firmware, version 12.4.13+wpaul, to athorpej
2001-06-29Correct spelling of media in the product names.thorpej
2001-06-27When setting/changing an address, no need to call ti_init() if the interfacebouyer
2001-06-12receive, not recievewiz
2001-06-07Set TI_OPMODE_1_DMA_ACTIVE only if hardware assisted checksum isn't usedbouyer
2001-06-03In ti_init2(), use a simpler, more obvious, and correct MTUthorpej
2001-06-03Replace a bunch of home-grown Ethernet related constants withthorpej
2001-06-02Implement support for IP/TCP/UDP checksum offloading provided bythorpej
2001-01-29Handle allmulti case correctly as a NetBSD network driver;enami
2001-01-18constifyjdolecek
2001-01-14Use splnet() to block network interrupts, not splimp().thorpej
2000-12-28Change pci_intr_map to get interrupt source information from a "structsommerfeld
2000-12-14ALTQ'ify.thorpej
2000-11-17Pull up FreeBSD changes:bouyer
2000-11-15Move bpfattach()/bpfdetach() calls into ether_ifattach()/ether_ifdetach().thorpej
2000-11-14NBPG -> PAGE_SIZEthorpej
2000-11-12- use jumbo rx if mtu is too big to fit in one mbuf, not when larger thanbouyer
2000-10-01Move the check for "promisc + unicast + not for us" into ether_input(),thorpej
2000-09-24Add calls to ether_addmulti and ether_delmulti. This code looks a bitmartin
2000-09-24use new generic bootverbose instead of local definitionjdolecek
2000-03-30Remove register declarations.augustss