summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2009-10-16Added argument for xconvert for length conversionJordan Hargrave
2009-10-15Implement passive cooling for acpitz; works for some overheating machinesJordan Hargrave
2009-10-15Add detach support to a few more drivers, and in others do the neccessaryTheo de Raadt
2009-10-15disable interrupt coalescing (aka mitigation) if the chip comes up with itDavid Gwynne
2009-10-15If the bSynchAddress of the AudioStreaming isochronous audio dataJacob Meuser
2009-10-13Start doing the neccessary operations in the detach function in the right order.Theo de Raadt
2009-10-13Correct udma timing register offset and the udma mode ceilingJonathan Gray
2009-10-13Pass audio keys to the audio layer even when the keyboard is in raw mode,Miod Vallat
2009-10-13Connect pcppi bell to ukbd, so that x86 systems with usb console keyboardMiod Vallat
2009-10-13Get rid of devact enum, substitute it with an int and coresponding defines.Paul Irofti
2009-10-13sort the device list. from Brad.Stuart Henderson
2009-10-12TCT Mobile modem, rebadged as Alcatel One Touch X060/X200.Jonathan Gray
2009-10-12regenJonathan Gray
2009-10-12TCT Mobile modem, rebadged as Alcatel One Touch X060/X200.Jonathan Gray
2009-10-12auixp(4) also supports SB600. from Brad.Jacob Meuser
2009-10-11fix support for 82543GC. as per intel driver acrds <=82543 need to have theirDariusz Swiderski
2009-10-11remove duplicate ierrors increment (rx_overruns gets incremented) which wasDariusz Swiderski
2009-10-11Correct a copy-and-pasto (check for the same device type twice inStuart Henderson
2009-10-11At initialization of HT chips, write configuration on the correspondingAlexandre Ratchov
2009-10-11Minor cleanup run, no functional changes;Marcus Glocker
2009-10-11Add support for the Broadcom BCM5717 ASIC and the BCM5717 / BCM5718 chipsets.Stuart Henderson
2009-10-11* define a constant for the specification defined maximum number ofJacob Meuser
2009-10-11let page requests sleep instead of polling for completion. not used justDavid Gwynne
2009-10-11* start all "initialization failure" messages with lowercase letter.Jacob Meuser
2009-10-11add support for ICH9 M V chipset, from brad.Dariusz Swiderski
2009-10-11this driver doesn't yet support HDMI codecs enough for them to beJacob Meuser
2009-10-10Let udl select the maximum resolution supported by the udl device and theMats O Jansson
2009-10-10Again, in detatch... call whatever disconnects our interrupt, before weTheo de Raadt
2009-10-09Must also timeout_del twice in detach()...Theo de Raadt
2009-10-09A working detach function. Has no impact on anything else in the driver.Theo de Raadt
2009-10-08Import EDID handling code from NetBSD. Ok deraadt@, miod@, mglocker@.Matthieu Herrb
2009-10-08set a couple bits in the pci configuration space for nvidia hdaJacob Meuser
2009-10-07The BCM5703 ASIC ID is actually shared with the BCM5702 ASIC soStuart Henderson
2009-10-06Allow MD limits for allocating PCI io and mem space and specify limits onMark Kettenis
2009-10-06Remove hack that helped us to work on Lenovo X200, as of last commit the phyDariusz Swiderski
2009-10-05Fill pciide_unmapregs_compat() with stuff which might work, if we ever getTheo de Raadt
2009-10-05Add some minimalistic detach/unmap bits for pciide,Jonathan Gray
2009-10-05match() function was leaving the i2c bus locked; ok kettenisTheo de Raadt
2009-10-05regenJonathan Gray
2009-10-05Add a bunch of Intel 10GbE devices found in the FreeBSD versionJonathan Gray
2009-10-05nvidia MCP73 on acer aspire m1640; proger@uaoug.org.uaTheo de Raadt
2009-10-04Merge over a bunch of detach logic from msk(4) so that this driver canTheo de Raadt
2009-10-04Correctly store the tag results from bus_dmamem_alloc() so that theTheo de Raadt
2009-10-03Driver for the SD/MMC part of the Winbond W83L518D/W83L519D Integrated MediaMark Kettenis
2009-10-03Add missing <sys/device.h>.Mark Kettenis
2009-10-02remove trash left in debug changes; lindroos@nls.fiTheo de Raadt
2009-10-02syncStuart Henderson
2009-10-02Remove BCM57720 as it's not going to be released. From a BroadcomStuart Henderson
2009-10-02Remove BCM57720 as it's not going to be released. From a BroadcomStuart Henderson
2009-10-02regenMiod Vallat