Skip to content
Snippets Groups Projects
Commit 55b3f550 authored by samm2's avatar samm2
Browse files

os_freebsd.h remove unused structures and defines

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@2944 4ea69e1a-61f1-4043-bf83-b5c94c648137
parent c68f5b06
No related branches found
No related tags found
No related merge requests found
......@@ -84,19 +84,6 @@
#define OS_FREEBSD_H_CVSID "$Id: os_freebsd.h,v 1.26 2009/01/14 02:39:00 sxzzsf Exp $\n"
struct freebsd_dev_channel {
int channel; // the ATA channel to work with
int device; // the device on the channel
#ifndef IOCATAREQUEST
int atacommand; // the ATA Command file descriptor (/dev/ata)
#endif
char* devname; // the SCSI device name
int unitnum; // the SCSI unit number
struct cam_device *camdev;
};
#define FREEBSD_MAXDEV 64
#define FREEBSD_FDOFFSET 16
#define MAX_NUM_DEV 26
#ifdef HAVE_SYS_TWEREG_H
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment