diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2001-04-10 22:10:10 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2001-04-10 22:10:10 +0000 |
commit | bb605b30c3ebd5ed205752886780c5883f53868f (patch) | |
tree | e0dcf65649db84bc88b9f467481b542642024e62 /sys/dev/pci/if_txpreg.h | |
parent | 032ff04156388543d12958bafc2b4dac1a468a33 (diff) |
add shutdown hook to stop the adapter completely
put txp_set_filter() in the right places
Diffstat (limited to 'sys/dev/pci/if_txpreg.h')
-rw-r--r-- | sys/dev/pci/if_txpreg.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/pci/if_txpreg.h b/sys/dev/pci/if_txpreg.h index 08bcc315292..05d2860b967 100644 --- a/sys/dev/pci/if_txpreg.h +++ b/sys/dev/pci/if_txpreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_txpreg.h,v 1.11 2001/04/10 19:52:38 jason Exp $ */ +/* $OpenBSD: if_txpreg.h,v 1.12 2001/04/10 22:10:09 jason Exp $ */ /* * Copyright (c) 2001 Aaron Campbell <aaron@monkey.org>. @@ -430,8 +430,8 @@ struct txp_hostvar { #define STAT_SLEEPING 0x00000011 #define STAT_HALTED 0x00000014 -#define TX_ENTRIES 128 -#define RX_ENTRIES 128 +#define TX_ENTRIES 256 +#define RX_ENTRIES 256 #define CMD_ENTRIES 32 #define RSP_ENTRIES 32 |