index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pci
/
if_txpreg.h
Age
Commit message (
Expand
)
Author
2001-11-05
Switch everything to the new bus_dmamap_sync API.
Artur Grabowski
2001-11-02
- Set valid bit in transmit descriptors and tx fragment descriptors (previous
Jason Wright
2001-10-29
defn for "versions read" command (not that the results match the docs mind you).
Jason Wright
2001-08-24
missing bus_dmamap_sync() calls on descriptors... also deal with 5 argument f...
Jason Wright
2001-06-23
UDP and TCP bits are reversed with respect to documentation
Jason Wright
2001-06-22
add more ipsec commands
Jason Wright
2001-05-30
- gather statistics (ipackets, ierrors, collisions, etc) from txp itself
Jason Wright
2001-05-30
expand txp_command2 to handle extension desciptors for long commands
Jason Wright
2001-05-30
- better handling for capabilities: check the card to make sure it supports
Jason Wright
2001-05-16
Use dm_mapsize instead of homegrown one; jason@ ok.
Federico G. Schwindt
2001-05-15
- correct some bus_dmamap_sync() usage
Jason Wright
2001-05-15
- bus-dmaify txp
Jason Wright
2001-05-09
revert reverted patch now that bus_dma has been updated on i386
Jason Wright
2001-05-08
- add support for hardware vlan tag insertion and removal
Jason Wright
2001-05-03
grr... part of the bus_dma change depended on local stuff: revert that part
Jason Wright
2001-05-02
- somewhat better use of bus_dma interface
Jason Wright
2001-04-30
cleaning
Jason Wright
2001-04-15
- setup a timeout that will try to refill the rxbuffer ring (this makes
Jason Wright
2001-04-13
- rx buffer ring management (working)
Jason Wright
2001-04-12
- initial rx buffer ring management routines and allocation
Jason Wright
2001-04-12
- sort of working transmit routines and tx interrupt handling, definately
Jason Wright
2001-04-11
correct descriptor definitions for tx and frag
Jason Wright
2001-04-10
add shutdown hook to stop the adapter completely
Jason Wright
2001-04-10
receive filter programming
Jason Wright
2001-04-09
- full media support (and remove all of the mii stuff... the firmware wants
Jason Wright
2001-04-09
partial mii support (commented out because the response queue freaks out)
Jason Wright
2001-04-09
basic media handling/switching
Jason Wright
2001-04-09
- implement command and response ring management
Jason Wright
2001-04-08
- bring over some bus_dma allocation code (from failed attempt to bus_dma-ify...
Jason Wright
2001-04-08
and host ring definition
Jason Wright
2001-04-08
define boot record
Jason Wright
2001-04-08
- load microcode from better directory (still not in tree)
Jason Wright
2001-04-08
cleanup, more register definitions
Jason Wright
2001-04-08
Skeleton driver for 3c990 (mainly so aaron/theo/myself can coordinate)
Jason Wright