summaryrefslogtreecommitdiffstats
path: root/sbin/dset
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1998-10-06 07:32:45 +0000
committermsmith <msmith@FreeBSD.org>1998-10-06 07:32:45 +0000
commit0a090f7bb98053083213e1d3d2ad9647cd297cac (patch)
tree20aa322a31de7bcd3f88ec37bc9e31fb89f9b154 /sbin/dset
parent9d7a6d77c89fe48e7975ac423f6207e53c523947 (diff)
downloadFreeBSD-src-0a090f7bb98053083213e1d3d2ad9647cd297cac.zip
FreeBSD-src-0a090f7bb98053083213e1d3d2ad9647cd297cac.tar.gz
Teach dset about isa_devtab_cam
Diffstat (limited to 'sbin/dset')
-rw-r--r--sbin/dset/dset.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/sbin/dset/dset.c b/sbin/dset/dset.c
index c04e589..210e92a 100644
--- a/sbin/dset/dset.c
+++ b/sbin/dset/dset.c
@@ -15,7 +15,7 @@
#ifndef lint
static const char rcsid[] =
- "$Id: dset.c,v 1.12 1998/06/08 06:44:05 charnier Exp $";
+ "$Id: dset.c,v 1.13 1998/06/28 19:06:17 bde Exp $";
#endif /* not lint */
#include <err.h>
@@ -46,7 +46,9 @@ struct nlist nl[] = {
{"_isa_devtab_bio"},
#define N_TABNET 2
{"_isa_devtab_net"},
-#define N_TABNULL 3
+#define N_TABCAM 3
+ {"_isa_devtab_cam"},
+#define N_TABNULL 4
{"_isa_devtab_null"},
{""},
};
OpenPOWER on IntegriCloud