summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2008-06-26Since we're not ifdefed anymore, changeOwain Ainsworth
2008-06-26Kill the ifdefs in drmP.h too, it's meant to be os specific.Owain Ainsworth
2008-06-26Kill drm_sysctl.c and all references to it.Owain Ainsworth
2008-06-26Kill the rest of the ifdef maze in drm_*.cOwain Ainsworth
2008-06-26Kill the ifdef maze. I've been considering doing this for months, itOwain Ainsworth
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2008-06-25Support the Intel G35 which apparently works similarly to the 965.Owain Ainsworth
2008-06-25do not print scsi id, since scsibus does that now; ok krwTheo de Raadt
2008-06-25use pools for the uio and iovec allocations in sr_crypto_getcryptop()Thordur I. Bjornsson
2008-06-24Fixed a problem that would cause errors (especially when in low memoryBrad Smith
2008-06-24Thinkpad -> ThinkPadIgor Sobrado
2008-06-24regenBrad Smith
2008-06-24- Rename the QuickCam Sphere AF to Orbit since the other Orbit MPBrad Smith
2008-06-23Don't bzero() the USB buffer before every xfer. This was just for debugMarcus Glocker
2008-06-22Remove the QuickCam Pro 5000 from the quirks list now that thereBrad Smith
2008-06-22regenBrad Smith
2008-06-22Add a few more QuickCam cams and touch up some of the existing entries.Brad Smith
2008-06-22Update watchdog timer code from DragonFly.Brad Smith
2008-06-22If no frame gets queue for a certain time, return EINVAL to the userlandMarcus Glocker
2008-06-22correct function names on some debug and panics.Federico G. Schwindt
2008-06-21print vendor and product in hexa on debug.Federico G. Schwindt
2008-06-21print the correct function name.Federico G. Schwindt
2008-06-21regenBrad Smith
2008-06-21add Marvell Yukon PCI id for the 88E8040T chipset.Brad Smith
2008-06-21fix probable cut and paste error when for the virtual QH link.Federico G. Schwindt
2008-06-20Another uchcom product found in the Linux driver.Jonathan Gray
2008-06-20regenJonathan Gray
2008-06-20Another uchcom product found in the Linux driver.Jonathan Gray
2008-06-19the 82598AT variant of ix(4) is 10GbaseT, change media type from AUTO.Reyk Floeter
2008-06-19Sync USB ids. Although the Pro 5000 should be removed as it isBrad Smith
2008-06-19regenBrad Smith
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