summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2008-06-14Update bioctl(8) and softraid(4) to recent changes and enable softraidHans-Joerg Hoexer
2008-06-14implement a check code to determine whether the disk keys haveDamien Miller
2008-06-13Add support for fiber PHY on bge(4) (BCM5714/BCM5780) andBrad Smith
2008-06-13make the disk key masking algorithm a parameter and add some extraDamien Miller
2008-06-13fix compilation with BNX_DEBUG.Brad Smith
2008-06-13Implement pbkdf2 in in bioctl to derive master key from a passphrase.Hans-Joerg Hoexer
2008-06-13rearrange on-disk structures to the top of the file, wrap kernel-onlyDamien Miller
2008-06-13When assembling an already initialized crytpo softraid, correctly copy inHans-Joerg Hoexer
2008-06-13Remove DEBUG #undef's we can turn it on/off in GENERIC like for allMarcus Glocker
2008-06-13Restore IDE_PCI_CLASS_OVERRIDE on SiI3512 SATA.Mats O Jansson
2008-06-13Fixed acpiec driver, _REG method required sc_ec member set before being calledJordan Hargrave
2008-06-13properly indent something horridly misleadingTheo de Raadt
2008-06-13Initialize the return value in pci_probe_device() function, so that we doTheo de Raadt
2008-06-13Remove slack space for RX/TX chains since it only covers sloppy coding.Brad Smith
2008-06-13If you have #if FOO > 0 parts of your softc beJonathan Gray
2008-06-13Remove duplicate function for string to integer conversion. ok jordan@Can Erkin Acar
2008-06-13Properly handle battery insertion/removalJordan Hargrave
2008-06-13D-Link DWA-111, from kevlo via FreeBSD.Jonathan Gray
2008-06-13Add myself to the copyright since i fumbled around in those files, too.Marcus Glocker
2008-06-13regenJonathan Gray
2008-06-13D-Link DWA-111 from kevlo via FreeBSD.Jonathan Gray
2008-06-13Merge show_scsi_xs() and show_scsi_cmd() and move invocation so theKenneth R Westerback
2008-06-13Make kbd -l work for adb. -mojMats O Jansson
2008-06-13Cleanup for aml_xcreatefield, added flags argumentJordan Hargrave
2008-06-13Cleanup, remove old/unused functionsJordan Hargrave
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