summaryrefslogtreecommitdiffstats
path: root/sys/dev/ida/idavar.h
Commit message (Collapse)AuthorAgeFilesLines
* - Fix a problem with the cdevsw struct that prevented the kernel frommdodd2000-04-221-2/+2
| | | | | | | | | booting on a RAID volume. - Change 'id_foo' and 'idfoo' to 'idad_foo' and 'idadfoo'. This makes names more consistent with the devices that the code belongs to (more in line with the style used in the amr/mlx driver.) Reviewed by: jlemon
* Complete the bio/buf divorce for all code below devfs::strategyphk2000-04-151-4/+4
| | | | | | | | | | Exceptions: Vinum untouched. This means that it cannot be compiled. Greg Lehey is on the case. CCD not converted yet, casts to struct buf (still safe) atapi-cd casts to struct buf to examine B_PHYS
* Add support for older EISA compaq cards and newer Smart 4200 cards.jlemon2000-03-081-2/+36
| | | | | | | | | 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
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Compaq Smart RAID driver for -current. Based on the original ida.cjlemon1999-06-241-0/+166
driver by Mark Dawson. This probably needs some work, but is stable enough to boot a RAID-only configuration, and survive `make world'.
OpenPOWER on IntegriCloud