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