isp_pci.c (ab6d004056795c1d579fdb8cd536aa9a5a47212b) isp_pci.c (66235db57fe709016bd2e3c952aeeb9b342cf92d)
1/* $Id: isp_pci.c,v 1.17 1999/03/25 22:53:56 mjacob Exp $ */
1/* $Id: isp_pci.c,v 1.18 1999/04/04 01:14:02 mjacob 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

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

259 union {
260 sdparam _x;
261 fcparam _y;
262 } _z;
263};
264
265static u_long ispunit;
266
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

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

259 union {
260 sdparam _x;
261 fcparam _y;
262 } _z;
263};
264
265static u_long ispunit;
266
267struct pci_device isp_pci_driver = {
267static struct pci_device isp_pci_driver = {
268 "isp",
269 isp_pci_probe,
270 isp_pci_attach,
271 &ispunit,
272 NULL
273};
274DATA_SET (pcidevice_set, isp_pci_driver);
275

--- 907 unchanged lines hidden ---
268 "isp",
269 isp_pci_probe,
270 isp_pci_attach,
271 &ispunit,
272 NULL
273};
274DATA_SET (pcidevice_set, isp_pci_driver);
275

--- 907 unchanged lines hidden ---