Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/i386/stand/lib remove unused defines



details:   https://anonhg.NetBSD.org/src/rev/b82244db52b1
branches:  trunk
changeset: 545799:b82244db52b1
user:      dsl <dsl%NetBSD.org@localhost>
date:      Wed Apr 16 14:23:11 2003 +0000

description:
remove unused defines

diffstat:

 sys/arch/i386/stand/lib/comio.S |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (19 lines):

diff -r 800c63de6770 -r b82244db52b1 sys/arch/i386/stand/lib/comio.S
--- a/sys/arch/i386/stand/lib/comio.S   Wed Apr 16 14:22:29 2003 +0000
+++ b/sys/arch/i386/stand/lib/comio.S   Wed Apr 16 14:23:11 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: comio.S,v 1.3 2003/02/01 14:48:18 dsl Exp $    */
+/*     $NetBSD: comio.S,v 1.4 2003/04/16 14:23:11 dsl Exp $    */
 
 /* serial console handling
   modelled after code in FreeBSD:sys/i386/boot/netboot/start2.S
@@ -6,9 +6,6 @@
 
 #include <machine/asm.h>
 
-#define        addr32  .byte 0x67
-#define        data32  .byte 0x66
-
        .text
 
 /**************************************************************************



Home | Main Index | Thread Index | Old Index