drm: Improve dmi_found()
authorFrançois Tigeot <ftigeot@wolfpond.org>
Thu, 8 Aug 2013 08:48:59 +0000 (10:48 +0200)
committerFrançois Tigeot <ftigeot@wolfpond.org>
Thu, 8 Aug 2013 09:16:06 +0000 (11:16 +0200)
commit064af5dd02a2e29960c4412f8703582ad17d8d70
tree7eb8a53c030a53944889d676f0a2b86313b21de2
parent8cd7f47bf0ebf98d5aed0ed45b220db2bdb58c94
drm: Improve dmi_found()

* The OpenBSD code didn't distinguish between board and system names as
  well as board and system vendors

* Properly release memory allocated by kgetenv() while I'm at it
sys/dev/drm2/drm_drv.c