summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2010-09-04Add support for indirect CIS data (CISTPL_INDIRECT tuple).Miod Vallat
2010-09-04Let se(4) support SiS191, and bring a lot of bugfixes and improvements fromMiod Vallat
2010-09-03Some cleanup in preparation for suspend/resume improvements.Mark Kettenis
2010-09-03bus_dmamap_sync() freshly initialized Rx descriptors before flipping the bitMark Kettenis
2010-09-03fix initialization value of analog register AR_AN_TOP2 on some highDamien Bergamini
2010-09-03Use MPLS_INKERNEL_LOOP_MAX instead of 16 when initializing mpls_inkloop.Claudio Jeker
2010-09-03thib insists i take responsibility tooDavid Gwynne
2010-09-02the page_length field in the vpd page header is 2 bytes, not 1.David Gwynne
2010-09-02don't attempt to enqueue routing messages on sockets marked SS_CANTRCVMOREBret Lambert
2010-09-02Inline bufq_impl_disksort and bufq_impl_fifo's definitions intoMatthew Dempsky
2010-09-01Don't give xs->resid an invalid value (xs->datalen * st->blksize)Kenneth R Westerback
2010-09-01After all escape sequence processing, check for being beyond the lastNicholas Marriott
2010-09-01Do not panic in parsedisk() for ``second class'' block devices (which we can'tMiod Vallat
2010-09-01There is no point doing wakeups in bufq_done() unless we're actually in theMark Kettenis
2010-09-01Clarify why we can walk the list of bufqs without holding a mutex with aMark Kettenis
2010-09-01Fix typo in vgafb_mmap(), causing a comparison to always fail. ok kettenis@Miod Vallat
2010-09-01Clean-up the spl dance around suspend/resume. Okay miod@.Paul Irofti
2010-09-01Failure to attach a pcmcia driver could leave the function to be disabledMiod Vallat
2010-09-01Let non-ykbec kernels link again.Miod Vallat
2010-09-01Restore compilability after bufq changesMiod Vallat
2010-09-01ata information vpd page idDavid Gwynne
2010-09-01make struct bufq a member of the softc for devices that use it,David Gwynne
2010-08-31syncStuart Henderson
2010-08-31add id for BCM5719; from Linux tg3 driver via BradStuart Henderson
2010-08-31remove argnames from prototype.Owain Ainsworth
2010-08-31convert the powerhook to an activate function. That activate functionTheo de Raadt
2010-08-31Do wsdisplay suspend/resume and also the bufq dance.Paul Irofti
2010-08-31remove a comment suggesting that azalia needs a powerhookTheo de Raadt
2010-08-31Add DVACT_QUIECE support. This is called before splhigh() and beforeTheo de Raadt
2010-08-31Add DVACT_QUIECE support. This is called before splhigh() and beforeTheo de Raadt
2010-08-31When cardbus is fixed, this will be able to use dc_activate directlyTheo de Raadt
2010-08-31sort DVACT_ actions in order of useTheo de Raadt
2010-08-31annotate that this driver needs sc_dying codeTheo de Raadt
2010-08-31sort DVACT_ actions according to the order likely to be usedTheo de Raadt
2010-08-31Change the powerhook into an activation routine. It has to use a workq.Theo de Raadt
2010-08-31In xxactivate() DVACT_DEACTIVATE, when calling a series of config_deactivate()Theo de Raadt
2010-08-31in the activate function, order the DVACT_ functions in the order theyTheo de Raadt
2010-08-31activate function should return result of config_activate_childrenTheo de Raadt
2010-08-31activate function should return result of config_activate_childrenTheo de Raadt
2010-08-31activate function should return result of config_activate_childrenTheo de Raadt
2010-08-31activate functions should not return EOPNOTSUPPTheo de Raadt
2010-08-31pchbactivate should return result of config_activate_childrenTheo de Raadt
2010-08-31pchbactivate should return result of config_activate_childrenTheo de Raadt
2010-08-31no need to specially handle the 4 AMD756 registers at suspend/resume time;Theo de Raadt
2010-08-31PCI configuration space register save/restore for AMD756.Miod Vallat
2010-08-31Correctly enable wakeup interrupts after splhigh().Miod Vallat
2010-08-31WIP suspend/resume support for loongson lemote. Okay miod@.Paul Irofti
2010-08-31do not return EOPNOTSUPP for unknown activate actionsTheo de Raadt
2010-08-31uhci is apparently is unaware that it could be on a shared interruptTheo de Raadt
2010-08-30activate functions, when they do not add value, should return the result of c...Theo de Raadt