summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2008-06-19Fix the naming of the QuickCam Notebook Deluxe entry.Brad Smith
2008-06-19regenBrad Smith
2008-06-19Add a bunch of UVC compliant Logitech webcams.Brad Smith
2008-06-19Don't play with the vblank refcount if we didn't increase it first.Owain Ainsworth
2008-06-19Check the right refcount so that the vblank irq has a hope of beingOwain Ainsworth
2008-06-18regenBrad Smith
2008-06-18Add the Logitech QuickCam Pro 9000.Brad Smith
2008-06-17if reading (or writing) is not supported, but the device is openedJacob Meuser
2008-06-16replace min() and max() function calls by MIN() and MAX().Damien Bergamini
2008-06-15typoMiod Vallat
2008-06-15expand the quirk framework to enable device class matchYojiro Uo
2008-06-15One more printf -> DPRINTF in the USB xfer callback.Marcus Glocker
2008-06-15Make frame queueing reliable by setting tsleep() priorities to 0.Marcus Glocker
2008-06-15Don't see rx_abs_int_delay if rx_int_delay is not set. SettingTodd C. Miller
2008-06-15Move noisy frame queueing debug messages up to debug level 2.Marcus Glocker
2008-06-15On AMD64 running on Intel processors with EST add support for retreivingGordon Willem Klok
2008-06-15if we are trying to attach to ehci(4) notify the user to disable itRobert Nagy
2008-06-15Don't bypass partition bounds check for RAW_PART. We now guarantee thatKenneth R Westerback
2008-06-14Fixed evil recursion depth for ASUS EEEPC, uses less memory tooJordan Hargrave
2008-06-14Provide a status field for operations on the bc_opaque data. Now we'reHans-Joerg Hoexer
2008-06-14Teach acpiasus(4) about some more events. Whilst we're here bzero the cmdJoel Sing
2008-06-14id tag.Federico G. Schwindt
2008-06-14A bunch of pool_get() + bzero() -> pool_get(..., .. | PR_ZERO)Michael Knudsen
2008-06-14Use the bus_size_t in the ath_softc.Joel Sing
2008-06-14Use multiple crypto keys per volume. Each key is used to encrypt atDamien Miller
2008-06-14remove #ifdef __macppc__ due to a misunderstanding:Todd T. Fries
2008-06-14Allow ath(4) to detach cleanly when attaching via PCI. AlsoJoel Sing
2008-06-14remove duplicate #defines; ok hshoexer@Damien Miller
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