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 _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"