Clean up the botching of the previous repo-copy. Reference the included

headers from the correct location.

Submitted by: Tai-hwa Liang
This commit is contained in:
Scott Long 2005-03-02 15:13:37 +00:00
parent 3b090ef7d3
commit f7f3900b9f
6 changed files with 12 additions and 12 deletions

View File

@ -44,7 +44,7 @@
#include <dev/hptmv/global.h>
#include <dev/hptmv/hptintf.h>
#include <dev/hptmv/osbsd.h>
#include <contrib/dev/hptmv/access601.h>
#include <dev/hptmv/access601.h>
#ifdef DEBUG
#ifdef DEBUG_LEVEL

View File

@ -29,8 +29,8 @@
#define _GLOBAL_H_
#include <dev/hptmv/mvOs.h>
#include <contrib/dev/hptmv/mvSata.h>
#include <contrib/dev/hptmv/mvStorageDev.h>
#include <dev/hptmv/mvSata.h>
#include <dev/hptmv/mvStorageDev.h>
#define COMPANY "HighPoint Technologies, Inc."
#define COPYRIGHT "(c) 2000-2004. HighPoint Technologies, Inc."
@ -203,11 +203,11 @@ extern void HPTLIBAPI ioctl_ReportEvent(UCHAR event, PVOID param);
UCHAR ptr##__buf[512]; \
type ptr=(type)ptr##__buf
#include <contrib/dev/hptmv/atapi.h>
#include <contrib/dev/hptmv/command.h>
#include <contrib/dev/hptmv/array.h>
#include <contrib/dev/hptmv/raid5n.h>
#include <contrib/dev/hptmv/vdevice.h>
#include <dev/hptmv/atapi.h>
#include <dev/hptmv/command.h>
#include <dev/hptmv/array.h>
#include <dev/hptmv/raid5n.h>
#include <dev/hptmv/vdevice.h>
int HPTLIBAPI fDeReadWrite(PDevice pDev, ULONG Lba, UCHAR Cmd, void *tmpBuffer);
void HPTLIBAPI fDeSelectMode(PDevice pDev, UCHAR NewMode);

View File

@ -45,7 +45,7 @@
#include <dev/hptmv/global.h>
#include <dev/hptmv/hptintf.h>
#include <dev/hptmv/osbsd.h>
#include <contrib/dev/hptmv/access601.h>
#include <dev/hptmv/access601.h>
static int hpt_get_driver_capabilities(PDRIVER_CAPABILITIES cap);
static int hpt_get_controller_count(void);

View File

@ -38,7 +38,7 @@
#include <dev/hptmv/global.h>
#include <dev/hptmv/hptintf.h>
#include <dev/hptmv/osbsd.h>
#include <contrib/dev/hptmv/access601.h>
#include <dev/hptmv/access601.h>
int hpt_rescan_all(void);

View File

@ -36,7 +36,7 @@
#include <dev/hptmv/global.h>
#include <dev/hptmv/hptintf.h>
#include <dev/hptmv/osbsd.h>
#include <contrib/dev/hptmv/access601.h>
#include <dev/hptmv/access601.h>
#pragma pack(1)

View File

@ -24,7 +24,7 @@
* SUCH DAMAGE.
*
* $FreeBSD$
*
*/
#ifndef __INCmvStorageDevh
#define __INCmvStorageDevh