diff options
author | Marco Peereboom <marco@cvs.openbsd.org> | 2006-05-25 00:21:32 +0000 |
---|---|---|
committer | Marco Peereboom <marco@cvs.openbsd.org> | 2006-05-25 00:21:32 +0000 |
commit | 96911d55d4351176a6cfb5fb9d8a927bdec9960d (patch) | |
tree | de6097ca874ac0d2ae80e35540a4ff20e6b653ea /sys/dev/ic/mfivar.h | |
parent | 199936efe547e0ac70b0ef88f125df92423c6b0d (diff) |
Add physical device and read config structures.
Add initial part of BIOCDISK
Diffstat (limited to 'sys/dev/ic/mfivar.h')
-rw-r--r-- | sys/dev/ic/mfivar.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ic/mfivar.h b/sys/dev/ic/mfivar.h index 25ecfe38015..0a1b7f9c310 100644 --- a/sys/dev/ic/mfivar.h +++ b/sys/dev/ic/mfivar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: mfivar.h,v 1.24 2006/05/23 00:43:57 marco Exp $ */ +/* $OpenBSD: mfivar.h,v 1.25 2006/05/25 00:21:31 marco Exp $ */ /* * Copyright (c) 2006 Marco Peereboom <marco@peereboom.us> * @@ -125,7 +125,6 @@ struct mfi_softc { struct mfi_ctrl_info sc_info; struct mfi_ld_list sc_ld_list; struct mfi_ld_details sc_ld_details; - struct mfi_pd_list *sc_pd_list; /* all commands */ struct mfi_ccb *sc_ccb; |