freebsd-dev/sys/dev/vinum
Nick Hibma 3e2c6ca3b9 Removal of sys/device.h
- Move intrhook stuff into kernel.h
- Remove all occurrences of #device <device.h>
- Add kernel.h were necessary (nowhere)
- delete device.h

This file contained the structures for cfdata (old style config) and is no
longer used. It was included by most drivers.

It confuses the remote debugger as the definition of 'struct device' in
device.h is found before the one in bus_private.h.
1999-10-05 21:19:41 +00:00
..
COPYRIGHT $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
makestatetext $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
request.h Add loginfo type for sdiodone. 1999-09-28 22:27:10 +00:00
statetexts.h Add 'initialized' state for subdisks. After initializing, the subdisk 1999-08-15 02:29:14 +00:00
vinum.c Minor formatting changes (7th attempt) 1999-09-28 22:42:06 +00:00
vinumconfig.c Remove some superfluous comments. 1999-09-28 22:43:07 +00:00
vinumdaemon.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
vinumext.h Change remove_drive_entry 1999-09-28 22:43:59 +00:00
vinumhdr.h Removal of sys/device.h 1999-10-05 21:19:41 +00:00
vinuminterrupt.c sdio_done: Log events if DEBUG_LASTREQS set. 1999-09-28 22:45:21 +00:00
vinumio.c open_drive: Don't call set_drive_state to take a drive down, do it 1999-09-28 22:46:39 +00:00
vinumio.h Reduce MAX_IOCTL_REPLY to 1024; the previous value was more than ioctl 1999-09-28 22:54:58 +00:00
vinumioctl.c Add ioctls VINUM_CHECKPARITY and VINUM_RESETPARITY, still to be fully 1999-09-28 22:55:37 +00:00
vinumkw.h $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
vinumlock.c Don't count iterations while waiting for a lock to become free. 1999-09-28 22:56:04 +00:00
vinummemory.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
vinumparser.c Removal of sys/device.h 1999-10-05 21:19:41 +00:00
vinumraid5.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
vinumrequest.c logrq: add sdiodone case. 1999-09-28 22:56:54 +00:00
vinumrevive.c revive_block: set b_resid correctly. 1999-09-28 22:57:29 +00:00
vinumstate.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
vinumstate.h $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
vinumutil.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
vinumvar.h struct plex: Add variables checkblock and rebuildblock to keep track 1999-09-28 22:58:07 +00:00