Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Emmanuel Dreyfus <manu@netbsd.org>
List: source-changes
Date: 09/23/2006 22:16:36
Module Name:	src
Committed By:	manu
Date:		Sat Sep 23 22:16:36 UTC 2006

Modified Files:
	src/sys/dev/pci: twa.c twaio.h twareg.h

Log Message:
Tweak the twa(4) driver so that 3ware command line utility works with it.
This includes:
- fixing various structure definitions so that the ioctl parameter match
- adding a hw.twa*.driver_version sysctl
- do not refuse multiple device openings, as the management tool will do it.
  I'm not sure we are safe. FreeBSD allows multiple openings, and use the
  open flag only when an attempt to detach the device is done.


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 src/sys/dev/pci/twa.c
cvs rdiff -r1.3 -r1.4 src/sys/dev/pci/twaio.h
cvs rdiff -r1.5 -r1.6 src/sys/dev/pci/twareg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.