Date: Thu, 16 Dec 2010 17:08:43 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/atkbdc psm.c Message-ID: <201012161709.oBGH93PU028205@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2010-12-16 17:08:43 UTC FreeBSD src repository Modified files: sys/dev/atkbdc psm.c Log: SVN rev 216491 on 2010-12-16 17:08:43Z by jhb - When moving the IRQ resource from the psmcpnp device to the psm device, delete the IRQ resource from the psmcpnp device completely. - Don't allocate the IRQ resource shared. It is not a shareable interrupt on ISA. The bus driver can set RF_SHAREABLE if the IRQ is actually shareable on a non-ISA bus. Revision Changes Path 1.109 +5 -15 src/sys/dev/atkbdc/psm.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201012161709.oBGH93PU028205>