summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2006-05-31remove some silly casts. put spl calls after all declarations.Ted Unangst
2006-05-31byteswap the ioc_status field so we can respond to scsi things properly onDavid Gwynne
2006-05-31Reset pcb_onfault before invoking uvm_fault().Miod Vallat
2006-05-31extend the bootpath values to 64bits, and deal with falloutJason Wright
2006-05-31add a place to store the PortWWN and NodeWWN for fibre channel stuffs.Jason Wright
2006-05-31Ding dong, __NEWINTR is deadMiod Vallat
2006-05-31Do not put _OS_ value on the stack.Can Erkin Acar
2006-05-31do not call acpi_powerdown() unless acpi has successfully initializedTodd T. Fries
2006-05-31Match the specs and only shut down if notify_type is 0x80Can Erkin Acar
2006-05-31Damnit! no static functions in the kernelJason Wright
2006-05-31make non debug kernels compile againDavid Gwynne
2006-05-31Let the EHCI hardware track the toggle state for bulk and interruptChristopher Pascoe
2006-05-31The bright people at Sun removed the secondary context from the IMMU in theMark Kettenis
2006-05-31- stop counting input/output bytes in the driver as this is taken care ofBrad Smith
2006-05-31Save and restore the data toggle value when a pipe to an endpointChristopher Pascoe
2006-05-31remove the fetching of the manufacturing page. it was just there to see ifDavid Gwynne
2006-05-31Reorg the code to be more sane. More coming.Tobias Weingartner
2006-05-31do not commit debug.Dale Rahn
2006-05-31Use same defines as on zaurus, need to verify the correct settings here.Dale Rahn
2006-05-31Remove unused cfdriver field, pointed out by miod@Dale Rahn
2006-05-31Preserve ATU translations instead of forcing the values to something.Dale Rahn
2006-05-31we should support all these sas controllersDavid Gwynne
2006-05-31correctly perform bus base/physical addr translation.Dale Rahn
2006-05-31allow mpi to attach to the scsi controllers again. however, mpt will attachDavid Gwynne
2006-05-31fix treeTheo de Raadt
2006-05-31When allocating a buffer, use the supplied length if the requestedCan Erkin Acar
2006-05-31enable mpi in GENERIC on amd64, i386, and macppc. jason already enabled itDavid Gwynne
2006-05-31we dont do domain validation on real scsi controllers (as opposed to sasDavid Gwynne
2006-05-31mpi hardware uses an 8 bit field to describe the number of devices it hasDavid Gwynne
2006-05-31 Add support for primary and alternate volume tags to ch(4) - borrowedBob Beck
2006-05-31allow TULIP_TXTIMER to fit in the softc field tulip_txtimer.Brad Smith
2006-05-31Use symbolic constants for TLB demapping operations.Mark Kettenis
2006-05-31dont display the first manufacturing pageDavid Gwynne
2006-05-31c++ style comments shouldnt be in the treeDavid Gwynne
2006-05-31fix Jumbo frames on strict alignment architectures by allocating a new mbuf andBrad Smith
2006-05-31add comment indictation that rtable_add must be called at splsoftnetHenning Brauer
2006-05-31order cdevs alphabetically by vendorFelix Kronlage
2006-05-31Enable wdt(4) by default. ok deraadtMichael Knudsen
2006-05-31Use the watchdog(4) framework for watchdog services instead of rollingMichael Knudsen
2006-05-31move us to multiple routing table heads.Henning Brauer
2006-05-31match SUNW,qlc->isp (one step away from root on isp/fibre channel on US3)Jason Wright
2006-05-31int32 i >> 32 is undefined, so cast to unsigned long long first, ok dlgTheo de Raadt
2006-05-31implement chained scatter gather lists.David Gwynne
2006-05-30how about we -correctly- match the schizo. When I get home, I'm goingJason Wright
2006-05-30Give up trying to communicate after 10 consecutive errors - the deviceChristopher Pascoe
2006-05-30Export the route labels via sysctl interface not only via RTM_GET.Claudio Jeker
2006-05-30Do not reset the board, for it will not keep the interrupt configuration theMiod Vallat
2006-05-30add Oxford CB950 to the list of devices having more than one BAR, soFelix Kronlage
2006-05-30removes the isavar.h include and the ifdef bsdi cruftFelix Kronlage
2006-05-30remove dev/isa/isavar.h include, not needed anymoreFelix Kronlage