Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Apr 1999 12:08:29 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/i386/isa bt_isa.c
Message-ID:  <199904181908.MAA39572@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       1999/04/18 12:08:29 PDT

  Modified files:
    sys/i386/isa         bt_isa.c 
  Log:
  Make the bt isa driver work..
  - fix cut/paste problem. :-)
  - don't forget to call isa_dmacascade()
  - reset the port after we release resources.
  
  That last one is a trap to watch out for..  The isa bus driver uses the
  same port/irq/mem/etc variables for the initial probe hints as it does
  for allocation/deallocation tracking.  Releasing a resource clears the
  variable and then you loose the hint during attach.. (ouch!)
  
  Revision  Changes    Path
  1.9       +11 -5     src/sys/i386/isa/bt_isa.c


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?199904181908.MAA39572>