From 380bfe324d2824a84c295fedcad75ecded759d1d Mon Sep 17 00:00:00 2001 From: hidnplayr Date: Sun, 7 Oct 2012 14:30:46 +0000 Subject: [PATCH] fixed build for i8255x stub git-svn-id: svn://kolibrios.org@2983 a494cfbc-eb01-0410-851d-a64ba20cac60 --- kernel/branches/net/drivers/i8255x.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kernel/branches/net/drivers/i8255x.asm b/kernel/branches/net/drivers/i8255x.asm index cc4d2e4930..28584404b6 100644 --- a/kernel/branches/net/drivers/i8255x.asm +++ b/kernel/branches/net/drivers/i8255x.asm @@ -1,6 +1,6 @@ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; ;; -;; Copyright (C) KolibriOS team 2004-2011. All rights reserved. ;; +;; Copyright (C) KolibriOS team 2004-2012. All rights reserved. ;; ;; Distributed under terms of the GNU General Public License ;; ;; ;; ;; i8255x (Intel eepro 100) driver for KolibriOS ;; @@ -671,7 +671,7 @@ int_handler: mov ebx, [esi] set_io 0 - set_io REG_ISR + set_io reg_scb_status in ax, dx out dx, ax ; send it back to ACK test ax, ax