summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_dc_pci.c
AgeCommit message (Expand)Author
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