Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/ic add MBOX_GET_RESOURCE_COUNT command



details:   https://anonhg.NetBSD.org/src/rev/df08b62f2b8c
branches:  trunk
changeset: 494355:df08b62f2b8c
user:      mjacob <mjacob%NetBSD.org@localhost>
date:      Wed Jul 05 22:25:53 2000 +0000

description:
add MBOX_GET_RESOURCE_COUNT command

diffstat:

 sys/dev/ic/ispmbox.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 1f445a1caa25 -r df08b62f2b8c sys/dev/ic/ispmbox.h
--- a/sys/dev/ic/ispmbox.h      Wed Jul 05 22:25:43 2000 +0000
+++ b/sys/dev/ic/ispmbox.h      Wed Jul 05 22:25:53 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ispmbox.h,v 1.23 2000/05/13 16:53:04 he Exp $ */
+/* $NetBSD: ispmbox.h,v 1.24 2000/07/05 22:25:53 mjacob Exp $ */
 /*
  * Copyright (C) 1997, 1998, 1999 National Aeronautics & Space Administration
  * All rights reserved.
@@ -115,6 +115,7 @@
 
 /* These are for the ISP2100 FC cards */
 #define        MBOX_GET_LOOP_ID                0x20
+#define        MBOX_GET_RESOURCE_COUNT         0x42
 #define        MBOX_EXEC_COMMAND_IOCB_A64      0x54
 #define        MBOX_INIT_FIRMWARE              0x60
 #define        MBOX_GET_INIT_CONTROL_BLOCK     0x61



Home | Main Index | Thread Index | Old Index