summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2014-03-15Enable qlw(4) at sbus(4).Mark Kettenis
2014-03-15add a __bounded() define as a shortcut for out bounds-checking attributesDamien Miller
2014-03-15ISP1000 SBus support for qlw(4).Mark Kettenis
2014-03-15More ISP1000 (SBus) bits.Mark Kettenis
2014-03-15The ISP1000 firmware doesn't support the _A64 mailbox command variants. SinceMark Kettenis
2014-03-15Only issue SET_FIRMWARE_FEATURES command if we actually have any firmwareMark Kettenis
2014-03-15Fix pasto in error message.Mark Kettenis
2014-03-15Starting the spring cleanup.Martin Pieuchot
2014-03-15Remove debug leftover.Martin Pieuchot
2014-03-15Unify the *hci_timeout() functions, there should be no functional change.Martin Pieuchot
2014-03-15make the membars look more correct for any memory ordering mode.David Gwynne
2014-03-15Enable qla(4) and qle(4) to match the corresponding RAMDISKs.Miod Vallat
2014-03-15Add usage pages from usb HID Power Devices spec.andre
2014-03-14Remove the userland AGP interface. Now that we have KMS, it is no longerMark Kettenis
2014-03-14Revert previous; turns out to be necessary to build the 32-bit boot blocksMiod Vallat
2014-03-14Add the ISY IWL 4000 a new urtwn(4) device, from Fabian Raetz andMartin Pieuchot
2014-03-14regenMartin Pieuchot
2014-03-14Add the ISY IWL 4000 a new urtwn(4) device, from Fabian Raetz andMartin Pieuchot
2014-03-14Have some style.Paul Irofti
2014-03-14Add missing parens so 'if' statement controls both of the statementsKenneth R Westerback
2014-03-14use lemtoh64 and htolem64 for reading and writing entries in the rings.David Gwynne
2014-03-14provide an MI api for doing byteswapping loads and stores. someDavid Gwynne
2014-03-14enable qla(4) and qle(4) in ramdisks, except on sgi where the cdfs overflowsJonathan Matthew
2014-03-14rework mplocks to use tickets instead of spinning. this providesDavid Gwynne
2014-03-14rework mplocks to use tickets instead of spinning. this providesDavid Gwynne
2014-03-14rework mplock as ticket locks instead of spinlocks. this providesDavid Gwynne
2014-03-13When polling for command completion, clear the interrupt before reading theMark Kettenis
2014-03-13Update the _OSI list to include newer Redmond products which may be requestedBryan Steele
2014-03-13We no longer provide the dri1 agp interfaces, so remove the associated glueMark Kettenis
2014-03-13Missed removing some bits with rev 1.147.Brad Smith
2014-03-13Block userland from entering drm code (and make sure it is no longer in there)Mark Kettenis
2014-03-13Decouple the sizes of the request and response queues, and reduce the size ofMark Kettenis
2014-03-13Unhook httpd(8) from build; man page bitsFlorian Obser
2014-03-13Don't use volume keys when in raw-mode (this doesn't work), and letAlexandre Ratchov
2014-03-13bring __unaligned(x) in.David Gwynne
2014-03-13get rid of the assumption that the head of the alldevs list is theDavid Gwynne
2014-03-13Drop the REPUN bit from CvmCtl register not to allow unaligned access.YASUOKA Masahiko
2014-03-13fix buffer overflows in icmp redirect handling introduced in rev 1.106Jonathan Gray
2014-03-12ANSIfy a declaration, no object change.Martin Pieuchot
2014-03-12If a device is babbling do a full reset of the associated endpointMartin Pieuchot
2014-03-12Add compiler barier to bus_dmamap_sync(9), just in case compiler/linkerMark Kettenis
2014-03-12RTAX_IFP points to the "struct sockaddr_dl" corresponding to theMartin Pieuchot
2014-03-12enable qla(4) and qle(4) in GENERIC configs where isp(4) is alreadyJonathan Matthew
2014-03-11Simpler RM7000 L2 cache initialization code (no longer matches what pmon2000Miod Vallat
2014-03-11lint is gone, and the 'lint' conditional was never in the implementationPhilip Guenther
2014-03-11Don't bitch about binding into stolen memory on older hardware either.Mark Kettenis
2014-03-11Remove gratuitous differences between arp and nd6 rtrequests,Martin Pieuchot
2014-03-11In case imcp_reflect() is called without a given source addressMartin Pieuchot
2014-03-11Kill dead links.Martin Pieuchot
2014-03-11remove #if(n)def __LP64__ from the mips64 codebase, as mips32 never really we...Jasper Lievisse Adriaanse