Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Chris G. Demetriou <cgd@netbsd.org>
List: source-changes
Date: 03/17/2000 22:47:30
Module Name: syssrc
Committed By: cgd
Date: Sat Mar 18 06:47:29 UTC 2000
Modified Files:
syssrc/sys/dev/pci: ncr.c
Log Message:
undo the non-script changes from rev 1.87. They caused problems in
1.4.x and i have concerns (but no concrete proof) they will cause/have caused
problems in -current as well. Really, the right way to fix this is to
rewrite the driver, and push up tagged queueing handling into a common
middle layer that'll do it right in a low-level-driver-independent manner.
I'll fix my particular issues by using the ncr driver quirk mechanism.
To generate a diff of this commit:
cvs rdiff -r1.95 -r1.96 syssrc/sys/dev/pci/ncr.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.