Brodcom BCM57xx QLogic Gigabit adapter driver Info ==== This is an NDIS driver for Attansic Technology Corp. L2 FastEthernet LAN adapters. The source code from the FreeBSD "ae" driver has been compiled, unmodified, to run on OS/2. This driver supports the following adapters. HP NC370T Multifunction Gigabit Server Adapter HP NC370i Multifunction Gigabit Server Adapter HP NC380T PCIe DP Multifunc Gig Server Adapter HP NC371i Multifunction Gigabit Server Adapter QLogic NetXtreme II BCM5706 1000Base-T HP NC370F Multifunction Gigabit Server Adapter QLogic NetXtreme II BCM5706 1000Base-SX HP NC373T PCIe Multifunction Gig Server Adapter HP NC373i Multifunction Gigabit Server Adapter HP NC374m PCIe Multifunction Adapter QLogic NetXtreme II BCM5708 1000Base-T HP NC373m Multifunction Gigabit Server Adapter HP NC373i Multifunction Gigabit Server Adapter HP NC373F PCIe Multifunc Giga Server Adapter QLogic NetXtreme II BCM5708 1000Base-SX HP NC382i DP Multifunction Gigabit Server Adapter HP NC382T PCIe DP Multifunction Gigabit Server Adapter QLogic NetXtreme II BCM5709 1000Base-T HP NC382m DP 1GbE Multifunction BL-c Adapter HP NC382i DP Multifunction Gigabit Server Adapter QLogic NetXtreme II BCM5709 1000Base-SX QLogic NetXtreme II BCM5716 1000Base-T These correspond to the following Vendor:Device numbers: 14E4:164A, 14E4:16AA, 14E4:164C, 14E4:16AC, 14E4:1639, 14E4:163A, 14E4:163B, Use the PCI.EXE command to find the Vendor ID and Device ID of your hardware. If the Vendor ID and the Device ID is listed above, then this driver should work. NOTE: This driver requires an exclusive interrupt to function. Normally this will be an MSI provided that you have a recent PSD. Otherwise, if an exclusive interrupt is not available this driver will fail to load. NOTICE: This driver is built from 2 major pieces: (1) The FreeBSD driver which is simply compiled to run on OS/2 (2) The system library which is the interface between the FreeBSD driver and OS/2 While we will always try our best to support these drivers, please realize that there is not much we can do about (1). We simply do not have the manpower, or even the technical information necessary to debug or enhance this portion of the driver. If this driver doesn't work on hardware that it is supposed to, the limit of what we can do is verify that it is loading properly. Other than that, we simply cannot debug problems in the FreeBSD code and we cannot add support for more chipsets. We cannot even fix problems if it doesn't work properly on your hardware because we don't have the hardware data that would be required. Development is continuing on (2) so there might be improvements to the OS/2 interface as time goes on. This generally will not affect whether the driver works or doesn't work on any given hardware, but might affect things like traps, hangs, and interfacing to existing features in the FreeBSD driver. This driver was personally tested by the developer on 14E4:1639 hardware. Copyright and License ===================== Copyright (c) 2014-2021 David Azarewicz All rights reserved. Copyright (c) 2006-2014 QLogic Corporation All rights reserved. (c) Copyright IBM Corporation 1990,2000. All rights reserved. Important! By downloading or using this software, you acknowledge that you have read and consent to the license agreement at the end of this file, that you understand it, and that you agree to be bound by its terms. Installation ============ You can install the network driver during operating system installation. Or you can install the driver using the Warpin package. This Warpin installer only copies the driver files to your system. After you install the files, run mpts.exe and set up the network driver as usual. Then reboot. If you are already using one of these drivers, then this package will update the files on your disk and there is no need to run mpts.exe again. The new driver will be used when you reboot. Command line options ==================== /An Selects a specific PCI adapter to use. If not specified, the driver will use the first unused PCI adapter that is supported by the driver. For example, /A1 will select the second PCI adapter that is supported by the driver. If the specified PCI adapter does not exist, the driver will produce an error. /A0 = MMBCE$, /A1 = MMBCE2$, /A2 = MMBCE3$, etc. /V Turns on the version banner when the driver loads. Options only in the trace build ------------------------------- /Tn Sets the minor trace number for controlling trace output. Only applies to the trace build of the driver. Ignored in the retail version. Options only in the debug build ------------------------------- The debug build is not included in the distribution package and is only for developer use. /Dn Sets the debug output level to n. The default is 5. Only applies to the debug build of the driver. Ignored in the retail version. /COM:n Sets the serial port for debug output. Valid values are 1 and 2 for COM1 and COM2, or the port address. The default is no serial port output. Only applies to the debug build of the driver. Ignored in the retail version. /BAUD:n Sets the BAUD rate for the selected COM Port. PROTOCOL.INI Options ==================== There are currently no options. Getting Support and Reporting Problems ====================================== Since the FreeBSD driver is simply compiled to run on OS/2, there is no development, no debugging, and no support for that part of the driver. There is only support for the interface between the FreeBSD driver and OS/2. For more information please visit: https://www.arcanoae.com and click on SUPPORT. Or go directly to the MultiMac support wiki at: https://www.arcanoae.com/wiki/multimac/ Source Code =========== The source code will be available at: http://svn.netlabs.org/repos/multimac Change log ========== 1.1.7 11-Jul-2022 - David Azarewicz Refreshed with updated system libraries. 1.1.6 17-Mar-2022 - David Azarewicz Refreshed with updated system libraries. See https://88watts.net/download/ReadMe-Bcl32.txt for details. 0.1.5 17-Jan-2021 - David Azarewicz Refreshed with updated system libraries. 0.1.4 24-Sep-2018 - David Azarewicz Updated with current unix sources. Refreshed with updated system libraries. See https://88watts.net/download/ReadMe-Bcl32.txt for details. 0.1.3 17-Sep-2015 - David Azarewicz Initial release. =============================================================================