Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-26 | Kill the ifdefs in drmP.h too, it's meant to be os specific. | Owain Ainsworth | |
While i'm here cleanup some duplicated #includes and reorder slightly. | |||
2008-06-26 | Kill drm_sysctl.c and all references to it. | Owain Ainsworth | |
All the code was ifdefed out anyway and it wasn't really useful. | |||
2008-06-26 | Kill the rest of the ifdef maze in drm_*.c | Owain Ainsworth | |
I was going to do this per file, but decided all it would achieve was artificially increasing my commit count. >Kill the ifdef maze. I've been considering doing this for months, it >doesn't make getting changes to and from upstream much easier, and just >makes the code hard to read. | |||
2008-06-26 | Kill the ifdef maze. I've been considering doing this for months, it | Owain Ainsworth | |
doesn't make getting changes to and from upstream much easier, and just makes the code hard to read. | |||
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai | |
Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code that NetBSD has claimed for itself without attributing to the actual authors. OK deraadt@ | |||
2008-06-25 | Support the Intel G35 which apparently works similarly to the 965. | Owain Ainsworth | |
Initial information, half the diff, and testing from Andrew Lutomirski, thanks! | |||
2008-06-25 | do not print scsi id, since scsibus does that now; ok krw | Theo de Raadt | |
2008-06-25 | use pools for the uio and iovec allocations in sr_crypto_getcryptop() | Thordur I. Bjornsson | |
instead of malloc; OK hshoexer@ and macro@ | |||
2008-06-24 | Fixed a problem that would cause errors (especially when in low memory | Brad Smith | |
systems) because the RX chain was corrupted when an mbuf was mapped to an unexpected number of buffers. From davidch@FreeBSD | |||
2008-06-24 | Thinkpad -> ThinkPad | Igor Sobrado | |
2008-06-24 | regen | Brad Smith | |
2008-06-24 | - Rename the QuickCam Sphere AF to Orbit since the other Orbit MP | Brad Smith | |
entries also share the same id between Orbit MP and Sphere MP models. - Fix the naming of the second QuickCam Orbit MP entry. | |||
2008-06-23 | Don't bzero() the USB buffer before every xfer. This was just for debug | Marcus Glocker | |
purposes. | |||
2008-06-22 | Remove the QuickCam Pro 5000 from the quirks list now that there | Brad Smith | |
is a UVC driver. ok robert@ | |||
2008-06-22 | regen | Brad Smith | |
2008-06-22 | Add a few more QuickCam cams and touch up some of the existing entries. | Brad Smith | |
2008-06-22 | Update watchdog timer code from DragonFly. | Brad Smith | |
From sephe@DragonFly ok mglocker@ | |||
2008-06-22 | If no frame gets queue for a certain time, return EINVAL to the userland | Marcus Glocker | |
application which will cause it to exit instead let it stuck forever. | |||
2008-06-22 | correct function names on some debug and panics. | Federico G. Schwindt | |
2008-06-21 | print vendor and product in hexa on debug. | Federico G. Schwindt | |
2008-06-21 | print the correct function name. | Federico G. Schwindt | |
2008-06-21 | regen | Brad Smith | |
2008-06-21 | add Marvell Yukon PCI id for the 88E8040T chipset. | Brad Smith | |
From Linux sky2/Marvell sk98lin drivers. | |||
2008-06-21 | fix probable cut and paste error when for the virtual QH link. | Federico G. Schwindt | |
from netbsd via dragonfly. pointed by theo. ok by many. | |||
2008-06-20 | Another uchcom product found in the Linux driver. | Jonathan Gray | |
2008-06-20 | regen | Jonathan Gray | |
2008-06-20 | Another uchcom product found in the Linux driver. | Jonathan Gray | |
2008-06-19 | the 82598AT variant of ix(4) is 10GbaseT, change media type from AUTO. | Reyk Floeter | |
2008-06-19 | Sync USB ids. Although the Pro 5000 should be removed as it is | Brad Smith | |
a UVC compliant webcam. | |||
2008-06-19 | regen | Brad Smith | |
2008-06-19 | Fix the naming of the QuickCam Notebook Deluxe entry. | Brad Smith | |
2008-06-19 | regen | Brad Smith | |
2008-06-19 | Add a bunch of UVC compliant Logitech webcams. | Brad Smith | |
2008-06-19 | Don't play with the vblank refcount if we didn't increase it first. | Owain Ainsworth | |
2008-06-19 | Check the right refcount so that the vblank irq has a hope of being | Owain Ainsworth | |
disabled when wished. | |||
2008-06-18 | regen | Brad Smith | |
2008-06-18 | Add the Logitech QuickCam Pro 9000. | Brad Smith | |
2008-06-17 | if reading (or writing) is not supported, but the device is opened | Jacob Meuser | |
for reading (or writing), return ENXIO (Device not configured) instead of EACCES (Permission denied). ok ratchov | |||
2008-06-16 | replace min() and max() function calls by MIN() and MAX(). | Damien Bergamini | |
MIN() and MAX() are macros that can evaluate their arguments twice but it is safe in this context. following a post from miod@ about the harmfulness of min() and max() in the kernel. | |||
2008-06-15 | typo | Miod Vallat | |
2008-06-15 | expand the quirk framework to enable device class match | Yojiro Uo | |
ok deraadt@ | |||
2008-06-15 | One more printf -> DPRINTF in the USB xfer callback. | Marcus Glocker | |
2008-06-15 | Make frame queueing reliable by setting tsleep() priorities to 0. | Marcus Glocker | |
2008-06-15 | Don't see rx_abs_int_delay if rx_int_delay is not set. Setting | Todd C. Miller | |
rx_abs_int_delay to be non-zero when rx_int_delay is zero appears to trigger a bug elsewhere in the kernel for certain em revisions. Based on a diff from beck@. OK beck@ marco@ henning@ brad@ | |||
2008-06-15 | Move noisy frame queueing debug messages up to debug level 2. | Marcus Glocker | |
2008-06-15 | On AMD64 running on Intel processors with EST add support for retreiving | Gordon Willem Klok | |
operating points from ACPI. In support of this add evaluation of the _PDC object and give it the capability flags asserting OSPM management of CPU power states. ok marco@, canacar@ | |||
2008-06-15 | if we are trying to attach to ehci(4) notify the user to disable it | Robert Nagy | |
because it does not support isochronous transfers yet. we hope that we can remove this as soon as possible. discussed with deraadt@ | |||
2008-06-15 | Don't bypass partition bounds check for RAW_PART. We now guarantee that | Kenneth R Westerback | |
RAW_PART will always be 0 -> disksize, so the bounds check will always pass for i/o's to valid addresses. Now the i/o will be properly truncated if it goes past the end of the device. This prevents various adverse impacts of issuing i/o's for data past the end of the device. Repeatedly requested by todd@. ok weingart@ deraadt@ | |||
2008-06-14 | Fixed evil recursion depth for ASUS EEEPC, uses less memory too | Jordan Hargrave | |
ok @marco | |||
2008-06-14 | Provide a status field for operations on the bc_opaque data. Now we're | Hans-Joerg Hoexer | |
able to distinguish cleanly an failing ioctl (ie. return value -1) from trying to retrieve a KDF hint from a not yet initialized volume. ok marco djm |