aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1997-07-20 12:34:15 +0000
committerBruce Evans <bde@FreeBSD.org>1997-07-20 12:34:15 +0000
commitf94276a0956d3613a76614508158bfd06dc537b8 (patch)
tree0919c6caad01e49f6f6815dcb80119aeaf265dcd
parent288f6303ba6a96ca5ccbe7a2d89d5bd8b38a6805 (diff)
Notes
-rw-r--r--sys/i386/isa/isa_device.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/i386/isa/isa_device.h b/sys/i386/isa/isa_device.h
index bf7c7a9c6bd9a..726a06894121d 100644
--- a/sys/i386/isa/isa_device.h
+++ b/sys/i386/isa/isa_device.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* from: @(#)isa_device.h 7.1 (Berkeley) 5/9/91
- * $Id: isa_device.h,v 1.41 1997/05/31 09:07:36 peter Exp $
+ * $Id: isa_device.h,v 1.42 1997/06/02 08:19:05 dfr Exp $
*/
#ifndef _I386_ISA_ISA_DEVICE_H_
@@ -95,8 +95,6 @@ struct isa_driver {
int sensitive_hw; /* true if other probes confuse us */
};
-#define ISA_EXTERNALLEN (sizeof(struct isa_device))
-
#ifdef KERNEL
extern struct isa_device isa_biotab_fdc[];