summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2008-06-12make sure to check that a crypto volume is not yet assembled whenHans-Joerg Hoexer
2008-06-12Poll AC because there are some crappy machines out there that need it.Marco Peereboom
2008-06-12disable debug printfs and descriptor dumpsRobert Nagy
2008-06-12Clead discipline pointer after delete. Found by hshoexerMarco Peereboom
2008-06-12Wrap DPRINTF around #ifdef VIDEO_DEBUG, but leave debugging on byMarcus Glocker
2008-06-12Removed old AML disassembler codeJordan Hargrave
2008-06-12Fixed AMLOP_LOAD for _PSS on ThinkpadJordan Hargrave
2008-06-12The mmap offsets for memory buffers currently are the kernel virtualOwain Ainsworth
2008-06-12Fixed memory leaks for AML parserJordan Hargrave
2008-06-12syncTheo de Raadt
2008-06-12dreamcheeky missile launcher (duck!)Theo de Raadt
2008-06-12Pass error code via the crypto descriptor (ie. crp_etype) from cryptoHans-Joerg Hoexer
2008-06-12wrap definitions for softraid crypto "ifdef CRYPTO". Suggested by djmHans-Joerg Hoexer
2008-06-12Get mask keying for on-disk keys from user space and keep a "hint" for keyHans-Joerg Hoexer
2008-06-12Bring biomem diff back into the tree after the nfs_bio.c fix went in.Theo de Raadt
2008-06-12Be more paranoid before disestablishing hookMarco Peereboom
2008-06-12Skip 64-bit BARs correctly when initing.Owain Ainsworth
2008-06-12Bump max BARs up to 6. Needed for nouveau.Owain Ainsworth
2008-06-12Add delete volume functionality.Marco Peereboom
2008-06-11Add a few comments.Brad Smith
2008-06-11replace the last missing xname header before an error message in get_sdr(); o...Constantine A. Murenin
2008-06-11Zero mbreg_t (mailbox) structures allocated on the stack before fillingKenneth R Westerback
2008-06-11some more BCM5708S registers.Brad Smith
2008-06-11Update firmware for QLogic 2200 cards from v2.02.03 to v2.02.06 which hasKenneth R Westerback
2008-06-11Add a bunch of new ciss devices from Scott Benesh at HP via FreeBSD.Jonathan Gray
2008-06-11regenJonathan Gray
2008-06-11Add a bunch of new ciss devices from Scott Benesh at HP via FreeBSD.Jonathan Gray
2008-06-11regenJonathan Gray
2008-06-11Some additional devices from submitted dmesgs.Jonathan Gray
2008-06-11correct long since bitrotted commentsDamien Miller
2008-06-11Move a debug printf into #ifdef DEBUG. ok todd@, millert@.Matthieu Herrb
2008-06-11back out biomem diff since it is not right yet. Doing very largeTheo de Raadt
2008-06-11Update to DRM git as of a few days ago. This mostly affects theOwain Ainsworth
2008-06-11Remove the IDE_PCI_CLASS_OVERRIDE quirk flag for Intel (except AHCI),Brad Smith
2008-06-11regenMark Kettenis
2008-06-11Add Altera vendor id, and EBus device id. This is questionable since theMark Kettenis
2008-06-11Fix $OpenBSD$ for once and for allMarco Peereboom
2008-06-11implement the VIDIOC_STREAMOFF ioctl and remove some unused codeRobert Nagy
2008-06-11Move first pieces of crypto softraid into the tree. Still totallyHans-Joerg Hoexer
2008-06-11regenBrad Smith
2008-06-11BCM5780 also has a fiber model.Brad Smith
2008-06-11Don't get the address of the txstats pointers when doing bzero,Jonathan Gray
2008-06-11If bDefaultFrameIndex is 0 we should use the first bFrameIndex.Robert Nagy
2008-06-10Add opaque structure to create raid.Marco Peereboom
2008-06-10add VIDIOC_QUERYCTRL to the supported ioctlsRobert Nagy
2008-06-10g/c unused defines.Brad Smith
2008-06-10formatting knits.Brad Smith
2008-06-10Some header cleanup. Remove some unused headers and shuffle some aroundBrad Smith
2008-06-10Fix buffer cache pending read statistics by ensuring we can identifyBob Beck
2008-06-10Fix a memory leak in usbf_realloc(), and make the speed configuration arrayMiod Vallat