From 295cfc17bdd4ddc0313186aa0dc7f15998a89d96 Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Sun, 25 Sep 1994 07:11:37 +0000 Subject: [PATCH] Made the kernel 256 bytes smaller by removing a unused u_char bt_scratch_buf[256]; doesn't affect the file-size though :-( --- sys/i386/isa/bt742a.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sys/i386/isa/bt742a.c b/sys/i386/isa/bt742a.c index fa4c8d7fde5..056dba88c76 100644 --- a/sys/i386/isa/bt742a.c +++ b/sys/i386/isa/bt742a.c @@ -12,7 +12,7 @@ * on the understanding that TFS is not responsible for the correct * functioning of this software in any circumstances. * - * $Id: bt742a.c,v 1.21 1994/08/23 07:52:07 paul Exp $ + * $Id: bt742a.c,v 1.22 1994/08/27 16:14:19 davidg Exp $ */ /* @@ -315,8 +315,6 @@ struct bt_config { #define PAGESIZ 4096 #define INVALIDATE_CACHE {asm volatile( ".byte 0x0F ;.byte 0x08" ); } -u_char bt_scratch_buf[256]; - struct bt_data { short bt_base; /* base port for each board */ struct bt_mbx bt_mbx; /* all our mailboxes */