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

Doug Ambrisko ambrisko at FreeBSD.org
Mon Dec 29 17:07:14 PST 2003


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


More information about the cvs-all mailing list