| Summary: | reboot/shutdown hangs on Sony VAIO 505 w/FreeBSD-4.4 | ||
|---|---|---|---|
| Product: | Base System | Reporter: | phiber <phiber> |
| Component: | i386 | Assignee: | freebsd-bugs (Nobody) <bugs> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Unspecified | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
phiber
2001-11-14 05:10:00 UTC
Just a little update... I've discovered that this problem ONLY occurs if a PCMCIA card is in the machine during reboot or shutdown. If the slot is empty, the laptop will reboot or shutdown as normal. If the slot is full (e.g. with my 3C589), the machine will hang on reboot or shutdown. This is the only time I've experienced PCMCIA related hangs with 4.4-RELEASE. My ethernet card works fine during normal system use. Suffice to say this did NOT happen with previous versions of FreeBSD. Also of note is that I had to add... hw.pcic.intr_path="1" hw.pcic.irq="0" ...to /boot/loader.conf after doing my initial install, since the machine would panic otherwise. But everything seemed fine after this, only the reboot and shutdown weirdness remains. In adding some printf's to /sys/kern/kern_shutdown.c, it would appear that when the PCMCIA slot is occupied on shutdown, the machine hangs when EVENTHANDLER_INVOKE(shutdown_post_sync, howto) is called on line 310. State Changed From-To: open->feedback Does this still happen with more recent releases? Adding to the audit trail: In message <20021201154108.B11526@mail.radicalmedia.com>, Mark Abene writes: >I had been using a "pccardc power" command in my /etc/rc.shutdown for so long >that I had forgotten about this. It now appears to be working fine during >shutdown/reboot without any help from pccardc. > >Thanks, >-Mark State Changed From-To: feedback->closed Submitter says that the problem has been fixed. |