Age | Commit message (Expand) | Author |
2009-05-11 | regen usbdevs* | Yojiro Uo |
2009-05-11 | some huawei E220 OEM devices has broken strings in the device descriptor. | Yojiro Uo |
2009-05-11 | On VT6105M, use hardware IP, TCP and UDP checksums in and out. Tested on | Stuart Henderson |
2009-05-11 | Start using VR_RXSTAT_RX_OK instead of VR_RXSTAT_ERR (It exists | Stuart Henderson |
2009-05-11 | remove local copy of vendor id/device id, there's nothing wrong with | Stuart Henderson |
2009-05-11 | Rework the pcigart stuff somewhat. | Owain Ainsworth |
2009-05-10 | In debug mode let us know which ioctl has been requested. | Marcus Glocker |
2009-05-10 | Change agp attach (again) so that the driver passes in the aperture size. | Owain Ainsworth |
2009-05-10 | In preparation for using agp as a bus_dma backend for drm, convert the bind_page | Owain Ainsworth |
2009-05-10 | When I changed the implementation of iommu and sg_dma over to use | Owain Ainsworth |
2009-05-10 | Make inactivity screen blanking (burner) work. | Marcus Glocker |
2009-05-10 | change agp driver attach so that the driver passes in the base address | Owain Ainsworth |
2009-05-10 | Enable vcc(4) and vcctty(4). | Mark Kettenis |
2009-05-10 | Remove a dead variable and some unneeded returns. | Mark Kettenis |
2009-05-10 | Handle devices with multiple ports. | Mark Kettenis |
2009-05-10 | Rename mdesc_get_prop_string into mdesc_get_prop_str. | Mark Kettenis |
2009-05-10 | - fix whitespace problems (introduces no change with diff -w) | Stuart Henderson |
2009-05-10 | Add vcctty(4). | Mark Kettenis |
2009-05-10 | - use nitems() rather than handrolled version. | Stuart Henderson |
2009-05-10 | Add vcc(4) and vcctty(4). The vcc(4) driver is a driver for the "Virtual | Mark Kettenis |
2009-05-10 | Remove config register gpio definitions for older chips, gpio mii | Stuart Henderson |
2009-05-10 | Add defines for magic character constants used by hypervisor console | Mark Kettenis |
2009-05-10 | - change device matching to use a quirks table. | Stuart Henderson |
2009-05-10 | Adjust debug level to be not that noisy by default (level 1). | Marcus Glocker |
2009-05-09 | Return -1 from unused udl_mmap() function instead of 0. | Marcus Glocker |
2009-05-09 | Initial console device driver for USB displays based on the DisplayLink | Marcus Glocker |
2009-05-09 | Promote types in ARCBios function prototypes from int to long whenever | Miod Vallat |
2009-05-09 | Missed adding this file. | Dale Rahn |
2009-05-08 | Remove xhub boilerplate; Hub doesn't appear as a widget itself but as the | Miod Vallat |
2009-05-08 | In _dmamem_alloc_range() DIAGNOSTIC code, check for the address being within | Miod Vallat |
2009-05-08 | Add a new page freelist, to which memory suitable for 32-bit dma on | Miod Vallat |
2009-05-08 | The default initiator value is 0 on sgi IP27, IP30 and IP35 systems. Since | Miod Vallat |
2009-05-08 | Fix devio byteswap, this makes isp(4) happy on IP27 and IP35. | Miod Vallat |
2009-05-08 | Make interrupt handling code closer to IP30 XHeart code. | Miod Vallat |
2009-05-08 | Attach children with config_found_sm() instead of directly invoking | Miod Vallat |
2009-05-08 | IP30 Dallas clock runs in non-BCD mode, so make sure to check which mode | Miod Vallat |
2009-05-08 | Be sure to completely ignore ARCBios memory information on IP27 and IP35 | Miod Vallat |
2009-05-08 | add support HT mixer knobs (ie routing control). Allow monitoring | Alexandre Ratchov |
2009-05-08 | add support for the ak4358 DAC used in ESI Julia cards. There are | Alexandre Ratchov |
2009-05-08 | print card model, the number of inputs and the number of outputs | Alexandre Ratchov |
2009-05-08 | add support for m-audio delta 1010, delta 66 and delta 44 since | Alexandre Ratchov |
2009-05-08 | rename few functions and macros, fix style | Alexandre Ratchov |
2009-05-08 | expose HT mixer; since neither the digital mixer nor codec | Alexandre Ratchov |
2009-05-08 | Clear PQ_AOBJ at pageremove: when a page is no longer part of a uvm_object, | Ariane van der Steldt |
2009-05-08 | use the number of channels rather than the number of stereo dacs/adcs, | Alexandre Ratchov |
2009-05-08 | Remove static qualifier of functions that are not inline. | Ariane van der Steldt |
2009-05-08 | hide controls corresponding to missing dacs, adcs or spdifs. | Alexandre Ratchov |
2009-05-08 | Initial effort on a port to the omap35xx platform specifically beagleboard, | Dale Rahn |
2009-05-08 | Pieces of arm11 and armv7 support for newer cpus. This is work in progress | Dale Rahn |
2009-05-07 | Missed removing a printf argument. | Ariane van der Steldt |