summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2011-07-04Fix debugging prints in softraid(4) so that it can compile withMatthew Dempsky
2011-07-04Use the SDEV_2NDBUS flag like isp(4) instead of the currentMatthew Dempsky
2011-07-04Intel AHCIs don't support port multipliers so far, yet some (mostly ICH9 and ...Jonathan Matthew
2011-07-04move the specfs code to a place people can see it; ok guenther thib krwTheo de Raadt
2011-07-04Nuke the useless D_KQFILTER flag and just check that d_kqfilter isNicholas Marriott
2011-07-04Remove orphaned splbios that have no matching splx,Jonathan Gray
2011-07-04Convert to ANSI.Matthew Dempsky
2011-07-04assemble is a more appropriate place for the setup code than allocate.Ted Unangst
2011-07-04remove unneeded cast.David Hill
2011-07-04redo the timeout and input handling. unify them and fix some bugs.Ted Unangst
2011-07-04make it look like other softraid codeTed Unangst
2011-07-04whack the collider stuff for nowTed Unangst
2011-07-03avoid void * pointer arithmetic.David Hill
2011-07-03Enter nvt(4), a driver for the W83795G and W83795ADG hardware monitor.Mark Kettenis
2011-07-03change void * to a caddr_tDavid Hill
2011-07-03in the ironlake interrupt handler, do not do unneccesary registerTheo de Raadt
2011-07-03ucom(4) did not understand the last-close semantics. repair that, andTheo de Raadt
2011-07-03Rip out and burn support for UVM_HIST.Owain Ainsworth
2011-07-03Fix return values of wsdisplaykqfilter and move some code so it matchesNicholas Marriott
2011-07-03Cleanup vnd(4) a bit now that it only has one mode of operation andMatthew Dempsky
2011-07-03Fix vnd(4) support for read-only files. We can't clear sc_flagsMatthew Dempsky
2011-07-03Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thingMatthew Dempsky
2011-07-03Call config_detach() on the child scsibus in sr_detach().Matthew Dempsky
2011-07-02kqueue attach functions should return an errno or 0, not a plain 1. FixNicholas Marriott
2011-07-02Cleanup the softraid boot probe code. Rename the rather poorly namedJoel Sing
2011-07-02Use getvnode() instead of implementing our own file descriptor handlingJoel Sing
2011-07-01msi interrupts working on mfi(4)Theo de Raadt
2011-06-30Refactor some common open/close/detach disk driver code intoMatthew Dempsky
2011-06-29mark S8 encoding as emulated; only S16LE and U8 are natively supportedChristian Weisgerber
2011-06-29iop(4) is not a SCSI controller, so it shouldn't have the scsiMatthew Dempsky
2011-06-29dmesg@ says pss has never been seen in the wild and the manpage says itTed Unangst
2011-06-29notyet, notever. delete a bunch of code we won't be using.Ted Unangst
2011-06-28Remove the ega driver which is not referenced by any GENERIC kernel.Matthieu Herrb
2011-06-27Unbreak iopool conversion by putting the implicit yet missing importantMiod Vallat
2011-06-26kill mcd dead. ok krw matthew millert thibTed Unangst
2011-06-26There are some problems with ppb msi interrupts. For instance, i386 inTheo de Raadt
2011-06-26I see you hiding, scdTed Unangst
2011-06-26constrain properly which machines get this firmwareTheo de Raadt
2011-06-24printf -> DPRINTF in the SIGKILL pathDamien Miller
2011-06-24machdep.kbdreset enables a shutdown by Ctrl-Alt-Del on amd64 andChristian Weisgerber
2011-06-24Avoid a possible null dereference.Joel Sing
2011-06-23Back out inadvertently commited change.Owain Ainsworth
2011-06-23ansiTheo de Raadt
2011-06-23Don't leak the ctrl_data in uvideo_queryctrl, uvideo_s_ctrl and uvideo_g_ctrl.Owain Ainsworth
2011-06-23make malloc calls in isp_pci_mbxdma NOWAIT to match the bus_dma calls that areOwain Ainsworth
2011-06-23Simplify softraid(4) to behave like other HBAs by using a singleMatthew Dempsky
2011-06-23Eliminate ramdisk.c and ramdisk.h now that they're unused.Matthew Dempsky
2011-06-23Complete rewrite for rd(4) to eliminate unnecessary functionality andMatthew Dempsky
2011-06-23a bit more ansi; ok teduTheo de Raadt
2011-06-23ansify a few files. ok deraadt dlg krw matthewTed Unangst