summaryrefslogtreecommitdiff
path: root/sys/dev/cardbus
AgeCommit message (Expand)Author
1999-12-17Remove extra #endif so we can compile again.augustss
1999-12-16Add back cut Cardbus_conf_write/cardbus_conf_write lines.abs
1999-12-15Normalize symbol names used for multiple inclusion protection.kleink
1999-12-12Take a stab at making this work on big-endian systems.thorpej
1999-12-11add 3com 575CT, which Dell (at least) seems to be shippingexplorer
1999-12-11Handle the 21143 PMCSR, like we do in the PCI front-end.thorpej
1999-12-11- Don't try to run the chip in big-endian mode. Not all chips supportthorpej
1999-12-11Add cardbus_get_capability(), cloned from pci_get_capability().thorpej
1999-12-08check for NULL from mallocjoda
1999-12-07After reading the 21143 manual again, make sure SNOOZE is cleared inthorpej
1999-12-07Add the 21143 PMCSR offset, from Masanori Kanaoka.thorpej
1999-12-07Make sure to bring the chip out of sleep mode. From Masanori Kanaoka.thorpej
1999-11-19Add a basic CardBus front-end for the `tlp' driver. Still more work to do.thorpej
1999-11-18include dev/cardbus/cardbusdevs.hjoda
1999-11-18regenjoda
1999-11-18fix bogus commentjoda
1999-11-18use CARDBUS_VENDOR_INVALIDjoda
1999-11-18regenjoda
1999-11-18add INVALID vendor, and an Intel modemjoda
1999-11-17Make this a lot more like the PCI front-end.thorpej
1999-11-17Also disable EX_CONF_INTPHY on the B model.soren
1999-11-17The 3c575-TX does *not* have an internal PHY.thorpej
1999-11-15Handle insertion and removal events more strictly.haya
1999-11-15Fill 0 into CardBus base address registers before a card ishaya
1999-11-12(cardbus_attach_card): don't free ccjoda
1999-11-12if the image size is zero, assume it really means one blockjoda
1999-11-09make this compile with CARDBUS_DEBUGjoda
1999-11-09Maintenance CardBus/PCI extension ROM mapping routine.haya
1999-11-08correct number of BAR:s in cardbus_cis_infojoda
1999-11-08Let decode_tuples take function to call for each tuple, and use thisjoda
1999-11-08add some bare-bones CIS information to the attach_args structjoda
1999-11-08regenjoda
1999-11-08copy xircom entries from pcidevsjoda
1999-11-06It's okay for a memory region to be larger than it's alignment.soren
1999-11-01Change the interface of cardbus_function_enable() andhaya
1999-10-31uncomment fxp_cardbusjoda
1999-10-31commit a more working version if this driver; so far only tested on anjoda
1999-10-29handle multi function cardsjoda
1999-10-29add cardbus_exrom.c to cardbus devicejoda
1999-10-29add support for reading memory mapped CIS via BAR or EXROM registerjoda
1999-10-29Remove unnecessary check in cardbusmatch.haya
1999-10-29Change cardbus messages when cardbus does not configured.haya
1999-10-28add macro to get ROM image number, given a CIS pointerjoda
1999-10-28code to read PCI expansion ROMjoda
1999-10-27allow mapping of the expansion romjoda
1999-10-27add Expasion ROM register (0x30);joda
1999-10-27(cardbus_attach_card): don't mask everything *but* the latency timerjoda
1999-10-27Change cardbus API. The first argument of cardbus_mapreg_map() ishaya
1999-10-27Use opt_cardbus.h for cardbus.c and opt_cardslot.h for cardslot.c.haya
1999-10-25defopt the XNS protocol (options NS), clean up the use of relateddrochner