Set default adapter role.

This commit is contained in:
Matt Jacob 2001-01-15 18:36:39 +00:00
parent fe4a3254ce
commit df1590c05d

View File

@ -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.