Date: Thu, 04 Oct 2001 22:53:13 -0600 From: Warner Losh <imp@harmony.village.org> To: j mckitrick <jcm@freebsd-uk.eu.org> Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: reboot hang sufferers Message-ID: <200110050453.f954rD733743@harmony.village.org> In-Reply-To: Your message of "Fri, 05 Oct 2001 05:34:22 BST." <20011005053422.B29176@dogma.freebsd-uk.eu.org> References: <20011005053422.B29176@dogma.freebsd-uk.eu.org> <20010925150707.A18187@dogma.freebsd-uk.eu.org> <200109251551.f8PFpM761244@harmony.village.org>
next in thread | previous in thread | raw e-mail | index | archive | help
In message <20011005053422.B29176@dogma.freebsd-uk.eu.org> j mckitrick writes: : why does the pccard driver still have problems when using ISA routing? : Specifically, the reboot/shutdown hang and only one slot working? : : Since pccard worked fine before, and you told us the 'secret' settings to : use the 'classic' mode of pccard, I would think the old behavior would : return. Or was this a complete re-write? I don't know. Takeshi Shibagaki-san <ie9t-sbgk@asahi-net.or.jp> posted a patch to nomads that appears to fix things (if I'm reading the Japanese correctly). Index: pcic_pci.c =================================================================== RCS file: /home/imp/FreeBSD/CVS/src/sys/pccard/pcic_pci.c,v retrieving revision 1.54.2.17 diff -u -r1.54.2.17 pcic_pci.c --- pcic_pci.c 2001/09/13 17:54:50 1.54.2.17 +++ pcic_pci.c 2001/10/05 04:51:19 @@ -1368,7 +1369,7 @@ DEVMETHOD(device_detach, pcic_pci_detach), DEVMETHOD(device_suspend, bus_generic_suspend), DEVMETHOD(device_resume, bus_generic_resume), - DEVMETHOD(device_shutdown, pcic_pci_shutdown), + DEVMETHOD(device_shutdown, bus_generic_shutdown), /* Bus interface */ DEVMETHOD(bus_print_child, bus_generic_print_child), Please give it a try and let me know if it works for you. Also, as to why, it is basically a rewrite. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200110050453.f954rD733743>