9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] ahci and intel gbe
@ 2015-01-28  5:43 erik quanstrom
  2015-01-28  7:51 ` Quintile
  0 siblings, 1 reply; 5+ messages in thread
From: erik quanstrom @ 2015-01-28  5:43 UTC (permalink / raw)
  To: 9fans

i'm quite happy to report that this new haswell hardware worked the first time
with nix 64 bit.  the ahci stuff should "just work" due to the standard, but the
i210 gbe was entered speculatively, and it's pretty nice that it just seems to
work.

so don't let 'em tell you "plan 9 only works with older hardware".  :-)

; pci -v 0.17.4 0.31.2
0.17.4:	disk 01.06.01 8086/8d62  11 0:0000f111 16 1:0000f101 16 2:0000f0f1 16 3:0000f0e1 16 4:0000f021 32 5:fb438000 2048
	Intel Corporation 	C610/X99 series chipset sSATA Controller [AHCI mode]
0.31.2:	disk 01.06.01 8086/8d02  11 0:0000f071 16 1:0000f061 16 2:0000f051 16 3:0000f041 16 4:0000f001 32 5:fb432000 2048
	Intel Corporation 	C610/X99 series chipset 6-Port SATA Controller [AHCI mode]

; pci -v 7.0.0 8.0.0
7.0.0:	net  02.00.00 8086/1533  11 0:fb200000 524288 2:0000d001 32 3:fb280000 16384
	Intel Corporation 	I210 Gigabit Network Connection
8.0.0:	net  02.00.00 8086/1533  10 0:fb100000 524288 2:0000c001 32 3:fb180000 16384
	Intel Corporation 	I210 Gigabit Network Connection

- erik



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [9fans] ahci and intel gbe
  2015-01-28  5:43 [9fans] ahci and intel gbe erik quanstrom
@ 2015-01-28  7:51 ` Quintile
  2015-01-28  8:35   ` David du Colombier
  0 siblings, 1 reply; 5+ messages in thread
From: Quintile @ 2015-01-28  7:51 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

what motherboard and model did you use. it would be good to buy something known to work.

 I am afraid have had less success with 9atom on old hardware.

Steve



> On 28 Jan 2015, at 05:43, erik quanstrom <quanstro@quanstro.net> wrote:
> 
> i'm quite happy to report that this new haswell hardware worked the first time
> with nix 64 bit.  the ahci stuff should "just work" due to the standard, but the
> i210 gbe was entered speculatively, and it's pretty nice that it just seems to
> work.
> 
> so don't let 'em tell you "plan 9 only works with older hardware".  :-)
> 
> ; pci -v 0.17.4 0.31.2
> 0.17.4:    disk 01.06.01 8086/8d62  11 0:0000f111 16 1:0000f101 16 2:0000f0f1 16 3:0000f0e1 16 4:0000f021 32 5:fb438000 2048
>    Intel Corporation    C610/X99 series chipset sSATA Controller [AHCI mode] 
> 0.31.2:    disk 01.06.01 8086/8d02  11 0:0000f071 16 1:0000f061 16 2:0000f051 16 3:0000f041 16 4:0000f001 32 5:fb432000 2048
>    Intel Corporation    C610/X99 series chipset 6-Port SATA Controller [AHCI mode] 
> 
> ; pci -v 7.0.0 8.0.0
> 7.0.0:    net  02.00.00 8086/1533  11 0:fb200000 524288 2:0000d001 32 3:fb280000 16384
>    Intel Corporation    I210 Gigabit Network Connection 
> 8.0.0:    net  02.00.00 8086/1533  10 0:fb100000 524288 2:0000c001 32 3:fb180000 16384
>    Intel Corporation    I210 Gigabit Network Connection 
> 
> - erik



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [9fans] ahci and intel gbe
  2015-01-28  7:51 ` Quintile
@ 2015-01-28  8:35   ` David du Colombier
  2015-01-28 14:07     ` erik quanstrom
  0 siblings, 1 reply; 5+ messages in thread
From: David du Colombier @ 2015-01-28  8:35 UTC (permalink / raw)
  To: 9fans

> what motherboard and model did you use. it would be
> good to buy something known to work.

I bought a Supermicro X10SAE motherboard last year.
It uses the same Intel i210 Ethernet controller as
Erik's new motherboard. It works quite nicely.

--
David du Colombier



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [9fans] ahci and intel gbe
  2015-01-28  8:35   ` David du Colombier
@ 2015-01-28 14:07     ` erik quanstrom
  2015-01-28 15:43       ` David du Colombier
  0 siblings, 1 reply; 5+ messages in thread
From: erik quanstrom @ 2015-01-28 14:07 UTC (permalink / raw)
  To: 9fans

On Wed Jan 28 00:31:49 PST 2015, 0intro@gmail.com wrote:
> > what motherboard and model did you use. it would be
> > good to buy something known to work.
>
> I bought a Supermicro X10SAE motherboard last year.
> It uses the same Intel i210 Ethernet controller as
> Erik's new motherboard. It works quite nicely.

supermicro x10-slr-f-o

look for the x10-slr.  the -f is for ipmi (boo) and i don't know
what the -o stands for because it wasn't on the website.

here's the interesting dmi bit:

1: type sysinfo 1 len 27 handle 1
	mfg         	Supermicro
	product     	X10SRL-F
	version     	0123456789
	serial      	0123456789
	uuid        	000000000000000000000CC47A328DA4
	waketype    	powersw (0x6)
	sku         	To be filled by O.E.M.
	family      	<nil>

note the extreme care supermicro takes with their dmi info.

- erik



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [9fans] ahci and intel gbe
  2015-01-28 14:07     ` erik quanstrom
@ 2015-01-28 15:43       ` David du Colombier
  0 siblings, 0 replies; 5+ messages in thread
From: David du Colombier @ 2015-01-28 15:43 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

> look for the x10-slr.  the -f is for ipmi (boo) and i don't know
> what the -o stands for because it wasn't on the website.

-O is retail and -B is bulk, as far as I understand Supermicro's
nomenclature.

--
David du Colombier



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-01-28 15:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-28  5:43 [9fans] ahci and intel gbe erik quanstrom
2015-01-28  7:51 ` Quintile
2015-01-28  8:35   ` David du Colombier
2015-01-28 14:07     ` erik quanstrom
2015-01-28 15:43       ` David du Colombier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).