summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2010-01-13Make sure that acpitz is always the last one to replace the globalMarco Peereboom
2010-01-13Fix another long standing double scsi_done() bug. This time when aKenneth R Westerback
2010-01-13As per NetBSD move HAYAKAWA Koichi's licenses to two clause.Jonathan Gray
2010-01-13Don't whack conflicting BARs if they are enabled.Mark Kettenis
2010-01-13Remove a few more settings of ITSDONE in drivers. Only a coupleKenneth R Westerback
2010-01-13Change M_WAITOK --> M_WAITOK | M_CANFAILCharles Longeau
2010-01-12Fix for a legacy free PC, where the keyboard controller doesn't behave.Dale Rahn
2010-01-12Do not check malloc return value against NULL, as M_WAITOK is used.Charles Longeau
2010-01-12Remove dead assignment and newly created unused variable.Charles Longeau
2010-01-11Make the detach function handle the case of a partial attach, and make sureMark Kettenis
2010-01-11When mapping CarBus memory BARs, enforce a minimum alignment of 0x1000. ThisMark Kettenis
2010-01-11rework the polling code to use the semantic krw@ proposed.David Gwynne
2010-01-11Enable IP checksum offloading in ix(4).Reyk Floeter
2010-01-11Don't check ITSDONE since we know it is set in scsi_done(). EliminatesKenneth R Westerback
2010-01-10ATI AHCI seems not to put slot number into the command registerAlexander Yurchenko
2010-01-10Fix two bugs in IPsec/HMAC-SHA2:Markus Friedl
2010-01-10Set XL_FLAG_FUNCREG for "cyclone" variants. This makes them see interruptsMark Kettenis
2010-01-10A couple of missed ITSDONE setting before scsi_done().Kenneth R Westerback
2010-01-10Set ITSDONE in scsi_done() and zap trivial instances of setting itKenneth R Westerback
2010-01-10Do not try to reevaluate the current RX production index on eachChristian Weisgerber
2010-01-09Zap all setting of ITSDONE in drivers that don't look at it. NobodyKenneth R Westerback
2010-01-09a lot of knf loving. hudge diff, no binary change.Dariusz Swiderski
2010-01-09workaround for a HW bug (does not affect 4965AGN) that may sporadicallyDamien Bergamini
2010-01-09Avoid mulitple calls to scsi_done() on the same xs by havingKenneth R Westerback
2010-01-09Add support for the Broadcom BCM57765 ASIC and newer BroadcomChristian Weisgerber
2010-01-09replace an #ifdef IX_CSUM_OFFLOAD with an IFCAP_CSUM_IPv4 capability check,Reyk Floeter
2010-01-09Explicitly turn on mii/gmii/rgmii for the 178/gigabit devicesJonathan Gray
2010-01-09Fix the IP ckecksum offloading logic that disables and breakes offloadingReyk Floeter
2010-01-09Remove typo and magic numbers from #if 0'd block, from Brad.Stuart Henderson
2010-01-07Rename _rxfilter functions to _iff for consistency. From Brad, ok kevlo@Stuart Henderson
2010-01-07dont use the xs in the scsi_cmd routines after calling ciss_cmd, it mightDavid Gwynne
2010-01-07CISS_UNLOCK before returning from the scsi_cmd handler when we hit NO_CCB.David Gwynne
2010-01-06syncStuart Henderson
2010-01-06Add Canon PowerShot SX100, Linksys WUSB600N v2 (new version of RT2870). From ...Stuart Henderson
2010-01-06syncStuart Henderson
2010-01-06New Broadcom nics, from Linux driver via Brad.Stuart Henderson
2010-01-05dont need to end statements with two semicolons. one is enough.David Gwynne
2010-01-05atapiscsi didnt call scsi_done when the xfer had SCSI_POLL set. this isDavid Gwynne
2010-01-04remove dead assignment and newly created unused variable.Charles Longeau
2010-01-04turn off verboseTheo de Raadt
2010-01-04rename ccb_xs to ccb_cookie and change its type from a scsi_xfer * to aDavid Gwynne
2010-01-04protect the ccb free queue with a mutex rather than splbioDavid Gwynne
2010-01-04Add a few missing scsi_done()'s before returning COMPLETE. AlsoKenneth R Westerback
2010-01-03delete unused variableTheo de Raadt
2010-01-03change M_WAITOK --> M_WAITOK|M_CANFAILCharles Longeau
2010-01-03oops, get the order of args right for the header request inDavid Gwynne
2010-01-03mpi_bio_get_pg0_raid is only called from a process context. let the cfgDavid Gwynne
2010-01-03oops, forgot to set the ccb_cookie in mpi_wait. mpi_wait_done would faultDavid Gwynne
2010-01-03get rid of the last internal user of splbio. waiting for the completion ofDavid Gwynne
2010-01-03rename ccb_xs to ccb_cookie, and switch it from a struct scsi_xfer * to aDavid Gwynne