Module Name: src Committed By: bouyer Date: Fri Aug 10 16:40:40 UTC 2012
Modified Files: src/sys/dev/pci: ahcisata_pci.c Log Message: Remove leftover comment. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/sys/dev/pci/ahcisata_pci.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/dev/pci/ahcisata_pci.c diff -u src/sys/dev/pci/ahcisata_pci.c:1.28 src/sys/dev/pci/ahcisata_pci.c:1.29 --- src/sys/dev/pci/ahcisata_pci.c:1.28 Fri Aug 10 16:35:00 2012 +++ src/sys/dev/pci/ahcisata_pci.c Fri Aug 10 16:40:40 2012 @@ -1,4 +1,4 @@ -/* $NetBSD: ahcisata_pci.c,v 1.28 2012/08/10 16:35:00 bouyer Exp $ */ +/* $NetBSD: ahcisata_pci.c,v 1.29 2012/08/10 16:40:40 bouyer Exp $ */ /* * Copyright (c) 2006 Manuel Bouyer. @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: ahcisata_pci.c,v 1.28 2012/08/10 16:35:00 bouyer Exp $"); +__KERNEL_RCSID(0, "$NetBSD: ahcisata_pci.c,v 1.29 2012/08/10 16:40:40 bouyer Exp $"); #include <sys/types.h> #include <sys/malloc.h> @@ -294,7 +294,6 @@ ahci_pci_attach(device_t parent, device_ sc->sc_achi_quirks = ahci_pci_has_quirk(PCI_VENDOR(pa->pa_id), PCI_PRODUCT(pa->pa_id)); - /* from FreeBSD: marvell controllers have broken PMP support */ ahci_cap_64bit = (AHCI_READ(sc, AHCI_CAP) & AHCI_CAP_64BIT) != 0; ahci_bad_64bit = ((sc->sc_achi_quirks & AHCI_PCI_QUIRK_BAD64) != 0);