Source-Changes-HG archive

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

[src/thorpej_scsipi]: src/sys/arch/alpha/alpha Adapt to scsipi API changes.



details:   https://anonhg.NetBSD.org/src/rev/3d87c01beaff
branches:  thorpej_scsipi
changeset: 477276:3d87c01beaff
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Tue Oct 19 19:25:24 1999 +0000

description:
Adapt to scsipi API changes.

diffstat:

 sys/arch/alpha/alpha/avalon_a12.c     |  6 +++---
 sys/arch/alpha/alpha/dec_1000a.c      |  6 +++---
 sys/arch/alpha/alpha/dec_2100_a50.c   |  6 +++---
 sys/arch/alpha/alpha/dec_3000_300.c   |  6 +++---
 sys/arch/alpha/alpha/dec_3000_500.c   |  6 +++---
 sys/arch/alpha/alpha/dec_550.c        |  6 +++---
 sys/arch/alpha/alpha/dec_6600.c       |  6 +++---
 sys/arch/alpha/alpha/dec_alphabook1.c |  6 +++---
 sys/arch/alpha/alpha/dec_axppci_33.c  |  6 +++---
 sys/arch/alpha/alpha/dec_eb164.c      |  6 +++---
 sys/arch/alpha/alpha/dec_eb64plus.c   |  6 +++---
 sys/arch/alpha/alpha/dec_eb66.c       |  6 +++---
 sys/arch/alpha/alpha/dec_kn20aa.c     |  6 +++---
 sys/arch/alpha/alpha/dec_kn300.c      |  6 +++---
 sys/arch/alpha/alpha/dec_kn8ae.c      |  6 +++---
 15 files changed, 45 insertions(+), 45 deletions(-)

diffs (truncated from 405 to 300 lines):

diff -r 1a8172ac3a19 -r 3d87c01beaff sys/arch/alpha/alpha/avalon_a12.c
--- a/sys/arch/alpha/alpha/avalon_a12.c Tue Oct 19 17:57:25 1999 +0000
+++ b/sys/arch/alpha/alpha/avalon_a12.c Tue Oct 19 19:25:24 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: avalon_a12.c,v 1.4 1998/09/24 05:32:52 ross Exp $ */
+/* $NetBSD: avalon_a12.c,v 1.4.12.1 1999/10/19 19:25:24 thorpej Exp $ */
 
 /* [Notice revision 2.2]
  * Copyright (c) 1997, 1998 Avalon Computer Systems, Inc.
@@ -64,7 +64,7 @@
 #include "opt_avalon_a12.h"            /* Config options headers */
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
 
