summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2009-03-03attempt support for a single-port variant of the NetMos NM9835 by lookingTheo de Raadt
2009-03-03regenAlexander Yurchenko
2009-03-03Add IBM Remote Supervisor Adapter found on lpinto's machine.Alexander Yurchenko
2009-03-03regenKevin Lo
2009-03-03more RealTek RTL8187 based devicesKevin Lo
2009-03-01Switch more info printfs to debug. The average user doesn't want to seeOwain Ainsworth
2009-03-01Time to turn off debug by default. It shrinks ramdisk as a bonus.Alexander Yurchenko
2009-03-01Add sensors support.Alexander Yurchenko
2009-03-01- add missing letoh32Alexander Yurchenko
2009-02-270x3 is not really a good number for bit flags. Should fix the LogitechMarcus Glocker
2009-02-27set interrupt moderation timer for tx; otherwise interrupt always for txKevin Lo
2009-02-26If acx_attach() fails, print the reason why it is failing.Stefan Sperling
2009-02-26Fix PR6089, "panic in acx_detach upon card eject".Stefan Sperling
2009-02-26fix the multicast code; tested by sthen@Kevin Lo
2009-02-25Fix up multicast support, from brad.Jonathan Gray
2009-02-25On full mask revision 2 or later default toJonathan Gray
2009-02-25add Atheros AR8121/AR8113/AR8114 Ethernet controller(also known as L1E).Kevin Lo
2009-02-24The original SiS chips seem to have an bug that marks VLAN tagged packetsClaudio Jeker
2009-02-24move AnyDATA ADU-E100H to umsm(4) from ubsa(4) as it uses msm chipset.Yojiro Uo
2009-02-24back out est.c 1.8 and bring acpicpu.c all the way back to 1.47 because ofTheo de Raadt
2009-02-24Backout a backout because noone knows what the hell the backout is aTheo de Raadt
2009-02-23regenJonathan Gray
2009-02-23Match on the SAS1078DE which appears to be used in at least theJonathan Gray
2009-02-23- fix test for IPv4 checksumKevin Lo
2009-02-22Make Yukon-2 FE+ (88E8040, 88E8042) work.Mark Kettenis
2009-02-22Make 88E3016 actually work.Mark Kettenis
2009-02-22Untested FB-DIMM decoding adapted from changes made to NetBSDJonathan Gray
2009-02-21overzealous cut/paste; found by Vladimir Kirillov <proger@uaoug.org.ua>Marco Peereboom
2009-02-21Fix a kernel crash for bulk devices when closing the video stream;Marcus Glocker
2009-02-20Oops didn't mean for Debugger() to remain there.Marco Peereboom
2009-02-20Let the sdmmc adapters tell the sdmmc layer how much sectors they canMiod Vallat
2009-02-20Add Sony VGP-VCC9 Camera (Ricoh chipset) to the quirk list.Marcus Glocker
2009-02-20regenMarcus Glocker
2009-02-20Add Sony VGP-VCC9 Camera (Ricoh chipset).Marcus Glocker
2009-02-20Add more Ricoh chipsets to the quirk list which could work.Marcus Glocker
2009-02-20Don't attach non-UISUBCLASS_VIDEOCONTROL interfaces from some quirkMarcus Glocker
2009-02-20Bring NO_CCB to cac(4), which helps bio work better withoutKenneth R Westerback
2009-02-19Indicate if a thermal sensor is present on ddr3 modules.Jonathan Gray
2009-02-19Move most of spdmem match logic into the driver and add crc16/ddr3Jonathan Gray
2009-02-19the uaa structure (and things it points, for instance ifaces) is onlyTheo de Raadt
2009-02-19suspend/resume bits so that we can develop this in tree. This is disabled.Marco Peereboom
2009-02-19Don't use scsi_xfer if we don't run a command came from the scsi layer.Alexander Yurchenko
2009-02-18Disable all IGPGART chipsets in radeondrm for release.Owain Ainsworth
2009-02-18Make the best guesses possible about newer usb modems and in which modesTheo de Raadt
2009-02-18syncTheo de Raadt
2009-02-18add about 30 or so newer GSM/whatever modemsTheo de Raadt
2009-02-18Backout PDC & PPC changes because it hangs several laptops.Marco Peereboom
2009-02-17- add more bioctl support, now physical drives info availableAlexander Yurchenko
2009-02-17Don't leak the dmamap on freeing memory.Owain Ainsworth
2009-02-16Extend the scsi_adapter minphys() callback to take a struct scsi_link *Miod Vallat