Module Name: src Committed By: thorpej Date: Sat Jun 19 16:13:40 UTC 2021
Modified Files: src/sys/arch/alpha/pci: mcpcia.c pci_kn300.c pci_kn300.h Log Message: Remove the "first" argument from pci_kn300_pickintr(). It's redundant with information we already have, and is a needless divergence from other "pickintr" routines. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/sys/arch/alpha/pci/mcpcia.c cvs rdiff -u -r1.38 -r1.39 src/sys/arch/alpha/pci/pci_kn300.c cvs rdiff -u -r1.3 -r1.4 src/sys/arch/alpha/pci/pci_kn300.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.