summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2008-08-09Revert last commit, it doesn't always help, we need to find anotherMarcus Glocker
2008-08-09Prepare for ehci: If GET_DEF request has failed, wait a moment beforeMarcus Glocker
2008-08-08syncDamien Bergamini
2008-08-08PCI IDs for Intel WiFi Link 5000 series (5100, 5300, 5350).Damien Bergamini
2008-08-08if we fail to extract the mbuf in the Rx routine, incrementThordur I. Bjornsson
2008-08-08syncReyk Floeter
2008-08-08add eMPIA Technology EeePC 701 camera (currently unsupported uvideo(4)Reyk Floeter
2008-08-08'prey' -> 'pray' in comment as prayer rather than predation seemsKenneth R Westerback
2008-08-06Backout the acpicpu_setpdc code and the code to allow est to use acpicpuGordon Willem Klok
2008-08-05Fix spurious 0 values on batteries seen on laptopts that have an embeddedMarco Peereboom
2008-08-05Add support for reading the MAC address for newer re(4) chipsets.Brad Smith
2008-08-03revert part of rev. 1.65 where we set the address earlier. this seemsFederico G. Schwindt
2008-08-02Use correct terms as in the specs;Marcus Glocker
2008-08-02Better wording for a comment.Marcus Glocker
2008-08-02Spacing, sorting, and remove an unused prototype.Marcus Glocker
2008-08-02Woops, remove #undef which was committed by mistake.Marcus Glocker
2008-08-02Don't print error message if GET_DEF request fails, since this is commonMarcus Glocker
2008-08-02Make the drm attach messages a lot prettier.Owain Ainsworth
2008-08-02make the drm unsupported printf more in line with how the rest of themOwain Ainsworth
2008-08-02If a format descriptor doesn't contain any frame descriptors even if itMarcus Glocker
2008-08-02Fix typo. Reported by Maxim Belooussov.Marcus Glocker
2008-08-01- Use defined return values wherever possible instead inventingMarcus Glocker
2008-08-01If no format descriptors have been found, abort attachment. Adjust someMarcus Glocker
2008-07-31Wait much longer for clock stabilization.Damien Bergamini
2008-07-31- Don't relay on bFormatIndex as an internal array index, since thisMarcus Glocker
2008-07-30Give iada_modname[] room for a terminating NUL in struct ioasicdev_attach_args;Miod Vallat
2008-07-30Do not print adapter target id on the attachment line, now that scsibus(4)Miod Vallat
2008-07-30Check and clear the bus space mapping size instead of the bus spaceBrad Smith
2008-07-30syncTheo de Raadt
2008-07-30repair commentTheo de Raadt
2008-07-30syncTheo de Raadt
2008-07-30add 2nd sierra MC5725 correctlyTheo de Raadt
2008-07-30Add an alternate ID for Sierra Wireless MC5725 modem, foundCan Erkin Acar
2008-07-30spacingReyk Floeter
2008-07-30Update the RF, RFGAIN, MODE, INI, and BBGAIN initialization tablesReyk Floeter
2008-07-30Free the correct buffer list on failure.Damien Bergamini
2008-07-30fix up a few free -> drm_free() cases that were missed before.Owain Ainsworth
2008-07-29Update to DRM git.Owain Ainsworth
2008-07-29In ahc_free(), which is invoked if attachment fails, do not free()Miod Vallat
2008-07-29Add an ugly hack to disable DMA on the Tadpole SPARCLE laptop. It doesn'tMark Kettenis
2008-07-29Switch all instances of malloc/free in the DRM to drm_alloc, drm_freeOwain Ainsworth
2008-07-29Stricter bounds checking for values controlling loops or memory allocations,Miod Vallat
2008-07-29Check for multiplication overflow in drm_calloc(). ok oga@Miod Vallat
2008-07-29The stream header length and flags field are uint8_t not int.Marcus Glocker
2008-07-29check for m_devget() returning NULL, increment ierror countThordur I. Bjornsson
2008-07-29When paused (or overrun), the record ring pointers are not incrementedAlexandre Ratchov
2008-07-29Reenable the AUXWRITE dance to try and find the aux port in pckbc(4), basedMiod Vallat
2008-07-29Add rebuild mark so that we can restart a rebuild upon clean shutdown.Marco Peereboom
2008-07-29- fix FIFO overruns on PCI-E chipsets by setting the DMA sizeReyk Floeter
2008-07-28When getting the string descriptors, fetch 2 bytes (size and type) first,Federico G. Schwindt