summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_txp.c
AgeCommit message (Expand)Author
2001-04-30pretty up rx filter setupJason Wright
2001-04-15- in txp_intr(), don't call the rx/tx handlers unless necessaryJason Wright
2001-04-15mask off Arm2Host_Comm_3 interrupts now that rx buffer reclamation hasJason Wright
2001-04-15- setup a timeout that will try to refill the rxbuffer ring (this makesJason Wright
2001-04-13- attempt to get dma coherent buffers for most of the shared memory usesJason 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- complete rewrite of transmit routines (these really work, but needJason Wright
2001-04-12- sort of working transmit routines and tx interrupt handling, definatelyJason Wright
2001-04-11make this load the linux style image file as distributed on 3com'sJason 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-08- load microcode from better directory (still not in tree)Jason Wright
2001-04-08make sure that we don't go off the end of the imageJason Wright
2001-04-08cleanup, more register definitionsJason Wright
2001-04-08Skeleton driver for 3c990 (mainly so aaron/theo/myself can coordinate)Jason Wright