Date: Mon, 5 Mar 2018 06:47:28 +0000 (UTC) From: Eitan Adler <eadler@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org Subject: svn commit: r330444 - stable/11/sys/dev/aacraid Message-ID: <201803050647.w256lSTU066038@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: eadler Date: Mon Mar 5 06:47:28 2018 New Revision: 330444 URL: https://svnweb.freebsd.org/changeset/base/330444 Log: MFC r308065: Remove a PCI ID for a raid controller from Adaptec that was planned, but never released. Since no real hardware was released with this ID, just drop it from the aacraid driver. This paves the path for future drivers for hardware that actually has this ID. Submitted by: Scott Benesh from Microsemi. Differential Revision: https://reviews.freebsd.org/D8377 MFC After: 3 days Modified: stable/11/sys/dev/aacraid/aacraid_pci.c Directory Properties: stable/11/ (props changed) Modified: stable/11/sys/dev/aacraid/aacraid_pci.c ============================================================================== --- stable/11/sys/dev/aacraid/aacraid_pci.c Mon Mar 5 06:37:02 2018 (r330443) +++ stable/11/sys/dev/aacraid/aacraid_pci.c Mon Mar 5 06:47:28 2018 (r330444) @@ -102,8 +102,6 @@ struct aac_ident "Adaptec RAID Controller"}, {0x9005, 0x028d, 0, 0, AAC_HWIF_SRCV, 0, "Adaptec RAID Controller"}, - {0x9005, 0x028f, 0, 0, AAC_HWIF_SRCV, 0, - "Adaptec RAID Controller"}, {0, 0, 0, 0, 0, 0, 0} };
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803050647.w256lSTU066038>