summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2011-08-29protect sc->sc_state access and ncr53c9x_sched() call with splbio inMiod Vallat
2011-08-29Update firmware to the latest version available from Myricom (1.4.53a).David Gwynne
2011-08-29dont use a semaphore (which doesnt block interrupts in the criticalDavid Gwynne
2011-08-29regenMike Belopuhov
2011-08-29add gpsmap 62sMike Belopuhov
2011-08-26Prevent watchdog timeouts; tested by Thomas PfaffKevin Lo
2011-08-26Move the comment outside of the VLAN section of code and above thatKevin Lo
2011-08-26Add a dmesg warning about sloppy disk I/O to vnd(4) devices to helpMatthew Dempsky
2011-08-24revert the last commit. pms_enable_alps() does not guaranteeAlexandr Shadchin
2011-08-22Add support for Radeon 4250.Christiano F. Haesbaert
2011-08-22Adding stub for ALPS touchpad, which not supported yet.Alexandr Shadchin
2011-08-21Help with the watchdog timeouts seen when unplugging the cable fromKevin Lo
2011-08-20Don't wait for FR to come on after setting the FRE bit in the port commandMark Kettenis
2011-08-19Let ums probe bounds of absolute devices if available.Matthieu Herrb
2011-08-18So, it turns out that models 362 and 382 built-in frame buffer only shows upMiod Vallat
2011-08-17match on MSP-FET430UIF JTAG, so it can be used with mspdebugJasper Lievisse Adriaanse
2011-08-17regenJasper Lievisse Adriaanse
2011-08-17add MSP-FET430UIF JTAG, from impatiens@gmail.comJasper Lievisse Adriaanse
2011-08-17Adding support Synaptics touchpad. Thanks all for test.Alexandr Shadchin
2011-08-08Fix a formating bug that caused a bad print on big endian arches.Marco Peereboom
2011-08-08myx requires the driver pad short ethernet frames to 60 bytes byDavid Gwynne
2011-08-04In `string' state, accept bell (^G) as an end of sequence in addition toMiod Vallat
2011-08-03Alexander Polakov found a use of an uninitialized pointer in the scsiDavid Gwynne
2011-07-31Add support for the Ricoh 5U823 SD/MMC controller found on the x220.Mark Kettenis
2011-07-31regenMark Kettenis
2011-07-31Fix typo in Ricoh 5U823 SD/MMC entry.Mark Kettenis
2011-07-26Calling a detach function from an attach function is no longer legal (Theo de Raadt
2011-07-26do not describe where DELAY comes from; pointed out by austin; ok jsgTheo de Raadt
2011-07-22Add the Huawei E181.David Coppa
2011-07-22Add the Huawei E181.David Coppa
2011-07-21Add the Huawei E1750 USB modemDavid Coppa
2011-07-21Add the Huawei E1750 USB modemDavid Coppa
2011-07-21Index the sensor array starting from 0 not sc_vd_id_low. On my R310 thisStuart Henderson
2011-07-20For now, disable msi interrupts. Reading through the linux driver oneMarco Peereboom
2011-07-20spell FALLTHROUGH correctlyStuart Henderson
2011-07-20this works on the galaxy s2 too.Jasper Lievisse Adriaanse
2011-07-20regenJasper Lievisse Adriaanse
2011-07-20add a newer samsung android phoneJasper Lievisse Adriaanse
2011-07-18Revert vnd(4) to its older less strict behavior.Matthew Dempsky
2011-07-17Backout a bunch of my SCSI commits from c2k11. At least one of theseMatthew Dempsky
2011-07-15Cope with the start-dma-before-init errata and some other register setupTheo de Raadt
2011-07-14We must not call xl_wol_power() from xl_stop(). If we do the deviceStefan Sperling
2011-07-12Range check vnd_secsize, vnd_ntracks, and vnd_nsectors so that later onTheo de Raadt
2011-07-11pass the interface for non-compat-mode piix. from netbsd.joshua stein
2011-07-11Revert art@'s moving around of the KERNEL_LOCK()/KERNEL_UNLOCK() calls,Philip Guenthe
2011-07-10Read the HCSPARAMS register from the correct location, and addEric Faurot
2011-07-09translate the scsi UNMAP command into an equiv TRIM, and advertise UNMAPDavid Gwynne
2011-07-09Switch umass(4) to use a single target scsibus withMatthew Dempsky
2011-07-09Simplify sdmmc_scsi by using SCSI_NO_ADAPTER_TARGET.Matthew Dempsky
2011-07-09Fix fallout from my previous SCSI refactoring diff (movingMatthew Dempsky