| Age | Commit message (Expand) | Author |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-09-29 | We must not call bus_space_unmap() here. | kiyohara |
| 2007-08-30 | Cosmetic: use a name instead of a number for BAR0. | dyoung |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2007-03-21 | Cleanup handling of quikrs on each RealTek chip: | tsutsui |
| 2007-02-17 | Use the ("%s: ...", __func__) idiom to correct function names and | dyoung |
| 2007-02-04 | Cosmetic: KNF. In debug messages, use "%s: ...", __func__ idiom | dyoung |
| 2006-12-31 | add entry CF32A CF Adapter (BUFFALO RCF-CBA2) | ichiro |
| 2006-11-18 | Unwrap some lines (after __unused removal). | tsutsui |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-27 | Sync up with rtk 'common macro' changes. | dogcow |
| 2006-10-12 | More -Wunused warnings. | xtraeme |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-09-25 | Add powerhook for RT2560-based cardbus wireless adapters. | jmcneill |
| 2006-09-07 | Workbit NinjaATA-32 busmastering PIO IDE controller driver (njata) | itohy |
| 2006-09-07 | remove more vestiges of CCITT, LLC, HDLC, NS, and NSIP. | dogcow |
| 2006-07-21 | Update ADMtek pci device ids to match data sheets. While here, add the 9513 | gdamore |
| 2006-07-14 | Consistently establish / disestablish shutdown hook | seanb |
| 2006-07-13 | Add an option COM_REGMAP to allow com(4) to use an array of register indices. | gdamore |
| 2006-06-07 | Make it compile on sparc64. | nakayama |
| 2006-06-06 | Attachment framework for the rt2561.c and rt2661.c drivers. | rpaulo |
| 2006-06-05 | Add D-Link DWL-610 | martin |
| 2006-06-05 | Import new HAL 0.9.17.2. Approved by sam@ | gdamore |
| 2006-06-04 | Don't allocate 2K on the stack... | christos |
| 2006-06-04 | Make compile by gcc 2. | itohy |
| 2006-05-14 | integrate kauth. | elad |
| 2006-05-11 | quell GCC 4.1 uninitialised variable warnings. | mrg |
| 2006-04-28 | ANSIfy. | rpaulo |
| 2006-04-21 | Backout previous: bus_space_handle_t is an opaque type and can not be | martin |
| 2006-04-14 | Coverity CID 2467: Check that we actually initialized addr before returning it. | christos |
| 2006-04-14 | Coverity CID 2465: Fix uninitialized variable. XXX: cardbus_mapreg_map() | christos |
| 2006-04-02 | Reorganize ath layout as requested by sam@ and suggested by dyoung@ in | gdamore |
| 2006-03-29 | Use device_private(). | thorpej |
| 2006-03-29 | Replace device_locators() with device_locator(), and use it. | thorpej |
| 2006-03-29 | Use device_unit(). | thorpej |
| 2006-03-29 | Use device_cfdata(). | thorpej |
| 2006-03-28 | Use device_unit(). | thorpej |
| 2006-03-25 | Use device_parent().CVS: ----------------------------------------------------... | thorpej |
| 2006-03-02 | Stop-gap solution to Atheros Cardbus cards losing (crypto?) hardware | dyoung |
| 2005-12-29 | The RTL8180L works better with a PCI Latency Timer of 0x50 than | dyoung |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-10-25 | finally nuke the useless cardbus "dev" locator | drochner |
| 2005-09-09 | remove the useless (always 0) device number from cardbus driver state, | drochner |
| 2005-09-09 | make this compile again (shadow and const warnings) | drochner |
| 2005-09-08 | fix parsing of some informational CIS tuples: correct length and handle | drochner |
| 2005-08-26 | s/locdesc_t/int/g | drochner |
| 2005-08-26 | use XXXCF_NLOCS constants instead of magic numbers | drochner |
| 2005-08-25 | kill a number of autoconf submatch functions which follow the | drochner |
| 2005-08-25 | replace the "locdesc_t" structure carrying the number of locators | drochner |
| 2005-07-24 | Add file for 'uhci at cardbus'. From FUKAUMI Naoki in kern/30814. | augustss |