Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci Remove leftover comment.
details: https://anonhg.NetBSD.org/src/rev/72e47bddabb1
branches: trunk
changeset: 780900:72e47bddabb1
user: bouyer <bouyer%NetBSD.org@localhost>
date: Fri Aug 10 16:40:40 2012 +0000
description:
Remove leftover comment.
diffstat:
sys/dev/pci/ahcisata_pci.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 5df260fb5910 -r 72e47bddabb1 sys/dev/pci/ahcisata_pci.c
--- a/sys/dev/pci/ahcisata_pci.c Fri Aug 10 16:37:31 2012 +0000
+++ b/sys/dev/pci/ahcisata_pci.c Fri Aug 10 16:40:40 2012 +0000
@@ -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 @@
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);
Home |
Main Index |
Thread Index |
Old Index