summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1994-09-25 07:11:37 +0000
committerphk <phk@FreeBSD.org>1994-09-25 07:11:37 +0000
commit194f2d78ca4351417ec6449abbad19c44eac09e9 (patch)
tree9f1f61a67ba15948b52079fbd9dc2e7a7d627d2f /sys
parent711a67aa9d0b002c5d62991ea7c3865e7c88d889 (diff)
downloadFreeBSD-src-194f2d78ca4351417ec6449abbad19c44eac09e9.zip
FreeBSD-src-194f2d78ca4351417ec6449abbad19c44eac09e9.tar.gz
Made the kernel 256 bytes smaller by removing a unused
u_char bt_scratch_buf[256]; doesn't affect the file-size though :-(
Diffstat (limited to 'sys')
-rw-r--r--sys/i386/isa/bt742a.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/i386/isa/bt742a.c b/sys/i386/isa/bt742a.c
index fa4c8d7..056dba8 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 */
OpenPOWER on IntegriCloud