From owner-freebsd-questions@freebsd.org Sun Apr 4 18:57:56 2021 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A810F5B0351; Sun, 4 Apr 2021 18:57:56 +0000 (UTC) (envelope-from galtsev@kicp.uchicago.edu) Received: from kicp.uchicago.edu (kicp.uchicago.edu [128.135.20.70]) by mx1.freebsd.org (Postfix) with ESMTP id 4FD32W6d02z3pWp; Sun, 4 Apr 2021 18:57:55 +0000 (UTC) (envelope-from galtsev@kicp.uchicago.edu) Received: from [IPv6:2607:fb90:a36a:bb14:dd79:371c:cd14:578b] (unknown [172.58.140.242]) (Authenticated sender: galtsev) by kicp.uchicago.edu (Postfix) with ESMTPSA id B16BB4E672; Sun, 4 Apr 2021 13:51:36 -0500 (CDT) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.120.23.2.4\)) Subject: Re: Dell XPS 8940 SATA and NVMe disk controller not recognized From: Valeri Galtsev In-Reply-To: Date: Sun, 4 Apr 2021 13:51:34 -0500 Cc: Karl Dunn , freebsd-questions@freebsd.org, freebsd-stable@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <77FF8CE7-C656-43E0-809D-60BEFB3A0C60@kicp.uchicago.edu> References: To: Barney Wolff X-Mailer: Apple Mail (2.3608.120.23.2.4) X-Rspamd-Queue-Id: 4FD32W6d02z3pWp X-Spamd-Bar: ++++ Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=fail reason="No valid SPF, No valid DKIM" header.from=uchicago.edu (policy=none); spf=none (mx1.freebsd.org: domain of galtsev@kicp.uchicago.edu has no SPF policy when checking 128.135.20.70) smtp.mailfrom=galtsev@kicp.uchicago.edu X-Spamd-Result: default: False [4.18 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; TO_DN_SOME(0.00)[]; MV_CASE(0.50)[]; RCVD_NO_TLS_LAST(0.10)[]; RECEIVED_SPAMHAUS_PBL(0.00)[172.58.140.242:received]; MIME_TRACE(0.00)[0:+]; RBL_DBL_DONT_QUERY_IPS(0.00)[128.135.20.70:from]; FROM_EQ_ENVFROM(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; ASN(0.00)[asn:160, ipnet:128.135.0.0/16, country:US]; ARC_NA(0.00)[]; RECEIVED_SPAMHAUS_XBL(5.00)[172.58.140.242:received]; NEURAL_HAM_MEDIUM(-0.86)[-0.863]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; NEURAL_SPAM_SHORT(0.44)[0.437]; NEURAL_HAM_LONG(-1.00)[-0.996]; MIME_GOOD(-0.10)[text/plain]; R_DKIM_NA(0.00)[]; SPAMHAUS_ZRD(0.00)[128.135.20.70:from:127.0.2.255]; TO_MATCH_ENVRCPT_SOME(0.00)[]; R_SPF_NA(0.00)[no SPF record]; RCVD_COUNT_TWO(0.00)[2]; GREYLIST(0.00)[pass,body]; MAILMAN_DEST(0.00)[freebsd-questions,freebsd-stable]; DMARC_POLICY_SOFTFAIL(0.10)[uchicago.edu : No valid SPF, No valid DKIM,none] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Apr 2021 18:57:56 -0000 > On Apr 3, 2021, at 2:37 PM, Barney Wolff wrote: >=20 > On Sat, Apr 03, 2021 at 02:25:30PM -0500, Karl Dunn wrote: >> I have new Dell XPS 8940 that came with Windows 10 Home installed. I = have=20 >> created two partitions for FreeBSD, one on its NMVe 256GB SSD, and = one on=20 >> its WD 1TB HD. >>=20 >> For now, I have 12.2-RELEASE-p4 GENERIC on a USB memstick, so I can = do=20 >> some limited testing. >>=20 >> FreeBSD 12.2 does not recognize the SATA/RAID controller, which I = assume=20 >> is resposible (in Win10) for accising both drives. >>=20 >> The relevant pcoconf line for the controlleris: >>=20 >> none7@pci0:0:23:0: class=3D0x010400 card=3D0x09c51028 = chip=3D0x06d68086 rev=3D0x00 hdr=3D0x00 >> vendor =3D 'Intel Corporation' >> class =3D mass storage >> subclass =3D RAID >=20 > See if the BIOS offers a choice of configuring the controller as SATA = instead of RAID. That worked for me on an Inspiron 1180. (It also made = W10 unbootable - apparently each OS occupies its own universe.) That is what I do on laptops that come with Intel SATA chip configured = for [fake] RAID =E2=80=9Coperation": I switch in BIOS/UEFI away from = RAID to AHSI or IDE. But before doing that if you still want installed = MS Windows to boot after switch, do this: = https://www.mysysadmintips.com/windows/clients/771-change-sata-operation-m= ode-from-raid-to-ahci-without-re-installing-windows Valeri > _______________________________________________ > freebsd-questions@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to = "freebsd-questions-unsubscribe@freebsd.org"