diff options
| author | mycroft <mycroft@NetBSD.org> | 2003-09-23 09:11:43 +0000 |
|---|---|---|
| committer | mycroft <mycroft@NetBSD.org> | 2003-09-23 09:11:43 +0000 |
| commit | 07da406c303c82de488fc8a82c0d9d2c31ef8e8d (patch) | |
| tree | d76a78083cfef3935d14754564535d8fb8938a3d /sys/dev | |
| parent | f47a587ee676f444462e78b2773cbc4d847e0486 (diff) | |
GC a structure element.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/pci/pciidevar.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/pciidevar.h b/sys/dev/pci/pciidevar.h index 7e34792ac77..89ff968e38c 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 */ |
