aboutsummaryrefslogtreecommitdiff
path: root/sys/pci/aic7870.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pci/aic7870.c')
-rw-r--r--sys/pci/aic7870.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/pci/aic7870.c b/sys/pci/aic7870.c
index f8750069b858..86375cfc200b 100644
--- a/sys/pci/aic7870.c
+++ b/sys/pci/aic7870.c
@@ -19,7 +19,7 @@
* 4. Modifications may be freely made to this file if the above conditions
* are met.
*
- * $Id: aic7870.c,v 1.5 1995/02/02 13:12:13 davidg Exp $
+ * $Id: aic7870.c,v 1.6 1995/02/03 17:08:17 gibbs Exp $
*/
#include <pci.h>
@@ -46,7 +46,8 @@ struct pci_device ahc_device = {
"ahc",
aic7870_probe,
aic7870_attach,
- &aic7870_count
+ &aic7870_count,
+ NULL
};
DATA_SET (pcidevice_set, ahc_device);