Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-12 | Advanced error checking. | Alexander Yurchenko | |
2009-03-12 | Define a proper wsdisplay type for raptor(4). | Mark Kettenis | |
ok miod@ | |||
2009-03-12 | For SYNCHRONIZE_CACHE command use the same code path as for READ/WRITE. | Alexander Yurchenko | |
This required to factor out some common scsi code. | |||
2009-03-12 | Add id for this ridiculous small run(4) found at akihabara. As usual commited | Claudio Jeker | |
over this run(4). | |||
2009-03-12 | sync | Claudio Jeker | |
2009-03-12 | Add usbdevs of the smallest run(4) ever seen. That thing is smaller then | Claudio Jeker | |
a thumb including the usb connector. | |||
2009-03-11 | Do more error checking in acx(4). | Stefan Sperling | |
"If it works for you, commit it. The diff looks right." claudio@ "Seems to work here with ACX111 CardBus" jsg@ | |||
2009-03-11 | More aml_evalinteger fixup | Jordan Hargrave | |
ok marco@ | |||
2009-03-11 | Remove noisy printf debug | Jordan Hargrave | |
2009-03-11 | Cleanup.. use aml_evalinteger instead of aml_evalname | Jordan Hargrave | |
ok marco@ | |||
2009-03-11 | Rework command polling to be able to sleep if no SCSI_NOSLEEP flag | Alexander Yurchenko | |
passed. Sleep while waiting for sensors update because that's what sensors work queue for. | |||
2009-03-10 | regen | Damien Bergamini | |
2009-03-10 | cleanup the mess in Intel WiFi Link PCI Ids. | Damien Bergamini | |
WiFi Link 100 Series have been renamed to 1000 Series by Intel too. | |||
2009-03-10 | Added sensor devices for Thinkpad (temp+fan) | Jordan Hargrave | |
Exported aml_evalinteger method ok marco@ | |||
2009-03-10 | Fix cut/paste error.. call _BFS not _PTS | Jordan Hargrave | |
ok marco@ | |||
2009-03-10 | Print scsi xfer flags in debug output. | Alexander Yurchenko | |
2009-03-10 | Rearrange physical drive state bits checking so that bioctl gets | Alexander Yurchenko | |
a correct state value. | |||
2009-03-10 | Add some more debug. | Alexander Yurchenko | |
2009-03-10 | remove IBSS and HostAP modes since these aren't advertised in ic->ic_caps | Kevin Lo | |
pointed out by jsg@ | |||
2009-03-10 | Add ips_intrds() function to be able to disable interrupts on hardware. | Alexander Yurchenko | |
2009-03-10 | Limit registers space size to some reasonable value. | Alexander Yurchenko | |
2009-03-09 | Completely rework command processing: | Alexander Yurchenko | |
- use separate callbacks to finish scsi and raid management commands; - for raid management commands use dedicated dma-safe buffer; - remove unused run queue; The main goal of these changes is to fix a bug showing up on the lpinto's machine where READCONF command fails because it needs more than 1-page buffer and the buffer was not contiguos and controller doesn't support scatter-gather for raid management commands. | |||
2009-03-09 | Do not start printing device info before attachment succeeded. | Stefan Sperling | |
ok claudio@ | |||
2009-03-08 | Move more z8536 defines from MVME188 specific code to the MI header and use it. | Miod Vallat | |
2009-03-07 | No need to spam log with 'unable to alloc CCB' messages now that | Kenneth R Westerback | |
NO_CCB is in place and the I/O is retried rather than discarded. So move the message inside a #ifdef CAC_DEBUG. Noticed by jbg@. | |||
2009-03-07 | Make sure the scsi_xfer timeout is set up before the command may complete; | Miod Vallat | |
similar fix to osiop. | |||
2009-03-07 | regen | Jonathan Gray | |
2009-03-07 | Mobility Radeon HD 3400 from Eric JACQUOT and some | Jonathan Gray | |
additional entries from submitted dmesgs. | |||
2009-03-07 | Misc cleanups, remove dead code | Jordan Hargrave | |
Normalized api for conversion/concatenation ok marco@ | |||
2009-03-06 | Bring a few more PCI IDs from freebsd to match IBM ServeRAID 8i and 8s. | Alexander Yurchenko | |
Not tested but should work. | |||
2009-03-06 | Add a few more cpu types from freebsd driver found on serveraid-8k board. | Alexander Yurchenko | |
Tested by apelsin. ok deraadt@ | |||
2009-03-06 | Bring NO_CCB to mpi. | Kenneth R Westerback | |
ok marco@ | |||
2009-03-05 | Demacro the inteldrm ring macros too, making them use bus_space_write | Owain Ainsworth | |
instead of assuming BUS_SPACE_LINEAR + bus_space_vaddr while i'm at it. Cleans things up nicely, and shaves a little bit of space, too. | |||
2009-03-05 | De-macro the ring manipulation macros in favour of functions. Saves a | Owain Ainsworth | |
large pile of space. Tested by several, thanks. | |||
2009-03-05 | Additional paranoia for the indirect buffer checking. | Owain Ainsworth | |
2009-03-05 | Do a similar thing to inteldrm re removing the old vblank crtc | Owain Ainsworth | |
inferfaces. Shrinks the code. | |||
2009-03-05 | Kill a bunch of (long long long) dead ioctls. | Owain Ainsworth | |
Shaves some bytes. | |||
2009-03-05 | Remove the stats_boxes counters and associated code from radeondrm. | Owain Ainsworth | |
They're really not all that useful. | |||
2009-03-05 | Add support for IBM ServeRAID-8k. Thanks to Sergey Prysiazhnyi | Alexander Yurchenko | |
<apelsin@atmnis.com> for patiently testing my numerous diffs. ok deraadt@ | |||
2009-03-05 | Bump bus space size limit to fit all possible registers of the roket | Alexander Yurchenko | |
chipset. ok deraadt@ | |||
2009-03-05 | Rip out old fieldio code (no longer used) | Jordan Hargrave | |
ok marco@ | |||
2009-03-05 | New ACPI fieldio routines | Jordan Hargrave | |
Fix for PR6017, tested extensively on @tech ok marco@ | |||
2009-03-04 | don't bus_space_unmap() sc->mt_ioh with the wrong bus tag | Alexandre Ratchov | |
from Alexandr Shadchin <ShadchinAV(at)mail.ru>, Thanks! | |||
2009-03-03 | Make sure the scsi_xfer timeout is triggered while the command is still alive. | Miod Vallat | |
With the current code, a fast command could complete between splx and the timeout being triggered, we'd then happily return COMPLETE, reuse the scsi_xfer, schedule the timeout again, causing a nice cycle in the timeout wheels. (I know, I know, I have to inspect all other scsi drivers now, but I'm really tired after spending three hours on this) | |||
2009-03-03 | shorten sizes of variables to the required number of bits, and remove | Theo de Raadt | |
unused variables, tested by todd ok kettenis | |||
2009-03-03 | attempt support for a single-port variant of the NetMos NM9835 by looking | Theo de Raadt | |
at the subsystem id first ok kettenis | |||
2009-03-03 | regen | Alexander Yurchenko | |
2009-03-03 | Add IBM Remote Supervisor Adapter found on lpinto's machine. | Alexander Yurchenko | |
2009-03-03 | regen | Kevin Lo | |
2009-03-03 | more RealTek RTL8187 based devices | Kevin Lo | |
ok jsg@ |