summaryrefslogtreecommitdiffstats
path: root/sys/dev/an/if_an_pci.c
diff options
context:
space:
mode:
authorambrisko <ambrisko@FreeBSD.org>2003-08-20 03:46:05 +0000
committerambrisko <ambrisko@FreeBSD.org>2003-08-20 03:46:05 +0000
commitfa13e39cc0a599ab89c270598fb7818852f9dea7 (patch)
treef4d8bc1e2bbc75109c7fc8ea56fb2b56ab4b89dd /sys/dev/an/if_an_pci.c
parentd3697017695d7e18b62a96440c913ef9d6e5e978 (diff)
downloadFreeBSD-src-fa13e39cc0a599ab89c270598fb7818852f9dea7.zip
FreeBSD-src-fa13e39cc0a599ab89c270598fb7818852f9dea7.tar.gz
- Add support for Cisco latest firmware RID sizes that supports 25 SSIDs!
- Fix up TX speed changes. - Make mpi-350 cards sort-of work with new firmware. It RXs okay but TXs only work for about 14 packets then fails to get an interrupt. The TX watchdog fires. It has been reported that my hack for now doesn't break cards with the older firmware. It appears my card has lost the ability to RX or TX at all but other peoples cards work. I assume it got damaged in tansport. MFC: 1 week.
Diffstat (limited to 'sys/dev/an/if_an_pci.c')
-rw-r--r--sys/dev/an/if_an_pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/an/if_an_pci.c b/sys/dev/an/if_an_pci.c
index 8ed13c6..2ec7057 100644
--- a/sys/dev/an/if_an_pci.c
+++ b/sys/dev/an/if_an_pci.c
@@ -198,7 +198,7 @@ an_attach_pci(dev)
/* Allocate aux. memory */
sc->mem_aux_rid = PCIR_MAPS + 8;
error = an_alloc_aux_memory(dev, sc->mem_aux_rid,
- AN_AUXMEMSIZE);
+ AN_AUX_MEM_SIZE);
if (error) {
printf("an%d: couldn't map aux memory\n", unit);
goto fail;
OpenPOWER on IntegriCloud