cvs commit: src/sys/i386/isa isa.c

Takahashi Yoshihiro nyan at FreeBSD.org
Sat Sep 1 05:18:29 PDT 2007


nyan        2007-09-01 12:18:28 UTC

  FreeBSD src repository

  Modified files:
    sys/i386/isa         isa.c 
  Log:
  Fix a kernel panic due to a NULL pointer access on pc98.
  
  When any PnP device exists, isa_release_resource() is called with no
  activated resource.  So a bushandle is not allocated yet.
  
  Approved by:    re (kensmith)
  
  Revision  Changes    Path
  1.151     +7 -5      src/sys/i386/isa/isa.c


More information about the cvs-src mailing list