Subject: CVS commit: syssrc/sys/dev
To: None <source-changes@netbsd.org>
From: Andrew Doran <ad@netbsd.org>
List: source-changes
Date: 01/25/2002 18:10:38
Module Name: syssrc
Committed By: ad
Date: Fri Jan 25 16:10:38 UTC 2002
Modified Files:
syssrc/sys/dev/eisa: cac_eisa.c
syssrc/sys/dev/ic: cac.c cacvar.h ld_cac.c
syssrc/sys/dev/pci: cac_pci.c
Log Message:
- Always validate the return value read from the outbound FIFO.
- Copy access method info into the softc so we don't double dereference.
- Remove static on functions.
To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 syssrc/sys/dev/eisa/cac_eisa.c
cvs rdiff -r1.19 -r1.20 syssrc/sys/dev/ic/cac.c
cvs rdiff -r1.8 -r1.9 syssrc/sys/dev/ic/cacvar.h
cvs rdiff -r1.4 -r1.5 syssrc/sys/dev/ic/ld_cac.c
cvs rdiff -r1.11 -r1.12 syssrc/sys/dev/pci/cac_pci.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.