diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2000-10-27 21:45:50 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2000-10-27 21:45:50 +0000 |
| commit | 7c0cb49a64fa9da74b3d1808d46df1ef2cd2c589 (patch) | |
| tree | 3324583a893f1ac7e513ba3b8def72d3a46407e5 /sys | |
| parent | bb2e7ebb7c8a7b80c93d1dbf68ed3ec360b79f0f (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/amd64/isa/intr_machdep.c | 4 | ||||
| -rw-r--r-- | sys/amd64/isa/nmi.c | 4 | ||||
| -rw-r--r-- | sys/i386/isa/intr_machdep.c | 4 | ||||
| -rw-r--r-- | sys/i386/isa/nmi.c | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/sys/amd64/isa/intr_machdep.c b/sys/amd64/isa/intr_machdep.c index 01b7669f6be1..ffdcfc4d3721 100644 --- a/sys/amd64/isa/intr_machdep.c +++ b/sys/amd64/isa/intr_machdep.c @@ -642,11 +642,11 @@ inthand_add(const char *name, int irq, driver_intr_t handler, void *arg, && (icu_setup(irq, idesc->ih_handler, idesc->ih_argument, idesc->ih_flags) != 0) ) { if (bootverbose) - printf("\tinthand_add(irq%d) failed, result=%d\n", + printf("\tinthand_add(irq%d) failed, result=%d\n", irq, errcode); free(idesc->ih_name, M_DEVBUF); free(idesc, M_DEVBUF); - return NULL; + return NULL; } head = ithd->it_ih; /* look at chain of handlers */ if (head) { diff --git a/sys/amd64/isa/nmi.c b/sys/amd64/isa/nmi.c index 01b7669f6be1..ffdcfc4d3721 100644 --- a/sys/amd64/isa/nmi.c +++ b/sys/amd64/isa/nmi.c @@ -642,11 +642,11 @@ inthand_add(const char *name, int irq, driver_intr_t handler, void *arg, && (icu_setup(irq, idesc->ih_handler, idesc->ih_argument, idesc->ih_flags) != 0) ) { if (bootverbose) - printf("\tinthand_add(irq%d) failed, result=%d\n", + printf("\tinthand_add(irq%d) failed, result=%d\n", irq, errcode); free(idesc->ih_name, M_DEVBUF); free(idesc, M_DEVBUF); - return NULL; + return NULL; } head = ithd->it_ih; /* look at chain of handlers */ if (head) { diff --git a/sys/i386/isa/intr_machdep.c b/sys/i386/isa/intr_machdep.c index 01b7669f6be1..ffdcfc4d3721 100644 --- a/sys/i386/isa/intr_machdep.c +++ b/sys/i386/isa/intr_machdep.c @@ -642,11 +642,11 @@ inthand_add(const char *name, int irq, driver_intr_t handler, void *arg, && (icu_setup(irq, idesc->ih_handler, idesc->ih_argument, idesc->ih_flags) != 0) ) { if (bootverbose) - printf("\tinthand_add(irq%d) failed, result=%d\n", + printf("\tinthand_add(irq%d) failed, result=%d\n", irq, errcode); free(idesc->ih_name, M_DEVBUF); free(idesc, M_DEVBUF); - return NULL; + return NULL; } head = ithd->it_ih; /* look at chain of handlers */ if (head) { diff --git a/sys/i386/isa/nmi.c b/sys/i386/isa/nmi.c index 01b7669f6be1..ffdcfc4d3721 100644 --- a/sys/i386/isa/nmi.c +++ b/sys/i386/isa/nmi.c @@ -642,11 +642,11 @@ inthand_add(const char *name, int irq, driver_intr_t handler, void *arg, && (icu_setup(irq, idesc->ih_handler, idesc->ih_argument, idesc->ih_flags) != 0) ) { if (bootverbose) - printf("\tinthand_add(irq%d) failed, result=%d\n", + printf("\tinthand_add(irq%d) failed, result=%d\n", irq, errcode); free(idesc->ih_name, M_DEVBUF); free(idesc, M_DEVBUF); - return NULL; + return NULL; } head = ithd->it_ih; /* look at chain of handlers */ if (head) { |
