• AIX uncompressed backups?

    From Ryan Alswede@21:1/5 to All on Tue Dec 13 05:48:13 2022
    Does anyone have a running AIX 4.3 machine that could uncompressed these AIX backups?

    http://www.ibmfiles.com/pages/aixia64.htm

    Interested in the "...Ethernet Device Driver Sample Code..." as it's for the 9-P AIX network adaptor 91H0460 .

    Thanks,
    Ryan

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Christian Holzapfel@21:1/5 to All on Tue Dec 13 11:17:06 2022
    Hi Ryan, go here:

    http://www.holzapfel.biz/devices.ddk.netentdd.tar.gz

    It's the content from the devices.ddk.netentdd package.
    Let me know if there's anything else you need.

    Christian

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Ryan Alswede@21:1/5 to All on Tue Dec 13 12:26:00 2022
    Thanks a million!

    Could you do these imaged AIX floppies as well?

    https://archive.org/details/pcnet_202211

    Thanks!

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Christian Holzapfel@21:1/5 to All on Wed Dec 14 03:09:27 2022
    Sure, check out here:

    http://www.holzapfel.biz/93H8197.tar.gz
    http://www.holzapfel.biz/93H8201.tar.gz

    Looking at the /usr/include/sys/ header, the adapter's code name seems to be "San Remo", btw.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Ryan Alswede@21:1/5 to All on Wed Dec 14 05:43:47 2022
    Looking at the /usr/include/sys/ header, the adapter's code name seems to be "San Remo", btw.

    Would you happen to know of source code? AIX 4.1.3 source code is on archive.org but I need AIX 4.1.5 - AIX 5.1

    http://www.mouritzen.dk/aix-doc/en_US/a_doc_lib/aixprggd/kernextc/ethernet_dd.htm

    **Beginning with AIX Version 4.1.5, the srent_open entry point is available for the 10/100 Mbps Ethernet TX MCA (8f62) device driver.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Christian Holzapfel@21:1/5 to All on Wed Dec 14 06:51:41 2022
    Would you happen to know of source code? AIX 4.1.3 source code is on archive.org but I need AIX 4.1.5 - AIX 5.1

    I wish....

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Ryan Alswede@21:1/5 to All on Wed Dec 14 13:15:40 2022
    I wish....

    Do you have access to Extended Documentation CD 4.3.3? There is a reference to srent.c or srent_open.c deep in a dat file. I can upload the iso if you don't already have it.

    http://www.ibmfiles.com/pages/aixia64.htm
    On the original site can you also extract:
    educ.driver.samples
    devices.ddk.docs

    Thanks.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Christian Holzapfel@21:1/5 to All on Thu Dec 15 09:41:52 2022
    Good luck:

    http://www.holzapfel.biz/aixprggd.zip
    (From the extended documentation, containing the .html and .dat files. It wasn't obvious to me how to deal with those seemingly machine code dat files, so I just zipped everything.)

    http://www.holzapfel.biz/devices.ddk.docs.tar.gz http://www.holzapfel.biz/educ.driver.samples.tar.gz

    Couldn't find anything useful there either.
    What are you looking for, specifically? The implementation of srent_open and srent_config?
    I know IDA Pro and Hex Ray's Decompiler have quite usable PowerPC support, but not sure about kernel mode binaries.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Ryan Alswede@21:1/5 to All on Thu Dec 15 10:21:41 2022
    What are you looking for, specifically?
    I am looking for what makes the bridge chip ASIC-9060R tick. I have MCA POS registers from one San Remo card configured by AIX that I built an ADF file for the PS/2 back in 2003.

    The AMD vendor chipset drivers work with the sister Phoenix PCI card (9-P). Just a matter of finding out the bridge chip specifics from srend_open and recompiling the AMD NDIS vendor source code that' I've competed.

    Thanks,
    Ryan

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)