]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add PNP info to PCI attachment of cas driver
authorWarner Losh <imp@FreeBSD.org>
Sun, 8 Jul 2018 20:39:23 +0000 (20:39 +0000)
committerWarner Losh <imp@FreeBSD.org>
Sun, 8 Jul 2018 20:39:23 +0000 (20:39 +0000)
commit63c017dae5d6ee86379aa7bd5a5f1c73887f844d
tree67fe9fb37d854884855ef880fa91a3b70b60b2e8
parentae00e672286f33b2a70b46225e519c1324a07a86
Add PNP info to PCI attachment of cas driver

Move module delcaration to be after device table. The PNP_INFO must
follow the module declaration.

Reviewed by: imp, chuck
Submitted by: Lakhan Shiva Kamireddy <lakhanshiva@gmail.com>
Sponsored by: Google, Inc. (GSoC 2018)
Pull Request: https://github.com/bsdimp/freebsd/pull/5
sys/dev/cas/if_cas.c