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_txp.c
Age
Commit message (
Expand
)
Author
2001-04-30
pretty up rx filter setup
Jason Wright
2001-04-15
- in txp_intr(), don't call the rx/tx handlers unless necessary
Jason Wright
2001-04-15
mask off Arm2Host_Comm_3 interrupts now that rx buffer reclamation has
Jason Wright
2001-04-15
- setup a timeout that will try to refill the rxbuffer ring (this makes
Jason Wright
2001-04-13
- attempt to get dma coherent buffers for most of the shared memory uses
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
- complete rewrite of transmit routines (these really work, but need
Jason Wright
2001-04-12
- sort of working transmit routines and tx interrupt handling, definately
Jason Wright
2001-04-11
make this load the linux style image file as distributed on 3com's
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
- load microcode from better directory (still not in tree)
Jason Wright
2001-04-08
make sure that we don't go off the end of the image
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