Date: Mon, 29 Dec 2003 17:07:12 -0800 (PST) From: Doug Ambrisko <ambrisko@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/an if_aironet_ieee.h if_an.c if_an_isa.c if_an_pccard.c if_an_pci.c if_anreg.h Message-ID: <200312300107.hBU17Dsm062944@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ambrisko 2003/12/29 17:07:12 PST
FreeBSD src repository
Modified files:
sys/dev/an if_aironet_ieee.h if_an.c if_an_isa.c
if_an_pccard.c if_an_pci.c if_anreg.h
Log:
- Bump up the general and status RID sizes
- Clear out an_dma_vaddr on free so we can test to see if dma is
setup when the card is kldunloaded/kldloaded etc. only for MPI350
- Use a common detach like wi(4)
- Notify on RID read overflow and truncate this currently causes
a panic in -stable when the stack during an ifconfig an0 is done
with newer firmware
- Convert from UNLOCK/tsleep/LOCK to msleep. I thought I did that
a while ago.
Revision Changes Path
1.14 +2 -2 src/sys/dev/an/if_aironet_ieee.h
1.57 +40 -8 src/sys/dev/an/if_an.c
1.14 +1 -17 src/sys/dev/an/if_an_isa.c
1.23 +1 -23 src/sys/dev/an/if_an_pccard.c
1.26 +1 -17 src/sys/dev/an/if_an_pci.c
1.21 +1 -0 src/sys/dev/an/if_anreg.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200312300107.hBU17Dsm062944>
