summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2010-09-20Get rid of evcount's support for arranging counters in a treeMatthew Dempsky
2010-09-20Initial revisionTakuya ASADA
2010-09-20Initial revisionTakuya ASADA
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-20bufq_drain() does not need to be done in deactivate; we only needTheo de Raadt
2010-09-20Write the start of an activate function. QUIESCE should wait for theTheo de Raadt
2010-09-20Need an activate function to get to sub-devices. Write it by hand sinceTheo de Raadt
2010-09-20DVACT_ACTIVATE and DVACT_DEACTIVATE do nothing here; removeTheo de Raadt
2010-09-20Must travese deeper for DVACT_QUIESCE; ok miodTheo de Raadt
2010-09-20bring back scsi_base.c r1.195 and scsiconf.h r1.138 now thatDavid Gwynne
2010-09-20After the gcc4 switch the stack protector triggers in atwJonathan Gray
2010-09-19Overhaul ddb disassembler to recognize all MIPS IV instructions, as well asMiod Vallat
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-17revert scsi_base.c r1.195 and scsiconf.h r1.138 as it screws up with someDavid Gwynne
2010-09-17don't forget to free program header sections when writingMike Belopuhov
2010-09-17use audio(4) DVACT_{QUIESCE,RESUME}Jacob Meuser
2010-09-17Recognize MIPS IV extra FPU condition codes in MipsEmulateBranch().Miod Vallat
2010-09-17Protect a few more defines with _KERNEL checks, and also allow some of themMiod Vallat
2010-09-17FPU control/status register defines, and upcoming userland functionMiod Vallat
2010-09-17Correctly disassemble `branch likely' instructions.Miod Vallat
2010-09-17There is only one code for coprocessor BC opcodes, so don't bother to handleMiod Vallat
2010-09-17Do not trust the FPU identification register obtained from KL configurationMiod Vallat
2010-09-15- prevent about then dots from being emitted by my rum(4) upon attach.Jasper Lievisse Adriaanse
2010-09-14Recognize the new sequence gcc4 uses to trap on divide by zero.Miod Vallat
2010-09-14Undo unrelated changes commitedby mistake.Miod Vallat
2010-09-14Force .rodata.str1.4 section to be merged into .text for the 32-bit bootblocks,Miod Vallat
2010-09-14unstatic variable we need elsewhere, fixes stand build on tezroMarco Peereboom
2010-09-14Fix couple of warningsMarco Peereboom
2010-09-14Forc -mno-abicalls when compiling non-PIC bootblocks, for gcc 4 passes -KPICMiod Vallat
2010-09-14dont leak an xs in ststart if its called while the device is dying.David Gwynne
2010-09-14scsi_xsh_del the xs handler on DEACTIVATE.David Gwynne
2010-09-14Clean up sense mode handling to make residual value handling clearerKenneth R Westerback
2010-09-14the openings member of scsi_link is the maximum number of commands that aDavid Gwynne
2010-09-14allow devices on fc and sas adapters to use all the openings the chip canDavid Gwynne
2010-09-13Added OCTEON in cpu type. ok miod@Takuya ASADA
2010-09-13First shot at ICMP error handling inside an MPLS path. Currently onlyClaudio Jeker
2010-09-13Change icmp_reflect() so that it does not call icmp_send directly. ThisClaudio Jeker
2010-09-13Using a normaly unavailable 0.0.0.1 gateway on routes on sppp(4) basedClaudio Jeker
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