diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-06-23 03:47:57 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-06-23 03:47:57 +0000 |
commit | 3d772db769af639e71686fe04b7b9bafc9aa27de (patch) | |
tree | da253e7c9b9615c65a4a197e272ea92147200c06 | |
parent | f3c537cd52072955749e408525f3df2fcdfff7ef (diff) |
bump up the RX ring count on sparc64 a little bit.
-rw-r--r-- | sys/dev/pci/if_skreg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/if_skreg.h b/sys/dev/pci/if_skreg.h index e549d298371..404c31a6a01 100644 --- a/sys/dev/pci/if_skreg.h +++ b/sys/dev/pci/if_skreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_skreg.h,v 1.33 2006/06/22 23:07:03 brad Exp $ */ +/* $OpenBSD: if_skreg.h,v 1.34 2006/06/23 03:47:56 brad Exp $ */ /* * Copyright (c) 1997, 1998, 1999, 2000 @@ -1473,7 +1473,7 @@ struct sk_tx_desc { #define SK_TX_RING_CNT 512 #ifdef __sparc64__ -#define SK_RX_RING_CNT 36 +#define SK_RX_RING_CNT 39 #else #define SK_RX_RING_CNT 256 #endif |