diff --git a/src/net_ne2000.c b/src/net_ne2000.c index 9df7ac7ff..5c8f2c829 100644 --- a/src/net_ne2000.c +++ b/src/net_ne2000.c @@ -8,10 +8,9 @@ * * Implementation of an NE2000/RTL8029AS network controller. * - * NOTE: Its still a mess, but we're getting there. The file will - * also implement an NE1000 for 8-bit ISA systems. + * NOTE: The file will also implement an NE1000 for 8-bit ISA systems. * - * Version: @(#)net_ne2000.c 1.0.8 2017/06/01 + * Version: @(#)net_ne2000.c 1.0.9 2017/06/02 * * Authors: Fred N. van Kempen, * Peter Grehan, grehan@iprg.nokia.com> diff --git a/src/scsi_buslogic.c b/src/scsi_buslogic.c index eaf475044..207e8ea79 100644 --- a/src/scsi_buslogic.c +++ b/src/scsi_buslogic.c @@ -4,10 +4,13 @@ * PC systems and compatibles from 1981 through fairly recent * system designs based on the PCI bus. * - * Emulation of BusLogic BT-542B ISA and BT-958D PCI SCSI - * controllers. + * Emulation of BusLogic ISA and PCI SCSI controllers. Boards + * supported: * - * Version: @(#)scsi_buslogic.c 1.0.0 2017/05/30 + * 0 - BT-542B ISA; + * 1 - BT-958 PCI (but BT-542B ISA on non-PCI machines) + * + * Version: @(#)scsi_buslogic.c 1.0.2 2017/06/02 * * Author: TheCollector1995, * Miran Grca, @@ -16,13 +19,6 @@ * Copyright 2016-2017 Miran Grca. * Copyright 2017-2017 Fred N. van Kempen. */ - -/*Buslogic SCSI emulation*/ - -/* Emulated SCSI controllers: - 0 - BusLogic BT-542B ISA; - 1 - BusLogic BT-958 PCI (but BT-542B ISA on non-PCI machines). */ - #include #include #include