summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2010-09-21The size of sc_status[] (the buffer for USB hub's interrupt pipe) will besasano
2010-09-21regenJonathan Gray
2010-09-21Add some devices from submitted dmesgs and correct some devicesJonathan Gray
2010-09-21Better PHY probing adapted from FreeBSD by Laurent GhigonisJonathan Gray
2010-09-21tweak the sas io unit to use 32 openings when talking to sata disks if theDavid Gwynne
2010-09-21Stefan Rinkes pointed that the disabled aac(4) driver does not compileKenneth R Westerback
2010-09-21Avoid double unlocking the DRM lock in drmclose(). Caught by theMatthew Dempsky
2010-09-21Add device_unref() calls as appropriate to vscsi(4) to fix referenceMatthew Dempsky
2010-09-21Get rid of physio(9) in wdc(4)'s ioctl(2) handler. Based on similarMatthew Dempsky
2010-09-21audio(4) and ac97(4) style suspend/resumeJacob Meuser
2010-09-21umass is set up to only handle one command on the bus at any pointDavid Gwynne
2010-09-21use audio(4)'s DVACT_{QUIESCE,RESUME} and ac97(4)'s ac97_resume() forJacob Meuser
2010-09-21* add autoconf(9) activate function. basically the same as other ac97(4)Jacob Meuser
2010-09-21* use audio(4)'s DVACT_{QUIESCE,RESUME} to handle I/O stopping/restartingJacob Meuser
2010-09-21Add support for newer asus boards that use a different method to pollClaudio Jeker
2010-09-21mclgeti() support for xl(4). All done by Loganaden Velvindron.Claudio Jeker
2010-09-21When attaching a unknown SFP+ module on the 82598 controller recompute theClaudio Jeker
2010-09-20Fix a variety of structure packing and byte order bugs to try to getTheo de Raadt
2010-09-20Stop doing shutdown hooks in network drivers where possible. We alreadyTheo de Raadt
2010-09-20If during resume we get an interrupt, sure, be a bit noisy about itTheo de Raadt
2010-09-20Get rid of evcount's support for arranging counters in a treeMatthew Dempsky
2010-09-20Use SSD_ERRCODE_CURRENT instead of magic 0x70.Kenneth R Westerback
2010-09-20define and use macros for looking at ncq bits.David Gwynne
2010-09-20bus_dmamap_sync was using xs->flags to determine which directionDavid Gwynne
2010-09-20Fix unitialised variable access in the suspend/resume caseJonathan Gray
2010-09-20DVACT_ACTIVATE and DVACT_DEACTIVATE do nothing here; removeTheo de Raadt
2010-09-20After the gcc4 switch the stack protector triggers in atwJonathan Gray
2010-09-19move the ncq depth calculation into atascsi_probe where it belongs. byDavid Gwynne
2010-09-19acpi sub-drivers may not use sensordev_install(); all acpi/acpiec/dsdtTheo de Raadt
2010-09-19add support for 82583V. Confirmed to work on Portwell CAD-0205.YASUOKA Masahiko
2010-09-19check the cdb length on the scsi commands we emulate in atascsi as a way toDavid Gwynne
2010-09-19Check the right mask for additional functions in phy code for 82575Jonathan Gray
2010-09-19wrap a long lineTheo de Raadt
2010-09-19Move setting of reception of broadcast packets from lii_init() intoStuart Henderson
2010-09-17use audio(4) DVACT_{QUIESCE,RESUME}Jacob Meuser
2010-09-15- prevent about then dots from being emitted by my rum(4) upon attach.Jasper Lievisse Adriaanse
2010-09-14allow devices on fc and sas adapters to use all the openings the chip canDavid Gwynne
2010-09-13if a busy sas device is unplugged, the pending io on that device willDavid Gwynne
2010-09-13dont reuse the event notifications ccbs id for the acknowledgement.David Gwynne
2010-09-13im not convinced we only have one outstanding event to ack at a time. thisDavid Gwynne
2010-09-13sas io unit page 0 and 1David Gwynne
2010-09-12anonymous unions aren't standard C and don't work with gcc2. name theJacob Meuser
2010-09-12Add some missing bus_dmamap_sync(). Fix a small whitespace problem whileMark Kettenis
2010-09-12silly me. use the switch() variable, not the case value.Jacob Meuser
2010-09-12use audio(4) DVACT_{QUIESCE,RESUME}Jacob Meuser
2010-09-12autoconf activate suspend/resume for emu(4). uses audio(4)Jacob Meuser
2010-09-12autoconf activate suspend/resume for cmpci(4). uses audio(4)Jacob Meuser
2010-09-12use audio(4) DVACT_{QUIESCE,RESUME}Jacob Meuser
2010-09-12use audio(4) DVACT_{QUIESCE,RESUME}Jacob Meuser
2010-09-12autoconf activate suspend/resume for auvia(4). uses new audio(4)Jacob Meuser