Module Name: src Committed By: ryo Date: Thu Nov 11 06:56:56 UTC 2021
Modified Files: src/sys/dev/pci: if_aq.c Log Message: Fixed a panic problem at attach with aq(4) F/W version 1. - Don't use cprng(9) when attaching, since it's not available yet. - Wait up to 10 seconds because delay is not enough. - Even if the delay is not enough, it will fail attach without panic. - Checked on the actual card D107 (F/W version 1.5.58) To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/sys/dev/pci/if_aq.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.