2.5Gbe Hardware Donation

2021-10-17 Thread Sha'ul
Is there someone I can give or buy them a couple 2.5Gbe NICs to get
drivers written for 2.5Gb? I'm in Canada and will send a 2.5Gbe PCE-E
LAN NICS from a couple different companies upon request to get support
working.

FreeBSD is will be releasing igc Intel 1225-V driver for 13.1.



Re: POWER9 hardware donation

2018-07-27 Thread Peter J. Philipp
On Tue, Jul 24, 2018 at 09:21:09PM +0200, Peter J. Philipp wrote:
> Hi,
> 
> I'm working on a powerpc64 port, I've been at it 2 weeks non-stop.?? I don't
> know if I'll finish.?? But I gotta say hey! this is a generous offer.
> 
> Since I'm focusing on the big endian machine byte order and on PowerPC 970's
> it would need to be ported again to little endian afaik.?? If it's possible
> to run on a Power9 in big endian mode this would be cool.
> 
> I believe I am not worthy of such a machine and only worthy if I port
> OpenBSD to my PowerPC 970FX cpu.?? Let's take our time and wait to see if I
> or anyone else moves in a positive direction in this area.
> 
> BTW I've been working on a cross-compiler to powerpc64 today.?? I used
> kevlo's riscv cross compiler port and modified it. Unfortunately I started
> before sunrise and it's sunset now and i haven't managed to get cross-gcc
> working.?? I may succeed tomorrow.
> 
> Regards,
> 
> -peter
> 
> 
> On 07/24/18 20:27, Pascal de Kloe wrote:
> > I'm offering my brand new IBM 9006-22P with two 16-core 2.9GHZ CPUs to
> > the OpenBSD project for free. Who can make the hardware port happen?
> > Serious attempts only.

Hi,

I'm CC'ing p...@openbsd.org because that's where I started the 64-bit PowerPC
thread.  I want to say that I succeeded building a cross-compiler for 64 bit
PowerPC.  I haven't tested its functionality yet but the packaging/port is
complete.  If you want to help, download this tarball, extract to 
/usr/ports/devel/ examine it, and install on your system.  Look for 
breakages.  I'll get into some detail later.

http://centroid.eu/private/powerpc64-openbsd-elf.tgz

