summaryrefslogtreecommitdiff
path: root/sys/dev/pci/pciidevar.h
diff options
context:
space:
mode:
authorConstantine Sapuntzakis <csapuntz@cvs.openbsd.org>1999-07-18 21:25:22 +0000
committerConstantine Sapuntzakis <csapuntz@cvs.openbsd.org>1999-07-18 21:25:22 +0000
commit04dc83c968dde4a684bab6459442579548ec13e4 (patch)
treef9fb173c60cd865c8f8dc5188f07e3a1b52cc28b /sys/dev/pci/pciidevar.h
parent1fba5b47e85fd40ec2fd8bee32d4ca4bbe0e3629 (diff)
Import of NetBSD ATA/IDE stuff.
Introduction of home-grown To enable this stuff in your configuration, look at the NEWATA conf file and go through dev/isa/files.isa dev/pci/files.pci conf/files arch/i386/conf/files.i386 and follow the instructions on commenting/uncommenting stuff
Diffstat (limited to 'sys/dev/pci/pciidevar.h')
-rw-r--r--sys/dev/pci/pciidevar.h16
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.