CVS commit: src/sys/arch/sparc64/sparc64
"Julian Coleman" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
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.