diff options
| author | Matt Jacob <mjacob@FreeBSD.org> | 2001-01-15 18:36:39 +0000 |
|---|---|---|
| committer | Matt Jacob <mjacob@FreeBSD.org> | 2001-01-15 18:36:39 +0000 |
| commit | df1590c05d471d9abdde73a207ab3ff87d95d507 (patch) | |
| tree | b04e2ed58042267e74839c68b23a15b8d1bdaf7e /sys/dev | |
| parent | fe4a3254cede7e65873afe55fae55fe25d587c50 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/isp/isp_pci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/isp/isp_pci.c b/sys/dev/isp/isp_pci.c index 6186615dc4606..8a10081816a38 100644 --- a/sys/dev/isp/isp_pci.c +++ b/sys/dev/isp/isp_pci.c @@ -453,6 +453,7 @@ isp_pci_attach(device_t dev) isp->isp_revision = pci_get_revid(dev); (void) snprintf(isp->isp_name, sizeof (isp->isp_name), "isp%d", unit); isp->isp_osinfo.unit = unit; + isp->isp_role = ISP_DEFAULT_ROLES; /* * Try and find firmware for this device. |
