CVSROOT:        /cvs
Module name:    src
Changes by:     m...@cvs.openbsd.org    2009/07/23 09:58:37

Modified files:
        sys/dev/isa    : i82365_isasubr.c 

Log message:
What gets allocated with bus_space_map() needs to be released with
bus_space_unmap(), not bus_space_free(). Fortunately this file is only
used on i386 where bus_space_free() simply invokes bus_space_unmap().

Reply via email to