summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2014-03-25use lemtohXX and htolemXX as much as possibleDavid Gwynne
2014-03-25when reading from the chip you use letoh32, not htole32.David Gwynne
2014-03-25rework qle_put_cmd to use hto[lb]emXX as best it can.David Gwynne
2014-03-25everything is at least 4 byte aligned.David Gwynne
2014-03-25use htolem32 to write out qle sg elements, and annotate the structure asDavid Gwynne
2014-03-25the memory constraints are correct, so we dont need volatile to provideDavid Gwynne
2014-03-25As long as we're pulling in "systrace.h", might as well conditionalizePhilip Guenther
2014-03-25the memory constraints are correct on the MD_SWAPIO bits, so we dont needDavid Gwynne
2014-03-25Add a driver for simple usb serial devices, it attachesJonathan Gray
2014-03-25regenJonathan Gray
2014-03-25add HP-x9G+Jonathan Gray
2014-03-24add support for aux button strip on newer thinkpads like the 2ndjoshua stein
2014-03-24Only need to call tlb_probe() once per pair, instead of once per page.Miod Vallat
2014-03-24Make sure tlb_probe() reads the probe result before reenabling interruptsMiod Vallat
2014-03-24Another round of reducing diffs with the Linux codebase.Mark Kettenis
2014-03-24shrink the iopath a bit by using htolemXX and lemtohXX.David Gwynne
2014-03-24scsi io bits are at least 4 byte alignedDavid Gwynne
2014-03-24mpii_sges are 4 byte aligned. makes storing the flags field a bit easierDavid Gwynne
2014-03-24make mpii_sge look like mpi_sge, and provide a wrapper for setting theDavid Gwynne
2014-03-24bcopy to memcpyDavid Gwynne
2014-03-24replace bzero with memsetDavid Gwynne
2014-03-24rework mpii to use tasks instead of scsi_tasks for sas event handling.David Gwynne
2014-03-24use htolemXX and lemtohXX in the scsi_cmd paths.David Gwynne
2014-03-24mpi scatter gather lists are 24 bytes long and next to each other inDavid Gwynne
2014-03-24The kernel isn't involved in times(3); <sys/times.h> should never bePhilip Guenther
2014-03-24factor out the setting of the request context field so mpi_start does itDavid Gwynne
2014-03-24annotate some packed structures with the alignment the hardwareDavid Gwynne
2014-03-24nothing after the irq ack posting relies on it being ordered.David Gwynne
2014-03-24Split the API: struct ucred remains the kernel internal structure whilePhilip Guenther
2014-03-23Unbreak after last commit.Miod Vallat
2014-03-23Initialize additional BATs (IBAT4-IBAT7 and DBAT4-IBAT7). The rb600 firmwareMark Kettenis
2014-03-23Fix uhidev_detach() when detaching a device which did not claimed for allandre
2014-03-23Revert audio key handling, requested by ratchov@Martin Pieuchot
2014-03-23my bad, last commit was not ok deraadt, revert it.Alexandre Ratchov
2014-03-23Repair R5000SC and R4600SC external L2 cache setup, broken in previousMiod Vallat
2014-03-22Move p_sigacts from struct proc to struct process.Philip Guenther
2014-03-22<sys/agpio.h> is gone; this compiles fine without itPhilip Guenther
2014-03-22Second draft of my attempt to workaround the infamous R4000 end-of-page errata,Miod Vallat
2014-03-22Shuffle tlblo-related defines, to better show which bits are software only,Miod Vallat
2014-03-21Rename db_inst_type() into classify_insn() and make that function availableMiod Vallat
2014-03-21Keep the `clamp memory to what pmap can address' logic unconditional, andMiod Vallat
2014-03-21Fix missing brackets: longitude/latitude status set to critical every timeandre
2014-03-21Rename the symbolic constants for the pmap-specific vm_pag pg_flags fromMiod Vallat
2014-03-21Some knf, no functional changes.andre
2014-03-21Allow for two more pmap-specific bits in vm_page pg_flags. DefineMiod Vallat
2014-03-21Global lists of addresses are species near extinction, even carp doMartin Pieuchot
2014-03-21rt_timer* spring cleanup.Martin Pieuchot
2014-03-21Split the magic to add a connected route for every new IPv4 addressMartin Pieuchot
2014-03-21If a NA is received on a carp interface in BACKUP state and match oneMartin Pieuchot
2014-03-21Correct the (normally ignored) argument to SLIST_HEAD_INITIALIZER()Philip Guenther