isp_pci.c (66235db57fe709016bd2e3c952aeeb9b342cf92d) isp_pci.c (96b3554e5c90242d0c5eea10fc394975d03303a8)
1/* $Id: isp_pci.c,v 1.18 1999/04/04 01:14:02 mjacob Exp $ */
1/* $Id: isp_pci.c,v 1.19 1999/04/11 02:47:31 eivind Exp $ */
2/* release_4_3_99 */
3/*
4 * PCI specific probe and attach routines for Qlogic ISP SCSI adapters.
5 * FreeBSD Version.
6 *
7 *---------------------------------------
8 * Copyright (c) 1997, 1998 by Matthew Jacob
9 * NASA/Ames Research Center

--- 256 unchanged lines hidden (view full) ---

266
267static struct pci_device isp_pci_driver = {
268 "isp",
269 isp_pci_probe,
270 isp_pci_attach,
271 &ispunit,
272 NULL
273};
2/* release_4_3_99 */
3/*
4 * PCI specific probe and attach routines for Qlogic ISP SCSI adapters.
5 * FreeBSD Version.
6 *
7 *---------------------------------------
8 * Copyright (c) 1997, 1998 by Matthew Jacob
9 * NASA/Ames Research Center

--- 256 unchanged lines hidden (view full) ---

266
267static struct pci_device isp_pci_driver = {
268 "isp",
269 isp_pci_probe,
270 isp_pci_attach,
271 &ispunit,
272 NULL
273};
274#ifdef COMPAT_PCI_DRIVER
275COMPAT_PCI_DRIVER (isp_pci, isp_pci_driver);
276#else
274DATA_SET (pcidevice_set, isp_pci_driver);
277DATA_SET (pcidevice_set, isp_pci_driver);
278#endif /* COMPAT_PCI_DRIVER */
275
276
277static PROBETYPE
278isp_pci_probe(pcici_t tag, pcidi_t type)
279{
280 static int oneshot = 1;
281 char *x;
282

--- 900 unchanged lines hidden ---
279
280
281static PROBETYPE
282isp_pci_probe(pcici_t tag, pcidi_t type)
283{
284 static int oneshot = 1;
285 char *x;
286

--- 900 unchanged lines hidden ---