summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2009-12-10various bits of knf; ok yuoTheo de Raadt
2009-12-10remove dead assignment and newly created unused variable.Charles Longeau
2009-12-10remove dead assignment and newly created unused variable.Charles Longeau
2009-12-09add uhts(4) a driver for USB HID touchscreens. ok miod@.Matthieu Herrb
2009-12-09Do not count input errors twice. We always read input errors fromChristian Weisgerber
2009-12-09Stop spamming dmesg when raid isn't available.Marco Peereboom
2009-12-09disable useles printMarco Peereboom
2009-12-08the ata identify structure is stupid. its full of buffers you haveDavid Gwynne
2009-12-08claim Intel 82801H RAID by pci id. it might be in RAID mode, not ahci.David Gwynne
2009-12-08krw and marco found another problem with my atascsi chanages.David Gwynne
2009-12-08syncKevin Lo
2009-12-08USB IDs for Realtek RTL8192UKevin Lo
2009-12-07enter afbMark Kettenis
2009-12-07Firmware for Elite3D framebuffers. Thanks to Sun, and in particular AlanMark Kettenis
2009-12-07sync (with pckbd)Owain Ainsworth
2009-12-07Support uk.swapctrlcaps as a valid keymap.Owain Ainsworth
2009-12-07Fix a spacing nit, and replace a magic number with ETHER_ADDR_LEN.Stuart Henderson
2009-12-07Cleanup discipline initialisation.Joel Sing
2009-12-07Define discipline capabilities using a set of flags.Joel Sing
2009-12-07oops, wrong version of previous diff.David Gwynne
2009-12-07get rid of the return codes from command submission, ata_cmd handlersDavid Gwynne
2009-12-06Nuke SCSI_URGENT after removing its only use, in ncr53c9x.c. That useKenneth R Westerback
2009-12-06change M_WAITOK --> M_WAITOK|M_CANFAILCharles Longeau
2009-12-05Use the correct member of the ieee80211com struct when testingJonathan Gray
2009-12-05Ignore HID devices that have the same vendor and product ids thanMatthieu Herrb
2009-12-05Until we have better hooks and a proper framework, do not do the lidTheo de Raadt
2009-12-05Use new acpi_maptable on AMLOP_LOAD operations; do not panic if bad checksumJordan Hargrave
2009-12-04KNF whitespace, from Brad. ok jordan@Stuart Henderson
2009-12-04calculate the number of frames per usb xfer only once, and take intoJacob Meuser
2009-12-04instead of returning a structure, return the only member of theJacob Meuser
2009-12-04ansify.Jasper Lievisse Adriaanse
2009-12-04In uaudio_detach(), check that sc->sc_alts is not NULL beforeAlexandre Ratchov
2009-12-03Use 16-bit writes instead of 8-bit writes for writing theJasper Lievisse Adriaanse
2009-12-03use a define rather than magic number, spotted by BradDariusz Swiderski
2009-12-02Zap trailing whitespace. From Brad.Stuart Henderson
2009-12-01regenJasper Lievisse Adriaanse
2009-12-01- add a whole bunch of more devices from dmesgsJasper Lievisse Adriaanse
2009-12-01- regenJasper Lievisse Adriaanse
2009-12-01- some more id's from dmesgsJasper Lievisse Adriaanse
2009-12-01Fix dmesg printing of error.Marco Peereboom
2009-12-01put the midlayer changes back in.David Gwynne
2009-12-01Change type of dva to u_int64_t to make mpii(4) compile on i386.Alexander Bluhm
2009-11-30Re-initialise the interface upon resume.Mark Kettenis
2009-11-30regenJasper Lievisse Adriaanse
2009-11-30- add two devices found in dmesgsJasper Lievisse Adriaanse
2009-11-29unbreak compilation on sparc64 with AUDIO_DEBUG definedAlexandre Ratchov
2009-11-29On any sensor the SENSOR_FINVALID flag indicates whether we are able toTheo de Raadt
2009-11-29Merge in some tidying up bits from gem(4). From Brad.Mark Kettenis
2009-11-28Fix previous; pointed out by stsp@Mark Kettenis
2009-11-28Make sure we pass on DVACT_SUSPEND and DVACT_RESUME requests to our childrenMark Kettenis