Age | Commit message (Expand) | Author |
2012-11-29 | Remove setting an initial assumed baudrate upon driver attach which is not | Brad Smith |
2011-07-07 | use IF_LEN/IFQ_LEN to access and ifqueue's length field. ryan ok | Henning Brauer |
2011-06-21 | remove some unnecessary casts. ok blambert deraadt kettenis matthew | Ted Unangst |
2011-03-05 | Wait until the DMA engine is stopped before unmapping buffers and descriptors. | Mark Kettenis |
2010-09-07 | remove the powerhook code. All architectures now use the ca_activate tree | Theo de Raadt |
2010-09-06 | initialize rv to 0 in the activate function | Theo de Raadt |
2010-08-31 | Add DVACT_QUIECE support. This is called before splhigh() and before | Theo de Raadt |
2010-08-30 | activate functions, when they do not add value, should return the result of c... | Theo de Raadt |
2010-08-27 | Move the dc_pci_activate function to dc.c, and mangle it up with some of | Theo de Raadt |
2010-08-05 | ca_activate function for suspend/resume; tested by mlarkin on a | Theo de Raadt |
2010-07-02 | timeout_add -> timeout_add_msec | Bret Lambert |
2010-05-19 | BUS_DMA_ZERO instead of alloc, map, bzero. | Owain Ainsworth |
2009-10-15 | Add detach support to a few more drivers, and in others do the neccessary | Theo de Raadt |
2009-08-10 | More cases of shutdown hooks not needed after card is already stopped. In | Theo de Raadt |
2009-06-26 | If we are going to move to the eeprom-based MAC address finding instead of | Theo de Raadt |
2009-06-26 | Using information gleamed from the FreeBSD driver, change the MAC address | Theo de Raadt |
2009-06-02 | make dc at pci detachable; untested. | Jonathan Gray |
2009-01-11 | Actual final round of timeout_add(to, n * hz) -> timeout_add_sec(to, n) | Bret Lambert |
2008-11-28 | Eliminate the redundant bits of code for MTU and multicast handling | Brad Smith |
2008-10-15 | Second pass of simple timeout_add -> timeout_add_sec conversions | Bret Lambert |
2008-10-14 | Change m_devget()'s outdated and unused "offset" argument: It is | Christian Weisgerber |
2008-10-02 | First step towards cleaning up the Ethernet driver ioctl handling. | Brad Smith |
2008-09-12 | Some fixes for dc_txeof().. | Brad Smith |
2008-09-11 | ANSI function declarations. | Brad Smith |
2008-09-11 | For chips with a broken DC_ISR_RX_STATE which never signals | Brad Smith |
2008-09-03 | In dc_setcfg() suppress printing a warning when forcing the receiver | Brad Smith |
2007-11-26 | print the comma before the MAC address string in dc_attach() instead of the | Brad Smith |
2007-10-01 | More easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...'. | Kenneth R Westerback |
2007-05-08 | dc_detach() is only used by cardbus code, so move it there; ok jsg | Theo de Raadt |
2006-08-10 | - eliminate re-initialization's when adding IP addresses. | Brad Smith |
2006-05-22 | Attach routines can fail before calling *hook_establish(), and they | Kenneth R Westerback |
2006-05-07 | - Return if there is nothing to do in the interrupt handler. | Brad Smith |
2006-04-23 | Make code path for ADMTek variant endian-safe; fixes dc(4) on macppc. | Mark Kettenis |
2006-03-25 | allow bpf(4) to ignore packets based on their direction (inbound or | Damien Miller |
2006-01-28 | remove 2 printf's from dc_coal() too. | Brad Smith |
2006-01-28 | remove printf's from dc_newbuf(). | Brad Smith |
2005-11-07 | splimp -> splnet | Brad Smith |
2005-06-25 | re-add ASIX check lost in rev 1.77 | Brad Smith |
2005-06-23 | clear IFF_RUNNING & IFF_OACTIVE in dc_stop() before de-allocating resources. | Brad Smith |
2005-05-22 | ALTQ cleanout | Martin Reindl |
2005-05-22 | add power hook | Brad Smith |
2005-04-30 | try to drain send queue if we lose link during heavy transmit | Brad Smith |
2005-04-23 | - always accept VLAN-sized frames | Brad Smith |
2005-04-23 | Fix newer Xircom CBE2-100 cards. | Brad Smith |
2005-03-31 | - add support for reading Xircom's EEPROM | Brad Smith |
2005-01-15 | make sure interface is in RUNNING state before touching the multicast filters | Brad Smith |
2005-01-14 | rev 1.63 | Brad Smith |
2005-01-08 | rev 1.125 | Brad Smith |
2004-12-17 | add missing braces. | Brad Smith |
2004-12-02 | rev 1.126 | Brad Smith |