Subject: CVS commit: src/sys/dev/isa
To: None <source-changes@NetBSD.org>
From: Juan Romero Pardines <xtraeme@netbsd.org>
List: source-changes
Date: 03/21/2005 14:05:18
Module Name: src
Committed By: xtraeme
Date: Mon Mar 21 14:05:18 UTC 2005
Modified Files:
src/sys/dev/isa: pcppi.c pcppivar.h
Log Message:
Move the struct pcppi_softc into pcppivar.h, add in this file
pcppi_attach(), which now accepts "struct pcppi_softc";
Split ISA specific bits from pcppi_attach() into pcppi_isa_attach()
(needed by the upcoming pcppi(4) ACPI attachment).
Reviewed by christos@.
To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 src/sys/dev/isa/pcppi.c
cvs rdiff -r1.4 -r1.5 src/sys/dev/isa/pcppivar.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.