Module Name: src Committed By: rin Date: Sat Oct 15 04:47:37 UTC 2022
Modified Files: src/sys/arch/evbppc/conf: DHT src/sys/arch/powerpc/ibm4xx/pci: pci_machdep.c Log Message: DHT Walnut: Fix failure to attach on-board pdcide(4) for cold boot. U-Boot seems to initialize pdcide(4) to compatible mode. Therefore, we need to reinitialize it to native-PCI mode in pci_conf_hook(). Otherwise, we will fail to configure IO registers for native-PCI mode during PCI_NETBSD_CONFIGURE. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/evbppc/conf/DHT cvs rdiff -u -r1.12 -r1.13 src/sys/arch/powerpc/ibm4xx/pci/pci_machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.