| Commit message (Expand) | Author | Age | Files | Lines |
* | Partially revert previous mallocarray conversions that contain |  dhill | 2017-04-11 | 1 | -2/+2 |
* | Convert some malloc(9) to mallocarray(9) |  dhill | 2017-04-09 | 1 | -3/+3 |
* | You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl. |  mpi | 2015-11-24 | 1 | -2/+1 |
* | The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER. |  mpi | 2015-11-24 | 1 | -2/+1 |
* | Remove some includes include-what-you-use claims don't |  jsg | 2015-03-14 | 1 | -2/+1 |
* | unifdef INET |  tedu | 2014-12-22 | 1 | -3/+1 |
* | Fewer <netinet/in_systm.h> |  mpi | 2014-07-22 | 1 | -3/+1 |
* | Most network drivers include netinet/in_var.h, but apparently they |  bluhm | 2013-08-07 | 1 | -2/+1 |
* | Convert a number of old private copies of code which predates |  deraadt | 2012-10-18 | 1 | -46/+2 |
* | Move the dc_pci_activate function to dc.c, and mangle it up with some of |  deraadt | 2010-08-27 | 1 | -25/+2 |
* | ca_activate function for suspend/resume; tested by mlarkin on a |  deraadt | 2010-08-05 | 1 | -2/+26 |
* | Add detach support to a few more drivers, and in others do the neccessary |  deraadt | 2009-10-15 | 1 | -8/+3 |
* | Using information gleamed from the FreeBSD driver, change the MAC address |  deraadt | 2009-06-26 | 1 | -4/+20 |
* | make dc at pci detachable; untested. |  jsg | 2009-06-02 | 1 | -8/+36 |
* | Add more CardBus ids to PCI attachments to cope with |  jsg | 2009-06-02 | 1 | -1/+10 |
* | ANSI function declarations. |  brad | 2008-09-11 | 1 | -10/+6 |
* | Remove the redundant local variable 'revision' from the PCI attach function. |  brad | 2008-09-11 | 1 | -11/+9 |
* | print the comma before the MAC address string in dc_attach() instead of the |  brad | 2007-11-26 | 1 | -2/+2 |
* | Stop making de win over dc on alpha, and include both dc and de on all |  miod | 2007-08-01 | 1 | -10/+1 |
* | ``it's'' -> ``its'' when the grammar gods require this change. |  miod | 2007-04-10 | 1 | -2/+2 |
* | Add missing break in attach code. |  jsg | 2007-02-13 | 1 | -1/+2 |
* | update for the new ADMtek PCI ids. |  brad | 2006-07-20 | 1 | -4/+6 |
* | attach to the ADMtek 983B chipset as well. |  brad | 2006-07-18 | 1 | -1/+3 |
* | add sys/timeout.h |  brad | 2006-06-17 | 1 | -1/+2 |
* | - remove spl from attach |  brad | 2005-11-06 | 1 | -13/+18 |
* | do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisubmatch(); kettenis@ testing; brad@ ok |  mickey | 2005-08-09 | 1 | -10/+4 |
* | simplify man! no need to outline pci_mapreg_map() anymore just use it |  mickey | 2005-03-26 | 1 | -25/+8 |
* | - recognize Microsoft PCI and CardBus adapters |  brad | 2005-01-16 | 1 | -12/+8 |
* | get EEPROM width on all cards except for the original PNIC |  brad | 2005-01-16 | 1 | -12/+8 |
* | rev 1.63 |  brad | 2005-01-14 | 1 | -1/+2 |
* | rev 1.125 |  brad | 2005-01-08 | 1 | -3/+5 |
* | Use ETHER_MIN_LEN/ETHER_MAX_DIX_LEN |  brad | 2004-09-28 | 1 | -2/+2 |
* | kill hppa quirk that is not needed |  mickey | 2004-08-04 | 1 | -6/+2 |
* | do not force into io space on hppa as it's much slower |  mickey | 2004-06-28 | 1 | -1/+3 |
* | a 3com tulip, wow; christoph.scheurer@ch.tum.de |  deraadt | 2003-10-21 | 1 | -1/+13 |
* | use PCI_PMCSR instead of some magic value. |  fgsch | 2003-10-07 | 1 | -3/+3 |
* | fix the dc_cacheline to 16 on hppa |  mickey | 2003-09-29 | 1 | -2/+6 |
* | AN983 needs 64BIT_HASH too, fixes multicast |  henning | 2003-08-16 | 1 | -1/+2 |
* | it's better w/ a comma between irq and address |  mickey | 2003-06-26 | 1 | -2/+2 |
* | fix up the media handling for the intel based MACs. Also hack around a |  jason | 2003-05-17 | 1 | -1/+5 |
* | - remove last vestige of "old autoconf": dc_unit is dead, long live dv_xname |  jason | 2003-04-29 | 1 | -7/+4 |
* | Davicom DM9009 support |  henning | 2003-04-19 | 1 | -2/+4 |
* | add support for intel 21145 |  henning | 2002-10-20 | 1 | -1/+11 |
* | unbreak sparc64 kernel builds after the arpcom change. |  art | 2002-06-09 | 1 | -3/+3 |
* | add support for Conexant LANfinity RS7112; based on patch from Maurice Nonnekes <maurice@amaze.nl> based on FreeBSD (only minor surgery necessary) |  jason | 2002-04-18 | 1 | -1/+13 |
* | move prototypes of dc_eeprom_width, dc_read_srom, and dc_parse_21143_srom to dcreg.h and out of the bus specific drivers |  jason | 2002-04-16 | 1 | -5/+1 |
* | Don't have dc and de return the same match value in any case. |  nate | 2002-04-01 | 1 | -2/+15 |
* | On sparc64, try local-mac-address before falling back to myetheraddr() |  jason | 2002-03-22 | 1 | -2/+9 |
* | First round of __P removal in sys |  millert | 2002-03-14 | 1 | -8/+8 |
* | remove unused #include |  nate | 2002-03-06 | 1 | -3/+1 |