diff options
author | eivind <eivind@FreeBSD.org> | 1999-04-11 02:50:42 +0000 |
---|---|---|
committer | eivind <eivind@FreeBSD.org> | 1999-04-11 02:50:42 +0000 |
commit | 57f5464515ef0a1961aa12e149d0b84f04628df6 (patch) | |
tree | ba6068dfe1b58a3cdc8d1601393a298e5c904811 /sys/pci/isp_pci.c | |
parent | 0c28a9ea813d884afaa41f252e6621c61c8f058e (diff) | |
download | FreeBSD-src-57f5464515ef0a1961aa12e149d0b84f04628df6.zip FreeBSD-src-57f5464515ef0a1961aa12e149d0b84f04628df6.tar.gz |
Staticize.
Diffstat (limited to 'sys/pci/isp_pci.c')
-rw-r--r-- | sys/pci/isp_pci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/pci/isp_pci.c b/sys/pci/isp_pci.c index 58a86b7..ee3eba9 100644 --- a/sys/pci/isp_pci.c +++ b/sys/pci/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, |