summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_dc_pci.c
AgeCommit message (Expand)Author
2003-10-21a 3com tulip, wow; christoph.scheurer@ch.tum.deTheo de Raadt
2003-10-07use PCI_PMCSR instead of some magic value.Federico G. Schwindt
2003-09-29fix the dc_cacheline to 16 on hppaMichael Shalayeff
2003-08-16AN983 needs 64BIT_HASH too, fixes multicastHenning Brauer
2003-06-26it's better w/ a comma between irq and addressMichael Shalayeff
2003-05-17fix up the media handling for the intel based MACs. Also hack around aJason Wright
2003-04-29- remove last vestige of "old autoconf": dc_unit is dead, long live dv_xnameJason Wright
2003-04-19Davicom DM9009 supportHenning Brauer
2002-10-20add support for intel 21145Henning Brauer
2002-06-09unbreak sparc64 kernel builds after the arpcom change.Artur Grabowski
2002-04-18add support for Conexant LANfinity RS7112; based on patch from Maurice Nonnek...Jason Wright
2002-04-16move prototypes of dc_eeprom_width, dc_read_srom, and dc_parse_21143_srom to ...Jason Wright
2002-04-01Don't have dc and de return the same match value in any case.Nathan Binkert
2002-03-22On sparc64, try local-mac-address before falling back to myetheraddr()Jason Wright
2002-03-14First round of __P removal in sysTodd C. Miller
2002-03-06remove unused #includeNathan Binkert
2002-03-0421140 support for dc isn't reliable enough for it to win over dc.Nathan Binkert
2002-02-17make dc win on alpha tooNathan Binkert
2002-02-17Make dc match with higher priorit over de for 21142/3 chipsNathan Binkert
2002-01-11Check result from malloc(9) when using M_NOWAIT. fgsch@ okThomas Nordin
2001-12-13Fix old alpha bug recently triggered by conversion to busdma.Nathan Binkert
2001-12-06enough bus_dmamap_sync() and htole()/letoh() to get TX working on sparc64.Jason Wright
2001-12-06Checkpoint bus_dma work in progress:Jason Wright
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
2001-10-06We must read the SROM ahead of time for all ADMtek-based PCI cards; based onAaron Campbell
2001-08-25Change pci_intr_map to take pci_attach_args as an argument.Artur Grabowski
2001-08-22Support more dc(4) CardBus devices, including the AN985-based Linksys PCMPC200Aaron Campbell
2001-08-14Call dc_read_srom with the correct width; patch from gluk@. Fixes problemsAaron Campbell
2001-08-12remove redundant vm includesMichael Shalayeff
2001-04-06- For CardBus 21143 cards, parse the SROM. Makes my SMC EZ CardBus 10/100 work.Aaron Campbell
2001-02-09Add support for parsing the media blocks from the SROM on the 21143 adapters.Aaron Campbell
2000-11-16Add support for Accton EN2242 MiniPCI adapters as found in HP OmniBook XE3Aaron Campbell
2000-10-30Match the Macronix 98727/98732 chips.Aaron Campbell
2000-10-27From FreeBSD:Aaron Campbell
2000-10-27From FreeBSD:Aaron Campbell
2000-10-16Use mii_attach() directly instead of mii_phy_probe().Aaron Campbell
2000-09-13Sync with FreeBSD. Finally make the OpenBSD-specific changes necessary to makeAaron Campbell
2000-08-02Sync with FreeBSD. Summary of changes:Aaron Campbell
2000-06-12Fix ADMtek identity crisis (whoops, missed this file); thanks mickey@Aaron Campbell
2000-04-26we've done an oopsMichael Shalayeff
2000-04-26dc_csid ain't needed no more; jason@ okMichael Shalayeff
2000-04-18split dc driver into bus dependent and bus independent (pci) partsJason Wright