PR/60428 CVS commit: src/sys/arch/sparc64/sparc64
"Julian Coleman" <[email protected]>
| Newsgroups | gmane.os.netbsd.bugs |
|---|---|
| Message-ID | <[email protected]> |
The following reply was made to PR port-sparc64/60428; it has been noted by GNATS. From: "Julian Coleman" <[email protected]> To: [email protected] Cc: Subject: PR/60428 CVS commit: src/sys/arch/sparc64/sparc64 Date: Thu, 9 Jul 2026 07:47:40 +0000 Module Name: src Committed By: jdc Date: Thu Jul 9 07:47:40 UTC 2026 Modified Files: src/sys/arch/sparc64/sparc64: autoconf.c Log Message: PR port-sparc64/60428 Just return instead of asserting that devhandle is DEVHANDLE_TYPE_OF. This happens for USB disks (sd @ scsibus @ umass @ @ uhub @ usb) which are not enumerated by the firmware. Original patch from riastradh@ . Apply the same for wd and fc-al as well. To generate a diff of this commit: cvs rdiff -u -r1.251 -r1.252 src/sys/arch/sparc64/sparc64/autoconf.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.