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