Module Name: src Committed By: tsutsui Date: Fri Apr 9 11:09:03 UTC 2010
Modified Files: src/sys/arch/atari/dev: ser.c Log Message: Make options SERCONSOLE (force serial console if DCD is detected) patchable by binpatch(8) like: --- # binpatch -s serconsole -r 0 /netbsd serconsole(0x23bac4): 0x00000001 (1), at offset 0x23bb44 in /netbsd new value: 0x00000000 (0) # --- May work around PR port-atari/39849 (netbsd-ATARITT kernel fails with serial port connected) and some old TT030 with early revision boards. To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 src/sys/arch/atari/dev/ser.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.