Source-Changes-HG archive

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

[src/thorpej_scsipi]: src/sys/arch/amiga/dev it's siopng, not sea.



details:   https://anonhg.NetBSD.org/src/rev/39c5f8466841
branches:  thorpej_scsipi
changeset: 477479:39c5f8466841
user:      is <is%NetBSD.org@localhost>
date:      Sun Apr 22 13:20:17 2001 +0000

description:
it's siopng, not sea.

diffstat:

 sys/arch/amiga/dev/siop2.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 85a6d2ba5a9a -r 39c5f8466841 sys/arch/amiga/dev/siop2.c
--- a/sys/arch/amiga/dev/siop2.c        Sun Apr 22 13:15:58 2001 +0000
+++ b/sys/arch/amiga/dev/siop2.c        Sun Apr 22 13:20:17 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: siop2.c,v 1.14.2.3 2001/03/29 09:57:42 bouyer Exp $    */
+/*     $NetBSD: siop2.c,v 1.14.2.4 2001/04/22 13:20:17 is Exp $        */
 
 /*
  * Copyright (c) 1994,1998 Michael L. Hitch
@@ -218,7 +218,7 @@
                if (acb == NULL) {
                        scsipi_printaddr(periph);
                        printf("unable to allocate acb\n");
-                       panic("sea_scsipi_request");
+                       panic("siopng_scsipi_request");
                }
 #endif
                acb->flags = ACB_ACTIVE;



Home | Main Index | Thread Index | Old Index