diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1995-05-03 22:58:07 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1995-05-03 22:58:07 +0000 |
| commit | 69910d923d32f3fe174831b943ea088155faa987 (patch) | |
| tree | 7bfecc33ddabead176adb2a95eeb7f71ede5950d | |
| parent | 34ddf9fad542ac399e608252d3a3dfd0e7a8dd00 (diff) | |
Notes
| -rw-r--r-- | sys/i386/isa/if_ze.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/isa/if_ze.c b/sys/i386/isa/if_ze.c index 72417e98d306..c21304955ca3 100644 --- a/sys/i386/isa/if_ze.c +++ b/sys/i386/isa/if_ze.c @@ -47,7 +47,7 @@ */ /* - * $Id: if_ze.c,v 1.13 1995/03/28 07:55:35 bde Exp $ + * $Id: if_ze.c,v 1.14 1995/05/02 04:03:07 phk Exp $ */ #include "ze.h" @@ -717,7 +717,7 @@ ze_stop(unit) * DS8390's, but just in case it's an old one. */ while (((inb(sc->nic_addr + ZE_P0_ISR) & ZE_ISR_RST) == 0) && --n); - pcic_power_off(0); + pcic_power_off(sc->slot); } |
