Age | Commit message (Expand) | Author |
---|---|---|
2008-07-11 | remove an unused function. ok jsg@ | Kevin Lo |
2008-06-08 | Unmapping memory from pci_mapreg_map() on detach lets us | Jonathan Gray |
2008-06-08 | Make et(4) detachable, help tracking down a problem that | Jonathan Gray |
2008-05-26 | Count output packets. | Brad Smith |
2008-05-23 | Simplify the combination use of pci_mapreg_type()/pci_mapreg_map() as | Brad Smith |
2008-02-08 | ifp->if_start -> et_start | Brad Smith |
2008-02-03 | - remove redundant setting of if_mtu as this is set by ether_ifattach(). | Brad Smith |
2007-11-26 | So instead of triggering a tx interrupt for each packet issue one for | Claudio Jeker |
2007-11-25 | Do a TX interrupt for each packet instead of every 126th one. This will | Claudio Jeker |
2007-11-25 | Strip the CRC in rxeof() | Jonathan Gray |
2007-11-25 | Correctly setup the tx descriptor by using the right mapping infos. | Claudio Jeker |
2007-10-30 | Initial port of Sepherosa Ziehau's DragonFlyBSD drivers | Jonathan Gray |