> There are other contexts for the same issues anyway. USB has devices > that go away suddenly, and it _is_ designed to be hot-removable, so > people are going to be pulling the plug on network adapters, ZIP > drives, etc. We need drivers that are capable of going away cleanly, > or at least without a panic. If a USB device all of a sudden disappears, in the middle of a transaction for example, the transaction simply fails. This means that all is needed is proper error checking on all functions that return an error. PCMCIA has the problem that the hardware register you are talking to can disappear on the spot, between 2 outb()s. Nick To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
- Re: PCCARD eject freeze (was Re: your mail) Warner Losh
- Re: PCCARD eject freeze (was Re: your mail) Christopher Masto
- Re: PCCARD eject freeze (was Re: your mail) Warner Losh
- new MAKEDEV and the second CDROM F. Heinrichmeyer
- Re: new MAKEDEV and the second CDROM Alexander Leidinger
- Re: PCCARD eject freeze (was Re: your mail) Mike Smith
- Re: PCCARD eject freeze (was Re: your mail) Warner Losh
- Re: PCCARD eject freeze (was Re: your mail) Christopher Masto
- Re: PCCARD eject freeze (was Re: your mail) Mike Smith
- Re: PCCARD eject freeze (was Re: your mail) Christopher Masto
- Re: PCCARD eject freeze (was Re: your mail) Nick Hibma
- Re: PCCARD eject freeze (was Re: your mail) Matthew N. Dodd
- Re: PCCARD eject freeze (was Re: your mail) Warner Losh
- Re: PCCARD eject freeze (was Re: your mail) Matthew N. Dodd
- Re: PCCARD eject freeze (was Re: your mail) Mike Smith
- Re: PCCARD eject freeze (was Re: your mail) Warner Losh
- Re: PCCARD eject freeze (was Re: your mail) Warner Losh
- Re: PCCARD eject freeze (was Re: your mail) Christopher Masto
- Re: PCCARD eject freeze (was Re: your mail) Warner Losh
- ed driver, resources not released (was: Re: PCCARD eje... Nick Hibma
- Re: ed driver, resources not released (was: Re: PCCARD... Warner Losh