Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Apr 2023 18:10:19 GMT
From:      Mateusz Guzik <mjg@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 95e4f5ef7cce - main - x86: whack pmspcv from GENERIC
Message-ID:  <202304251810.33PIAJSV005234@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by mjg:

URL: https://cgit.FreeBSD.org/src/commit/?id=95e4f5ef7ccef7545f7b0d83bfb4e186d19a4b55

commit 95e4f5ef7ccef7545f7b0d83bfb4e186d19a4b55
Author:     Mateusz Guzik <mjg@FreeBSD.org>
AuthorDate: 2023-04-25 17:56:10 +0000
Commit:     Mateusz Guzik <mjg@FreeBSD.org>
CommitDate: 2023-04-25 18:09:44 +0000

    x86: whack pmspcv from GENERIC
    
    The driver is enormous and rarely used.
    
          text      data       bss        dec         hex   filename
      23076646   1870505   4415872   29363023   0x1c00b4f   kernel.before
      20017433   1870305   4416000   26303738   0x1915cfa   kernel.after
    
    People using the driver will need to add pmspcv_load="YES" to
    their loader.conf.
    
    Reviewed by:    jhb
    Relnotes:       yes
    Sponsored by:   Rubicon Communications, LLC ("Netgate")
    Differential Revision:  https://reviews.freebsd.org/D39816
---
 sys/amd64/conf/GENERIC | 1 -
 sys/i386/conf/GENERIC  | 1 -
 2 files changed, 2 deletions(-)

diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index 7133c128de50..f3497ef91f63 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -193,7 +193,6 @@ device		ida			# Compaq Smart RAID
 device		mfi			# LSI MegaRAID SAS
 device		mlx			# Mylex DAC960 family
 device		mrsas			# LSI/Avago MegaRAID SAS/SATA, 6Gb/s and 12Gb/s
-device		pmspcv			# PMC-Sierra SAS/SATA Controller driver
 #XXX pointer/int warnings
 #device		pst			# Promise Supertrak SX6000
 device		twe			# 3ware ATA RAID
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index 0ca5fe12d13f..1bc278194597 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -166,7 +166,6 @@ device		ida			# Compaq Smart RAID
 device		mfi			# LSI MegaRAID SAS
 device		mlx			# Mylex DAC960 family
 device		mrsas			# LSI/Avago MegaRAID SAS/SATA, 6Gb/s and 12Gb/s
-device		pmspcv			# PMC-Sierra SAS/SATA Controller driver
 device		pst			# Promise Supertrak SX6000
 device		twe			# 3ware ATA RAID
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304251810.33PIAJSV005234>