This is a discussion on Re: Maybe patch for SD card readers that stop responding within the mailing.openbsd.tech forums, part of the OpenBSD category; --> On Tue, Jan 30, 2007 at 05:56:35PM +0100, Claudio Jeker wrote: > Other issues I have seen: > - ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| On Tue, Jan 30, 2007 at 05:56:35PM +0100, Claudio Jeker wrote: > Other issues I have seen: > - hard hang during bootup if I unplug the card while rebooting (just after > the last message form the kernel prior to reboot). I'll try to figure > out if this diff has an influence or if it is something else. > - card does not work after suspend. I'm getting I/O errors. I need to > unplug the card and reinsert it to make it work again. I remember seeing > this before so I think it has nothing todo with the diff. Yeah, I noticed those issues too. I've been looking into properly implementing resume/suspend according to the SSDHC spec (the driver right now saves and restores the first 14 bytes like the spec says, but it doesn't actually issue the resume or suspend commands). I also noticed that when I broke into the kernel debugger (or maybe config, I forget) and ejected the SD card, the kernel later hard locked. |