summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_sisreg.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2005-01-07 23:52:41 +0000
committerphk <phk@FreeBSD.org>2005-01-07 23:52:41 +0000
commitcd49c1d16c9338d46fcb40754a30779ffc3e129a (patch)
tree6c4dcecea5f9b80523c1bca75a91d0e3e32bb34c /sys/pci/if_sisreg.h
parenta04d8dc73a03436967105f4c8390f06ccc3e9f36 (diff)
downloadFreeBSD-src-cd49c1d16c9338d46fcb40754a30779ffc3e129a.zip
FreeBSD-src-cd49c1d16c9338d46fcb40754a30779ffc3e129a.tar.gz
Fix compilation of DEVICE_POLLING code.
Diffstat (limited to 'sys/pci/if_sisreg.h')
-rw-r--r--sys/pci/if_sisreg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pci/if_sisreg.h b/sys/pci/if_sisreg.h
index b820924..fe5f677 100644
--- a/sys/pci/if_sisreg.h
+++ b/sys/pci/if_sisreg.h
@@ -362,7 +362,7 @@ struct sis_desc {
#define SIS_TXSTAT_UNDERRUN 0x02000000
#define SIS_TXSTAT_TX_ABORT 0x04000000
-#define SIS_RX_LIST_CNT 64
+#define SIS_RX_LIST_CNT 128
#define SIS_TX_LIST_CNT 128
#define SIS_RX_LIST_SZ SIS_RX_LIST_CNT * sizeof(struct sis_desc)
OpenPOWER on IntegriCloud