From 55b3f550c0505fb1400a6a1498d28aa7c7ce6bb4 Mon Sep 17 00:00:00 2001 From: samm2 <samm2@4ea69e1a-61f1-4043-bf83-b5c94c648137> Date: Wed, 7 Oct 2009 07:25:35 +0000 Subject: [PATCH] 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 --- smartmontools/os_freebsd.h | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/smartmontools/os_freebsd.h b/smartmontools/os_freebsd.h index f3f17626c..fc6665dbe 100644 --- a/smartmontools/os_freebsd.h +++ b/smartmontools/os_freebsd.h @@ -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 -- GitLab