The old disks for PDP-11s being somewhat difficult to find, Noel and Dave decided to build a card to interface with modern storage devices. The QSIC is a QBUS card to make SD cards and USB mass storage devices appear as traditional disks. It will consist of an FPGA with bus transceivers to connect to the QBUS and I/O ports to connect to a couple SD cards and a USB A socket.
Our plans are to emulate traditional disks and their controllers (initially the RK11 and RP11). There will be some slight extensions to make these older controllers fit the QBUS (22-bit addressing). For those who are able to write their own device drivers, we have plans to extend the RP11 to support disks up to 128 GiBytes.
Additionally, we've designed an LED indicator panel circuit board that replicates the appearance and functionality of DEC's indicator panels. The mechanical mounting and electrical interface are different than DEC's but they would fit behind the bezel and inlay of a traditional DEC PDP-11 indicator panel. We've designed our own inlays for our disk controllers or for monitoring the bus and have a start on being able to fabricate our own bezels. We use an RS422 serial interface that allows us to daisy-chain indicator panels so you can have all the blinkenlights you could want. We ought to be able to handle at least four indicator panels if you have space to put them.
The work on the QBUS protocol lead us to some interesting insights into how to implement bus arbitration. We decided to write that down in a paper that's available here.
Awesome! We'd love help. We want to get a prototype running first and we're busy working on that now using a wire-wrapped board and an FPGA module. Before too long, we'd like to transition to a circuit board of our own. If you have knowledge and experience with designing, manufacturing, and soldering up boards with BGA parts, we'd love to have your help with this.
The indicator panels will be a lot of fun but they'll need graphic design for the different inlays and manufacturing of the mechanical bits. We have ideas for most of it but not yet for fabricating the bezel. You want to take a crack at that?
Update: I have been experimenting with an idea about how to mill a bezel out of a PVC trim board. It seems to work but I think it could use a lot of refinement. For anyone who wants to play around with CNC routers, this could be a good project.
In addition to the hardware, there's the firmware for the FPGA. We may well stop after the RK11 and RP11 controllers. Do you need an RL11 or maybe even an MSCP controller? The design will be open to that. Or how about a mag-tape controller? Maybe it's a little weird but I could see USB thumb drives as stand-ins for mag tape for doing backups. It's probably best to wait until we have at least something working before getting too far afield with hordes of different device controllers.
We don't just need firmware but also software. We're looking at putting an embedded PDP-11 inside the FPGA. Its main function will be handling the USB protocol but it'll have a secondary, though still quite important, role of handling the configuration of the QSIC. That embedded processor is another venue, if you will, for doing development on the QSIC. It might be the right place to put MSCP, for example. Or, another idea that's been floated, is that it could handle a USB-connected Ethernet and emulate one of the Ethernet boards from back in the day.
Beyond the QSIC, we're contemplating a Unibus board as well. In addition to emulating disk controllers, it could act like the ENABLE board did in giving 18-bit Unibus machines access to 222 bytes of memory like a PDP-11/70. To do that, we'd probably just put the memory on the board too as that simplifies the design considerably. Since the smallest DDR3 memory chip we can find that works with the Artix7 FPGA we're looking at is 256MB, we ought to have ample memory.