Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-04-10 | bring back changes in r 1.192: | Jacob Meuser | |
detach happens after the hardware is gone, so don't try to touch the hardware in the detach path but azalia_pci_detach is called if the device coiuld not be initialized. in that case, shut the hardware down. | |||
2011-04-09 | add all 64 bit dma plumbing but stick with 32 for now by default. | Marco Peereboom | |
ok deraadt | |||
2011-04-09 | use unique wait channels | Theo de Raadt | |
2011-04-09 | make sure the upper 32 bits are always written to instead of assuming it | Marco Peereboom | |
is 0. ok deraadt. | |||
2011-04-08 | backout previous (which has some interrupt spin problem, sort of diagnosed | Theo de Raadt | |
by claudio to be related to this commit) until jakemsr has time to fix it | |||
2011-04-08 | more spaces | Marco Peereboom | |
2011-04-08 | kill some stray spaces | Marco Peereboom | |
2011-04-08 | rename wiat channel to something less than 8 chars. | Marco Peereboom | |
prompted by deraadt | |||
2011-04-08 | use dma_alloc for transient management commands. | Marco Peereboom | |
prodded and ok deraadt | |||
2011-04-08 | Remove unused code/array | Jordan Hargrave | |
2011-04-08 | one dma_free() was mistakenly left as free() | Theo de Raadt | |
2011-04-08 | Fix raidp/raid6 to work with new iopool code, needed to swap wu's | Jordan Hargrave | |
Update to use dma_malloc for I/O blocks ok marco@ | |||
2011-04-07 | Fix uninitialized name and x variables in setfan | Jordan Hargrave | |
2011-04-07 | Revert prior diff that I ok because I don't know how to read. Real fix | Marco Peereboom | |
coming soon after this revert. ok jordan | |||
2011-04-07 | Fix device names in acpitz_setfan() printf messages, which got broken in | Miod Vallat | |
1.32. ok marco@ | |||
2011-04-07 | Do not use NULL in integer comparisons. No functional change. | Miod Vallat | |
ok matthew@ tedu@, also eyeballed by at least krw@ oga@ kettenis@ jsg@ | |||
2011-04-07 | Prepare to add support Synaptics touchpads | Alexandr Shadchin | |
ok miod@ | |||
2011-04-07 | Avoid using an uninitialized variable when downgrading PIO mode too much on | Miod Vallat | |
ITExpress chipsets. (similar to 1.243, with a deja vu) | |||
2011-04-07 | Make sure the eeprom pointer is correctly initialized in | Miod Vallat | |
ar9380_spur_mitigate_ofdm(). | |||
2011-04-07 | Iopoolification of another once common bus/device. | Kenneth R Westerback | |
2011-04-06 | Don't enumerate _DOD for attaching acpivout(4), since: | Martynas Venckus | |
- ACPI spec. says _DOD is not required for brightness controls, - The list returned by _DOD might be wrong, - It's an unnecessary work to do. Instead, decision to attach will be based on the actual methods found, similarly like in the other ACPI drivers. Tested by several on tech@. OK kettenis@, marco@, pirofti@. pirofti@ asked me to note here that devices not supporting brightness controls won't attach from now on. This shouldn't be a concern for you, since such devices weren't doing anything at all, anyway. | |||
2011-04-06 | Correctly protect the arguments of the AIC_ASSERT() macro. | Miod Vallat | |
2011-04-06 | fix installboot. | Marco Peereboom | |
ok jsing | |||
2011-04-06 | move ips to iopools. its the usual drill, io between volumes is now | David Gwynne | |
scheduled better, ioctl paths are more reliable, and it removes NO_CCB. ok krw@ | |||
2011-04-06 | add a new "serial" devid type for scsi devices. add code to usb that fakes | David Gwynne | |
it up by using the usb devices iSerial thing. ok deraadt@ | |||
2011-04-06 | make crypto work with bigmem | Marco Peereboom | |
2011-04-06 | fix some spaces while looking for bigmem shiz | Marco Peereboom | |
2011-04-06 | make rebuild also work in bigmem | Marco Peereboom | |
2011-04-06 | handle bigmem for metadata reads and writes. this should be pre allocated | Marco Peereboom | |
but for now this allows us to move forward. | |||
2011-04-05 | pull the dmamam wrapper in from all my other drivers and use it to replace | David Gwynne | |
the siop command buffers and add dmaable buffers for sense data. matthew@ found that siop used to try to dma to the xs->sense bufer, which is not guaranteed to be dma safe. tested by matthew@ kettenis@ | |||
2011-04-05 | binary vs logical or, found by clang | Jonathan Gray | |
ok mikeb@ deraadt@ | |||
2011-04-05 | We only use the io space in em_reset_hw() on a few MAC types | Jonathan Gray | |
and it does not exist at all on newer hardware so only map it on those types we are interested in. Fixes "PRO/1000 PT (82575EB)" for Sylvain Desveaux and will also be required for at least 82580. ok claudio@ | |||
2011-04-05 | wd_hibernate_io() is a standalone disk io writer which tries to not | Theo de Raadt | |
damage kernel memory very much while doing the job. It is not very pretty yet, but improving it will need some MI work. ok mlarkin jsg dlg | |||
2011-04-05 | - use nitems() no binary change on amd64 | Jasper Lievisse Adriaanse | |
"reads OK" claudio@ | |||
2011-04-05 | Iopoolification. Testing by marco@. | Kenneth R Westerback | |
ok dlg@ marco@ | |||
2011-04-05 | regen | Miod Vallat | |
2011-04-05 | Icelandic keyboard mapping. Commited from an Icelandic keyboard. | Miod Vallat | |
2011-04-05 | mechanic rename M_{TCP|UDP}V4_CSUM_OUT -> M_{TCP|UDP}_CSUM_OUT | Henning Brauer | |
ok claudio krw | |||
2011-04-05 | provide VSCSI_STAT_RESET so userland can tell us that the connection to | David Gwynne | |
the device was reset rather than blindly fail it. requested by claudio@ | |||
2011-04-05 | hid_locate() is supposed to accept the last two arguments being NULL, so | Miod Vallat | |
correctly handle this in the failure case. | |||
2011-04-05 | Iopoolification to eliminate another few instances of the current | Kenneth R Westerback | |
shibboleth - NO_CCB. This in no way means this driver works. ok gcc@ dlg@ | |||
2011-04-05 | Push COMPAT_FREEBSD in front of a whale. Buggy, out of date, no | Philip Guenthe | |
one has been weeding it, and it makes life harder. Toasts of Brennivin for its passing from many; diff ok henning@ | |||
2011-04-05 | add a scsi probe routine so isp(4) can reject high luns when the midlayer | David Gwynne | |
is probing, rather than every time it issues an io. ok krw@ | |||
2011-04-05 | Deep below wdc_ioc_ata_cmd() it is possible that some controller (present or | Theo de Raadt | |
future) will try to dma the command buffer to the disk in some way. Use dma_alloc() to get ahead of this potential failure path. ok dlg krw | |||
2011-04-05 | Passing M_WAITOK to mbuf functions is supposed to be a contract between | Bret Lambert | |
the caller and the function that the function will not fail to allocate memory and return a NULL pointer. However, m_dup_pkthdr() violates this contract, making it possible for functions that pass M_WAITOK to be surprised in ways that hurt. Fix this by passing the wait flag all the way down the functions that actually do the allocation for m_dup_pkthdr() so that we won't be surprised. man page update forthcoming ok claudio@ | |||
2011-04-04 | Kill some #if 0'ed code (the 'raw' scsi path). Move splx() | Kenneth R Westerback | |
to before scsi_done(). This doesn't mean aac will ever enabled! ok dlg@ | |||
2011-04-04 | detach happens after the hardware is gone, so don't try to touch | Jacob Meuser | |
the hardware in the detach path | |||
2011-04-04 | the v4l2 spec says that setting time per frame to zero should reset time | Jacob Meuser | |
per frame to the default, so do that instead of returning EINVAL | |||
2011-04-04 | Hit this code with a big hammer. It now works on the X201/T510 series | Theo de Raadt | |
machines after warm boot or resume. Some of the checks being made were nonsense. Also tested by claudio and guenther. ok jsg | |||
2011-04-04 | The backplane version of the 82575EB has no link state -- it's always | william | |
up. From FreeBSD. ok jsg claudio |