VOGONS


First post, by retro games 100

User metadata
Rank l33t
Rank
l33t

I have a VLB IO controller, and it has 2 IDE connectors on it. I've heard of "dual channel", and wondered what it means, exactly.

And also, how do I know if my IO controller is "dual channel"? The two main chips on the card says:

Winbond W83787F and Vision QD-6580246

The model appears to be: QD6580W V2.0 (S2.1)

Thanks a lot for any comments!

Reply 1 of 7, by Scali

User metadata
Rank l33t
Rank
l33t

Dual channel basically means it has two IDE 'channels', or ports.
Each IDE port/channel can handle two drivers, a master and a slave, using a single cable. So you can connect 4 drives to it in total.
Later ISA IO controllers were generally dual channel, and most, if not all VLB controllers will be dual channel. Yours apparently is, because it has 2 connectors.

http://scalibq.wordpress.com/just-keeping-it- … ro-programming/

Reply 2 of 7, by canthearu

User metadata
Rank Oldbie
Rank
Oldbie

I've also got a Winbond W83787F based vlb controller with 2 IDE channels.

Unfortunately, since I use XT-IDE on that computer, I am not able to use the winbond drivers to take advantage of the VLB bandwidth, as the winbond drivers replace the disk bios with one that isn't compatible with large hard drives.

Reply 3 of 7, by weldum

User metadata
Rank Oldbie
Rank
Oldbie

the winbond chip seems to be a standard io controller without any special thing

that "dual channel" thing may be related to the posibility to use up to 4 ide devices (two per "channel)
most cheap io controllers have one connector for up to two devices, so that may be the answer

according to this page http://www.ryston.cz/petr/vlb/qd6580.html
it seems to be due to the dual ide header only, the specs are just normal, nothing fancy

DT: R7-5800X3D/R5-3600/R3-1200/P-G5400/FX-6100/i3-3225/P-8400/D-900/K6-2_550
LT: C-N2840/A64-TK57/N2600/N455/N270/C-ULV353/PM-1.7/P4-2.6/P133
TC: Esther-1000/Esther-400/Vortex86-366
Others: Drean C64c/Czerweny Spectrum 48k/Talent MSX DPC200/M512K/MP475

Reply 4 of 7, by jheronimus

User metadata
Rank Oldbie
Rank
Oldbie

I've heard that with VLB controllers it actually makes sense to have two HDD drives connected to primary and secondary channels. First drive is used for the OS, second is for the games. I've never bothered to check the performance difference myself, though.

MR BIOS catalog
Unicore catalog

Reply 5 of 7, by cyclone3d

User metadata
Rank l33t++
Rank
l33t++

Some VLB I/O controllers have one IDE port running off of VLB and one IDE port running off of ISA.

So performance can be quite different depending on which port you use.

Yamaha modified setupds and drivers
Yamaha XG repository
YMF7x4 Guide
Aopen AW744L II SB-LINK

Reply 6 of 7, by Intel486dx33

User metadata
Rank l33t++
Rank
l33t++

ISA is 16bit.
VLB is 32bit.

Yes, It does provide for faster data transfer with an EIDE supported hard-drive.
I think you have to select 32bit in your windows 3x settings too.

If your motherboard has VLB and you have a VLB controller or Video card I would use it.

Reply 7 of 7, by retro games 100

User metadata
Rank l33t
Rank
l33t

Thanks a lot for the info, people! 😀