summaryrefslogtreecommitdiffstats
path: root/sys/cam/cam_periph.h
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2004-10-05 04:22:20 +0000
committerscottl <scottl@FreeBSD.org>2004-10-05 04:22:20 +0000
commit018d557a0beed626a3de9cd1b837e7c13a18147a (patch)
tree60e7453647f52b619774fa6604f2337fddbe7210 /sys/cam/cam_periph.h
parentcf32c9fe798d693c410e887bc556f34a7bead347 (diff)
downloadFreeBSD-src-018d557a0beed626a3de9cd1b837e7c13a18147a.zip
FreeBSD-src-018d557a0beed626a3de9cd1b837e7c13a18147a.tar.gz
Remove the camnet swi and CAM_PERIPH_NET. It has never been used, and given
that netowrk-over-scsi never really took off, there is little chance that it will ever be needed.
Diffstat (limited to 'sys/cam/cam_periph.h')
-rw-r--r--sys/cam/cam_periph.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/cam/cam_periph.h b/sys/cam/cam_periph.h
index 88a709d..ccde9fc 100644
--- a/sys/cam/cam_periph.h
+++ b/sys/cam/cam_periph.h
@@ -81,8 +81,7 @@ struct periph_driver {
};
typedef enum {
- CAM_PERIPH_BIO,
- CAM_PERIPH_NET
+ CAM_PERIPH_BIO
} cam_periph_type;
/* Generically usefull offsets into the peripheral private area */
OpenPOWER on IntegriCloud