Date: Sun, 5 Aug 2001 00:02:42 -0700 (PDT) From: Warner Losh <imp@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pccard pcic.c Message-ID: <200108050702.f7572gk55362@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 2001/08/05 00:02:42 PDT Modified files: sys/pccard pcic.c Log: Now that we are setting a bit in the PCIC_INT_GEN (0x3) register, we can't blindly write zero into it to disable the card. We must preserve this bit. This changes pcic_disable to only clear the bits we know we need to clear on card disable, thus preserving the magic bit for many TI bridges. This appears to have fixed the problems that people are reporting about the system failing to recognize cards being inserted or removed (or both). Greg: This may fix your problem too :-). Revision Changes Path 1.157 +3 -3 src/sys/pccard/pcic.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200108050702.f7572gk55362>