summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2010-09-21Add some devices from submitted dmesgs and correct some devicesJonathan Gray
2010-09-21assert copyrights / bump yearsHenning Brauer
2010-09-21Watchdog suspend/resume logic.Paul Irofti
2010-09-21aye. that should not have been forgotten. add the rewritten indicatorHenning Brauer
2010-09-21stuff the original (before rewriting) addresses into the already existantHenning Brauer
2010-09-21after ruleset eval is done, we must apply actions from the last matchingHenning Brauer
2010-09-21do not increment states_tot on match rules. it is purely cosmetic, thisHenning Brauer
2010-09-21opcodes, cdbs, and payloads for WRITE SAME 10/16 and UNMAP commands.David Gwynne
2010-09-21Better PHY probing adapted from FreeBSD by Laurent GhigonisJonathan Gray
2010-09-21Cleanup handlings for memory shortage condition:YASUOKA Masahiko
2010-09-21make "match log" rules log on the fly. thus you can log and see the packetHenning Brauer
2010-09-21tweak the sas io unit to use 32 openings when talking to sata disks if theDavid Gwynne
2010-09-21Remove bootinfo.c which has license issue. ok deraadt@Takuya ASADA
2010-09-21Fix incorrect comment on comreg.h. ok deraadt@Takuya ASADA
2010-09-21No need to m_freem() a NULL pointer and change the error for unknownClaudio Jeker
2010-09-21Stefan Rinkes pointed that the disabled aac(4) driver does not compileKenneth R Westerback
2010-09-21Avoid double unlocking the DRM lock in drmclose(). Caught by theMatthew Dempsky
2010-09-21Add device_unref() calls as appropriate to vscsi(4) to fix referenceMatthew Dempsky
2010-09-21remove now obsolete XXX commentHenning Brauer
2010-09-21pflog overhaulHenning Brauer
2010-09-21make pf_translate (void so far) return 1 if it actually changed somethingHenning Brauer
2010-09-21Get rid of physio(9) in wdc(4)'s ioctl(2) handler. Based on similarMatthew Dempsky
2010-09-21audio(4) and ac97(4) style suspend/resumeJacob Meuser
2010-09-21factor our the code to set up pf_pdesc, a central structure in pf carryingHenning Brauer
2010-09-21gpio at glxpcib was forgotten; tested by piroftiTheo de Raadt
2010-09-21umass is set up to only handle one command on the bus at any pointDavid Gwynne
2010-09-21use audio(4)'s DVACT_{QUIESCE,RESUME} and ac97(4)'s ac97_resume() forJacob Meuser
2010-09-21* add autoconf(9) activate function. basically the same as other ac97(4)Jacob Meuser
2010-09-21* use audio(4)'s DVACT_{QUIESCE,RESUME} to handle I/O stopping/restartingJacob Meuser
2010-09-21Add support for newer asus boards that use a different method to pollClaudio Jeker
2010-09-21Add assertwaitok(9) to declare code paths that assume they can sleep.Matthew Dempsky
2010-09-21mclgeti() support for xl(4). All done by Loganaden Velvindron.Claudio Jeker
2010-09-21Make splassert(IPL_NONE) work on amd64 the same as it does on i386.Matthew Dempsky
2010-09-21When attaching a unknown SFP+ module on the 82598 controller recompute theClaudio Jeker
2010-09-20Make md_printins() get the printf-like function as an extra parameter, andMiod Vallat
2010-09-20cache operations for octeon. ok miod@Takuya ASADA
2010-09-20Fix a variety of structure packing and byte order bugs to try to getTheo de Raadt
2010-09-20Stop doing shutdown hooks in network drivers where possible. We alreadyTheo de Raadt
2010-09-20syncTheo de Raadt
2010-09-20Move getpeereid(2) into COMPAT_O47. In 4.8 and onwards it is libraryTheo de Raadt
2010-09-20Move getpeereid(2) into COMPAT_O47. In 4.8 and onwards it is libraryTheo de Raadt
2010-09-20If during resume we get an interrupt, sure, be a bit noisy about itTheo de Raadt
2010-09-20Get rid of evcount's support for arranging counters in a treeMatthew Dempsky
2010-09-20Initial revisionTakuya ASADA
2010-09-20Initial revisionTakuya ASADA
2010-09-20Use SSD_ERRCODE_CURRENT instead of magic 0x70.Kenneth R Westerback
2010-09-20define and use macros for looking at ncq bits.David Gwynne
2010-09-20bus_dmamap_sync was using xs->flags to determine which directionDavid Gwynne
2010-09-20Fix unitialised variable access in the suspend/resume caseJonathan Gray
2010-09-20bufq_drain() does not need to be done in deactivate; we only needTheo de Raadt