Date: Wed, 5 Sep 2001 15:26:14 -0700 (PDT) From: Warner Losh <imp@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pccard pcic_pci.c Message-ID: <200109052226.f85MQEN32703@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 2001/09/05 15:26:14 PDT Modified files: sys/pccard pcic_pci.c Log: Patric Gualat tells me that I can't do basic bit math. He's right. When either bit 3 or 4 is set, we need to *SET* bit 5, not clear it in the card control register. This makes TI PCI-1030, 1130 and 1131 not work anymore without this fix. MFC: soon Revision Changes Path 1.93 +5 -5 src/sys/pccard/pcic_pci.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?200109052226.f85MQEN32703>