summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2010-07-06one wire counter driver 2nd rev, from John L. Scarfone" <j0@cox.net> PR 6422Theo de Raadt
2010-07-06Enable FIFO IO for sd devices. This time committed against the actual tree.Marco Peereboom
2010-07-06timeout_add -> timeout_add_msecBret Lambert
2010-07-06add the iopool wrapper around the mpii ccb free list. cut the midlayer andDavid Gwynne
2010-07-06timeout_add -> timeout_add_msecBret Lambert
2010-07-06if we get an event notification that requires acknowledgement whileDavid Gwynne
2010-07-06move the last direct users of mpi_{get,put}_ccb over to using the scsiDavid Gwynne
2010-07-06spacingTheo de Raadt
2010-07-06get rid of ridiculous differences between the i386 and amd64 versionsTheo de Raadt
2010-07-06Kill an unused variablePhilip Guenthe
2010-07-06Fix monumental cock-up with SCSI_SILENT and SCSI_IGNORE_ILLEGAL_REQUESTKenneth R Westerback
2010-07-05i forgot to remove various compat references from here. spotted by deraadtTed Unangst
2010-07-05bsdos was removedTheo de Raadt
2010-07-05Rework somewhat for safety, so that we only interpret the values ofJonathan Gray
2010-07-05remove compat_bsdos supportTed Unangst
2010-07-05remove a debugging panic, as pointed out by mike;Thordur I. Bjornsson
2010-07-05cope with the recent changes to m_copyback();Thordur I. Bjornsson
2010-07-05If we find something is not aligned according to ALIGNED_POINTER(), weTheo de Raadt
2010-07-05timeout_add -> timeout_add_secBret Lambert
2010-07-05timeout_add -> timeout_add_secBret Lambert
2010-07-05Reset register SCI_EN on resume. The ACPI spec clearly states we don't haveMike Larkin
2010-07-04restrict srmmu handling to just sun4mTheo de Raadt
2010-07-04Remove an obsolete (was in rev 1.1) and unclear commentPhilip Guenthe
2010-07-03Be sure to initialize b_bq member of struct buf not allocated through theMiod Vallat
2010-07-03Make the kernel responsible for saving the FPU state before runningMark Kettenis
2010-07-03Fix the naming of interfaces and variables for rdomains and rtablesPhilip Guenthe
2010-07-03No more ss(4) or usscanner(4). Unused, unloved and unmaintained.Kenneth R Westerback
2010-07-03no need for syncdelay to be a time_t, make it it an int. unstatic variablesThordur I. Bjornsson
2010-07-03replace 0 with equivalent allocation flag. ok thibTed Unangst
2010-07-03explicitly specify flags to malloc and pool_get instead of relying on 0.Ted Unangst
2010-07-03de-static ufs_chown and ufs_chmod so they show up in DDB.Thordur I. Bjornsson
2010-07-03Get rid of EAGAIN, retry scsi_xs_sync() commands (after a scsi_delay())Kenneth R Westerback
2010-07-03Omit some silly USB devices from RAMDISK kernels.Matthew Dempsky
2010-07-03Stop disk on suspend and start it again upon resume. Gets rid of the loudMark Kettenis
2010-07-03Intel 3400 Thermal Sensor driver, found on some new Intel machines.Mike Larkin
2010-07-03Implement translation of the SCSI START STOP UNIT command.Mark Kettenis
2010-07-03Turns out theMark Kettenis
2010-07-03s/$Id$/$OpenBSD$/YASUOKA Masahiko
2010-07-03Last bit of thib@ locking diff from long ago. Put proper lockingKenneth R Westerback
2010-07-02Always try READ CAPACITY(16) on SCSI-3 devices. If it fails, returnKenneth R Westerback
2010-07-02Pretend that softintr_establish() actually works.Joel Sing
2010-07-02no need to call uvm_km_free_wakup for the kernel map, uvm_km_free isThordur I. Bjornsson
2010-07-02When we steal memory, return the VA for the memory that we have stolen andJoel Sing
2010-07-02Don't bother trying to handle a uvm_pglistalloc failure when called withThordur I. Bjornsson
2010-07-02Yet another workaround for PCH devices adapted from Intel code inJonathan Gray
2010-07-02Provide an iopool in arc(4).Michael Knudsen
2010-07-02Protect the ccb free list with a mutex rather than splbio().Michael Knudsen
2010-07-02nuke unused global and a comment.Thordur I. Bjornsson
2010-07-02ss(4) does not need the tape attribute; only tape devices do (and only on vax,Miod Vallat
2010-07-02delete sunos filesTed Unangst