aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pci/pcivar.h
diff options
context:
space:
mode:
authorDavid Greenman <dg@FreeBSD.org>1995-03-17 04:27:21 +0000
committerDavid Greenman <dg@FreeBSD.org>1995-03-17 04:27:21 +0000
commitcb09d35cb0ca7660eaafe2ce0e22cf4f9fb0f5bf (patch)
tree70ee5f641c6ef0c9cab22daae6a9b2a8ede50326 /sys/dev/pci/pcivar.h
parent3e3eb41588da90f28553618e95fc12b0f828f76b (diff)
Notes
Diffstat (limited to 'sys/dev/pci/pcivar.h')
-rw-r--r--sys/dev/pci/pcivar.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/pcivar.h b/sys/dev/pci/pcivar.h
index 73ce43e09638d..4e62dbff9a173 100644
--- a/sys/dev/pci/pcivar.h
+++ b/sys/dev/pci/pcivar.h
@@ -1,6 +1,6 @@
/**************************************************************************
**
-** $Id: pcivar.h,v 1.1 1995/02/01 22:56:55 se Exp $
+** $Id: pcivar.h,v 1.2 1995/02/27 17:17:14 se Exp $
**
** Declarations for pci device drivers.
**
@@ -129,6 +129,7 @@ struct pci_device {
char* (*pd_probe ) (pcici_t tag, pcidi_t type);
void (*pd_attach) (pcici_t tag, int unit);
u_long *pd_count;
+ int (*pd_shutdown) (struct kern_devconf *, int);
};
/*-----------------------------------------------------------------