Date: Fri, 11 Jun 2010 14:10:20 +0000 (UTC) From: Nathan Whitehorn <nwhitehorn@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/ata/chipsets ata-serverworks.c src/sys/powerpc/ofw ofw_pcibus.c Message-ID: <201006111412.o5BECdNo018087@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
nwhitehorn 2010-06-11 14:10:20 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/dev/ata/chipsets ata-serverworks.c sys/powerpc/ofw ofw_pcibus.c Log: SVN rev 209044 on 2010-06-11 14:10:20Z by nwhitehorn MFC r208162, 208836, 208837: Program the K2 SATA controller's interrupt to be level-triggered low, and respect the edge/level settings in the device tree. OpenPIC on powerpc sets interrupts to be level high by default. On Apple interrupt controllers, all level interrupts are low regardless of programming except interrupt 0, used by K2 SATA on some Apple systems, with the result that the K2 SATA IRQ is misconfigured. Pending review of changes to this default, work around this by changing the programming of the K2 SATA interrupt to level low. Approved by: re (kib) Revision Changes Path 1.6.2.7 +2 -2 src/sys/dev/ata/chipsets/ata-serverworks.c 1.2.2.2 +25 -8 src/sys/powerpc/ofw/ofw_pcibus.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201006111412.o5BECdNo018087>