Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc64/dev Use the same IPLs as everyone else.



details:   https://anonhg.NetBSD.org/src/rev/179774758e53
branches:  trunk
changeset: 494199:179774758e53
user:      eeh <eeh%NetBSD.org@localhost>
date:      Mon Jul 03 17:42:37 2000 +0000

description:
Use the same IPLs as everyone else.

diffstat:

 sys/arch/sparc64/dev/psycho.c |  19 ++++++++++---------
 1 files changed, 10 insertions(+), 9 deletions(-)

diffs (44 lines):

diff -r d4be2bbb81ae -r 179774758e53 sys/arch/sparc64/dev/psycho.c
--- a/sys/arch/sparc64/dev/psycho.c     Mon Jul 03 17:23:37 2000 +0000
+++ b/sys/arch/sparc64/dev/psycho.c     Mon Jul 03 17:42:37 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: psycho.c,v 1.17 2000/06/29 07:37:55 mrg Exp $  */
+/*     $NetBSD: psycho.c,v 1.18 2000/07/03 17:42:37 eeh Exp $  */
 
 /*
  * Copyright (c) 1999, 2000 Matthew R. Green
@@ -60,6 +60,7 @@
 #define _SPARC_BUS_DMA_PRIVATE
 #include <machine/bus.h>
 #include <machine/autoconf.h>
+#include <machine/psl.h>
 
 #include <dev/pci/pcivar.h>
 #include <dev/pci/pcireg.h>
@@ -857,18 +858,18 @@
        0, 0, 0, 0,     /* PCI B, Slot 0, INTA#/B#/C#/D# */
        0, 0, 0, 0,     /* PCI B, Slot 2, INTA#/B#/C#/D# */
        0, 0, 0, 0,     /* PCI B, Slot 3, INTA#/B#/C#/D# */
-       4,              /* SCSI */
-       6,              /* Ethernet */
+       PIL_SCSI,       /* SCSI */
+       PIL_NET,        /* Ethernet */
        3,              /* Parallel */
-       9,              /* Audio Record */
-       9,              /* Audio Playback */
+       PIL_AUD,        /* Audio Record */
+       PIL_AUD,        /* Audio Playback */
        14,             /* Power Fail */
        4,              /* Keyboard/Mouse/Serial */
-       8,              /* Floppy */
+       PIL_FD,         /* Floppy */
        14,             /* Thermal Warning */
-       12,             /* Keyboard */
-       12,             /* Mouse */
-       12,             /* Serial */
+       PIL_SER,        /* Keyboard */
+       PIL_SER,        /* Mouse */
+       PIL_SER,        /* Serial */
        0,              /* Reserved */
        0,              /* Reserved */
        14,             /* Uncorrectable ECC error */



Home | Main Index | Thread Index | Old Index