From 07da406c303c82de488fc8a82c0d9d2c31ef8e8d Mon Sep 17 00:00:00 2001 From: mycroft Date: Tue, 23 Sep 2003 09:11:43 +0000 Subject: [PATCH] GC a structure element. --- sys/dev/pci/pciidevar.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys/dev/pci/pciidevar.h b/sys/dev/pci/pciidevar.h index 7e34792ac777..89ff968e38c0 100644 --- a/sys/dev/pci/pciidevar.h +++ b/sys/dev/pci/pciidevar.h @@ -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_softc { 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 */