summaryrefslogtreecommitdiff
path: root/sys/dev/cardbus/if_dc_cardbus.c
AgeCommit message (Expand)Author
2011-04-02- use nitems(); no binary change@Jasper Lievisse Adriaanse
2010-08-31When cardbus is fixed, this will be able to use dc_activate directlyTheo de Raadt
2010-03-27Give cardbus the pci_chipset_tag_t from pccbb and push it out throughJonathan Gray
2010-03-27Bring back cardbus_chipset_tag_t which is in practice aJonathan Gray
2010-03-22Remove some cardbus defines and types which are identical toJonathan Gray
2009-10-15Add detach support to a few more drivers, and in others do the neccessaryTheo de Raadt
2009-06-26Using information gleamed from the FreeBSD driver, change the MAC addressTheo de Raadt
2009-06-02make dc at pci detachable; untested.Jonathan Gray
2008-09-11ANSI function declarations.Brad Smith
2008-09-11Add missing license. Copy the license used elsewhere with the dc(4) driver.Brad Smith
2008-01-16- Remove a unwanted slash from a error message printfBrad Smith
2007-05-08dc_detach() is only used by cardbus code, so move it there; ok jsgTheo de Raadt
2006-10-12Add a symbolic name parameter to cardbus_intr_establish().Alexander Yurchenko
2006-04-23Recognize the D-Link DRP32TXD CardBus adapter. It is anotherBrad Smith
2005-06-15add Linksys PCMPC200Brad Smith
2005-05-29- better pcidevs entries for Intel Gig and add 82573 idsBrad Smith
2005-05-16Use cardbus_matchbyid().Brad Smith
2005-01-16- recognize Microsoft PCI and CardBus adaptersBrad Smith
2005-01-16get EEPROM width on all cards except for the original PNICBrad Smith
2005-01-14rev 1.63Brad Smith
2004-10-07cardbusdevs -> pcidevsBrad Smith
2004-09-18add Linksys PCM200Brad Smith
2003-04-29- remove last vestige of "old autoconf": dc_unit is dead, long live dv_xnameJason Wright
2002-07-23Use the proper cardbus_conf_read() rather than pci (in a cardbus driver).Dale Rahn
2002-06-09a step towards consistancy; in general:Todd T. Fries
2002-04-16move prototypes of dc_eeprom_width, dc_read_srom, and dc_parse_21143_srom to ...Jason Wright
2002-03-14First round of __P removal in sysTodd C. Miller
2001-12-22Support for SMC 8036TX 10/100 cardbus NICs; diffs provided byFederico G. Schwindt
2001-12-06Checkpoint bus_dma work in progress:Jason Wright
2001-08-22Support more dc(4) CardBus devices, including the AN985-based Linksys PCMPC200Aaron Campbell
2001-04-06- For CardBus 21143 cards, parse the SROM. Makes my SMC EZ CardBus 10/100 work.Aaron Campbell
2001-03-25lower spl on error exit. Thanks to dawson and team for finding this oneConstantine Sapuntzakis
2000-10-27Make cardbus version of dc detach properly. OK aaron@Nathan Binkert
2000-10-26Add support for ADMtek AN985 Centaur-C CardBus Ethernet interfaces. Thanks forAaron Campbell
2000-10-26Add support for Xircom X3201-based CardBus Ethernet cards. Tested successfullyAaron Campbell