Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci GC a structure element.



details:   https://anonhg.NetBSD.org/src/rev/4ecc949088e4
branches:  trunk
changeset: 552293:4ecc949088e4
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Tue Sep 23 09:11:43 2003 +0000

description:
GC a structure element.

diffstat:

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

diffs (17 lines):

diff -r f87a42375c29 -r 4ecc949088e4 sys/dev/pci/pciidevar.h
--- a/sys/dev/pci/pciidevar.h   Tue Sep 23 09:06:33 2003 +0000
+++ b/sys/dev/pci/pciidevar.h   Tue Sep 23 09:11:43 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pciidevar.h,v 1.10 2003/03/20 04:22:50 thorpej Exp $   */
+/*     $NetBSD: pciidevar.h,v 1.11 2003/09/23 09:11:43 mycroft Exp $   */
 
 /*
  * Copyright (c) 1998 Christopher G. Demetriou.  All rights reserved.
@@ -79,7 +79,6 @@
        struct pciide_channel {                 /* per-channel data */
                struct channel_softc wdc_channel; /* generic part */
                char            *name;
-               int             hw_ok;  /* hardware mapped & OK? */
                int             compat; /* is it compat? */
                void            *ih;    /* compat or pci handle */
                bus_space_handle_t ctl_baseioh; /* ctrl regs blk, native mode */



Home | Main Index | Thread Index | Old Index