The branch main has been updated by lwhsu: URL: https://cgit.FreeBSD.org/src/commit/?id=fec74220377aa31af80945782bcb5b30f32a0378
commit fec74220377aa31af80945782bcb5b30f32a0378 Author: Li-Wen Hsu <[email protected]> AuthorDate: 2023-05-11 08:28:23 +0000 Commit: Li-Wen Hsu <[email protected]> CommitDate: 2023-05-11 08:28:23 +0000 Complete removing twe(4) Fixes: 062a7b918fac twe: Remove driver --- sys/i386/conf/GENERIC | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC index 1bc278194597..105bc238cb7d 100644 --- a/sys/i386/conf/GENERIC +++ b/sys/i386/conf/GENERIC @@ -167,7 +167,6 @@ device mfi # LSI MegaRAID SAS device mlx # Mylex DAC960 family device mrsas # LSI/Avago MegaRAID SAS/SATA, 6Gb/s and 12Gb/s device pst # Promise Supertrak SX6000 -device twe # 3ware ATA RAID # NVM Express (NVMe) support device nvme # base NVMe driver
