quick and dirty buffalo hack
SVN-Revision: 107
This commit is contained in:
		| @@ -52,6 +52,9 @@ static void v1_set_dmz(u8 state) { | |||||||
| 	} | 	} | ||||||
| } | } | ||||||
|  |  | ||||||
|  | // - - - - - | ||||||
|  | static void ignore(u8 ignored) {}; | ||||||
|  |  | ||||||
| // - - - - - | // - - - - - | ||||||
| #define BIT_DMZ         0x01 | #define BIT_DMZ         0x01 | ||||||
| #define BIT_DIAG        0x04 | #define BIT_DIAG        0x04 | ||||||
| @@ -114,6 +117,12 @@ static int __init diag_init() | |||||||
| 		board_type=1; | 		board_type=1; | ||||||
| 		set_diag=v1_set_diag; | 		set_diag=v1_set_diag; | ||||||
| 		set_dmz=v1_set_dmz; | 		set_dmz=v1_set_dmz; | ||||||
|  |  | ||||||
|  | 		if (board_type==0x41d) { | ||||||
|  | 			printk(KERN_INFO "buffalo hack.\n"); | ||||||
|  | 			set_diag=ignore; | ||||||
|  | 			set_dmz=v2_set_dmz; | ||||||
|  | 		} | ||||||
| 	} else { | 	} else { | ||||||
| 		board_type=2; | 		board_type=2; | ||||||
| 		set_diag=v2_set_diag; | 		set_diag=v2_set_diag; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Mike Baker
					Mike Baker