Date: Mon, 16 Feb 2009 19:10:07 +0000 (UTC) From: Alexander Motin <mav@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/ata ata-pci.c ata-pci.h src/sys/dev/ata/chipsets ata-ahci.c Message-ID: <200902161910.n1GJAWUl098740@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mav 2009-02-16 19:10:07 UTC FreeBSD src repository Modified files: sys/dev/ata ata-pci.c ata-pci.h sys/dev/ata/chipsets ata-ahci.c Log: SVN rev 188694 on 2009-02-16 19:10:07Z by mav Give atapci knowledge about set of implemented AHCI ports. It is possible to not allocate them after the recent ata channels enumeration changes. It allows to save some resources, not bother user with unexisting hardware and not check unimplemented ports status on every interrupt. Revision Changes Path 1.134 +3 -0 src/sys/dev/ata/ata-pci.c 1.99 +1 -0 src/sys/dev/ata/ata-pci.h 1.7 +2 -6 src/sys/dev/ata/chipsets/ata-ahci.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902161910.n1GJAWUl098740>