summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_txpreg.h
AgeCommit message (Expand)Author
2001-11-05Switch everything to the new bus_dmamap_sync API.Artur Grabowski
2001-11-02- Set valid bit in transmit descriptors and tx fragment descriptors (previousJason Wright
2001-10-29defn for "versions read" command (not that the results match the docs mind you).Jason Wright
2001-08-24missing bus_dmamap_sync() calls on descriptors... also deal with 5 argument f...Jason Wright
2001-06-23UDP and TCP bits are reversed with respect to documentationJason Wright
2001-06-22add more ipsec commandsJason Wright
2001-05-30- gather statistics (ipackets, ierrors, collisions, etc) from txp itselfJason Wright
2001-05-30expand txp_command2 to handle extension desciptors for long commandsJason Wright
2001-05-30- better handling for capabilities: check the card to make sure it supportsJason Wright
2001-05-16Use dm_mapsize instead of homegrown one; jason@ ok.Federico G. Schwindt
2001-05-15- correct some bus_dmamap_sync() usageJason Wright
2001-05-15- bus-dmaify txpJason Wright
2001-05-09revert reverted patch now that bus_dma has been updated on i386Jason Wright
2001-05-08- add support for hardware vlan tag insertion and removalJason Wright
2001-05-03grr... part of the bus_dma change depended on local stuff: revert that partJason Wright
2001-05-02- somewhat better use of bus_dma interfaceJason Wright
2001-04-30cleaningJason Wright
2001-04-15- setup a timeout that will try to refill the rxbuffer ring (this makesJason Wright
2001-04-13- rx buffer ring management (working)Jason Wright
2001-04-12- initial rx buffer ring management routines and allocationJason Wright
2001-04-12- sort of working transmit routines and tx interrupt handling, definatelyJason Wright
2001-04-11correct descriptor definitions for tx and fragJason Wright
2001-04-10add shutdown hook to stop the adapter completelyJason Wright
2001-04-10receive filter programmingJason Wright
2001-04-09- full media support (and remove all of the mii stuff... the firmware wantsJason Wright
2001-04-09partial mii support (commented out because the response queue freaks out)Jason Wright
2001-04-09basic media handling/switchingJason Wright
2001-04-09- implement command and response ring managementJason Wright
2001-04-08- bring over some bus_dma allocation code (from failed attempt to bus_dma-ify...Jason Wright
2001-04-08and host ring definitionJason Wright
2001-04-08define boot recordJason Wright
2001-04-08- load microcode from better directory (still not in tree)Jason Wright
2001-04-08cleanup, more register definitionsJason Wright
2001-04-08Skeleton driver for 3c990 (mainly so aaron/theo/myself can coordinate)Jason Wright