projects
/
openwrt
/
staging
/
zorun.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
764ec25
)
quick and dirty buffalo hack
author
Mike Baker
<mbm@openwrt.org>
Tue, 20 Jul 2004 02:37:57 +0000
(
02:37
+0000)
committer
Mike Baker
<mbm@openwrt.org>
Tue, 20 Jul 2004 02:37:57 +0000
(
02:37
+0000)
SVN-Revision: 107
obsolete-buildroot/sources/openwrt-diag.c
patch
|
blob
|
history
diff --git
a/obsolete-buildroot/sources/openwrt-diag.c
b/obsolete-buildroot/sources/openwrt-diag.c
index 73bdac918e0591678d305dbbb52b9e5fddd7b9b9..250a58e307d5e250acd0df63f5524d3cdc87ce29 100644
(file)
--- a/
obsolete-buildroot/sources/openwrt-diag.c
+++ b/
obsolete-buildroot/sources/openwrt-diag.c
@@
-52,6
+52,9
@@
static void v1_set_dmz(u8 state) {
}
}
+// - - - - -
+static void ignore(u8 ignored) {};
+
// - - - - -
#define BIT_DMZ 0x01
#define BIT_DIAG 0x04
@@
-114,6
+117,12
@@
static int __init diag_init()
board_type=1;
set_diag=v1_set_diag;
set_dmz=v1_set_dmz;
+
+ if (board_type==0x41d) {
+ printk(KERN_INFO "buffalo hack.\n");
+ set_diag=ignore;
+ set_dmz=v2_set_dmz;
+ }
} else {
board_type=2;
set_diag=v2_set_diag;