summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2011-11-29the code for managing tty vs cua usage collision was free'ing all sortsTheo de Raadt
2011-11-29Do not blindly return 1 from the interrupt handler since we do not knowJoel Sing
2011-11-29Limit the kumeran errata to a specific mac/phy combo as done in the IntelJonathan Gray
2011-11-28Fix reversed error-handling gotos in myx_buf_fill(), which would lead toBret Lambert
2011-11-27Bring back low latency interrupt moderation for 82599Mike Belopuhov
2011-11-27Checksum fix from reyk (rev1.31) that was lost during update:Mike Belopuhov
2011-11-27This needs sys/kthread.h to buildClaudio Jeker
2011-11-26add Netgear WNA100MChris Kuethe
2011-11-26regenChris Kuethe
2011-11-26add usb id for Netgear WNA100MChris Kuethe
2011-11-21this should have gone away because it is now in files.pciTheo de Raadt
2011-11-19Add ZTE MF190; ok jsgMike Belopuhov
2011-11-19Add a comment explaining the weired nature of the mlphy.Claudio Jeker
2011-11-19regenMike Belopuhov
2011-11-19Add ZTE MF190 installer IDMike Belopuhov
2011-11-17support Huawei EM770WJonathan Gray
2011-11-17regenJonathan Gray
2011-11-17Huawei EM770WJonathan Gray
2011-11-15Simplify various parts of the puc(4) attachment code. Tested lightlyTheo de Raadt
2011-11-15on failure, the hibernate io function should return an errno type variable,Theo de Raadt
2011-11-14local variable not needed in sdmmc_activateTheo de Raadt
2011-11-14syncTheo de Raadt
2011-11-14SMSC9512 and familyTheo de Raadt
2011-11-14Use a fixed io_page for all hibernate I/O, which is needed forMike Larkin
2011-11-13Add some #defines for the various hibernate I/O modes, some of theMike Larkin
2011-11-13When initiating a rebuild update the DUID for the chunk so thatJoel Sing
2011-11-13Cleanup rebuild initialisation code. In particular, reconstruct the chunkJoel Sing
2011-11-12Unbreak tree after kettenis's sanitization in pcidevsPhilip Guenthe
2011-11-12regenMark Kettenis
2011-11-12Sanitize NVIDIA SATA/AHCI/RAID IDs. Not all of these have been seen in theMark Kettenis
2011-11-11Remove a bogus check which dereferences an uninitialised pointer.Joel Sing
2011-11-11When rebuilding check the size of the replacement chunk against theJoel Sing
2011-11-11Remove unused sv_sensor_valid variable.Joel Sing
2011-11-11When setting up a bootable softraid volume, do not try to save the bootJoel Sing
2011-11-11regenGleydson Soares
2011-11-11add support for HUAWEI Mobile E173sGleydson Soares
2011-11-10Fixed config_pending calls in sdmmc(4)Uwe Stuehler
2011-11-10Death to inappropriate whitespace. First one pointed out by Brad.Kenneth R Westerback
2011-11-09Add support for UISUBCLASS_MOBILE_DIRECT_LINE_MODEL to cdce(4).Stuart Henderson
2011-11-09If directly open /dev/wskbdX, then wskbdX be removed from mux wskbd,Alexandr Shadchin
2011-11-09Auto-repeat keys in WSKBD_RAW mode is not needed.Alexandr Shadchin
2011-11-08ncr53c9x (a.k.a. esp on sparc64) does not like 16-byte SCSI commandsKenneth R Westerback
2011-11-08Typo. BIOC_SSOFFLINE is the ioctl command. Pass BIOC_SDOFFLINE toKenneth R Westerback
2011-11-03Backout last change that broke the driver. There's no hardware at handMike Belopuhov
2011-11-02Make sure we set UDMA capabilities for HT-1000 IDE,Jonathan Gray
2011-11-02fix defines for some ehci registers. they are not used yet as they onlyEric Faurot
2011-10-31Save and restore MSI configuration on PCI-Express bridges duringMike Belopuhov
2011-10-29avoid an out-of-bounds array access in urtwn_iq_calib_chain();Gleydson Soares
2011-10-28Fix bogus frame selection check in uvideo_vs_negotiation().Marcus Glocker
2011-10-28sync to new ufdti; Mark PeoplesTheo de Raadt