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-06-05
updated firmware from 3com (Thanks!); contains support for 3cr990B cards.
Jason Wright
2001-05-30
- gather statistics (ipackets, ierrors, collisions, etc) from txp itself
Jason Wright
2001-05-30
define txp_command() in terms of txp_command2().
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-29
Set, don't OR the capabilities.
Angelos D. Keromytis
2001-05-28
Set the IFCAP_IPSEC capability.
Angelos D. Keromytis
2001-05-25
we just *love it* when official people at major vendors send us
Theo de Raadt
2001-05-16
Use dm_mapsize instead of homegrown one; jason@ ok.
Federico G. Schwindt
2001-05-16
update copyright
Jason Wright
2001-05-16
If we run out of transmit slots, try to copy the next mbuf into a single
Jason Wright
2001-05-15
- correct some bus_dmamap_sync() usage
Jason Wright
2001-05-15
- bus-dmaify txp
Jason Wright
2001-05-10
in txp_intr() only refill the rx buffer ring if it is empty; based on
Jason Wright
2001-05-09
revert reverted patch now that bus_dma has been updated on i386
Jason Wright
2001-05-08
add transmit side of bpf tapping
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
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
[prev]