Date: Fri, 8 Apr 2005 09:37:48 +0000 (UTC) From: Søren Schmidt <sos@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ata ata-all.c ata-all.h ata-chipset.c ata-lowlevel.c ata-pci.c ata-pci.h Message-ID: <200504080937.j389bm5H032471@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
sos 2005-04-08 09:37:48 UTC FreeBSD src repository Modified files: sys/dev/ata ata-all.c ata-all.h ata-chipset.c ata-lowlevel.c ata-pci.c ata-pci.h Log: Generalise the SATA PHY handling code so it wont be duplicated for each SATA chip. Promise and Silicon Image are the current candidates for this. Revision Changes Path 1.239 +2 -2 src/sys/dev/ata/ata-all.c 1.90 +92 -37 src/sys/dev/ata/ata-all.h 1.104 +128 -134 src/sys/dev/ata/ata-chipset.c 1.59 +7 -12 src/sys/dev/ata/ata-lowlevel.c 1.96 +10 -2 src/sys/dev/ata/ata-pci.c 1.41 +2 -1 src/sys/dev/ata/ata-pci.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200504080937.j389bm5H032471>