megaraid.c (69450bb5eb8e9df28281c62f98e971c9969dc4ff) megaraid.c (bfd90dce248a49ced2b7419ecf78af9f7f37039e)
1/*
2 *
3 * Linux MegaRAID device driver
4 *
5 * Copyright (c) 2002 LSI Logic Corporation.
6 *
7 * This program is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU General Public License

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

4884 /*
4885 * Have a delibrate delay to make sure all the caches are
4886 * actually flushed.
4887 */
4888 for (i = 0; i <= 10; i++)
4889 mdelay(1000);
4890}
4891
1/*
2 *
3 * Linux MegaRAID device driver
4 *
5 * Copyright (c) 2002 LSI Logic Corporation.
6 *
7 * This program is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU General Public License

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

4884 /*
4885 * Have a delibrate delay to make sure all the caches are
4886 * actually flushed.
4887 */
4888 for (i = 0; i <= 10; i++)
4889 mdelay(1000);
4890}
4891
4892static void
4892static void __devexit
4893megaraid_remove_one(struct pci_dev *pdev)
4894{
4895 struct Scsi_Host *host = pci_get_drvdata(pdev);
4896 adapter_t *adapter = (adapter_t *)host->hostdata;
4897
4898 scsi_remove_host(host);
4899
4900 __megaraid_shutdown(adapter);

--- 146 unchanged lines hidden ---
4893megaraid_remove_one(struct pci_dev *pdev)
4894{
4895 struct Scsi_Host *host = pci_get_drvdata(pdev);
4896 adapter_t *adapter = (adapter_t *)host->hostdata;
4897
4898 scsi_remove_host(host);
4899
4900 __megaraid_shutdown(adapter);

--- 146 unchanged lines hidden ---