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