Bit: Function:
7 Parallel Port Output Enable select
6 Reserved = 0
5 Reserved = 0
4 Serial Port select
3 Diskette Controller select
2 MCGA Video select
1 Parallel Port select
0 HDD controller select
Initially probing in case I might be wise to turn the planar HDD
controller off (clearing bit 0 of the I/O register 65h to a zero) by
deactivating its select line. That puts the relevant feature to "sleep"
until toggled over again or a power cycle occurs. Using DOS DEBUG:
> i 65 [DEBUG natively talks in hexidecimal]
9E [and the output is too]
In binary:
Bit: | 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 |
Value: | 1 | 0 | 0 | 1 | 1 | 1 | 1 | 0 |
Ignore the "Reserved" bits set to 0, and you can see that the HDD
controller select line is the only one deactivated. Probably because
this is a signal put over the ribbon cable from the drive itself to
show it is present (there were Model 25 8086 & Model 30 8086 shipped
without harddrives). So I had no reason to worry.
Another probable use is to turn off the planar MCGA video when a
VGA card is in a slot. There are BIOS calls that are used to toggle
between the video controllers when another adapter is installed.
Otherwise the resource conflicts would cause some bad mojo.
David
Da...@IBMMuseum.com
> One surprising function is a particular I/O port register
> controlling the built-in planar features (except for the RTC). The
> hardware for each feature's "select line" can be disabled by clearing a
> bit in the I/O register to zero.
A very interesting feature indeed!
> (there were Model 25 8086 & Model 30 8086 shipped
> without harddrives).
As per any of the manuals I've got for the Model 25 series, a hard drive was
not available, or at least not considered user-installable in the 25-XT. The
remaining models have procedures in their manuals for installing a hard
disk.
> Another probable use is to turn off the planar MCGA video
> when a VGA card is in a slot. There are BIOS calls that are used
> to toggle between the video controllers when another adapter is
> installed.Otherwise the resource conflicts would cause some bad
> mojo.
This sounds like great news. I've been looking at running Windows 3.0 in VGA
mode on my hot-rodded Model 30 for some time. I found a Paradise SVGA video
card that was happy to work in every mode and with every program except
Windows.
A while back I found a DOS paint program that can really exploit the
capabilities of the MCGA...in both 320x240/256 color and 640x480/2 color
modes. The 256 color mode isn't much news, but the program lets you pick two
colors from a large palette in the higher resolution mode. While obviously
limited to monochromatic drawings, the results are very sharp and clear.
William
> This sounds like great news. I've been looking at running Windows
> 3.0 in VGA mode on my hot-rodded Model 30 for some time. I
> found a Paradise SVGA video card that was happy to work in
> every mode and with every program except Windows.
It may be a failing (seeing this mentioned by people running
Windows 3.0 on an XT-class system with only VGA cards) of that user
interface. To tell the truth I have been thinking of this angle for a
few weeks too (ever since I saw a mono 3.0 on my VGAed 30). Easy to
check or set with DEBUG:
> i 65
With all other planar features enabled except MCGA video it would
be 9Bh. If 9Fh the MCGA video is running & confusing Windows. With a
couple weeks I can probably produce a little program stub to call the
video interrupt toggle or you can do it with "select" from DEBUG:
To turn off only MCGA video (mostly you are checking to make sure it
does what you want)
DEBUG
> i 65
9F
> o 65, 9B
> i 65
9B
> q
> A while back I found a DOS paint program that can really exploit
> the capabilities of the MCGA...in both 320x240/256 color and
> 640x480/2 color modes. The 256 color mode isn't much news,
> but the program lets you pick two colors from a large palette
> in the higher resolution mode. While obviously limited to
> monochromatic drawings, the results are very sharp and clear.
Ever seen the balloon puzzle on the Starter Diskette? It looks
pretty sharply defined. Besides the lesser VRAM (just 64Kb) I was going
to look at the hardware differences for a cost of designing &
supporting another lesser video standard on the two low-end systems.
David
Da...@IBMMuseum.com
> ...Easy to check or set with DEBUG:
>
> > i 65
>
> With all other planar features enabled except MCGA video it would
> be 9Bh. If 9Fh the MCGA video is running & confusing Windows...
With the true IBM 8-bit VGA card (which I thought was still giving
me mono 3.0 back when) in this system I am getting a reponse of 9Ah
(MCGA video & HDD controller select lines off). Meaning the VGA BIOS
extension is disabling the planar MCGA video with this method in IBM's
own implementation. I suggest if your tests don't give you a suitable
result then you do the same manually (until I can make a simple DOS
program up).
David
Da...@IBMMuseum.com
"8530-8086 Specs From the Upper Unit in the Picture):"
Your 8530-8086 is on the bottom in your picture...
"Intel 8086 CPU at 8 or 10MHz, I forget which..."
8MHz. In the case of a couple of my Model 30 8086 (and a couple of
Model 25 8086) it is a V30 8MHz. On this particular unit I am working with
it has an 8087 too (more how to check that on the Model 30 8086 by other
than NPU commands later).
"640KB RAM"
This is correct, but bears mentioning (different from the Model 25
8086) that on the Model 30 8086 the first 128Kb is soldered to the planar,
with the remainder on the SIMMs. If a problem is found with the base 128Kb,
that area is disabled & the SIMMs are automatically remapped to cover the
hole (but then leaving a total of 512Kb). I've never heard of a Model 30
8086 issued without the two 256Kb SIMMs.
On the Model 25 8086 it is a reverse of that scheme. The base 512Kb is
from the SIMMs, with the top 128Kb in the optional socketed DRAM chips. I
think almost all of my Model 25 8086 have this option, so I can offer it to
anyone in need (let's say $5 if it can't be found elsewhere, $10 for a V30
8MHz, actual shipping; Sorry to be out to make a buck, but things are
getting tight again).
"200 MB Western Digital IDE Hard Disk, run by an Acculogic XT IDE
controller"
On one of my Model 30 8086 I have an Acculogic too. The later post will
talk about the Trantor T130B SCSI controller that may have the ability to
run up to a 2Gb drive, in addition to giving the external CD-ROM connection.
I'll list instructions for properly formatting something like a standard
0662 drive (the Trantors I might sell for something like $10 to $15, but my
supply of 0662s might be too low).
"1.44MB Floppy (Originally had a 720K floppy, but this one has the planar
support for both.)"
Don't know if I said it before, but most of the time trying this I had
the 4869-001 card installed (even have a Model 25 8086 with "big-button"
720Kb that had the cable & card to use one). There is a BIOS extension (I'll
look at the size later), but it would be strange using the whole space just
to tell the Model 30 8086 how to run an older 360Kb floppy drive. I think it
comes down to more of the 1.44Mb drive type.
David
Da...@IBMMuseum.com
> Your 8530-8086 is on the bottom in your picture...
Nope, it's on the top. :-) Note the positions of the power switches.
The machines have relocated since that picture was taken, but they've
remained stacked in the same order. Both of them are 8530-8086 models,
but the one on the bottom is decidedly more original with its big
button low density floppy drive.
I never got around to taking the picture for the 8530-286, it's simply
mentioned on the page.
> 8MHz. In the case of a couple of my Model 30 8086 (and a couple
> of Model 25 8086) it is a V30 8MHz.
You sent me a tube of V30 CPUs. I installed all but one of them. I do
need to fix that.
> I've never heard of a Model 30 8086 issued without the two
> 256Kb SIMMs.
I think I tried booting one without the SIMMs once, but I don't
remember what it did, if anything.
> Sorry to be out to make a buck, but things are getting tight again).
It sounds reasonable enough, though.
> On one of my Model 30 8086 I have an Acculogic too. The later
> post will talk about the Trantor T130B SCSI controller that may
> have the ability to run up to a 2Gb drive, in addition to giving the
> external CD-ROM connection.
I've got a Trantor board (of unknown model) in the "brand new" 25-8086.
It's got a 200MB-or-so Quantum drive attached to it. I haven't yet
needed more than that on either the 25 or 30.
> I'll list instructions for properly formatting something like a
> standard 0662 drive (the Trantors I might sell for something
> like $10 to $15, but my supply of 0662s might be too low).
I have slimline 0662 drives that I do not need. Tested and guaranteed
working for $10 per drive, or will trade for parts. (Media filters,
auto or non-IBM TR cards, interesting boards (don't have to be useful,
just interesting), or ????)
> Don't know if I said it before, but most of the time trying this I
> had the 4869-001 card installed (even have a Model 25 8086
> with "big-button" 720Kb that had the cable & card to use one).
I don't remember it being mentioned in any of our conversations.
> I think it comes down to more of the 1.44Mb drive type.
That's what you'd mentioned, and my experiences so far seem to concur.
This one planar is different--it's got a vastly different layout (SIMMs
by the PSU, like the 55SX), later BIOS, brighter green color, and works
with any 1.44 floppy I've ever tried. It's also the only planar I've
ever seen that claims to have been in Greenock.
The other planars work too, but are more selective.
William
Model 30 8086: A dark band around the bottom of the case. Generally orange
power switch, but since it is a mechanical piece with a connecting rod to
the actual PSU, it can be "switched" (as William has done). "Big button"
floppy drive(s), usually with no marking on the eject button (720Kb).
Model 30 286: All tan case (no band). Generally a white power switch. Small
button drives, and especially when marked as "1.44". Cases have a full metal
top.
The planars can't be swapped between a 30 8086 & 30 286 cases. Model
30 8086 planars are larger, and not flush along the back edge. PSUs can't be
swapped between Model 30 cases (unless a 1:1 wiring converter is made). Just
stating this for the benefit of all, where I could also give the attributes
of the Model 25 cases.
Funny that Louis has both versions of the 25 286 / 30 286 (they share
the same planar type) sourced from us
(http://www.gilanet.com/ohlandl/8525/8525-286_Planar.html &
http://www.gilanet.com/ohlandl/8530/8530-286_Planar.html. You've got a
diagram of the 25 8086 at http://www.walshcomptech.com/ps2/m25.htm. Oh, I
did find Louis's information on 25SX submodels online that I will point out
later.
> I've got a Trantor board (of unknown model) in the "brand new"
> 25-8086. It's got a 200MB-or-so Quantum drive attached to it.
> I haven't yet needed more than that on either the 25 or 30...
I've run a 1Gb in there, but there will be a process to set up a 2Gb.
Trantor's program didn't want to format it. Think, a 2Gb drive running on a
system with a CPU designed in 1978 (I remember 1978, but don't know if you
do).
> This one planar is different--it's got a vastly different layout
> (SIMMs by the PSU, like the 55SX), later BIOS, brighter
> green color, and works with any 1.44 floppy I've ever tried. It's
> also the only planar I've ever seen that claims to have been in
> Greenock. The other planars work too, but are more selective.
And the Greenlock planar will run a 30Mb proprietary HDD (of course
with what I am doing it doesn't matter)...
David
Da...@IBMMuseum.com
> You're being too sneaky to the layperson, especially with the
> shadowing masking the gray case base.
Perhaps so. I blame the digital camera I had at the time. "Poor" isn't
the word. Both power switches are actually red, but...
> The planars can't be swapped between a 30 8086 & 30 286 cases.
Indeed they cannot. As you mentioned, the 30-286 shares its planar with
the 25-286 (is there any way to tell the difference in software?).
The power supply on the 30-XT looks suspiciously (right down to the
color codes on mine) like it is just an "AT" style set of plugs.
William
> The power supply on the 30-XT looks suspiciously (right down to
> the color codes on mine) like it is just an "AT" style set of plugs.
Yes, I'll have to show you the budget clone case I bought in the early
'90s. It had some extra leads for patching in the 90 watt (suspiciously
covered by someone else's part label) Model 30 8086 PSU to run a 486DX Baby
AT motherboard. That is (it was the only clone at my father's business at
the time, when the systems were very expensive) why I bought a few extra
PSUs of that type some years later, but it has never smoked the original.
Yes, I'll probably put in a more energy-efficient motherboard to use
the case later. The case was actually made to fit the PSU mounts (and the
sheetmetal couldn't fit a standard version). Somebody went to a lot of
lengths to cut costs. Maybe a few years later it was the same people faking
the CPUs.
David
Da...@IBMMuseum.com
> BTW did you ever get the printer sharing device going?
I started a thread on that very exciting subject.
The primary fuse is blown. I don't have a replacement, so I can't get there
yet. I'm not bold enough to just jumper over it and hope for the best
result.
William
Wow, I had thought the Model 30 8086 PSU was 90W. It is listed as 70W
in the Technical Reference quoted above. 9.0 A of +5 Vdc, 1.8 A of +12 Vdc,
110 mA of -5 Vdc, and 300 mA of -12 Vdc.
David
Da...@IBMMuseum.com
> Wow, I had thought the Model 30 8086 PSU was 90W.
I think some of them are 90W supplies. I'll have to double check to see
what information my PS/2 SIM (System Information Manual?) has in it
regarding the Model 30-XT.
In any case, the supply seems to be pretty well built, so overloading
it a little may not cause an issue...at least it didn't seem to in the
case of the 486 system you had.
William
> Probably the built-in monitor on the 25 286 is going to report
> something just like an 8513.
It looks like the built in monitor on the Model 25 returns only a value
for color or monochrome. At least I couldn't find anything more
specific than that.
I haven't tried the 30-286 for a cross comparison.
William