Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Apr 2003 22:12:45 -0700 (PDT)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/an if_an.c if_an_isa.c if_an_pccard.c if_an_pci.c
Message-ID:  <200304100512.h3A5Cj1N009141@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
imp         2003/04/09 22:12:45 PDT

  FreeBSD src repository

  Modified files:
    sys/dev/an           if_an.c if_an_isa.c if_an_pccard.c 
                         if_an_pci.c 
  Log:
  Don't lock in the attach routine.  It isn't required.  Register the
  interrupt handler last.  This gets rid of the sleep while locked
  messages.
  
  Reviewed by: ambrisko
  
  Revision  Changes    Path
  1.49      +10 -19    src/sys/dev/an/if_an.c
  1.11      +11 -6     src/sys/dev/an/if_an_isa.c
  1.19      +16 -8     src/sys/dev/an/if_an_pccard.c
  1.19      +7 -4      src/sys/dev/an/if_an_pci.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304100512.h3A5Cj1N009141>