kernel - Support FreeBSD style loader.conf hints for resources
authorMatthew Dillon <dillon@apollo.backplane.com>
Mon, 20 Feb 2017 01:56:25 +0000 (17:56 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Mon, 20 Feb 2017 01:56:25 +0000 (17:56 -0800)
commitc8671ca91dea66674e6ab13de620bacbbc3cb5a6
tree163a58d5fc11c667ea5fdfa3f7b0d14f4f410e58
parent51678651ff7394869fdbda610b6d7f1770b80564
kernel - Support FreeBSD style loader.conf hints for resources

* DragonFly uses <device><unit>.<resname>.

* Also support FreeBSD hints which use hint.<device>.<unit>.<resname>.

* Makes it easier for users coming from FreeBSD to bring in sound quirks
  and such.

Reported-by: Damien
sys/kern/subr_bus.c