Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 07/25/2003 11:49:20
Module Name:	src
Committed By:	jdolecek
Date:		Fri Jul 25 11:49:20 UTC 2003

Modified Files:
	src/sys/dev/pci: twe.c

Log Message:
print some additional information about the controller on boot (from FreeBSD)

use aprint_* as appropriate
change some debug #ifdef DIAGNOSTIC messages into #ifdef DEBUG
make aenfmt[] more const
change twe_param_get() signature to take (struct twe_param **) last arg, and
  remove now unnecessary casts


To generate a diff of this commit:
cvs rdiff -r1.37 -r1.38 src/sys/dev/pci/twe.c

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