Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Dec 1999 23:22:54 -0800 (PST)
From:      Warner Losh <imp@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/ed if_ed.c if_ed_pccard.c if_edvar.h
Message-ID:  <199912100722.XAA16559@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
imp         1999/12/09 23:22:54 PST

  Modified files:
    sys/dev/ed           if_ed.c if_ed_pccard.c if_edvar.h 
  Log:
  Fix pccard ed driver, I think.
  o Expose ed_stop and call it early to shutdown the hardware.
  o When releasing the interrupt, pass the cookie for the irq, not
    a pointer to the cookie (this is the base problem).
  o Release other resources used, just like the ep driver
  
  Revision  Changes    Path
  1.173     +2 -3      src/sys/dev/ed/if_ed.c
  1.8       +4 -2      src/sys/dev/ed/if_ed_pccard.c
  1.4       +2 -1      src/sys/dev/ed/if_edvar.h



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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