diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-08-20 06:22:26 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-08-20 06:22:26 +0000 |
commit | 5924b05a0cdfe5bcc8a07b7d2a3f291ab1d78bd5 (patch) | |
tree | e81318a79ac98354642da46169febefec78dda9c /sys/dev/pci/if_bnxreg.h | |
parent | 6390d7da0774617788a856170a04b6b2fd36ac96 (diff) |
- replace IF_DEQUEUE/IF_PREPEND with IFQ_POLL/IFQ_DEQUEUE.
- enable RX checksum offload.
- remove some unused code.
Diffstat (limited to 'sys/dev/pci/if_bnxreg.h')
-rw-r--r-- | sys/dev/pci/if_bnxreg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/if_bnxreg.h b/sys/dev/pci/if_bnxreg.h index 39c169e00ed..36dbedfc41e 100644 --- a/sys/dev/pci/if_bnxreg.h +++ b/sys/dev/pci/if_bnxreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_bnxreg.h,v 1.8 2006/08/13 19:29:46 marco Exp $ */ +/* $OpenBSD: if_bnxreg.h,v 1.9 2006/08/20 06:22:25 brad Exp $ */ /*- * Copyright (c) 2006 Broadcom Corporation @@ -35,6 +35,7 @@ #define _BNX_H_DEFINED #include "bpfilter.h" +#include "vlan.h" #include <sys/param.h> #include <sys/systm.h> @@ -4642,7 +4643,6 @@ struct bnx_softc int bnx_if_flags; - bus_addr_t max_bus_addr; u_int16_t bus_speed_mhz; /* PCI bus speed */ struct flash_spec *bnx_flash_info; /* Flash NVRAM settings */ u_int32_t bnx_flash_size; /* Flash NVRAM size */ |