]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix an error which could cause a panic if both an ifpi and ifpi2 controller
authorgj <gj@FreeBSD.org>
Sat, 29 Dec 2001 17:19:25 +0000 (17:19 +0000)
committergj <gj@FreeBSD.org>
Sat, 29 Dec 2001 17:19:25 +0000 (17:19 +0000)
commitef6370195bb01db7d0549e9f701ac500fb5b2332
treeb9fb05ad8198a687bf9a5af8803a66479d18ca7d
parent1951cbf9ee9ef201bc9b03b589043ff19ba6ae89
Fix an error which could cause a panic if both an ifpi and ifpi2 controller
were installed.

For the ifpi2, change the string in the driver_t from "ifpi2" to
"ifpi2-" so that one sees "ifpi2-0" instead of "ifpi20" at boot time.
sys/i4b/layer1/ifpi/i4b_ifpi_pci.c
sys/i4b/layer1/ifpi2/i4b_ifpi2_pci.c