Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci Make it compile.



details:   https://anonhg.NetBSD.org/src/rev/ce55c1346c05
branches:  trunk
changeset: 475994:ce55c1346c05
user:      ross <ross%NetBSD.org@localhost>
date:      Thu Sep 02 23:23:03 1999 +0000

description:
Make it compile.

diffstat:

 sys/dev/pci/pciide.c |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 8e29fbe23dba -r ce55c1346c05 sys/dev/pci/pciide.c
--- a/sys/dev/pci/pciide.c      Thu Sep 02 22:07:43 1999 +0000
+++ b/sys/dev/pci/pciide.c      Thu Sep 02 23:23:03 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pciide.c,v 1.43 1999/09/01 15:17:07 bouyer Exp $       */
+/*     $NetBSD: pciide.c,v 1.44 1999/09/02 23:23:03 ross Exp $ */
 
 
 /*
@@ -543,7 +543,6 @@
 {
        struct pciide_softc *sc = (struct pciide_softc *)cp->wdc_channel.wdc;
        struct channel_softc *wdc_cp = &cp->wdc_channel;
-       int rv = 1;
 
        cp->compat = 1;
        *cmdsizep = PCIIDE_COMPAT_CMD_SIZE;



Home | Main Index | Thread Index | Old Index