Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Aug 2002 23:37:33 -0700 (PDT)
From:      Warner Losh <imp@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/pccbb pccbb.c pccbbvar.h
Message-ID:  <200208100637.g7A6bXx8064586@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
imp         2002/08/09 23:37:33 PDT

  Modified files:
    sys/dev/pccbb        pccbb.c pccbbvar.h 
  Log:
  When we allocate our bus address via the kludge that we have in the
  code to do it when the bios doesn't do it for us, flag it.  Then, when
  we dealloc, do an equal kludge to get rid of the address.  This should
  address the can't get IRQ and panic bug in a more graceful way.
  
  # really should write a dealloc routine and just call it instead, since
  # this might not fix things in the kldunload case.
  
  Revision  Changes    Path
  1.52      +19 -13    src/sys/dev/pccbb/pccbb.c
  1.13      +4 -3      src/sys/dev/pccbb/pccbbvar.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?200208100637.g7A6bXx8064586>