summaryrefslogtreecommitdiff
path: root/sys/dev/cardbus
AgeCommit message (Expand)Author
2000-07-02nuke some final __BROKEN_INDIRECT_CONFIG bits that weren't caught bycgd
2000-06-16beat back the undead: __BROKEN_INDIRECT_CONFIG had risen, and wascgd
2000-06-13Regen.soren
2000-06-06Make 3Com names a little more consistent.soren
2000-05-30Call extent_alloc_subregion() with EX_MALLOCOK inhaya
2000-05-26KNFfied those files.haya
2000-05-19- Change RL_* -> RTK_*tsutsui
2000-05-19Add missing field in static initialization.thorpej
2000-05-15Symbol namespace cleanup: rl_ -> rtk_thorpej
2000-05-10Move if_rl_cardbus.c:1.8 to if_rtk_cardbus.c.haya
2000-05-08Fix the most glaring bug in the old rbus code. This way your machine won'taugustss
2000-05-08Back out my rbus change since it seems to break things.augustss
2000-05-08Don't use not-in-user-namespace variable names that newer versions ofthorpej
2000-05-08KNF the code and fix three bugs:augustss
2000-05-01- Move some initialization into MI rl_attach() from each bus attachment.tsutsui
2000-04-30Modify EEPROM read functions and handle also 9356 EEPROM.tsutsui
2000-04-28Fix copyright notice as per request from the author.tsutsui
2000-04-27Change my email address.augustss
2000-04-26- Allocate mbuf dynamically on Tx and use bus_dmamap_load_mbuf(9).tsutsui
2000-04-25Move the size of the mapped bus_space region into the bus independent softc.augustss
2000-04-24Merge changes of sys/pci/if_rl.c rev. 1.8->1.10. (from kern/9870)tsutsui
2000-04-19Changes the name of RealTek driver. The new name is `rtk'. This usedhaya
2000-04-19Maintenace: add definitions for command status register.haya
2000-04-17rewrite match function to use CIS informationjoda
2000-04-17extract serial funcejoda
2000-04-17add serial funce entryjoda
2000-04-15Also add the Intel ID for the LAN+MODEM56 card to the csdevs list to getveego
2000-04-13disable function after attachjoda
2000-04-13enable com at cardbusjoda
2000-04-13cardbus attachment for com devices (thanks to Chris Demetriou andjoda
2000-04-13regenjoda
2000-04-13add entry for a Xircom modem (as reported by Darren Reed)joda
2000-04-13add CARDBUS_SUBCLASS_COMMUNICATIONS_SERIALjoda
2000-04-11Maintenace: add NetBSD tag and correct the name of the auther.haya
2000-04-10Regen.haya
2000-04-10Incorporate the changes of RL81x9 driver provided by M. Kanaokahaya
2000-04-04Rearrange the 21142/21143 SROM/CIS handling code to give it a chancethorpej
2000-04-04- if_tlp_cardbus.c: Use the `pmreg' pointer passed by bythorpej
2000-04-02Add a flag to tell whether a MAC address was actually found in the CIS.mycroft
2000-03-221. Do not apply 5 V on a CardBus card.haya
2000-03-22In tlp_cardbus_detach(), only unmap the bus space if we were able tothorpej
2000-03-22Fix logic bug in fxp_cardbus_match().thorpej
2000-03-19Add suspend/resume hooks to ensure that the chip doesn't scramble memorythorpej
2000-03-16Make this file just compiles again.enami
2000-03-15Add power management support to the `tlp' driver. The battery on mythorpej
2000-03-15Update cardbus frontend for new ahc driver.fvdl
2000-03-14Pick I/O before Memory space.thorpej
2000-03-13Fix doubled 'the's in comments.soren
2000-03-12Reverse the mapping of the control/status registers. Use I/O before MEM.veego
2000-03-10Move pretty much all of the PCI configuration goo into a separatethorpej