summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2011-04-24syncTheo de Raadt
2011-04-23Remove now unused vndiodone(). ok deraadt@Miod Vallat
2011-04-23The previous code only prevented the vnd from being opened for write inJoel Sing
2011-04-23backout the miod change since it is wrongTheo de Raadt
2011-04-22Turning on SCSIDEBUG (for debugging other drivers, of course) shouldTheo de Raadt
2011-04-22Fix regression in vndopen() behaviour introduced in previous commit.Miod Vallat
2011-04-22Fix uninitialzied variables and formatting strings (-Wxxx errors)Jordan Hargrave
2011-04-22Add support for PCH2 (Sandy Bridge) MAC with 82579 PHY.Jonathan Gray
2011-04-21A plausible iopoolification. Utter dearth of interested partiesKenneth R Westerback
2011-04-21match on 6 series smbus, tested by Laurence TrattJonathan Gray
2011-04-21Speedup XORP/XORQ operations in RAID6, do 32-bits at a timeJordan Hargrave
2011-04-21steal the ccb for error handling before it might be needed during theDavid Gwynne
2011-04-21ahci asks atascsi to reserve a ccb to use for error handling, but thenDavid Gwynne
2011-04-20Interrupt handlers should only return 1 if they did some work. TheClaudio Jeker
2011-04-20Support for Intel GM45 SOL (Serial-over-LAN, part of Intel AMT) as aMike Larkin
2011-04-20do not disable interrupts in the isr and then enable them againDavid Gwynne
2011-04-19Iopoolification. Much simpler version than the one revived at k2k11.Kenneth R Westerback
2011-04-19clean out some tiny nitsTheo de Raadt
2011-04-19regenJonathan Gray
2011-04-19add some more Core 2G/6 Series PCH entriesJonathan Gray
2011-04-19Simplify umass devid generation. Only use the last 12 characters ofMatthew Dempsky
2011-04-19Fix potential null dereference.Charles Longeau
2011-04-19Remove dead assignments and newly created unused variables.Charles Longeau
2011-04-19Fix dead store. Instead of just remove it, use it properly.Charles Longeau
2011-04-19Cease to pretend RAW SCSI mode exists. Eradicate all traces.Kenneth R Westerback
2011-04-19Include USB vendor and product ids when manufacturing a unique disk idMatthew Dempsky
2011-04-18remove the old style by-pass-the-buffer-cache vnd code.Thordur I. Bjornsson
2011-04-18ido not disable interrupts in the isr and then enable them againDavid Gwynne
2011-04-18since the pciide driver's interrupt handler can return -1 during hotplugTheo de Raadt
2011-04-18keep an eye out for wdc registers returning 0xff. if they return 0xff,Theo de Raadt
2011-04-18Change all aml_xfoo to aml_foo names now that parser is stableJordan Hargrave
2011-04-17Add wol support to xl(4). Not really tested, but hopefully someone willStefan Sperling
2011-04-17Don't increase if_oerrors for every multicast frame leaving the interface.Stefan Sperling
2011-04-16Initialize variables before use.Kenneth R Westerback
2011-04-15Change wdc_reset_channel() to take a `no wait' argument. Pass in turn thisMiod Vallat
2011-04-15Remove the acpi event definitions. They've not been used for over aOwain Ainsworth
2011-04-15Remove dead assignments and one newly created unused variable.Charles Longeau
2011-04-14add support for VIA VT6415 & VX900 IDEJonathan Gray
2011-04-14regenJonathan Gray
2011-04-14VIA VX900 IDEJonathan Gray
2011-04-14the mechanical part of 82580 support, more to comeJonathan Gray
2011-04-14Add several additional adapter types and correct definition ofJonathan Gray
2011-04-14Spacing nit.Owain Ainsworth
2011-04-14For the time being repost Intel clarkdale IGD.Owain Ainsworth
2011-04-14Make RAIDFRAME compilepea
2011-04-14Reducing number of call update_leds().Alexandr Shadchin
2011-04-14do not disable interrupts in the isr and then enable them againDavid Gwynne
2011-04-14stray spaceMarco Peereboom
2011-04-14Ignore scsi start stop instead of trying to be clever. A softraidMarco Peereboom
2011-04-13wskbd_holdscreen() is not needed and can be removedAlexandr Shadchin