Age | Commit message (Expand) | Author |
2010-09-06 | All PWR_{SUSPEND,RESUME} can now be replaced by DVACT_{SUSPEND,RESUME} | Theo de Raadt |
2010-09-06 | Save and restore pci config space registers common to all PCI-CardBus | Mark Kettenis |
2010-09-06 | Make the interrupt handler bail out early if the device wen away. Fixes | Mark Kettenis |
2010-09-06 | initialize rv to 0 in the activate function | Theo de Raadt |
2010-09-06 | initialize rv to 0 in the activate function | Theo de Raadt |
2010-09-06 | Fix previous. | Owain Ainsworth |
2010-09-06 | Rev 1.67 of intagp (agp_i810.c) was added to deal with the problem | Owain Ainsworth |
2010-09-06 | Some stupid hardware marks PCI BARs as prefetchable that aren't side-effect | Mark Kettenis |
2010-09-05 | Add an ioctl to figure out the non-sticky bits in PCI BARs used for determining | Mark Kettenis |
2010-09-05 | Properly invoke bus_dmamap_sync() around the ring descriptors. No functional | Miod Vallat |
2010-09-04 | Remove redundant prototype left behind by deraadt@ | Mark Kettenis |
2010-09-04 | Off-by-two in the length check for CISTPL_CONFIG tuples. | Miod Vallat |
2010-09-04 | Use pcmcia_cis_read_1() to read cis data to be checksummed, instead of | Miod Vallat |
2010-09-04 | Add support for indirect CIS data (CISTPL_INDIRECT tuple). | Miod Vallat |
2010-09-04 | Let se(4) support SiS191, and bring a lot of bugfixes and improvements from | Miod Vallat |
2010-09-03 | Some cleanup in preparation for suspend/resume improvements. | Mark Kettenis |
2010-09-03 | bus_dmamap_sync() freshly initialized Rx descriptors before flipping the bit | Mark Kettenis |
2010-09-03 | fix initialization value of analog register AR_AN_TOP2 on some high | Damien Bergamini |
2010-09-02 | the page_length field in the vpd page header is 2 bytes, not 1. | David Gwynne |
2010-09-01 | After all escape sequence processing, check for being beyond the last | Nicholas Marriott |
2010-09-01 | Failure to attach a pcmcia driver could leave the function to be disabled | Miod Vallat |
2010-09-01 | make struct bufq a member of the softc for devices that use it, | David Gwynne |
2010-08-31 | sync | Stuart Henderson |
2010-08-31 | add id for BCM5719; from Linux tg3 driver via Brad | Stuart Henderson |
2010-08-31 | remove argnames from prototype. | Owain Ainsworth |
2010-08-31 | convert the powerhook to an activate function. That activate function | Theo de Raadt |
2010-08-31 | remove a comment suggesting that azalia needs a powerhook | Theo de Raadt |
2010-08-31 | Add DVACT_QUIECE support. This is called before splhigh() and before | Theo de Raadt |
2010-08-31 | Add DVACT_QUIECE support. This is called before splhigh() and before | Theo de Raadt |
2010-08-31 | When cardbus is fixed, this will be able to use dc_activate directly | Theo de Raadt |
2010-08-31 | sort DVACT_ actions in order of use | Theo de Raadt |
2010-08-31 | annotate that this driver needs sc_dying code | Theo de Raadt |
2010-08-31 | sort DVACT_ actions according to the order likely to be used | Theo de Raadt |
2010-08-31 | In xxactivate() DVACT_DEACTIVATE, when calling a series of config_deactivate() | Theo de Raadt |
2010-08-31 | activate function should return result of config_activate_children | Theo de Raadt |
2010-08-31 | activate function should return result of config_activate_children | Theo de Raadt |
2010-08-31 | activate function should return result of config_activate_children | Theo de Raadt |
2010-08-31 | activate functions should not return EOPNOTSUPP | Theo de Raadt |
2010-08-31 | no need to specially handle the 4 AMD756 registers at suspend/resume time; | Theo de Raadt |
2010-08-31 | PCI configuration space register save/restore for AMD756. | Miod Vallat |
2010-08-31 | do not return EOPNOTSUPP for unknown activate actions | Theo de Raadt |
2010-08-31 | uhci is apparently is unaware that it could be on a shared interrupt | Theo de Raadt |
2010-08-30 | activate functions, when they do not add value, should return the result of c... | Theo de Raadt |
2010-08-30 | Change powerhooks into activate functions, and provide stub powerhook | Theo de Raadt |
2010-08-30 | ioctl versus resume-workq exclusion; cloned from iwn | Theo de Raadt |
2010-08-30 | Convert the pcmcia power hook to an activate function. Then change the | Theo de Raadt |
2010-08-30 | fix tailq use; ok thib | Theo de Raadt |
2010-08-30 | During boot probe walk disklist rather than alldevs. This avoids a race | Joel Sing |
2010-08-29 | the scsi completion code thinks that if you dont get MFI_STAT_OK | David Gwynne |
2010-08-29 | wdcactivate() can go since it is just a wrapper around | Theo de Raadt |