summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_devar.h
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1997-11-08 14:46:58 +0000
committerpeter <peter@FreeBSD.org>1997-11-08 14:46:58 +0000
commit84ea1e1ecb5cb8ef08d39e69f4cc8e455dbfea7a (patch)
tree89d0fc15ebae8d63287514887c53064891aa6f0f /sys/pci/if_devar.h
parent85bb474e6293f851163fe53ad0957970f8a9bb18 (diff)
downloadFreeBSD-src-84ea1e1ecb5cb8ef08d39e69f4cc8e455dbfea7a.zip
FreeBSD-src-84ea1e1ecb5cb8ef08d39e69f4cc8e455dbfea7a.tar.gz
Merge 971020 stuff.. Check 21142? SROM CRC.
Diffstat (limited to 'sys/pci/if_devar.h')
-rw-r--r--sys/pci/if_devar.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/pci/if_devar.h b/sys/pci/if_devar.h
index 3bd2c31..d4a7c68 100644
--- a/sys/pci/if_devar.h
+++ b/sys/pci/if_devar.h
@@ -1,5 +1,5 @@
-/* $NetBSD: if_devar.h,v 1.21 1997/10/16 22:02:32 matt Exp $ */
-/* $Id$ */
+/* $NetBSD: if_devar.h,v 1.22 1997/10/20 14:33:01 matt Exp $ */
+/* $Id: if_devar.h,v 1.3 1997/10/18 18:15:03 peter Exp $ */
/*-
* Copyright (c) 1994-1997 Matt Thomas (matt@3am-software.com)
@@ -552,6 +552,7 @@ struct _tulip_softc_t {
#define TULIP_HAVE_NOMEDIA 0x00004000 /* did not detect any media */
#define TULIP_HAVE_STOREFWD 0x00008000 /* have CMD_STOREFWD */
#define TULIP_HAVE_SIA100 0x00010000 /* has LS100 in SIA status */
+#define TULIP_HAVE_OKSROM 0x00020000 /* SROM CRC is OK */
u_int32_t tulip_intrmask; /* our copy of csr_intr */
u_int32_t tulip_cmdmode; /* our copy of csr_cmdmode */
u_int32_t tulip_last_system_error : 3; /* last system error (only value is TULIP_SYSTEMERROR is also set) */
OpenPOWER on IntegriCloud