summaryrefslogtreecommitdiff
path: root/sys/dev/cardbus
AgeCommit message (Expand)Author
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-09-29We must not call bus_space_unmap() here.kiyohara
2007-08-30Cosmetic: use a name instead of a number for BAR0.dyoung
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-03-21Cleanup handling of quikrs on each RealTek chip:tsutsui
2007-02-17Use the ("%s: ...", __func__) idiom to correct function names anddyoung
2007-02-04Cosmetic: KNF. In debug messages, use "%s: ...", __func__ idiomdyoung
2006-12-31add entry CF32A CF Adapter (BUFFALO RCF-CBA2)ichiro
2006-11-18Unwrap some lines (after __unused removal).tsutsui
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-27Sync up with rtk 'common macro' changes.dogcow
2006-10-12More -Wunused warnings.xtraeme
2006-10-12- sprinkle __unused on function decls.christos
2006-09-25Add powerhook for RT2560-based cardbus wireless adapters.jmcneill
2006-09-07Workbit NinjaATA-32 busmastering PIO IDE controller driver (njata)itohy
2006-09-07remove more vestiges of CCITT, LLC, HDLC, NS, and NSIP.dogcow
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