This will build binutils and gcc in /usr/local and 
/usr/local/powerpc64-unknown-openbsd/*.  Since I based this off kevlo@openbsd's
riscv port there was a conflict for .la files that installed into 
/usr/local/lib ... I had to really damage the Makefile.in's of gcc's libcc1 
in order for it not to install those .la files.  But it caught some other 
libcc1 relevant files too, so I don't know if the cross compiler even works.

Here is some eye candy for the packages that I have installed on my xeon 
system to show there is no conflict I'm including riscv port:

beta$ pkg_info | grep -e powerpc64 -e riscv
powerpc64-elf-binutils-2.30 binutils for powerpc64-elf cross-development
powerpc64-elf-gcc-8.1.0 gcc for powerpc64-elf cross-development
riscv-elf-binutils-2.30 binutils for riscv-elf cross-development
riscv-elf-gcc-8.1.0 gcc for riscv-elf cross-development
riscv-elf-newlib-3.0.0 newlib for riscv-elf cross-development

One thing to know about this powerpc64 compiler is it cannot build userland
OpenBSD (not even init) but with a kernel it should be OK.  This is because
I did not include the includes (haven't built those fully yet).  When the time
comes when my tree is complete I'll try to revisit this and remove the:

patch-libgcc_enable_mprotect:+#if 0
patch-gcc_tsystem_h:+#define inhibit_libc   1

This patch does not look for include files such as sys/mman.h which are a
dependency for the gcc 8.1.0 rs6000 machine target.

This was a painful week because it was really hot in Germany where I develop,
and building this cross-compiler was frustrating too.  I once asked on IRC
for people to help me, but I did only get moral support.

Thank you to kevlo@openbsd for providing something to work with...
(I'm thankful it was in the ports tree).

I'm looking for people to come forward and help me.  It is lonely doing this
alone.  First state that you want to help, look on p...@openbsd.org archives
on what I've done (64-bit PowerPC thread) and look where you can help.  If
you have a G5 macppc machine this would help as I'm basing it off that.
I need someone to look into making a 64 bit ofwboot available, as I need to
boot a first OpenBSD/aim64 kernel some day with a 64 bit loader.  (This week
was a setback, I didn't think this cross compiler would rob so much time).
I may have 4-8 more weeks in august and september to work on this.

Regards,
-peter



Re: POWER9 hardware donation

2018-07-24 Thread Brandon Bergren



On Tue, Jul 24, 2018, at 3:15 PM, Pascal de Kloe wrote:
> Fulltime work on a port definitely qualifies as a serious attempt. It
> is almost impossible to say for sure you can manage such a port. All I
> want is that this beauty is actively used for OpenBSD. Otherwise I'll
> keep it for my own developments or reuse the CPUs in a Thalos
> workstation if that's even possible.

Since you're talking about donating a physical machine, I think that it might 
actually be a good candidate for a build box. Have you asked Theo directly yet?



Re: POWER9 hardware donation

2018-07-24 Thread Brandon Bergren
Actually, POWER9 is bi-endian and can switch between BE and LE at runtime. BE 
actually has a very slight performance advantage in some cases. Linux is the 
only OS that appears to be doing much LE stuff on POWER, other OS development 
that I'm aware of is all BE focused.

I know that Timothy Pearson at Raptor Engineering has an open offer to provide 
remote access to POWER9 systems for the purposes of OS porting, if access to a 
machine is the problem. 

Peter, I'm sure that he'd give you access to one if you wanted.

Also, for anyone interested in POWER who has already looked at the Talos II 
when it first came out and didn't get it because of the price -- it might be 
worth another look, there's a Lite variant available now at a lower cost than 
the original Talos II, as well as a limited number of "Special Developer 
Systems" ( https://secure.raptorcs.com/content/TLSDS1/intro.html ) that are 
being sold complete for US$1600, intended as a way for kernel / software 
developers to get a box for doing kernel dev / compiling cheaply. (They have an 
older stepping of the processor that doesn't support virtualization and 
spectre/meltdown mitigation, but any Sforza Power9 processor can be dropped in 
later)

I grabbed one of those myself when they first went on sale and it will be 
arriving tomorrow. I'll be able to test stuff and maybe do some debugging on my 
end.

(I don't work for Raptor Engineering, but I own two of their machines now and 
am thoroughly enjoying the hardware, and am very enthusiastic about POWER9 in 
general.)

Regarding Pascal's offer in the OP, the 9006-22P is also an OpenBMC based 
machine (as opposed to a FSP based machine, so it and the Talos II should be 
nearly identical in how they appear to the OS, so any work on OPAL bits will 
work for both at the same time.

On Tue, Jul 24, 2018, at 2:21 PM, Peter J. Philipp wrote:
> Hi,
> 
> I'm working on a powerpc64 port, I've been at it 2 weeks non-stop.  I 
> don't know if I'll finish.  But I gotta say hey! this is a generous offer.
> 
> Since I'm focusing on the big endian machine byte order and on PowerPC 
> 970's it would need to be ported again to little endian afaik.  If it's 
> possible to run on a Power9 in big endian mode this would be cool.
> 
> I believe I am not worthy of such a machine and only worthy if I port 
> OpenBSD to my PowerPC 970FX cpu.  Let's take our time and wait to see if 
> I or anyone else moves in a positive direction in this area.
> 
> BTW I've been working on a cross-compiler to powerpc64 today.  I used 
> kevlo's riscv cross compiler port and modified it. Unfortunately I 
> started before sunrise and it's sunset now and i haven't managed to get 
> cross-gcc working.  I may succeed tomorrow.
> 
> Regards,
> 
> -peter
> 
> 
> On 07/24/18 20:27, Pascal de Kloe wrote:
> > I'm offering my brand new IBM 9006-22P with two 16-core 2.9GHZ CPUs to
> > the OpenBSD project for free. Who can make the hardware port happen?
> > Serious attempts only.
> 


-- 
  Brandon Bergren
  Technical Generalist



Re: POWER9 hardware donation

2018-07-24 Thread Pascal de Kloe
Fulltime work on a port definitely qualifies as a serious attempt. It
is almost impossible to say for sure you can manage such a port. All I
want is that this beauty is actively used for OpenBSD. Otherwise I'll
keep it for my own developments or reuse the CPUs in a Thalos
workstation if that's even possible.

And, yes the POWER9 architecture can run both in big- and small endian mode.

Let's wait a bit more and see who's most "qualified" to take the task.
I live in The Netherlands b.t.w. so shipping from there.


On Tue, Jul 24, 2018 at 9:21 PM, Peter J. Philipp  wrote:
> Hi,
>
> I'm working on a powerpc64 port, I've been at it 2 weeks non-stop.  I don't
> know if I'll finish.  But I gotta say hey! this is a generous offer.
>
> Since I'm focusing on the big endian machine byte order and on PowerPC 970's
> it would need to be ported again to little endian afaik.  If it's possible
> to run on a Power9 in big endian mode this would be cool.
>
> I believe I am not worthy of such a machine and only worthy if I port
> OpenBSD to my PowerPC 970FX cpu.  Let's take our time and wait to see if I
> or anyone else moves in a positive direction in this area.
>
> BTW I've been working on a cross-compiler to powerpc64 today.  I used
> kevlo's riscv cross compiler port and modified it. Unfortunately I started
> before sunrise and it's sunset now and i haven't managed to get cross-gcc
> working.  I may succeed tomorrow.
>
> Regards,
>
> -peter
>
>
>
> On 07/24/18 20:27, Pascal de Kloe wrote:
>>
>> I'm offering my brand new IBM 9006-22P with two 16-core 2.9GHZ CPUs to
>> the OpenBSD project for free. Who can make the hardware port happen?
>> Serious attempts only.
>
>



Re: POWER9 hardware donation

2018-07-24 Thread Peter J. Philipp

Hi,

I'm working on a powerpc64 port, I've been at it 2 weeks non-stop.  I 
don't know if I'll finish.  But I gotta say hey! this is a generous offer.


Since I'm focusing on the big endian machine byte order and on PowerPC 
970's it would need to be ported again to little endian afaik.  If it's 
possible to run on a Power9 in big endian mode this would be cool.


I believe I am not worthy of such a machine and only worthy if I port 
OpenBSD to my PowerPC 970FX cpu.  Let's take our time and wait to see if 
I or anyone else moves in a positive direction in this area.


BTW I've been working on a cross-compiler to powerpc64 today.  I used 
kevlo's riscv cross compiler port and modified it. Unfortunately I 
started before sunrise and it's sunset now and i haven't managed to get 
cross-gcc working.  I may succeed tomorrow.


Regards,

-peter


On 07/24/18 20:27, Pascal de Kloe wrote:

I'm offering my brand new IBM 9006-22P with two 16-core 2.9GHZ CPUs to
the OpenBSD project for free. Who can make the hardware port happen?
Serious attempts only.




Re: POWER9 hardware donation

2018-07-24 Thread Bryan Steele
On Tue, Jul 24, 2018 at 08:27:44PM +0200, Pascal de Kloe wrote:
> I'm offering my brand new IBM 9006-22P with two 16-core 2.9GHZ CPUs to
> the OpenBSD project for free. Who can make the hardware port happen?
> Serious attempts only.

Sounds like strings attached.



POWER9 hardware donation

2018-07-24 Thread Pascal de Kloe
I'm offering my brand new IBM 9006-22P with two 16-core 2.9GHZ CPUs to
the OpenBSD project for free. Who can make the hardware port happen?
Serious attempts only.



Intel/amd64 hardware donation.

2016-10-18 Thread noah pugsley
Today I found some hardware I forgot to rma a few months ago.

I'd be happy to donate it to the project if anyone can use it. Nothing
special.

2 x Intel Xeon X5570 Quad-Core Nehalem EP Processor 2.93GHz 6.4GT/s 8MB LGA
1366 CPU, OEM. New in package.

4 x Super Talent DDR3-1333 8GB/512Mx8 ECC/REG CL9 Samsung Chip Server
Memory. New also, never installed.

If anybody wants it please let me know.

--Noah P



Hardware donation possible - FB-DIMMs and Ultra320 SCSI drive

2014-04-11 Thread Jan Vlach
Hi,

I have some leftover hardware available for donation if anyone is
interested:

- Kingston KVR 2x4G modules (kit) KVR667D2D4F5K2/8G / 4G 2RX4
  PC2-5300F-555-11-E0 - new
- Micron 4x512M modules, DDR, 400 CL3, ECC, REG / MT9VDDF6472Y-40BF1 / 
PC3200R-30331-G0
  - used
- ULTRA320 SCSI ST373307LW HDD 3,5 - used to be spare, not sure if ever
  used

Would any developer like to have these or should I trash it?

Thank you,
jvl


-- 
Be the change you want to see in the world.



hardware donation

2013-12-19 Thread Dan Becker
I have two dell 1U 1850's I am ready to quit feeing electricity + several
spare scsi drives with trays. Couple questions. Would OpenBSD be interested
in them and if so where would they need to be shipped to ( I need to figure
out what it would cost to do so )

  dmesg below ( this one has one core the other has two ..both have 10GB
ram ) ...

OpenBSD 5.2 (GENERIC.MP) #368: Wed Aug  1 10:04:49 MDT 2012
dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP
real mem = 10736099328 (10238MB)
avail mem = 10427936768 (9944MB)
mainbus0 at root
bios0 at mainbus0: SMBIOS rev. 2.3 @ 0xf9920 (87 entries)
bios0: vendor Dell Computer Corporation version A04 date 09/22/2005
bios0: Dell Computer Corporation PowerEdge 1850
acpi0 at bios0: rev 0
acpi0: sleep states S0 S4 S5
acpi0: tables DSDT FACP APIC SPCR HPET MCFG
acpi0: wakeup devices PCI0(S5) PALO(S5) PBLO(S5) VPR0(S5) PBHI(S5)
VPR1(S5) PICH(S5)
acpitimer0 at acpi0: 3579545 Hz, 24 bits
acpimadt0 at acpi0 addr 0xfee0: PC-AT compat
cpu0 at mainbus0: apid 0 (boot processor)
cpu0: Intel(R) Xeon(TM) CPU 3.00GHz, 2993.05 MHz
cpu0: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,SSE3,MWAIT,DS-CPL,CNXT-ID,CX16,xTPR,NXE,LONG
cpu0: 2MB 64b/line 8-way L2 cache
cpu0: apic clock running at 199MHz
cpu1 at mainbus0: apid 1 (application processor)
cpu1: Intel(R) Xeon(TM) CPU 3.00GHz, 2992.71 MHz
cpu1: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,SSE3,MWAIT,DS-CPL,CNXT-ID,CX16,xTPR,NXE,LONG
cpu1: 2MB 64b/line 8-way L2 cache
ioapic0 at mainbus0: apid 2 pa 0xfec0, version 20, 24 pins
ioapic0: misconfigured as apic 0, remapped to apid 2
ioapic1 at mainbus0: apid 3 pa 0xfec8, version 20, 24 pins
ioapic1: misconfigured as apic 0, remapped to apid 3
ioapic2 at mainbus0: apid 4 pa 0xfec83000, version 20, 24 pins
ioapic2: misconfigured as apic 0, remapped to apid 4
acpihpet0 at acpi0: 14318179 Hz
acpimcfg0 at acpi0 addr 0xe000, bus 0-255
acpiprt0 at acpi0: bus 0 (PCI0)
acpiprt1 at acpi0: bus 1 (PALO)
acpiprt2 at acpi0: bus 2 (DOBA)
acpiprt3 at acpi0: bus 3 (DOBB)
acpiprt4 at acpi0: bus 4 (PBLO)
acpiprt5 at acpi0: bus 8 (VPR0)
acpiprt6 at acpi0: bus 5 (PBHI)
acpiprt7 at acpi0: bus 6 (PXB1)
acpiprt8 at acpi0: bus 7 (PXB2)
acpiprt9 at acpi0: bus 9 (PICH)
acpicpu0 at acpi0
acpicpu1 at acpi0
ipmi at mainbus0 not configured
pci0 at mainbus0 bus 0
pchb0 at pci0 dev 0 function 0 Intel E7520 Host rev 0x09
ppb0 at pci0 dev 2 function 0 Intel E7520 PCIE rev 0x09
pci1 at ppb0 bus 1
ppb1 at pci1 dev 0 function 0 Intel IOP332 PCIE-PCIX rev 0x06
pci2 at ppb1 bus 2
ami0 at pci2 dev 14 function 0 Dell PERC 4e/Di rev 0x06: apic 3 int 14
ami0: Dell 16c, 32b, FW 521X, BIOS vH430, 256MB RAM
ami0: 1 channels, 0 FC loops, 1 logical drives
scsibus0 at ami0: 40 targets
sd0 at scsibus0 targ 0 lun 0: AMI, Host drive #00,  SCSI2 0/direct fixed
sd0: 140160MB, 512 bytes/sector, 287047680 sectors
scsibus1 at ami0: 16 targets
safte0 at scsibus1 targ 6 lun 0: PE/PV, 1x2 SCSI BP, 1.0 SCSI2
3/processor fixed
ppb2 at pci1 dev 0 function 2 Intel IOP332 PCIE-PCIX rev 0x06
pci3 at ppb2 bus 3
ppb3 at pci0 dev 4 function 0 Intel E7520 PCIE rev 0x09
pci4 at ppb3 bus 4
ppb4 at pci0 dev 5 function 0 Intel E7520 PCIE rev 0x09
pci5 at ppb4 bus 5
ppb5 at pci5 dev 0 function 0 Intel 6700PXH PCIE-PCIX rev 0x09
pci6 at ppb5 bus 6
em0 at pci6 dev 7 function 0 Intel PRO/1000MT (82541GI) rev 0x05:
apic 4 int 0, address 00:13:72:4d:97:2f
ppb6 at pci5 dev 0 function 2 Intel 6700PXH PCIE-PCIX rev 0x09
pci7 at ppb6 bus 7
em1 at pci7 dev 8 function 0 Intel PRO/1000MT (82541GI) rev 0x05:
apic 4 int 1, address 00:13:72:4d:97:30
ppb7 at pci0 dev 6 function 0 Intel E7520 PCIE rev 0x09
pci8 at ppb7 bus 8
uhci0 at pci0 dev 29 function 0 Intel 82801EB/ER USB rev 0x02: apic 2 int 16
uhci1 at pci0 dev 29 function 1 Intel 82801EB/ER USB rev 0x02: apic 2 int 19
uhci2 at pci0 dev 29 function 2 Intel 82801EB/ER USB rev 0x02: apic 2 int 18
ehci0 at pci0 dev 29 function 7 Intel 82801EB/ER USB2 rev 0x02: apic 2 int 23
usb0 at ehci0: USB revision 2.0
uhub0 at usb0 Intel EHCI root hub rev 2.00/1.00 addr 1
ppb8 at pci0 dev 30 function 0 Intel 82801BA Hub-to-PCI rev 0xc2
pci9 at ppb8 bus 9
Dell DRAC 4 rev 0x00 at pci9 dev 5 function 0 not configured
puc0 at pci9 dev 5 function 1 Dell DRAC 4 Virtual UART rev 0x00: ports: 1 com
com2 at puc0 port 0 apic 2 int 21: ns16550a, 16 byte fifo
com2: probed fifo depth: 0 bytes
Dell DRAC 4 SMIC rev 0x00 at pci9 dev 5 function 2 not configured
pciide0 at pci9 dev 6 function 0 CMD Technology PCI0680 rev 0x02
pciide0: bus-master DMA support present
pciide0: channel 0 wired to native-PCI mode
pciide0: using apic 2 int 23 for native-PCI interrupt
atapiscsi0 at pciide0 channel 0 drive 0
scsibus2 at atapiscsi0: 2 targets
sd1 at scsibus2 targ 0 lun 0: DELL, VSF, 0123 ATAPI 0/direct removable
atapiscsi1 at pciide0 channel 0 drive 1
scsibus3 at atapiscsi1: 2 

hardware donation

2010-10-13 Thread H8 Junkmayle
would any of the openbsd devs like a franklin (sprint) u300 wireless card?

i'll ship it for free to canada or within the u.s.

-scott