diff options
| author | Eivind Eklund <eivind@FreeBSD.org> | 1999-04-11 02:50:42 +0000 |
|---|---|---|
| committer | Eivind Eklund <eivind@FreeBSD.org> | 1999-04-11 02:50:42 +0000 |
| commit | 66235db57fe709016bd2e3c952aeeb9b342cf92d (patch) | |
| tree | bf06e5a00f2b2d9fc278200c7f9d426ad691dcc3 /sys/dev/isp | |
| parent | 2ed3e185725563e8d709e3b99749bf11b4aa3c54 (diff) | |
Notes
Diffstat (limited to 'sys/dev/isp')
| -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 58a86b77224da..ee3eba9706f74 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, |
