summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/if_dc_pci.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Partially revert previous mallocarray conversions that containdhill2017-04-111-2/+2
* Convert some malloc(9) to mallocarray(9)dhill2017-04-091-3/+3
* You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.mpi2015-11-241-2/+1
* The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.mpi2015-11-241-2/+1
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* unifdef INETtedu2014-12-221-3/+1
* Fewer <netinet/in_systm.h>mpi2014-07-221-3/+1
* Most network drivers include netinet/in_var.h, but apparently theybluhm2013-08-071-2/+1
* Convert a number of old private copies of code which predatesderaadt2012-10-181-46/+2
* Move the dc_pci_activate function to dc.c, and mangle it up with some ofderaadt2010-08-271-25/+2
* ca_activate function for suspend/resume; tested by mlarkin on aderaadt2010-08-051-2/+26
* Add detach support to a few more drivers, and in others do the neccessaryderaadt2009-10-151-8/+3
* Using information gleamed from the FreeBSD driver, change the MAC addressderaadt2009-06-261-4/+20
* make dc at pci detachable; untested.jsg2009-06-021-8/+36
* Add more CardBus ids to PCI attachments to cope withjsg2009-06-021-1/+10
* ANSI function declarations.brad2008-09-111-10/+6
* Remove the redundant local variable 'revision' from the PCI attach function.brad2008-09-111-11/+9
* print the comma before the MAC address string in dc_attach() instead of thebrad2007-11-261-2/+2
* Stop making de win over dc on alpha, and include both dc and de on allmiod2007-08-011-10/+1
* ``it's'' -> ``its'' when the grammar gods require this change.miod2007-04-101-2/+2
* Add missing break in attach code.jsg2007-02-131-1/+2
* update for the new ADMtek PCI ids.brad2006-07-201-4/+6
* attach to the ADMtek 983B chipset as well.brad2006-07-181-1/+3
* add sys/timeout.hbrad2006-06-171-1/+2
* - remove spl from attachbrad2005-11-061-13/+18
* do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisubmatch(); kettenis@ testing; brad@ okmickey2005-08-091-10/+4
* simplify man! no need to outline pci_mapreg_map() anymore just use itmickey2005-03-261-25/+8
* - recognize Microsoft PCI and CardBus adaptersbrad2005-01-161-12/+8
* get EEPROM width on all cards except for the original PNICbrad2005-01-161-12/+8
* rev 1.63brad2005-01-141-1/+2
* rev 1.125brad2005-01-081-3/+5
* Use ETHER_MIN_LEN/ETHER_MAX_DIX_LENbrad2004-09-281-2/+2
* kill hppa quirk that is not neededmickey2004-08-041-6/+2
* do not force into io space on hppa as it's much slowermickey2004-06-281-1/+3
* a 3com tulip, wow; christoph.scheurer@ch.tum.dederaadt2003-10-211-1/+13
* use PCI_PMCSR instead of some magic value.fgsch2003-10-071-3/+3
* fix the dc_cacheline to 16 on hppamickey2003-09-291-2/+6
* AN983 needs 64BIT_HASH too, fixes multicasthenning2003-08-161-1/+2
* it's better w/ a comma between irq and addressmickey2003-06-261-2/+2
* fix up the media handling for the intel based MACs. Also hack around ajason2003-05-171-1/+5
* - remove last vestige of "old autoconf": dc_unit is dead, long live dv_xnamejason2003-04-291-7/+4
* Davicom DM9009 supporthenning2003-04-191-2/+4
* add support for intel 21145henning2002-10-201-1/+11
* unbreak sparc64 kernel builds after the arpcom change.art2002-06-091-3/+3
* add support for Conexant LANfinity RS7112; based on patch from Maurice Nonnekes <maurice@amaze.nl> based on FreeBSD (only minor surgery necessary)jason2002-04-181-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 driversjason2002-04-161-5/+1
* Don't have dc and de return the same match value in any case.nate2002-04-011-2/+15
* On sparc64, try local-mac-address before falling back to myetheraddr()jason2002-03-221-2/+9
* First round of __P removal in sysmillert2002-03-141-8/+8
* remove unused #includenate2002-03-061-3/+1