Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 09 Jun 2003 20:34:11 -0400
From:      Chuck Swiger <cswiger@mac.com>
To:        Chris Shenton <chris@shenton.org>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: Via EPIA Mini-ITX motherboard
Message-ID:  <3EE52783.2030306@mac.com>
In-Reply-To: <87u1ay50n3.fsf@Pectopah.shenton.org>
References:  <006601c29cab$ec3a9c80$0100000a@D9NLZD0J> <20030608152726.GA26871@tuatara.fishballoon.org> <87u1ay50n3.fsf@Pectopah.shenton.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Chris Shenton wrote:
 > Scott Mitchell <scott+freebsd@fishballoon.org> writes:
 >>	- The onboard vr(4) Ethernet is now working reliably at 100Mbps?
 >
 > Seems fine, but I'm running 5.0-CURRENT.  Can't comment on the USB or
 > Firewire, sorry.

Hi--

I just got 5.1 going on a EPIA-6000m, using a AMS S668-epm case with a 150W PS 
and 512 MB of Buffalo (Hynix) PC2700 DDR RAM.  Aside from having a heck of a 
time with the memory-- basicly, I get one chance after resetting the CMOS to 
adjust the memory settings, or upon next power-on it locks, things seem pretty 
good.  The default BIOS settings try to use the SPD for the clock rate, I 
gather, and setting the timing to manually match the 133 FSB (PC2100 speed) 
makes it happier.

Anyway, I just tried connecting two USB2 devices, which worked okay:

umass0: IOI MEDIA BAY USB2.0, rev 2.00/1.13, addr 2
da0 at umass-sim0 bus 0 target 0 lun 0
da0: <Generic STORAGE DEVICE 0113> Removable Direct Access SCSI-0 device
da0: 1.000MB/s transfers
da0: Attempt to query device size failed: NOT READY, Medium not present
[ ... ]
umass0: detached
umass0: vendor 0x0d7d HandySteno 2.0, rev 2.00/0.00, addr 2
da0 at umass-sim0 bus 0 target 0 lun 0
da0: <GENERIC USB Disk 2.0 U204> Removable Direct Access SCSI-2 device
da0: 1.000MB/s transfers
da0: 248MB (507904 512 byte sectors: 64H 32S/T 248C)

# dd if=/dev/da0s1 of=/dev/null bs=512 count=10000
10000+0 records in
10000+0 records out
5120000 bytes transferred in 50.251656 secs (101887 bytes/sec)
# dd if=/dev/da0s1 of=/dev/null bs=5120 count=1000
1000+0 records in
1000+0 records out
5120000 bytes transferred in 9.033170 secs (566800 bytes/sec)

...but only seem to be running at USBv1 speeds.  One of the firewire controllers 
didn't seem to want to work either, but I tried the other and got:

fwohci0: <VIA VT6306> port 0xd000-0xd07f mem 0xea000000-0xea0007ff irq 10 at dev
ice 13.0 on pci0
fwohci0: OHCI version 1.0 (ROM=1)
fwohci0: No. of Isochronous channel is 4.
fwohci0: EUI64 00:40:63:00:00:02:9f:f6
fwohci0: Phy 1394a available S400, 2 ports.
fwohci0: Link S400, max_rec 2048 bytes.
firewire0: <IEEE1394(FireWire) bus> on fwohci0
if_fwe0: <Ethernet over FireWire> on firewire0
if_fwe0: Fake Ethernet address: 02:40:63:02:9f:f6
sbp0: <SBP2/SCSI over firewire> on firewire0
fwohci0: Initiate bus reset
fwohci0: BUS reset
fwohci0: Initiate bus reset
fwohci0: Initiate bus reset
fwohci0: phy int
fwohci0: node_id=0xc800ffc0, gen=155, CYCLEMASTER mode
fw_xfer_done: pending
fw_xfer_done: pending
fw_xfer_done: pending
fw_xfer_done: pending
fw_xfer_done: pending
fw_xfer_done: pending
fw_xfer_done: pending
fw_xfer_done: pending
[ ...lots and lots of these... ]
firewire0: 1 nodes, maxhop <= 0, cable IRM = 0 (me)
firewire0: bus manager 0 (me)
fw_attach_dev: 37 pending handlers called
fwohci0: BUS reset
fwohci0: node_id=0x8800ffc0, gen=156, non CYCLEMASTER mode
firewire0: 2 nodes, maxhop <= 1, cable IRM = 0 (me)
firewire0: root node is not cycle master capable
firewire0: bus manager 0 (me)
fwohci0: BUS reset
fwohci0: node_id=0xc800ffc1, gen=157, CYCLEMASTER mode
firewire0: 2 nodes, maxhop <= 1, cable IRM = 1 (me)
firewire0: bus manager 1 (me)
firewire0: New S400 device ID:0010b920003db9ac
da1 at sbp0 bus 0 target 0 lun 0
da1: <Maxtor 5000DV  v1.00.00 0000> Fixed Simplified Direct Access SCSI-4 device

da1: 50.000MB/s transfers, Tagged Queueing Enabled
da1: 156333MB (320171008 512 byte sectors: 255H 63S/T 19929C)

# dd if=/dev/da1s1 of=/dev/null bs=512 count=100000
100000+0 records in
100000+0 records out
51200000 bytes transferred in 45.923180 secs (1114905 bytes/sec)
# dd if=/dev/da1s1 of=/dev/null bs=5120 count=10000
10000+0 records in
10000+0 records out
51200000 bytes transferred in 5.586739 secs (9164559 bytes/sec)

-- 
-Chuck



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3EE52783.2030306>