summaryrefslogtreecommitdiff
path: root/sys/dev/cardbus
AgeCommit message (Expand)Author
2006-07-21Update ADMtek pci device ids to match data sheets. While here, add the 9513gdamore
2006-07-14Consistently establish / disestablish shutdown hookseanb
2006-07-13Add an option COM_REGMAP to allow com(4) to use an array of register indices.gdamore
2006-06-07Make it compile on sparc64.nakayama
2006-06-06Attachment framework for the rt2561.c and rt2661.c drivers.rpaulo
2006-06-05Add D-Link DWL-610martin
2006-06-05Import new HAL 0.9.17.2. Approved by sam@gdamore
2006-06-04Don't allocate 2K on the stack...christos
2006-06-04Make compile by gcc 2.itohy
2006-05-14integrate kauth.elad
2006-05-11quell GCC 4.1 uninitialised variable warnings.mrg
2006-04-28ANSIfy.rpaulo
2006-04-21Backout previous: bus_space_handle_t is an opaque type and can not bemartin
2006-04-14Coverity CID 2467: Check that we actually initialized addr before returning it.christos
2006-04-14Coverity CID 2465: Fix uninitialized variable. XXX: cardbus_mapreg_map()christos
2006-04-02Reorganize ath layout as requested by sam@ and suggested by dyoung@ ingdamore
2006-03-29Use device_private().thorpej
2006-03-29Replace device_locators() with device_locator(), and use it.thorpej
2006-03-29Use device_unit().thorpej
2006-03-29Use device_cfdata().thorpej
2006-03-28Use device_unit().thorpej
2006-03-25Use device_parent().CVS: ----------------------------------------------------...thorpej
2006-03-02Stop-gap solution to Atheros Cardbus cards losing (crypto?) hardwaredyoung
2005-12-29The RTL8180L works better with a PCI Latency Timer of 0x50 thandyoung
2005-12-11merge ktrace-lwp.christos
2005-10-25finally nuke the useless cardbus "dev" locatordrochner
2005-09-09remove the useless (always 0) device number from cardbus driver state,drochner
2005-09-09make this compile again (shadow and const warnings)drochner
2005-09-08fix parsing of some informational CIS tuples: correct length and handledrochner
2005-08-26s/locdesc_t/int/gdrochner
2005-08-26use XXXCF_NLOCS constants instead of magic numbersdrochner
2005-08-25kill a number of autoconf submatch functions which follow thedrochner
2005-08-25replace the "locdesc_t" structure carrying the number of locatorsdrochner
2005-07-24Add file for 'uhci at cardbus'. From FUKAUMI Naoki in kern/30814.augustss
2005-07-11ieee1394 import from FreeBSD.kiyohara
2005-07-04update PCI/Cardbus ral wlan driver, and adapt to new FreeBSD/NetBSDdrochner
2005-07-01add autoconf glue for the ralink wireless drivers, basically fromdrochner
2005-07-01add drivers for Ralink RT2500-based wireless adapters, written bydrochner
2005-06-22Resolve conflicts in importation of 18-May-2005 ath(4) / net80211(9)dyoung
2005-06-13Add support for the LinkSys PCMPC200 Cardbus ethernet card.tron
2005-05-30add a missing constchristos
2005-05-12Make the Adaptec 1480 cardbus Slim SCSI card work.augustss
2005-03-04Not used any more.mycroft
2005-02-27nuke trailing whitespaceperry
2005-02-04de-__Pperry
2005-01-29Remove duplicate stanza for re(4) at cardbus. When I added an entryjonathan
2005-01-29Now that we've switched to the split re(4) for PCI, add the cardbusjonathan
2005-01-21- switch to dev/rtl8169.c from pci/if_re.c.yamt
2005-01-15 - Use aprint_*.kanaoka
2005-01-13 - Add my tested device in a comment.kanaoka