Reply from an INQUIRE DEVICES is a lun map.

This commit is contained in:
thorpej 1997-10-28 19:08:26 +00:00
parent 8158edb63d
commit 1dfae448cd
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: bhareg.h,v 1.9 1997/09/09 18:56:17 mycroft Exp $ */
/* $NetBSD: bhareg.h,v 1.10 1997/10/28 19:08:26 thorpej Exp $ */
/*-
* Copyright (c) 1997 The NetBSD Foundation, Inc.
@ -370,7 +370,7 @@ struct bha_devices {
u_char opcode;
} cmd;
struct {
u_char junk[8];
u_char lun_map[8];
} reply;
};