summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2010-06-03cut cd(4) over to use xshandlers. based on the sd(4) diff and includes theDavid Gwynne
2010-06-03Always initialize the ccb provided by the scsi layer into the properKenneth R Westerback
2010-06-03get rid of the kthread. it is unused and just bloats the kernel.David Gwynne
2010-06-03replace TAILQs with SLISTs for managing the ccb free list. theyre smaller.David Gwynne
2010-06-03useless abstraction is, by definition, useless.David Gwynne
2010-06-02Kill the mpls enable sysctl knob. Since MPLS needs to be enabled explicitlyClaudio Jeker
2010-06-02has GENERIC.MPTheo de Raadt
2010-06-02Add back -fno-omit-frame-pointer, which was accidentally deleted byMark Kettenis
2010-06-02ss has no value, its readme has even less value. it discusses developmentDavid Gwynne
2010-06-02convert ciss(4) over to using iopools. this is fairly easy after the recentDavid Gwynne
2010-06-02bring back the SDF_WAITING waiting flag while adapters still implementDavid Gwynne
2010-06-02dont drop out of handling a command if ITSDONE is set. return a betterDavid Gwynne
2010-06-02its pretty obvious that ciss_cmd should be called with splbio being held,David Gwynne
2010-06-02- correctly report the number of wired tlb entriesJasper Lievisse Adriaanse
2010-06-02call scsi_done before put_ccb, rather than have put_ccb call scsi_doneDavid Gwynne
2010-06-02arch/beagle is safe to enter nowTheo de Raadt
2010-06-02beagle has no stand/ yetTheo de Raadt
2010-06-02push the "locking" in ciss_scsi_cmd down. we dont need splbio to callDavid Gwynne
2010-06-02protect the ccb free queue with its own mutexDavid Gwynne
2010-06-02get rid of useless ccb queues. when the ccb is on the chip, we mark itsDavid Gwynne
2010-06-02get rid of the code for the passthru bus support. it was never enabled andDavid Gwynne
2010-06-02interrupt handlers are run at their IPL, so there's no need to go splbioDavid Gwynne
2010-06-01use --warn-common for linking (some arch's will show new warnings), andTheo de Raadt
2010-06-01add beagle, mentioned by drahnTheo de Raadt
2010-06-01move cd, st & ss over to bufq's again.Thordur I. Bjornsson
2010-06-01if we're going to set ITSDONE when an xfer is done cos the adapter expectsDavid Gwynne
2010-06-01regenMarcus Glocker
2010-06-01Add ``StarTech CONV-USB2DVI'' udl device.Marcus Glocker
2010-06-01Initial attempt at GENERIC kernel for beagle, untested.Dale Rahn
2010-06-01Fix splassert code, (previously hidden in DIAGNOSTIC).Dale Rahn
2010-06-01Fix some code hidden in DIAGNOSTIC.Dale Rahn
2010-06-01Bluetooth header file is required so even if no bluetooth is configuredDale Rahn
2010-05-31This file never contained anything of value.Theo de Raadt
2010-05-31Completely rewrite the tags file creation process. use config(8) againstTheo de Raadt
2010-05-31attempt to partially update the list of arch's and src dirs, though weTheo de Raadt
2010-05-31there is no spllpt(), since lpt's are just tty devices (call tty functions,Theo de Raadt
2010-05-31this dir, itself, should decide if it is entered deeperTheo de Raadt
2010-05-31do not immediately panic if we find a non-increasing heartbeat counter butAlexander Hall
2010-05-31OpenBSD/moko development has stopped, it effectively stopped long ago whenDale Rahn
2010-05-31OpenBSD/moko development has stopped, it effectively stopped long ago whenDale Rahn
2010-05-31Add a comment about the explicit NULL label handling. We follow RFC 4182Claudio Jeker
2010-05-31Do not use IF_ENQUEUE() but IF_INPUT_ENQUEUE() instead. The first makroClaudio Jeker
2010-05-30Tweak bufq code to handle corner cases. Makes upcoming cd(4)Kenneth R Westerback
2010-05-29merge subr.s into locore.S, which requires a fairly complicated danceTheo de Raadt
2010-05-29As noted by art, two processes with the same pid would be bad. GrabPhilip Guenthe
2010-05-28${PARAM} is now included in ${CPPFLAGS}, so stop passing it separatelyPhilip Guenthe
2010-05-28Delete a fallback definition for CPU_INFO_UNIT that's both unnecessaryPhilip Guenthe
2010-05-28Rework the way we handle MPLS in the kernel. Instead of fumbling MPLS intoClaudio Jeker
2010-05-28Add missing initialization.Mark Kettenis
2010-05-28Make sure the temporary buffer used to generate tcp options is properlyMark Kettenis