summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2010-07-07Use atomic operations to increment clock interrupt counter.Mark Kettenis
2010-07-07Implement atomic_add_ulong.Mark Kettenis
2010-07-07Don't grab the kernel lock for clock interrupts. Prevents deadlocks whenMark Kettenis
2010-07-07Remove duplicate mtod(). No need to do it twice since the mbuf is notClaudio Jeker
2010-07-07minor whitespace tweaks and clean up extra ;David Gwynne
2010-07-07bring mpi_wait over to mpii for an mpsafe mechanism to sleep while waitingDavid Gwynne
2010-07-07set each disks openings to the maximum number the controller can handle.David Gwynne
2010-07-07rename ccb_xs to ccb_cookie, and switch it from a struct scsi_xfer * to aDavid Gwynne
2010-07-07use a mutex to ensure writes to the two registers used to post commands toDavid Gwynne
2010-07-07let the config page request code sleep while waiting for a ccb if it isDavid Gwynne
2010-07-07do a 1:1 conversion of mpii_{get,put}_ccb to scsi_io_{get,put}.David Gwynne
2010-07-07Pull out disk sort. I committed the wrong version of the diff and itMarco Peereboom
2010-07-06siop sets XS_NO_CCB when it fails to allocate device state when commandsDavid Gwynne
2010-07-06sun4e support in the bootblocks, derived from a diff from jason@ 7 years ago.Miod Vallat
2010-07-06Having common ienab_bic() and ienab_bis() entry points for sun4/4c and sun4mMiod Vallat
2010-07-06Remove unused CPUARCH_xxx and CPUCLS_xxx defines, as well as all the unusedMiod Vallat
2010-07-06Use spltty() to lock downcalls from apm against the information beingTheo de Raadt
2010-07-06Don't use a workq to do the suspend, because it races aginst the acpiTheo de Raadt
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