-__KERNEL_RCSID(0, "$NetBSD: avalon_a12.c,v 1.4 1998/09/24 05:32:52 ross Exp $");
+__KERNEL_RCSID(0, "$NetBSD: avalon_a12.c,v 1.4.12.1 1999/10/19 19:25:24 thorpej Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -213,7 +213,7 @@
                if (parent->dv_parent != scsidev)
                        return;
 
-               if (b->unit / 100 != sa->sa_sc_link->scsipi_scsi.target)
+               if (b->unit / 100 != sa->sa_periph->periph_target)
                        return;
 
                /* XXX LUN! */
diff -r 1a8172ac3a19 -r 3d87c01beaff sys/arch/alpha/alpha/dec_1000a.c
--- a/sys/arch/alpha/alpha/dec_1000a.c  Tue Oct 19 17:57:25 1999 +0000
+++ b/sys/arch/alpha/alpha/dec_1000a.c  Tue Oct 19 19:25:24 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: dec_1000a.c,v 1.5 1999/04/15 22:06:47 thorpej Exp $ */
+/* $NetBSD: dec_1000a.c,v 1.5.2.1 1999/10/19 19:25:24 thorpej Exp $ */
 
 /*
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -70,7 +70,7 @@
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
 
-__KERNEL_RCSID(0, "$NetBSD: dec_1000a.c,v 1.5 1999/04/15 22:06:47 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: dec_1000a.c,v 1.5.2.1 1999/10/19 19:25:24 thorpej Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -292,7 +292,7 @@
                if (parent->dv_parent != scsidev)
                        return;
 
-               if (b->unit / 100 != sa->sa_sc_link->scsipi_scsi.target)
+               if (b->unit / 100 != sa->sa_periph->periph_target)
                        return;
 
                /* XXX LUN! */
diff -r 1a8172ac3a19 -r 3d87c01beaff sys/arch/alpha/alpha/dec_2100_a50.c
--- a/sys/arch/alpha/alpha/dec_2100_a50.c       Tue Oct 19 17:57:25 1999 +0000
+++ b/sys/arch/alpha/alpha/dec_2100_a50.c       Tue Oct 19 19:25:24 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: dec_2100_a50.c,v 1.41 1999/04/15 22:06:47 thorpej Exp $ */
+/* $NetBSD: dec_2100_a50.c,v 1.41.2.1 1999/10/19 19:25:24 thorpej Exp $ */
 
 /*
  * Copyright (c) 1995, 1996, 1997 Carnegie-Mellon University.
@@ -31,7 +31,7 @@
  */
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
 
-__KERNEL_RCSID(0, "$NetBSD: dec_2100_a50.c,v 1.41 1999/04/15 22:06:47 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: dec_2100_a50.c,v 1.41.2.1 1999/10/19 19:25:24 thorpej Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -231,7 +231,7 @@
                if (parent->dv_parent != scsidev)
                        return;
 
-               if (b->unit / 100 != sa->sa_sc_link->scsipi_scsi.target)
+               if (b->unit / 100 != sa->sa_periph->periph_target)
                        return;
 
                /* XXX LUN! */
diff -r 1a8172ac3a19 -r 3d87c01beaff sys/arch/alpha/alpha/dec_3000_300.c
--- a/sys/arch/alpha/alpha/dec_3000_300.c       Tue Oct 19 17:57:25 1999 +0000
+++ b/sys/arch/alpha/alpha/dec_3000_300.c       Tue Oct 19 19:25:24 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: dec_3000_300.c,v 1.28 1999/08/08 01:40:20 ross Exp $ */
+/* $NetBSD: dec_3000_300.c,v 1.28.2.1 1999/10/19 19:25:24 thorpej Exp $ */
 
 /*
  * Copyright (c) 1995, 1996 Carnegie-Mellon University.
@@ -33,7 +33,7 @@
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
 
-__KERNEL_RCSID(0, "$NetBSD: dec_3000_300.c,v 1.28 1999/08/08 01:40:20 ross Exp $");
+__KERNEL_RCSID(0, "$NetBSD: dec_3000_300.c,v 1.28.2.1 1999/10/19 19:25:24 thorpej Exp $");
 
 #include "opt_new_scc_driver.h"
 
@@ -214,7 +214,7 @@
                if (parent->dv_parent != scsidev)
                        return;
 
-               if (b->unit / 100 != sa->sa_sc_link->scsipi_scsi.target)
+               if (b->unit / 100 != sa->sa_periph->periph_target)
                        return;
 
                /* XXX LUN! */
diff -r 1a8172ac3a19 -r 3d87c01beaff sys/arch/alpha/alpha/dec_3000_500.c
--- a/sys/arch/alpha/alpha/dec_3000_500.c       Tue Oct 19 17:57:25 1999 +0000
+++ b/sys/arch/alpha/alpha/dec_3000_500.c       Tue Oct 19 19:25:24 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: dec_3000_500.c,v 1.27 1999/08/08 01:40:20 ross Exp $ */
+/* $NetBSD: dec_3000_500.c,v 1.27.2.1 1999/10/19 19:25:24 thorpej Exp $ */
 
 /*
  * Copyright (c) 1994, 1995, 1996 Carnegie-Mellon University.
@@ -32,7 +32,7 @@
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
 
-__KERNEL_RCSID(0, "$NetBSD: dec_3000_500.c,v 1.27 1999/08/08 01:40:20 ross Exp $");
+__KERNEL_RCSID(0, "$NetBSD: dec_3000_500.c,v 1.27.2.1 1999/10/19 19:25:24 thorpej Exp $");
 
 #include "opt_new_scc_driver.h"
 
@@ -235,7 +235,7 @@
                if (parent->dv_parent != scsidev)
                        return;
 
-               if (b->unit / 100 != sa->sa_sc_link->scsipi_scsi.target)
+               if (b->unit / 100 != sa->sa_periph->periph_target)
                        return;
 
                /* XXX LUN! */
diff -r 1a8172ac3a19 -r 3d87c01beaff sys/arch/alpha/alpha/dec_550.c
--- a/sys/arch/alpha/alpha/dec_550.c    Tue Oct 19 17:57:25 1999 +0000
+++ b/sys/arch/alpha/alpha/dec_550.c    Tue Oct 19 19:25:24 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: dec_550.c,v 1.4 1999/04/15 22:06:47 thorpej Exp $ */
+/* $NetBSD: dec_550.c,v 1.4.2.1 1999/10/19 19:25:24 thorpej Exp $ */
 
 /*
  * Copyright (c) 1995, 1996, 1997 Carnegie-Mellon University.
@@ -32,7 +32,7 @@
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
 
-__KERNEL_RCSID(0, "$NetBSD: dec_550.c,v 1.4 1999/04/15 22:06:47 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: dec_550.c,v 1.4.2.1 1999/10/19 19:25:24 thorpej Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -220,7 +220,7 @@
                if (parent->dv_parent != scsidev)
                        return;
 
-               if (b->unit / 100 != sa->sa_sc_link->scsipi_scsi.target)
+               if (b->unit / 100 != sa->sa_periph->periph_target)
                        return;
 
                /* XXX LUN! */
diff -r 1a8172ac3a19 -r 3d87c01beaff sys/arch/alpha/alpha/dec_6600.c
--- a/sys/arch/alpha/alpha/dec_6600.c   Tue Oct 19 17:57:25 1999 +0000
+++ b/sys/arch/alpha/alpha/dec_6600.c   Tue Oct 19 19:25:24 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: dec_6600.c,v 1.1 1999/06/29 07:08:53 ross Exp $ */
+/* $NetBSD: dec_6600.c,v 1.1.6.1 1999/10/19 19:25:24 thorpej Exp $ */
 
 /*
  * Copyright (c) 1995, 1996, 1997 Carnegie-Mellon University.
@@ -29,7 +29,7 @@
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
 
-__KERNEL_RCSID(0, "$NetBSD: dec_6600.c,v 1.1 1999/06/29 07:08:53 ross Exp $");
+__KERNEL_RCSID(0, "$NetBSD: dec_6600.c,v 1.1.6.1 1999/10/19 19:25:24 thorpej Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -237,7 +237,7 @@
                if (parent->dv_parent != scsipidev)
                        return;
 
-               if (b->unit / 100 != sa->sa_sc_link->scsipi_scsi.target)
+               if (b->unit / 100 != sa->sa_periph->periph_target)
                        return;
 
                /* XXX LUN! */
diff -r 1a8172ac3a19 -r 3d87c01beaff sys/arch/alpha/alpha/dec_alphabook1.c
--- a/sys/arch/alpha/alpha/dec_alphabook1.c     Tue Oct 19 17:57:25 1999 +0000
+++ b/sys/arch/alpha/alpha/dec_alphabook1.c     Tue Oct 19 19:25:24 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: dec_alphabook1.c,v 1.3 1999/04/15 22:06:47 thorpej Exp $ */
+/* $NetBSD: dec_alphabook1.c,v 1.3.2.1 1999/10/19 19:25:24 thorpej Exp $ */
 
 /*
  * Copyright (c) 1995, 1996, 1997 Carnegie-Mellon University.
@@ -31,7 +31,7 @@
  */
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
 
-__KERNEL_RCSID(0, "$NetBSD: dec_alphabook1.c,v 1.3 1999/04/15 22:06:47 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: dec_alphabook1.c,v 1.3.2.1 1999/10/19 19:25:24 thorpej Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -222,7 +222,7 @@
                if (parent->dv_parent != scsidev)
                        return;
 
-               if (b->unit / 100 != sa->sa_sc_link->scsipi_scsi.target)
+               if (b->unit / 100 != sa->sa_periph->periph_target)
                        return;
 
                /* XXX LUN! */
diff -r 1a8172ac3a19 -r 3d87c01beaff sys/arch/alpha/alpha/dec_axppci_33.c
--- a/sys/arch/alpha/alpha/dec_axppci_33.c      Tue Oct 19 17:57:25 1999 +0000
+++ b/sys/arch/alpha/alpha/dec_axppci_33.c      Tue Oct 19 19:25:24 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: dec_axppci_33.c,v 1.42 1999/04/15 22:06:47 thorpej Exp $ */
+/* $NetBSD: dec_axppci_33.c,v 1.42.2.1 1999/10/19 19:25:24 thorpej Exp $ */
 
 /*
  * Copyright (c) 1995, 1996, 1997 Carnegie-Mellon University.
@@ -31,7 +31,7 @@
  */
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
 
-__KERNEL_RCSID(0, "$NetBSD: dec_axppci_33.c,v 1.42 1999/04/15 22:06:47 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: dec_axppci_33.c,v 1.42.2.1 1999/10/19 19:25:24 thorpej Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -266,7 +266,7 @@
                if (parent->dv_parent != scsidev)
                        return;
 
-               if (b->unit / 100 != sa->sa_sc_link->scsipi_scsi.target)
+               if (b->unit / 100 != sa->sa_periph->periph_target)
                        return;
 
                /* XXX LUN! */
diff -r 1a8172ac3a19 -r 3d87c01beaff sys/arch/alpha/alpha/dec_eb164.c
--- a/sys/arch/alpha/alpha/dec_eb164.c  Tue Oct 19 17:57:25 1999 +0000
+++ b/sys/arch/alpha/alpha/dec_eb164.c  Tue Oct 19 19:25:24 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: dec_eb164.c,v 1.30 1999/09/02 22:04:41 ross Exp $ */
+/* $NetBSD: dec_eb164.c,v 1.30.2.1 1999/10/19 19:25:24 thorpej Exp $ */
 
 /*
  * Copyright (c) 1995, 1996, 1997 Carnegie-Mellon University.
@@ -32,7 +32,7 @@
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
 
-__KERNEL_RCSID(0, "$NetBSD: dec_eb164.c,v 1.30 1999/09/02 22:04:41 ross Exp $");
+__KERNEL_RCSID(0, "$NetBSD: dec_eb164.c,v 1.30.2.1 1999/10/19 19:25:24 thorpej Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -222,7 +222,7 @@
                if (parent->dv_parent != scsipidev)
                        return;
 
-               if (b->unit / 100 != sa->sa_sc_link->scsipi_scsi.target)
+               if (b->unit / 100 != sa->sa_periph->periph_target)
                        return;
 
                /* XXX LUN! */
diff -r 1a8172ac3a19 -r 3d87c01beaff sys/arch/alpha/alpha/dec_eb64plus.c
--- a/sys/arch/alpha/alpha/dec_eb64plus.c       Tue Oct 19 17:57:25 1999 +0000
+++ b/sys/arch/alpha/alpha/dec_eb64plus.c       Tue Oct 19 19:25:24 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: dec_eb64plus.c,v 1.17 1999/04/15 22:06:48 thorpej Exp $ */
+/* $NetBSD: dec_eb64plus.c,v 1.17.2.1 1999/10/19 19:25:25 thorpej Exp $ */
 
 /*
  * Copyright (c) 1995, 1996, 1997 Carnegie-Mellon University.
@@ -32,7 +32,7 @@
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
 
-__KERNEL_RCSID(0, "$NetBSD: dec_eb64plus.c,v 1.17 1999/04/15 22:06:48 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: dec_eb64plus.c,v 1.17.2.1 1999/10/19 19:25:25 thorpej Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -223,7 +223,7 @@
                if (parent->dv_parent != scsidev)
                        return;
 
-               if (b->unit / 100 != sa->sa_sc_link->scsipi_scsi.target)
+               if (b->unit / 100 != sa->sa_periph->periph_target)
                        return;
 
                /* XXX LUN! */
diff -r 1a8172ac3a19 -r 3d87c01beaff sys/arch/alpha/alpha/dec_eb66.c
--- a/sys/arch/alpha/alpha/dec_eb66.c   Tue Oct 19 17:57:25 1999 +0000
+++ b/sys/arch/alpha/alpha/dec_eb66.c   Tue Oct 19 19:25:24 1999 +0000



Home | Main Index | Thread Index | Old Index