The driver was improperly using kmem_free() instead of pmap_unmapdev(),
authorMatthew Dillon <dillon@dragonflybsd.org>
Wed, 30 Apr 2008 04:05:21 +0000 (04:05 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Wed, 30 Apr 2008 04:05:21 +0000 (04:05 +0000)
commit06e0a45b19cac4a82ae33f1ce901287d6ecdce59
treee061a50b3cad84232637ca341a59fdd2f3f663d2
parent027f7bf20fc09bd20525459581ddd09adf17222f
The driver was improperly using kmem_free() instead of pmap_unmapdev(),
and hitting a recently added assertion.  Use the proper call.

Reported-by: Rumko <rumcic@gmail.com>
sys/dev/video/i386/vesa/vesa.c