summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2011-04-10bring back changes in r 1.192:Jacob Meuser
2011-04-09add all 64 bit dma plumbing but stick with 32 for now by default.Marco Peereboom
2011-04-09use unique wait channelsTheo de Raadt
2011-04-09make sure the upper 32 bits are always written to instead of assuming itMarco Peereboom
2011-04-08backout previous (which has some interrupt spin problem, sort of diagnosedTheo de Raadt
2011-04-08more spacesMarco Peereboom
2011-04-08kill some stray spacesMarco Peereboom
2011-04-08rename wiat channel to something less than 8 chars.Marco Peereboom
2011-04-08use dma_alloc for transient management commands.Marco Peereboom
2011-04-08Remove unused code/arrayJordan Hargrave
2011-04-08one dma_free() was mistakenly left as free()Theo de Raadt
2011-04-08Fix raidp/raid6 to work with new iopool code, needed to swap wu'sJordan Hargrave
2011-04-07Fix uninitialized name and x variables in setfanJordan Hargrave
2011-04-07Revert prior diff that I ok because I don't know how to read. Real fixMarco Peereboom
2011-04-07Fix device names in acpitz_setfan() printf messages, which got broken inMiod Vallat
2011-04-07Do not use NULL in integer comparisons. No functional change.Miod Vallat
2011-04-07Prepare to add support Synaptics touchpadsAlexandr Shadchin
2011-04-07Avoid using an uninitialized variable when downgrading PIO mode too much onMiod Vallat
2011-04-07Make sure the eeprom pointer is correctly initialized inMiod Vallat
2011-04-07Iopoolification of another once common bus/device.Kenneth R Westerback
2011-04-06Don't enumerate _DOD for attaching acpivout(4), since:Martynas Venckus
2011-04-06Correctly protect the arguments of the AIC_ASSERT() macro.Miod Vallat
2011-04-06fix installboot.Marco Peereboom
2011-04-06move ips to iopools. its the usual drill, io between volumes is nowDavid Gwynne
2011-04-06add a new "serial" devid type for scsi devices. add code to usb that fakesDavid Gwynne
2011-04-06make crypto work with bigmemMarco Peereboom
2011-04-06fix some spaces while looking for bigmem shizMarco Peereboom
2011-04-06make rebuild also work in bigmemMarco Peereboom
2011-04-06handle bigmem for metadata reads and writes. this should be pre allocatedMarco Peereboom
2011-04-05pull the dmamam wrapper in from all my other drivers and use it to replaceDavid Gwynne
2011-04-05binary vs logical or, found by clangJonathan Gray
2011-04-05We only use the io space in em_reset_hw() on a few MAC typesJonathan Gray
2011-04-05wd_hibernate_io() is a standalone disk io writer which tries to notTheo de Raadt
2011-04-05- use nitems() no binary change on amd64Jasper Lievisse Adriaanse
2011-04-05Iopoolification. Testing by marco@.Kenneth R Westerback
2011-04-05regenMiod Vallat
2011-04-05Icelandic keyboard mapping. Commited from an Icelandic keyboard.Miod Vallat
2011-04-05mechanic rename M_{TCP|UDP}V4_CSUM_OUT -> M_{TCP|UDP}_CSUM_OUTHenning Brauer
2011-04-05provide VSCSI_STAT_RESET so userland can tell us that the connection toDavid Gwynne
2011-04-05hid_locate() is supposed to accept the last two arguments being NULL, soMiod Vallat
2011-04-05Iopoolification to eliminate another few instances of the currentKenneth R Westerback
2011-04-05Push COMPAT_FREEBSD in front of a whale. Buggy, out of date, noPhilip Guenthe
2011-04-05add a scsi probe routine so isp(4) can reject high luns when the midlayerDavid Gwynne
2011-04-05Deep below wdc_ioc_ata_cmd() it is possible that some controller (present orTheo de Raadt
2011-04-05Passing M_WAITOK to mbuf functions is supposed to be a contract betweenBret Lambert
2011-04-04Kill some #if 0'ed code (the 'raw' scsi path). Move splx()Kenneth R Westerback
2011-04-04detach happens after the hardware is gone, so don't try to touchJacob Meuser
2011-04-04the v4l2 spec says that setting time per frame to zero should reset timeJacob Meuser
2011-04-04Hit this code with a big hammer. It now works on the X201/T510 seriesTheo de Raadt
2011-04-04The backplane version of the 82575EB has no link state -- it's alwayswilliam