summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/if_etreg.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1 << 31 cleanup. Eitan Adler pointed out that there has been aderaadt2013-11-261-26/+26
| | | | | resurrection of the bad idiom in the tree. sufficient review by miod, kettenis, tedu
* cleanup - we don't have resource structurekevlo2008-07-211-5/+1
| | | | ok jsg@
* Unmapping memory from pci_mapreg_map() on detach lets usjsg2008-06-081-1/+2
| | | | | do multiple inserts/detaches as well. ok jsing@
* So instead of triggering a tx interrupt for each packet issue one forclaudio2007-11-261-1/+2
| | | | | each 128 packets or call et_txeof after 1 second whichever happens first. looks good jsg@
* Initial port of Sepherosa Ziehau's DragonFlyBSD driversjsg2007-10-301-0/+527
for Agere/LSI ET1310 Ethernet devices and ET1011 'TruePHY'. All the gross register related bit macros are not yet removed. Currently only Tx seems to work. Putting this in the tree in case someone else wants to look at it while I deal with exams for the next few weeks.