diff options
Diffstat (limited to 'sys/dev/isp/isp_pci.c')
-rw-r--r-- | sys/dev/isp/isp_pci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/isp/isp_pci.c b/sys/dev/isp/isp_pci.c index 58a86b7..ee3eba9 100644 --- a/sys/dev/isp/isp_pci.c +++ b/sys/dev/isp/isp_pci.c @@ -1,4 +1,4 @@ -/* $Id: isp_pci.c,v 1.17 1999/03/25 22:53:56 mjacob Exp $ */ +/* $Id: isp_pci.c,v 1.18 1999/04/04 01:14:02 mjacob Exp $ */ /* release_4_3_99 */ /* * PCI specific probe and attach routines for Qlogic ISP SCSI adapters. @@ -264,7 +264,7 @@ struct isp_pcisoftc { static u_long ispunit; -struct pci_device isp_pci_driver = { +static struct pci_device isp_pci_driver = { "isp", isp_pci_probe, isp_pci_attach, |