summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2010-04-28*sigh* make the same change as previous commit to the sister function ofOwain Ainsworth
2010-04-28Deal with a non-incremented iterator by changing aOwain Ainsworth
2010-04-27__packed needs to be applied to the struct, not the typedef.Mark Kettenis
2010-04-27Update oxsemi (now plxtech) datasheet URL.Stuart Henderson
2010-04-27Add a couple more frames in order to support the latest logitech pro 9000Marco Peereboom
2010-04-27spacingMarco Peereboom
2010-04-26syncStephan A. Rickauer
2010-04-26add Logitech Webcam C500, ok sthen@Stephan A. Rickauer
2010-04-25Argh, commited the wrong diff. This was the reversed test that found theOwain Ainsworth
2010-04-25When querying if an object is busy, it is if it is marked active (beingOwain Ainsworth
2010-04-25oops, kill unneeded write lock grabbing that got mixed in when resolvingOwain Ainsworth
2010-04-25A nice little performance speedup.Owain Ainsworth
2010-04-25The locking rework/fix that I promised when I commited GEM.Owain Ainsworth
2010-04-25Don't bother binding the object in the gtt map ioctl.Owain Ainsworth
2010-04-25Do not allow changing tiling mode on pinned objects.Owain Ainsworth
2010-04-25Novatel MC760 bits from Ted Roby <ted.roby@gmail.com>.Jonathan Gray
2010-04-25regenJonathan Gray
2010-04-25Novatel MC760 ids from Ted Roby <ted.roby@gmail.com>Jonathan Gray
2010-04-25introducing a 64-bit type to the disklabel structure leads some architecturesTheo de Raadt
2010-04-24This code is only called during autoconf, and never ever from anMark Kettenis
2010-04-23Make raidframe compile after recent #include rectification. Noted byKenneth R Westerback
2010-04-23Add a barrier before we submit the ringbuffer and before we do anythingOwain Ainsworth
2010-04-23Allow for lazy fence disable on tiling change.Owain Ainsworth
2010-04-23give AR9287 some chance to work.Damien Bergamini
2010-04-23Recycle unused disklabel fields in order to create a disklabel uniqueJoel Sing
2010-04-23the SAT spec from t10.org defines messages for tunnelling ATA commands overDavid Gwynne
2010-04-22Don't include sysctl.h, and remove an unused struct from the softc.Stuart Henderson
2010-04-22Remove unused sysctl.h include. Inspired by claudio's commit the other day.Michael Knudsen
2010-04-22use BUS_DMA_ZERO on alloc instead of bzeroing after.Owain Ainsworth
2010-04-22Fix cut 'n paste typoMarco Peereboom
2010-04-22cut atascsi over to providing and using iopools. this gets rid of NO_CCBDavid Gwynne
2010-04-21let this compile on RAMDISKS, which have no ioctlTheo de Raadt
2010-04-21Directly comparing pcitag_t's doesn't work on all platforms so decompose theMark Kettenis
2010-04-21sys/sysctl.h is not needed here. OK deraadt@Claudio Jeker
2010-04-21First stab at a VGA arbiter. The VGA arbiter makes sure that only a singleMark Kettenis
2010-04-21Add support for PLX I/O 9016 based 8 port serial cardBob Beck
2010-04-20remove proc.h include from uvm_map.h. This has far reaching effects, asTed Unangst
2010-04-20- Fix a calculation bug with the RX ring buffer memory address whichTheo de Raadt
2010-04-20mii_activate() is unusedTheo de Raadt
2010-04-20Allow MD oosiop(4) attachment to override default values for a few of theMiod Vallat
2010-04-20Nuke a few dead stores and one newly created unused variable.Owain Ainsworth
2010-04-20A few more uninitialised variables (mostly in incredibly uncommon cases).Owain Ainsworth
2010-04-20Don't ask for ipv6 checksum offloading as we aren't ready for it.Jonathan Gray
2010-04-20some misc cleanup of dmesgTheo de Raadt
2010-04-20start the sensors off invalid... ok yuoTheo de Raadt
2010-04-20Don't write garbage to the config space for phison,Jonathan Gray
2010-04-20for some systems we need to try harder; from Mikko TolmunenTheo de Raadt
2010-04-20- an unsolicited response contains the codec address, not the codecJacob Meuser
2010-04-19cckinc is signed.Damien Bergamini
2010-04-19Enable VS timer dispatch, from Eric Anholt upstream.Owain Ainsworth