Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 09/22/2003 01:13:05
Module Name:	src
Committed By:	thorpej
Date:		Mon Sep 22 01:13:04 UTC 2003

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

Log Message:
Improve AEN handling:
- Make AENs use the generic code table stuff.
- Add a few more AEN codes (from FreeBSD).
- Correct the context of a few AEN codes (some were listed as
  "unit context" when they're really "port context").
- Add a queue of AENs that management tools in userspace can poll
  (from FreeBSD).


To generate a diff of this commit:
cvs rdiff -r1.44 -r1.45 src/sys/dev/pci/twe.c
cvs rdiff -r1.16 -r1.17 src/sys/dev/pci/twevar.h

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