Subject: Re: NetBSD on Supermicro 6012P-6B?
To: Christoph Kaegi <kgc@zhwin.ch>
From: SAITOH Masanobu <masanobu@iij.ad.jp>
List: port-i386
Date: 11/08/2002 02:08:12
> Once again we are going to buy hardware, where
> I want to run NetBSD on.
> We are looking into a Supermicro 1U System
> named 6012P-6B (Transtec 1001L).
>
> It is built from the following:
>
> - Intel E7500 "Plumas" chipset
> - Intel 2.4GHz Xeon with 512KB Cache
> - ICH3 IO Controller Hub
> - P64H2 PCI-X Hub
> - AIC-7899W SCSI
> - Intel 82550 Ethernet (1x10/100 + 1x10/100/1000)
>
> It seems, that the PCI-X Hub can be configured to run
> with 66MHz for older cards.
> We would only run one processor on it.
>
> There is more info at
> http://www.supermicro.com/PRODUCT/Manuals/server%20systems/6012P-6_1.0a.pdf
>
> Would NetBSD run on such a system?
>
> I can have one for testing for two weeks, but if anybody
> tells me that it doesn't work yet, I save some time.
>
> Thanks very much
This board has a SO-DIMM card slot for zero channel RAID
(for Adaptec 2005S).
NetBSD's iop driver does not support it, but I wrote the
code today (for both 2000S and 2005S).
----------
pci3 at ppb2 bus 3
pci3: i/o space, memory space enabled
iop0 at pci3 dev 3 function 0: subid 1044, c032
I2O adapter <ADAPTEC 2005S>
iop0: interrupting at irq 5
.
.
.
iop0: configuring...
dpti0 at iop0: DPT/Adaptec RAID management interface
ld0 at iop0 tid 518: <ADAPTEC R, RAID-1, 380ED> direct access, fixed
ld0: 17501 MB, 8889 cyl, 64 head, 63 sec, 512 bytes/sect x 35842048 sectors
iopsp0 at iop0 tid 8: SCSI port <ADAPTEC, AIC-7899, 00000001>
iopsp0: 16-bit, max sync rate 80MHz, initiator ID 7
iopsp0: target 0 (tid 513): 16-bit, synchronous at 78MHz, offset 0x3f
iopsp0: target 0,0 (tid 513): in use by tid 516
iopsp0: target 1 (tid 514): 16-bit, synchronous at 78MHz, offset 0x3f
iopsp0: target 1,0 (tid 514): in use by tid 517
iopsp0: target 6 (tid 515): 8-bit, asynchronous
scsibus0 at iopsp0: 16 targets, 8 luns per target
iopsp1 at iop0 tid 9: SCSI port <ADAPTEC, AIC-7899, 00000001>
iopsp1: 16-bit, max sync rate 80MHz, initiator ID 7
scsibus1 at iopsp1: 16 targets, 8 luns per target
.
.
.
# disklabel ld0
ld0: no disk label
# /dev/rld0d:
type: ld
disk: unknown
label: fictitious
flags:
bytes/sector: 512
sectors/track: 63
tracks/cylinder: 64
sectors/cylinder: 4032
cylinders: 8889
total sectors: 35842048
rpm: 7200
interleave: 1
trackskew: 0
cylinderskew: 0
headswitch: 0 # microseconds
track-to-track seek: 0 # microseconds
drivedata: 0
4 partitions:
# size offset fstype [fsize bsize cpg/sgs]
d: 35842048 0 unused 0 0 # (Cyl. 0 - 8889*)
disklabel: boot block size 0
disklabel: super block size 0
#
----------
----------------------------------------------------------
SAITOH Masanobu (masanobu@iij.ad.jp
msaitoh@netbsd.org)