summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2006-08-28remove unreachable code.christos
2006-08-28add missing initializer.christos
2006-08-28remove unreachable code.christos
2006-08-28add missing initializer.christos
2006-08-28add missing initializerchristos
2006-08-28static comes first.christos
2006-08-27Add missing initializers.christos
2006-08-27add missing initializers.christos
2006-08-27add missing initializerchristos
2006-08-27Oops, this is not ready yet.christos
2006-08-27Add missing initializerchristos
2006-08-27Fix incomplete declaration.christos
2006-08-27- static needs to be firstchristos
2006-08-27restructure ifdefschristos
2006-08-27typochristos
2006-08-27ifdef out unreachable code.christos
2006-08-27complete initializationchristos
2006-08-27complete declarationschristos
2006-08-27Complete the declaration.christos
2006-08-27Delete unsigned comparison with < 0christos
2006-08-27Revert revision 1.4: it seems to have caused serious problems on sgimips,bjh21
2006-08-27undo previous. Andy says the struct is used in pkgsrc.christos
2006-08-27Sprinkle _KERNEL.christos
2006-08-27#ifdef out unused ioctl (and wrong)christos
2006-08-27Fix typochristos
2006-08-27Grr. Don't define _KERNEL! Most of the kernel files do #ifdef _KERNELchristos
2006-08-27don't call variables errno! including from userland breaks things!christos
2006-08-27PR/34293: Michael van Elst: vnd deadlocks on I/O bufferschristos
2006-08-27Initialize a variable to 0 to appease gcc4 with -O3.xtraeme
2006-08-27Use symbolic names for CSR values after reset.bjh21
2006-08-27BluetootH SCO Audio update.plunky
2006-08-27acorn26 hasn't had sbic since before it became acorn26.bjh21
2006-08-27Regenchristos
2006-08-27PR/34289: Stéphane Witzmann: Add some missing PCI devices in pcidevschristos
2006-08-27- use dk_lookup instead of our home-spun version.christos
2006-08-27Add horrible hack for wedges. Why is the block device of the wedges in use?christos
2006-08-27Use dk_lookup.christos
2006-08-26When receiving a SCSI message, it's important not to deassert ACK on the lastbjh21
2006-08-26QAS REQUEST is a one-byte message. Make MSG_IS1BYTE recognise this.bjh21
2006-08-26Use standard MSG_IS1BYTE, MSG_IS2BYTE, and MSG_ISEXTENDED macros ratherbjh21
2006-08-26Use the 'z' size modifier when printfing size_t, so that GCC doesn't complainbjh21
2006-08-26Move the sgimips "sbic" driver from arch/sgimips/hpc/sbic.c tobjh21
2006-08-26PR/34292: Aaron Hodgen: twa driver incorrectly reports drive size/descriptionchristos
2006-08-25In sk_watchdog(), attempt to reclaim pending TX descriptors beforeriz
2006-08-25Cleanup, with no functional changes:riz
2006-08-24Regen (Marvell product IDs)riz
2006-08-24Add a bunch of Marvell product IDs, from OpenBSD.riz
2006-08-24avoid diagnostic panic if both blk and chr wedge are open at the same timedbj
2006-08-23gettime and settime functions are meant to return errno values. Makebjh21
2006-08-23Change iostat_alloc() to take the parent pointer and the name directly, sochristos