| Age | Commit message (Expand) | Author |
| 2003-09-26 | Remove casts and use %x in printf for tc_offset_t, | tsutsui |
| 2003-09-26 | Add DELL Perc 4/di (from Freebsd). | matt |
| 2003-09-26 | Cast through (void *) to appease gcc3. | simonb |
| 2003-09-26 | Fix off-by-one problem in array size. | mycroft |
| 2003-09-26 | Regen. | matt |
| 2003-09-26 | Add Dell Perc 4/DI | matt |
| 2003-09-26 | Confirmed; don't need to query stripe size on TwinStor. | thorpej |
| 2003-09-25 | Fix up the TWEIO_COMMAND code to actually work. The 3ware management API | thorpej |
| 2003-09-25 | imake this compile again. | christos |
| 2003-09-25 | Hide the use of config_interrupts() in one place. | mycroft |
| 2003-09-25 | Modify the fdcattach() interface again, splitting it into two parts, so that | mycroft |
| 2003-09-25 | Install twereg.h and tweio.h | thorpej |
| 2003-09-25 | - Protect against multiple inclusion. | thorpej |
| 2003-09-25 | regen | joda |
| 2003-09-25 | more nvidia devices | joda |
| 2003-09-25 | autoconf goop for iavc | pooka |
| 2003-09-25 | Add a driver for the CAPI-compliant AVM B1/T1 cards. | pooka |
| 2003-09-25 | Don't print modes we are using if we don't know which modes are really used. | bouyer |
| 2003-09-25 | - Fix a bug I introduced in a previous commit (oops). | thorpej |
| 2003-09-25 | Update for new attach method. | mycroft |
| 2003-09-25 | Do fd probing after interrupts are enabled, and use tsleep() for delays. | mycroft |
| 2003-09-23 | - Make CCB allocation slightly more efficient by changing how the | thorpej |
| 2003-09-23 | Add a comment clarifying why we clear TWEF_AEN in twe_reset() now. | thorpej |
| 2003-09-23 | Separate the AEN fetching path into its own special path that uses the | thorpej |
| 2003-09-23 | Allow a device to reject CLEAR_FEATURE ENDPOINT_STALL (with a STALL) -- the | mycroft |
| 2003-09-23 | Small changes -- if your controller clears DRV_BUSY when recalibrate completes, | mycroft |
| 2003-09-23 | Fix rx buffer size bitmask, do not explicitly set burst length and use 1536 | martin |
| 2003-09-23 | Fix a typo that prevented pre-ata drives from working since 1999. | bouyer |
| 2003-09-23 | Fix more probe delay and/or failure problems: | mycroft |
| 2003-09-23 | Fix uninitialised variable introduced with previous change. | simonb |
| 2003-09-23 | GC a structure element. | mycroft |
| 2003-09-23 | Additional definitions as per SATA specifications. | skd |
| 2003-09-22 | Add support for dynamically attaching and detaching RAID array units. | thorpej |
| 2003-09-22 | Add TWEIO_{ADD,DEL}_UNIT ioctls (used by 3ware management tools). From | thorpej |
| 2003-09-22 | Add a few additional control bits and opcodes. From FreeBSD. | thorpej |
| 2003-09-22 | Improve AEN handling: | thorpej |
| 2003-09-21 | Fetch info about the drives during attach, and inject that info | thorpej |
| 2003-09-21 | Report the status of the logical drive (normal, degraded, etc.) at | thorpej |
| 2003-09-21 | Expose the "param get" functions. | thorpej |
| 2003-09-21 | - Record more information about the array unit, including array | thorpej |
| 2003-09-21 | cleanup & uniform descriptor owner handling: | jdolecek |
| 2003-09-21 | Add some helper routines to fetch 1, 2, and 4 byte parameter values. | thorpej |
| 2003-09-21 | Do much more sanity checks when handling entries in the sc_scr array | manu |
| 2003-09-21 | Add some additional code -> description tables, and add a generic | thorpej |
| 2003-09-21 | Regen. | nisimura |
| 2003-09-21 | Redo, again. | nisimura |
| 2003-09-21 | Redo the previous fix. | nisimura |
| 2003-09-21 | Correctly resurrect the style in previous. While I'm here, also removed | enami |
| 2003-09-21 | Ops, remove a line that escaped out of my local tree. | bouyer |
| 2003-09-21 | The return value from pciide_mapregs_* are ignored; make them return void. | bouyer |