summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2001-11-05 18:51:47 +0000
committerjhb <jhb@FreeBSD.org>2001-11-05 18:51:47 +0000
commitc077e35a66d15f941c73fdf96aeb87b7a6387c51 (patch)
tree7cb11412e1cb099e0689577bce60bd6a297f4214 /sys/boot
parent1147eaf58a59e2d2aa15fb9395dc939c237e6269 (diff)
downloadFreeBSD-src-c077e35a66d15f941c73fdf96aeb87b7a6387c51.zip
FreeBSD-src-c077e35a66d15f941c73fdf96aeb87b7a6387c51.tar.gz
Add a DEVT_CD type for CD drivers.
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/common/bootstrap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/boot/common/bootstrap.h b/sys/boot/common/bootstrap.h
index 1248fb0..d2144c3 100644
--- a/sys/boot/common/bootstrap.h
+++ b/sys/boot/common/bootstrap.h
@@ -42,6 +42,7 @@ struct devdesc
#define DEVT_NONE 0
#define DEVT_DISK 1
#define DEVT_NET 2
+#define DEVT_CD 3
};
/* Commands and return values; nonzero return sets command_errmsg != NULL */
OpenPOWER on IntegriCloud