Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-07-04 | regen | Yojiro Uo | |
ok jsg@ | |||
2008-07-04 | add new entries for 3G/3.5G modems | Yojiro Uo | |
2008-07-03 | Add the pci id and driver flags flags parts for the previous two updates | Owain Ainsworth | |
(radeon and intel) tested by a few (as part of the updates) | |||
2008-07-03 | Oops.. missed these files out of the radeon git update. | Owain Ainsworth | |
>Update the radeondrm driver to be level with drm git. > >adds: > >- support for RS400 chips >- some cleanup of a few things >- fixes a hard lockup for r3-500 cards. > >Tested by a few | |||
2008-07-03 | Update the inteldrm driver to drm git. | Owain Ainsworth | |
changes: - Support for intel 4 series chipsets (i'll do any relavent agp bits for these as soon as i grab the datasheet and find a testcase) - fix scheduled buffer swaps on non 965 chipsets - major reorder, dedup and general cleanup of register definition and the header file Tested by a few, no regressions | |||
2008-07-03 | Update the radeondrm driver to be level with drm git. | Owain Ainsworth | |
adds: - support for RS400 chips - some cleanup of a few things - fixes a hard lockup for r3-500 cards. Tested by a few | |||
2008-07-03 | Add struct for VC_EXTENSION_UNIT and dump it in debug mode. | Marcus Glocker | |
2008-07-02 | Add first bits to support uncompressed format. | Marcus Glocker | |
2008-07-02 | As some modem devices in ubsa(4) are possible to be incompatible with | Yojiro Uo | |
the native ubsa device, the patch notifies when it finds such a kind of device. ok jsg@ | |||
2008-07-02 | fix interrupt pipe processing. | Yojiro Uo | |
many high speed modem devices use CDC-like notify message protocol in there intr pipe rather than ubsa(4) compatible protocol. now umsm(4) interrupt message will be treated as CDC notify. And, this patch contains "verbose message patch" to find incompatible device in umsm(4). | |||
2008-07-02 | defines for output devices' events. | Federico G. Schwindt | |
2008-07-02 | add acpivideo. for now almost an empty skel so others can work on | Federico G. Schwindt | |
suspend/resume. eventually it will also manage output switching and brightness where supported. prodded by marco@ | |||
2008-07-02 | unify using WDCDEBUG. | Federico G. Schwindt | |
2008-07-02 | better mechanism that works in DESTDIR | Theo de Raadt | |
2008-07-02 | also install the license as run-license... discussed with jsg | Theo de Raadt | |
2008-07-01 | regen | Stuart Henderson | |
2008-07-01 | add ID for Globespan Pulsar G7370 ADSL modem | Stuart Henderson | |
ok brad@ | |||
2008-07-01 | Do not use MINCLSIZE to figure out if a single mbuf or a mcluster should be | Claudio Jeker | |
used. Instead use MHLEN and MLEN acordingly because MINCLSIZE is bigger than a single mbuf now. OK mglocker@ | |||
2008-07-01 | Spacing. | Marcus Glocker | |
2008-07-01 | Remove clauses 3 and 4 from BSD license owned by mickey, niklas, and NetBSD. | Ray Lai | |
OK niklas, mickey, deraadt. | |||
2008-06-30 | regen. | Federico G. Schwindt | |
2008-06-30 | rename OZ7110 to OZ711Mx Misc as it's not really a cardbus controller. | Federico G. Schwindt | |
deraadt@ ok. | |||
2008-06-30 | Don't try to free a non-malloced address. Somehow this bit of code escaped | Owain Ainsworth | |
deletion when i killed the ifdefs around it. Problem noticed by Jason Meltzer and ckuethe@, thanks! | |||
2008-06-30 | Limit maximal number of mmap buffers to 32 (instead 256). | Marcus Glocker | |
2008-06-30 | - Free mmap buffer on close/detach. | Marcus Glocker | |
- Fix DPRINTF while here. | |||
2008-06-30 | Teach lii(4) how to clean up after itself. | Joel Sing | |
ok dlg@ | |||
2008-06-30 | wrap logging code around WDC_DEBUG. shrinks kernel by ~4k. | Federico G. Schwindt | |
jsg@ krw@ miod@ ok. | |||
2008-06-29 | Add RT2870 firmware with the same license as the rest of | Jonathan Gray | |
the Ralink firmware files. Discussed with Paul Lin at Ralink. | |||
2008-06-29 | Use DEV_BSIZE (defined as 512) instead of 512 when initializing the | Kenneth R Westerback | |
disklabel's d_secsize. ok millert@ marco@ | |||
2008-06-29 | add usb2.0 to usb1.1(ohci/uchi) handover request to usb subsystem. | Yojiro Uo | |
add new quirk entry for uvideo which is required isoc transfer. Some usb2.0 devices use isochronous transfer but current usb subsystem does not support isoc transfer in ehci(usb2.0) bus. This patch introduce new psuedo usb hub request UHF_PORT_DISOWN_TO_1_1 to handover the device to ehci to usb1.1 bus(ohci or uhci). ok mglocker@ deraadt@ fgsch@ | |||
2008-06-29 | new belkin rum with california designed plastic | Theo de Raadt | |
2008-06-29 | sync | Theo de Raadt | |
2008-06-29 | another new belkin rum. says on it "designed in california, made in china". | Theo de Raadt | |
inside, it has a board designed by ralink in taiwan. i guess that people in california now have sunk so far in their skills they just "design" the plastic shrouds for the devices now. | |||
2008-06-27 | Hook up the blinkenleds. | Jonathan Gray | |
Lets cards like the 1261ML with SGPIO sideband on Mini SAS, control locator LEDs through bioctl. ok dlg@ | |||
2008-06-27 | Access the embedded controller according to the documentation referenced | Can Erkin Acar | |
from the hdaps linux driver, and update model detection. Now works on newer thinkpad models. Suggestions from jsg@, tested by many. | |||
2008-06-27 | More removal of clauses 3 and 4 from NetBSD licenses. | Ray Lai | |
OK deraadt@ and millert@ | |||
2008-06-26 | Make video stream work properly on uhci and ohci by adding an ohci | Marcus Glocker | |
isoc xfer workaround. Improved and OK deraadt@ | |||
2008-06-26 | Kill the silly ``drm_device_t'' and ``drm_file_t'' typedefs. just use | Owain Ainsworth | |
``struct drm_device'' and ``struct drm_file'' respectively. Since i'm changing a lot of prototypes anyway, remove all parameter names from prototypes, in accordance with style(9) (and sanity). | |||
2008-06-26 | Kill the device_t and vm_offset_t typedefs. | Owain Ainsworth | |
2008-06-26 | Since we're not ifdefed anymore, change | Owain Ainsworth | |
drm_{open,close,poll,read,mmap,ioctl} into the form that cdev_decl() likes, and nuke the #defines. | |||
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 | |