Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pci AEN 0x000c appears to mean `init started'. From ...



details:   https://anonhg.NetBSD.org/src/rev/4cbd088cee7e
branches:  trunk
changeset: 507731:4cbd088cee7e
user:      ad <ad%NetBSD.org@localhost>
date:      Fri Mar 30 16:48:57 2001 +0000

description:
AEN 0x000c appears to mean `init started'. From lukem.

diffstat:

 sys/dev/pci/twe.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 2cde883973a6 -r 4cbd088cee7e sys/dev/pci/twe.c
--- a/sys/dev/pci/twe.c Fri Mar 30 16:32:02 2001 +0000
+++ b/sys/dev/pci/twe.c Fri Mar 30 16:48:57 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: twe.c,v 1.13 2001/03/07 23:07:17 thorpej Exp $ */
+/*     $NetBSD: twe.c,v 1.14 2001/03/30 16:48:57 ad Exp $      */
 
 /*-
  * Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -132,6 +132,7 @@
        { 0x0109, "aport timeout" },
        { 0x010a, "drive error" },
        { 0x010b, "rebuild started" },
+       { 0x010c, "init started" },
        { 0x0015, "table undefined" },
        { 0x00ff, "aen queue full" },
 };



Home | Main Index | Thread Index | Old Index