summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2014-01-22Emit a warning if no entropy was supplied by the boot loader.Joel Sing
2014-01-22add a missing argument to a printfJonathan Gray
2014-01-22add a missing argument to a debug printfJonathan Gray
2014-01-22add a missing argument to a debug printfJonathan Gray
2014-01-22fixup a few debug printfs; pointed out by jsg@Mike Belopuhov
2014-01-22add a missing argument to a debug printfJonathan Gray
2014-01-22re-generated from usbdevssasano
2014-01-22missing printf arg, spotted by jsg@Jonathan Matthew
2014-01-22Remove a pesky free that was supposed to be removed in an earlier commit.Joel Sing
2014-01-22add CoreChip RD9700 (idVendor:idProduct=0x0fe6:0x9700) definitionsasano
2014-01-22iscsid can handle multiple outstanding commands per lun. with the latencyDavid Gwynne
2014-01-21introduce fine grained locking.David Gwynne
2014-01-21Add virtio random driverStefan Fritsch
2014-01-21Order the volume state transitions by state value.Joel Sing
2014-01-21Add missing states to the RAID 5 volume transitions.Joel Sing
2014-01-21Always fill in the broadcast address so as to handle broadcast packets ifBrad Smith
2014-01-21Use Linux compat functions to do kernel memory allocations in the bits of codeMark Kettenis
2014-01-21Add kmalloc/kcalloc/kzalloc/kfree Linux compat functions.Mark Kettenis
2014-01-21Use PTR_ERR where appropriate instead of a plain cast.Mark Kettenis
2014-01-21oops, missed oneMark Kettenis
2014-01-21Change a couple of #if 0 into #ifdef __linx__ or #ifdef notyet.Mark Kettenis
2014-01-21Actually use the correct TAILQ field.Joel Sing
2014-01-21Remove unused variable.Joel Sing
2014-01-21add a missing printf argumentJonathan Gray
2014-01-21Sync in the PHY Specific Control and Status register bits.Brad Smith
2014-01-21Do not bother calling splvm around crypto_invoke(), as crypto_invoke()Joel Sing
2014-01-21Remove sr_crypto_finish_io - we can just call sr_scsi_done instead now.Joel Sing
2014-01-21Instead of maintaining a completely separate list of crypto work units,Joel Sing
2014-01-21Use ARRAY_SIZE() instead of nitems() to reduce diffs with Linux.Mark Kettenis
2014-01-21Allow for variable sized work units.Joel Sing
2014-01-21Use a TAILQ for tracking work units, rather than an array. This will allowJoel Sing
2014-01-21Stop bzeroing the work unit when it is initialised. Rather, only initialiseJoel Sing
2014-01-21Add all the Intel KT's which got missed.Theo de Raadt
2014-01-21Remove pointless validation - these cases cannot be hit as they haveJoel Sing
2014-01-21Factor out and fix the RAID5 write functionality.Joel Sing
2014-01-21Add support for ISP2200 based adapters.Jonathan Matthew
2014-01-21The semaphore register does need to be cleared when clearing interrupts,Jonathan Matthew
2014-01-21Stop using 23xx-specific interrupt status codes everywhere. Instead, classifyJonathan Matthew
2014-01-20With 2K login firmware, the login option bits are in mbox register 10.Jonathan Matthew
2014-01-20call usbd_deactivate() for DVACT_DEACTIVATEjoshua stein
2014-01-20add ubcmtp, a USB driver for Broadcom multitouch trackpads found onjoshua stein
2014-01-20define UIPROTO_BOOT_MOUSEjoshua stein
2014-01-20bcopy to memcpyChris Cappuccio
2014-01-20bcmp to memcmpChris Cappuccio
2014-01-20bzero to memsetChris Cappuccio
2014-01-20Return a user friendly error if we ever encounter an unknown cryptoJoel Sing
2014-01-20Do the resume work from DVACT_WAKEUP. There is far too much code, and itMark Kettenis
2014-01-20drm_activate() serves no purpose; ok kettenisTheo de Raadt
2014-01-20Convert the softraid work unit workqs to taskqs.Joel Sing
2014-01-20Store the algorithm and key length in the discipline data structure,Joel Sing