summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/if_txpreg.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Tweak txp to avoid ifq_deq_begin/commit/rollbackmikeb2017-07-121-1/+3
* Upgrade to newer firmware needed by some txp(4) variants. Fixes PR 6085.kettenis2009-03-241-1/+2
* fix bit defns for PFLAGsjason2004-11-161-10/+10
* Replace local crc32 with ether_crc32_be.mcbride2004-05-311-4/+1
* 3/4 cleanup for aaronderaadt2003-06-041-6/+1
* Switch everything to the new bus_dmamap_sync API.art2001-11-051-8/+1
* - Set valid bit in transmit descriptors and tx fragment descriptors (previousjason2001-11-021-1/+2
* defn for "versions read" command (not that the results match the docs mind you).jason2001-10-291-1/+2
* missing bus_dmamap_sync() calls on descriptors... also deal with 5 argument form of bus_dmamap_sync()jason2001-08-241-1/+9
* UDP and TCP bits are reversed with respect to documentationjason2001-06-231-5/+5
* add more ipsec commandsjason2001-06-221-1/+3
* - gather statistics (ipackets, ierrors, collisions, etc) from txp itselfjason2001-05-301-2/+2
* expand txp_command2 to handle extension desciptors for long commandsjason2001-05-301-1/+2
* - better handling for capabilities: check the card to make sure it supportsjason2001-05-301-1/+2
* Use dm_mapsize instead of homegrown one; jason@ ok.fgsch2001-05-161-2/+1
* - correct some bus_dmamap_sync() usagejason2001-05-151-1/+4
* - bus-dmaify txpjason2001-05-151-1/+10
* revert reverted patch now that bus_dma has been updated on i386jason2001-05-091-2/+1
* - add support for hardware vlan tag insertion and removaljason2001-05-081-3/+22
* grr... part of the bus_dma change depended on local stuff: revert that partjason2001-05-031-1/+2
* - somewhat better use of bus_dma interfacejason2001-05-021-5/+2
* cleaningjason2001-04-301-8/+4
* - setup a timeout that will try to refill the rxbuffer ring (this makesjason2001-04-151-6/+4
* - rx buffer ring management (working)jason2001-04-131-2/+10
* - initial rx buffer ring management routines and allocationjason2001-04-121-16/+61
* - sort of working transmit routines and tx interrupt handling, definatelyjason2001-04-121-3/+28
* correct descriptor definitions for tx and fragjason2001-04-111-33/+53
* add shutdown hook to stop the adapter completelyjason2001-04-101-3/+3
* receive filter programmingjason2001-04-101-1/+13
* - full media support (and remove all of the mii stuff... the firmware wantsjason2001-04-091-2/+2
* partial mii support (commented out because the response queue freaks out)jason2001-04-091-8/+15
* basic media handling/switchingjason2001-04-091-1/+12
* - implement command and response ring managementjason2001-04-091-45/+70
* - bring over some bus_dma allocation code (from failed attempt to bus_dma-ify ubsec)jason2001-04-081-4/+22
* and host ring definitionjason2001-04-081-1/+18
* define boot recordjason2001-04-081-1/+31
* - load microcode from better directory (still not in tree)jason2001-04-081-1/+6
* cleanup, more register definitionsjason2001-04-081-160/+217
* Skeleton driver for 3c990 (mainly so aaron/theo/myself can coordinate)jason2001-04-081-0/+315