summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
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
2011-06-23cope with empty rx rings by scheduling a timeout to keep trying until itDavid Gwynne
2011-06-23this chip has an annoying "feature" where it cannot report the linkDavid Gwynne
2011-06-22reset the tx_count on UP, since it may have been advanced from non-zeroTheo de Raadt
2011-06-22kill a few more casts that aren't helpful. ok krw miodTed Unangst
2011-06-22Print correct function name in debug statements. ata_get_params, notKenneth R Westerback
2011-06-22msi support. this is a complicated one...David Gwynne
2011-06-22another myri10ge device matched by freebsd/linux driversJonathan Gray
2011-06-22regenJonathan Gray
2011-06-22add a few more devicesJonathan Gray
2011-06-22oops, handle refill like i said i was going to two revisions ago.David Gwynne
2011-06-22set the mac address on the chip correctly (repair the byte order)Theo de Raadt
2011-06-22deraadt plugged his myx into a sparc64 and discovered 3 problems:David Gwynne
2011-06-22Add a SYSTR_POLICY_KILL per-syscall policy option that sends SIGKILL toDamien Miller
2011-06-21do the unaligned dma tests so we can figure out if we need to fallDavid Gwynne
2011-06-21Two dpt(4) fixes:Matthew Dempsky
2011-06-21remove some unnecessary casts. ok blambert deraadt kettenis matthewTed Unangst
2011-06-21remove stupid casts, ok deraadtTed Unangst
2011-06-21report the controllers part number. eg, i now know i have aDavid Gwynne
2011-06-21wire up jumbos properly. the hardware supports up to 9018 bytes offDavid Gwynne
2011-06-21i prefer 16k ints/sec to 32k ints/sec.David Gwynne
2011-06-21minor cleanups; ok dlgTheo de Raadt
2011-06-21Laurence Tratt reported that his "Intel 6 Series AHCI" ahci(4) noMatthew Dempsky
2011-06-21looks like the disk_lock method actually does workTheo de Raadt
2011-06-20explicit_bzero for the crypto keyTed Unangst
2011-06-20for now, move back to a private rw_lock rather than the disk_lock.Theo de Raadt
2011-06-20make the interrupt handler look more like what the doco suggests. seems toDavid Gwynne
2011-06-20Fix softraid(4) to set xs->cmd = &xs->cmdstore rather than pointing itMatthew Dempsky
2011-06-20Update mcd(4) to use disk_lock, etc. instead of its own tsleep(9)Matthew Dempsky
2011-06-20dont need debug, the myx_cmd stuff works fine.David Gwynne
2011-06-20Call bufq_drain() in wddetach() instead of reimplementing the sameMatthew Dempsky
2011-06-20i got myx working!David Gwynne
2011-06-20build firmware for myx(4)Theo de Raadt
2011-06-20isa(4) is an indirect bus, which means that drivers that attach to itMatthew Dempsky
2011-06-19fix up unbalanced format stringsJonathan Gray
2011-06-19Don't assume no interrupts if the command processor is not running.Owain Ainsworth
2011-06-19Fix typo in the "fixed" HyperTransport MSI Mapping Capability address.Mark Kettenis