From a0c30da432b9f30eddcd14fe7d495305f9c316f0 Mon Sep 17 00:00:00 2001 From: jmc Date: Mon, 23 Apr 2001 00:57:32 +0000 Subject: [PATCH] Add comment set spec id to macro types --- sys/dev/std/sbp2reg.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sys/dev/std/sbp2reg.h b/sys/dev/std/sbp2reg.h index 54c692b8a72a..6702b5c87cd7 100644 --- a/sys/dev/std/sbp2reg.h +++ b/sys/dev/std/sbp2reg.h @@ -1,4 +1,4 @@ -/* $NetBSD: sbp2reg.h,v 1.2 2001/01/18 17:48:04 tv Exp $ */ +/* $NetBSD: sbp2reg.h,v 1.3 2001/04/23 00:57:32 jmc Exp $ */ /*- * Copyright (c) 2000 The NetBSD Foundation, Inc. @@ -42,6 +42,10 @@ #define SBP2_UNIT_SPEC_ID 0x00609E /* NCITS OUI */ #define SBP2_UNIT_SW_VERSION 0x010483 +/* 0x38/8, oui/24 + */ +#define SBP2_KEYVALUE_Command_Set_Spec_Id 0x38 /* immediate (OUI) */ + /* 0x39/8, oui/24 Unit Directory */ #define SBP2_KEYVALUE_Command_Set 0x39 /* immediate (OUI) */