From owner-svn-src-all@freebsd.org Sun May 27 08:57:32 2018 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0AD4AEF85FF for ; Sun, 27 May 2018 08:57:32 +0000 (UTC) (envelope-from njm@njm.me.uk) Received: from smtp002.apm-internet.net (smtp002.apm-internet.net [85.119.248.221]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8D28F777BE for ; Sun, 27 May 2018 08:57:30 +0000 (UTC) (envelope-from njm@njm.me.uk) Received: (qmail 91694 invoked from network); 27 May 2018 08:50:47 -0000 X-APM-Authkey: 18389/1(18389/1) 2 Received: from unknown (HELO meld.njm.me.uk) (176.248.49.50) by smtp002.apm-internet.net with SMTP; 27 May 2018 08:50:47 -0000 Received: from triton.njm.me.uk (triton.njm.me.uk [192.168.144.133]) by meld.njm.me.uk (8.15.2/8.15.2) with ESMTP id w4R8okfw062223; Sun, 27 May 2018 09:50:46 +0100 (BST) (envelope-from njm@njm.me.uk) Received: from localhost (localhost [127.0.0.1]) by triton.njm.me.uk (8.15.2/8.15.2) with ESMTP id w4R8okBX094484; Sun, 27 May 2018 09:50:46 +0100 (BST) (envelope-from njm@njm.me.uk) Date: Sun, 27 May 2018 09:50:46 +0100 From: "N.J. Mann" To: Sean Bruno , svn-src-all@freebsd.org Subject: Re: svn commit: r333417 - in stable/11: share/man/man4 sys/amd64/conf sys/conf sys/dev/smartpqi sys/modules sys/modules/smartpqi Message-ID: In-Reply-To: <201805091614.w49GEDcG038007@repo.freebsd.org> References: <201805091614.w49GEDcG038007@repo.freebsd.org> X-Mailer: Mulberry/4.0.8 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 May 2018 08:57:32 -0000 Hi, On Wednesday, May 09, 2018 16:14:13 +0000 Sean Bruno wrote: > Author: sbruno > Date: Wed May 9 16:14:12 2018 > New Revision: 333417 > URL: https://svnweb.freebsd.org/changeset/base/333417 > > Log: > MFC r333019 r333046 r333085 r333086 r333132 [...] > Modified: stable/11/sys/amd64/conf/GENERIC > ============================================================================== > --- stable/11/sys/amd64/conf/GENERIC Wed May 9 15:25:26 2018 (r333416) > +++ stable/11/sys/amd64/conf/GENERIC Wed May 9 16:14:12 2018 (r333417) > @@ -155,6 +155,7 @@ device iir # Intel Integrated RAID > device ips # IBM (Adaptec) ServeRAID > device mly # Mylex AcceleRAID/eXtremeRAID > device twa # 3ware 9000 series PATA/SATA RAID > +device smartpqi # Microsemi smartpqi driver > device tws # LSI 3ware 9750 SATA+SAS 6Gb/s RAID controller I missed the original commit but was just updating one of my machines that runs 11-STABLE and spotted this change to GENERIC. Just wondered why this is not in alphabetical order and why there are spaces between the #define and smartpqi rather than tabs? Regards, Nick. --