History log of /freebsd-9.3-release/sys/dev/ida/idareg.h
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 267654 19-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 225736 22-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


# 144992 13-Apr-2005 mdodd

Define additional commands.

Obtained from: Linux


# 144991 13-Apr-2005 mdodd

Whitespace cleanup.


# 124539 15-Jan-2004 mdodd

- Add comments.
- Add more command defines and data structures.
- Re-organize struct ida_drive_info to factor out struct ida_drive_info
which will be used elsewhere.


# 124471 13-Jan-2004 mdodd

style(9): single tab after #define.


# 103870 23-Sep-2002 alfred

use __packed.


# 63934 27-Jul-2000 jlemon

The DEC version of the Smart controller has its configuration information
stored at a different location in the PCI space, so adjust accordingly.

Also, when using more than two smart controllers in one machine, the
disks were assigned the wrong drive number; fix this as well.


# 59273 16-Apr-2000 mdodd

- Define registers as offsets from register base rather than offsets from
EISA slot base.
- Remove unused IOPORT resource.

Reviewed by: jlemon


# 57828 08-Mar-2000 jlemon

Add support for older EISA compaq cards and newer Smart 4200 cards.
Change disk names to `idad' to avoid naming conflicts with the controller,
and enable the new disk code to pick up the drives.

Tested by: david.w.james@bt.com (existing compaq support)
Reviewed by: msmith
Approved by: jordan


# 50477 27-Aug-1999 peter

$Id$ -> $FreeBSD$


# 48156 24-Jun-1999 jlemon

Compaq Smart RAID driver for -current. Based on the original ida.c
driver by Mark Dawson. This probably needs some work, but is stable
enough to boot a RAID-only configuration, and survive `make world'.