summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_sisreg.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2005-01-07 00:01:43 +0000
committerphk <phk@FreeBSD.org>2005-01-07 00:01:43 +0000
commitedf2752b8237628a2cced5d286191dc18de332d1 (patch)
tree5f801135bb12fd33ad5cf3c5e3c039666936ec65 /sys/pci/if_sisreg.h
parent2d73390de208369e5a94798d3ddbcec2866d365b (diff)
downloadFreeBSD-src-edf2752b8237628a2cced5d286191dc18de332d1.zip
FreeBSD-src-edf2752b8237628a2cced5d286191dc18de332d1.tar.gz
If we get an interrupt and the interface is down, return before we
grab the lock. This should help a tiny bit on machines where unused if_sis interfaces share IRQ.
Diffstat (limited to 'sys/pci/if_sisreg.h')
-rw-r--r--sys/pci/if_sisreg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/pci/if_sisreg.h b/sys/pci/if_sisreg.h
index 774a13e..72dda68 100644
--- a/sys/pci/if_sisreg.h
+++ b/sys/pci/if_sisreg.h
@@ -252,6 +252,7 @@
SIS_TXCFG_FILL(64)|SIS_TXCFG_DRAIN(1536))
#define SIS_RXCFG_DRAIN_THRESH 0x0000003E /* 8-byte units */
+#define SIS_TXCFG_MPII03D 0x00040000 /* "Must be 1" */
#define SIS_RXCFG_DMABURST 0x00700000
#define SIS_RXCFG_RX_JABBER 0x08000000
#define SIS_RXCFG_RX_TXPKTS 0x10000000
OpenPOWER on IntegriCloud