diff options
Diffstat (limited to 'sys/dev/pci/pciidevar.h')
-rw-r--r-- | sys/dev/pci/pciidevar.h | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/sys/dev/pci/pciidevar.h b/sys/dev/pci/pciidevar.h index b9f6e8abb7b..5b000358ca7 100644 --- a/sys/dev/pci/pciidevar.h +++ b/sys/dev/pci/pciidevar.h @@ -1,5 +1,5 @@ -/* $OpenBSD: pciidevar.h,v 1.1 1998/06/30 22:58:18 angelos Exp $ */ -/* $NetBSD: pciidevar.h,v 1.1 1998/03/04 06:35:11 cgd Exp $ */ +/* $OpenBSD: pciidevar.h,v 1.2 1999/07/18 21:25:20 csapuntz Exp $ */ +/* $NetBSD: pciidevar.h,v 1.2 1998/10/12 16:09:22 bouyer Exp $ */ /* * Copyright (c) 1998 Christopher G. Demetriou. All rights reserved. @@ -38,18 +38,6 @@ */ struct device; -struct pci_attach_args; - -/* - * Attach args for devices that attach to pciide. Really, that's just wdc. - */ -struct pciide_attach_args { - int channel; - bus_space_tag_t cmd_iot, ctl_iot; - bus_space_handle_t cmd_ioh, ctl_ioh; - int (**ihandp) __P((void *)); - void **ihandargp; -}; /* * Functions defined by machine-dependent code. |