summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config/config.h
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-10-10 17:36:11 +0000
committerpeter <peter@FreeBSD.org>1999-10-10 17:36:11 +0000
commitb7ec6580100588b92f69bae020a3b2bbaace18fb (patch)
treebb10d6445ddc5eea5cabc6ce7646ef39d6fcfbaf /usr.sbin/config/config.h
parentfb060568cc5a18c0787a1cf16b8f628b07e3ef0b (diff)
downloadFreeBSD-src-b7ec6580100588b92f69bae020a3b2bbaace18fb.zip
FreeBSD-src-b7ec6580100588b92f69bae020a3b2bbaace18fb.tar.gz
Further cleanup. Also remove the following unused or defunct tokens:
and, bio, cam, master, minor, net, priority, sequential, size, slave, trace
Diffstat (limited to 'usr.sbin/config/config.h')
-rw-r--r--usr.sbin/config/config.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/config/config.h b/usr.sbin/config/config.h
index faa5b31..d1fdb3e 100644
--- a/usr.sbin/config/config.h
+++ b/usr.sbin/config/config.h
@@ -31,6 +31,7 @@
* SUCH DAMAGE.
*
* @(#)config.h 8.1 (Berkeley) 6/6/93
+ * $FreeBSD$
*/
/*
@@ -81,6 +82,7 @@ struct device {
int d_target; /* target number */
int d_lun; /* unit number */
int d_slave; /* slave number */
+ int d_count; /* pseudo-device count */
#define QUES -1 /* -1 means '?' */
#define UNKNOWN -2 /* -2 means not set yet */
int d_dk; /* if init 1 set to number for iostat */
@@ -96,10 +98,8 @@ struct device {
struct device *d_next; /* Next one in list */
};
#define TO_NEXUS (struct device *)-1
-#define TO_VBA (struct device *)-2
struct config {
- char *c_dev;
char *s_sysname;
};
@@ -179,3 +179,4 @@ extern int old_config_present; /* Old config/build directory still there */
extern char *PREFIX; /* Config file name - for error messages */
#define eq(a,b) (!strcmp(a,b))
+#define ns(s) strdup(s)
OpenPOWER on IntegriCloud