Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 May 1996 12:02:42 -0700
From:      "Jin Guojun[ITG]" <jin@george.lbl.gov>
To:        bugs@freebsd.org
Subject:   help deadloop in calling pci_shutdown()
Message-ID:  <199605291902.MAA29370@george.lbl.gov>

next in thread | raw e-mail | index | archive | help
Here is the interface structure

struct pci_device zpadevice = {
        "zna",
        zpa_probe,
        zpa_attach,
        &zpa_count,
        zna_shutdown
};

When reboot or shutdown the system, the zna_shutdown is called forever
regardless if any stats are returned from zna_shutdown(). 
What can cause this problem?

Thanks,

/-------------- Jin Guojun ------------ v ---- Internet: g_jin@lbl.gov ----\
|	Imaging & Distributed Computing | Usenet: ucbvax!g_jin@lbl.gov	   |
|	Lawrence Berkeley Laboratory	| Bitnet:	--		   |
|	50B-2239, Berkeley, CA 94720	-  jin%george.lbl.gov@Csa3.LBL.Gov |
\--Ph#:(510) 486-7531 + Fax: 486-6363 --^--http://www-itg.lbl.gov/ITG.html-/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199605291902.MAA29370>