summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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-20enable myx(4)David Gwynne
2011-06-20enable myx(4).David Gwynne
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-19UnbreakMiod Vallat
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
2011-06-19Use disk_lock_nointr() in the xxclose() routines so that they cannotTheo de Raadt
2011-06-19Minor cleanup for disk_lock() and disk_unlock().Matthew Dempsky
2011-06-19Add disk_lock_nointr() as a way to acquire the disk lock without beingMatthew Dempsky
2011-06-19Use disk_lock/disk_unlock directly and in the same way in these drivers,Theo de Raadt
2011-06-19and in debug code, tooTheo de Raadt
2011-06-19stop trying to be clever with the softc nameTheo de Raadt
2011-06-19Kill the "lockname" argument to disk_construct().Matthew Dempsky
2011-06-19Clean up ioctl handler a bit and rearrange the receive filter callback toYASUOKA Masahiko
2011-06-19Fix a typo: change "!(reg >> pin) & 1" to "!((reg >> pin) & 1)" asMatthew Dempsky
2011-06-18pass the correct size to memsetJonathan Gray
2011-06-18Change sizeof(&kdfinfo2) to sizeof(kdfinfo2).Matthew Dempsky
2011-06-18Use MSI interrupts when available. Tested by deraadt@ and jsg@.Claudio Jeker
2011-06-18Cleanup MSI code a bit by moving the code to eanble/disable MSIs intoMark Kettenis
2011-06-17Remove obsolete mbuf PF_TAG_FRAGCACHE flag.Alexander Bluhm
2011-06-17Explicitly clear 1000baseT control register for F1 PHY used inKevin Lo
2011-06-17Enable MSI support; tested by krw@, Mark Peoples, andKevin Lo
2011-06-17Enable MSI support; tested by Thomas PfaffKevin Lo
2011-06-17M_WAITOK cleanup of two cases:Michael Knudsen
2011-06-17add missing the copyright notice.YASUOKA Masahiko
2011-06-17Unbreak tree. $OpenBSD$ tag needs to be in a comment! BadKenneth R Westerback
2011-06-17Update ch(4) to use ISO C style function definitions to avoidMatthew Dempsky
2011-06-16Enable acpitoshiba by default in GENERIC.Paul Irofti
2011-06-16Import acpitoshiba driver.Paul Irofti
2011-06-16Use the current page not he first page when working out whether toOwain Ainsworth
2011-06-16QEMU pretends to emulate a different prehistoric Intel host bridge.Mark Kettenis
2011-06-16Enable msi support on iwn.Owain Ainsworth
2011-06-16Raise the number of interrupt sources per CPU from 32 to 64. This effectivelyMark Kettenis
2011-06-16Enable MSI on newish PCIe hardware, essentially everything handled by the LinuxMark Kettenis
2011-06-16Ethernet driver merged from IIJ's contribution code.Takuya ASADA
2011-06-16Removes unused variables.Martin Pieuchot
2011-06-16Removes the always-set-to-1 adbSoftPower variable.Martin Pieuchot
2011-06-16Uses generic confargs to attach the apm(4) and piic(4) drivers instead ofMartin Pieuchot
2011-06-16pass the dma_alloced memory rather than a pointer to its pointer.David Gwynne
2011-06-16dont respond to VPD inquiries with standard inquiry data. add aDavid Gwynne
2011-06-15Add a const char* as first member of struct adb_attach_args, so that we canMiod Vallat
2011-06-15Add support for ZTE AC2746.Jonathan Gray