Date: Tue, 16 Jul 2002 23:02:08 -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 pcic_pci.c Message-ID: <200207170602.g6H628j4082398@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 2002/07/16 23:02:08 PDT Modified files: sys/pccard pcic.c pcic_pci.c Log: o Remove workaround that I put in to mask the BadVcc problem. o Add preliminary support for Cirrus Logic CL-PD6729 using PCI interrupts. To use it you you need to set hw.pcic.pd6729_intr_path to 2. This is allow us to still default to ISA intrrupt path for this part (which is found much more often in laptops using ISA IRQs). But some PCI cards have this part on them and this should allow them to be used. It is untested on PCI, but it seems to not break the ISA case. o Better sysctl descriptions (I hope). Revision Changes Path 1.175 +1 -1 src/sys/pccard/pcic.c 1.116 +70 -33 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?200207170602.g6H628j4082398>