| Age | Commit message (Expand) | Author |
| 2008-07-21 | don't include i82365var.h, fixes build error, from Robert Swindells | drochner |
| 2008-07-11 | Don't write a register on the device until PCI I/O access has been | dyoung |
| 2008-07-11 | Don't write a memory-mapped register on the device until PCI memory | dyoung |
| 2008-07-11 | Apply changes missed in "cardbus interrupt stuff cleanup" by drochner@: | kiyohara |
| 2008-07-10 | make this compile with DIAGNOSTIC | cegger |
| 2008-07-09 | - device/softc split | joerg |
| 2008-07-09 | - device/softc split for ath(4) | joerg |
| 2008-07-09 | - device/softc split | joerg |
| 2008-07-09 | - device/softc split | joerg |
| 2008-07-09 | - device/softc split for fxp(4) | joerg |
| 2008-07-09 | Use device_private to access cardbus_softc. | joerg |
| 2008-07-03 | minor cleanup so that it can cope with a futute split pcmcia device/softc | drochner |
| 2008-06-29 | fix type | dogcow |
| 2008-06-26 | constify the pcmcia/cardbus method tables | drochner |
| 2008-06-26 | Fix split device_t/softc. | kiyohara |
| 2008-06-25 | Avoid the use of i82365var.h - we don't use any functions from there. | drochner |
| 2008-06-25 | split device/softc for pccbb, the cardbus half of cardslot and cardbus | drochner |
| 2008-06-24 | clean up the cardbus interrupt stuff: | drochner |
| 2008-06-24 | clean up some useless code and variables in cardbus attachment | drochner |
| 2008-06-11 | *Always* update the desired power status of each CardBus function, | dyoung |
| 2008-06-11 | Use device_t. | dyoung |
| 2008-06-11 | Remove code that is redundant with cardbus_child_resume(), which | dyoung |
| 2008-05-18 | Add support for PCI_BUS_FIXUP and PCI_ADDR_FIXUP on amd64. | jmcneill |
| 2008-05-14 | Match printf argument type (uintmax_t) to format string (PRIuMAX). | dyoung |
| 2008-04-30 | Make various bits of debug code compile again. | ad |
| 2008-04-29 | Pull in some more changes from OpenBSD: | scw |
| 2008-04-29 | Convert to new 2 clause license | martin |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-25 | Split device_t/softc for re(4) and rtk(4). | tsutsui |
| 2008-04-14 | - ansify | cegger |
| 2008-04-14 | pretty up if_ex: pmf'ify, device split, and improve printing a bit too. | spz |
| 2008-04-09 | Fix small error in device/sc splitup. | skd |
| 2008-04-06 | use aprint_*_dev and device_xname | cegger |
| 2008-03-29 | Sorry forgot. | kiyohara |
| 2008-03-29 | Make it compile again. | ad |
| 2008-03-28 | split device/softc for USB host controllers and the usb (control) | drochner |
| 2008-03-18 | Split device_t and softc for ATA devices, as well as wd(4). Other | cube |
| 2008-03-14 | Split device_t and softc for all com(4) devices (well, everything that | cube |
| 2008-03-12 | Use device_t and its accessors throughout. Use aprint_*_dev(). | dyoung |
| 2008-03-07 | Use device_t and accessors. Setup power management in the PCI | dyoung |
| 2008-03-07 | Use device_t and accessors. Use PMF instead of legacy power | dyoung |
| 2008-03-07 | Use device_t and its accessors. In uhci_{pci,cardbus}_attach, use | dyoung |
| 2008-03-07 | Use device_t and accessors. | dyoung |
| 2008-03-07 | Register the shutdown hook using pmf_device_register1(). | dyoung |
| 2008-02-28 | Extend the pmf suspend/resume hooks by a shutdown method, so drivers | drochner |
| 2008-02-23 | Reduce diffs between cardbus_set_powerstate_int() and | dyoung |
| 2008-02-22 | Make the CardBus D2/D3 power-handling more alike to PCI's, but | dyoung |
| 2008-02-18 | Use device_xname(). | dyoung |
| 2008-02-06 | On a tlp@cardbus, don't set the Tx FIFO threshold to "store & | dyoung |
| 2008-02-06 | Assert that 'offset' is divisible by four, since we're using it to | dyoung |