Date: Fri, 5 May 2000 09:32:37 +0500 From: "Sergey A. Ivanov" <lw@pd.chel.ru> To: Gérard Roudier <groudier@club-internet.fr> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re[2]: cvs commit: src/sys/dev/sym sym_fw.h sym_fw1.h sym_fw2.h sym_conf.h sym_defs.h sym_hipd.c Message-ID: <17397.000505@pd.chel.ru> In-Reply-To: <Pine.LNX.4.10.10005042143080.1718-100000@linux.local> References: <Pine.LNX.4.10.10005042143080.1718-100000@linux.local>
next in thread | previous in thread | raw e-mail | index | archive | help
Hello Gérard, Friday, May 05, 2000, 12:58:35 AM, you wrote: GR> On Thu, 4 May 2000, Sergey A. Ivanov wrote: >> Hello Gerard, >> Saturday, April 29, 2000, 3:20:19 PM, you wrote: >> >> GR> groudier 2000/04/29 03:20:19 PDT >> >> GR> Modified files: >> GR> sys/dev/sym sym_conf.h sym_defs.h sym_hipd.c >> GR> Added files: >> GR> sys/dev/sym sym_fw.h sym_fw1.h sym_fw2.h >> GR> Log: >> GR> This new version adds support for early NCR chips. >> GR> 53C810 non 'A', 53C815 and 53C825 non 'A' are now >> GR> attached by the driver (by default). >> GR> The driver uses a different SCRIPTS set based on >> GR> MEMORY MOVE instructions for these chips. >> >> Can it be committed into 4S branch? GR> Not immediately. GR> I still have a patch for `sym' that mostly add some needed work-arounds GR> against C1010 quirks and the resulted driver version will be candidate for GR> both RELENG_4 and RELENG_3 (but not at the same time, obviously). >> I have machine with 53c810 non 'A' >> and want to use them under freebsd. >> Can i just copy files from -current? GR> Yes, this should work just fine. Only a 'make depend' will be needed if GR> you want dependencies with new header files to be correct. But check GR> sym_hipd.c is revision 1.12 and not 1.11, since a tiny fix followed this GR> commit. It won't compile: cc -c -O -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../../include -D_KERNEL -include opt_global.h -elf -mpreferred-stack-boundary=2 ../../dev/sym/sym_hipd.c In file included from ../../dev/sym/sym_hipd.c:129: ../../dev/sym/sym_defs.h:725: syntax error before `0x68000000' ../../dev/sym/sym_defs.h:763: stray '\' in program ../../dev/sym/sym_defs.h:766: stray '\' in program ../../dev/sym/sym_defs.h:769: stray '\' in program ../../dev/sym/sym_defs.h:772: stray '\' in program In file included from ../../dev/sym/sym_hipd.c:130: ../../dev/sym/sym_fw.h:66: stray '\' in program ../../dev/sym/sym_fw.h:67: stray '\' in program ../../dev/sym/sym_fw.h:68: stray '\' in program ../../dev/sym/sym_fw.h:69: stray '\' in program ../../dev/sym/sym_fw.h:70: stray '\' in program ../../dev/sym/sym_fw.h:71: stray '\' in program ../../dev/sym/sym_fw.h:72: stray '\' in program ../../dev/sym/sym_fw.h:73: stray '\' in program ../../dev/sym/sym_fw.h:74: stray '\' in program ../../dev/sym/sym_fw.h:75: stray '\' in program ../../dev/sym/sym_fw.h:76: stray '\' in program ../../dev/sym/sym_fw.h:77: stray '\' in program ../../dev/sym/sym_fw.h:78: stray '\' in program ../../dev/sym/sym_fw.h:85: stray '\' in program ../../dev/sym/sym_fw.h:86: stray '\' in program ../../dev/sym/sym_fw.h:87: stray '\' in program ../../dev/sym/sym_fw.h:88: stray '\' in program ../../dev/sym/sym_fw.h:89: stray '\' in program ../../dev/sym/sym_fw.h:90: stray '\' in program ../../dev/sym/sym_fw.h:91: stray '\' in program ../../dev/sym/sym_fw.h:92: stray '\' in program ../../dev/sym/sym_fw.h:93: stray '\' in program ../../dev/sym/sym_fw.h:94: stray '\' in program ../../dev/sym/sym_fw.h:95: stray '\' in program ../../dev/sym/sym_fw.h:105: stray '\' in program ../../dev/sym/sym_fw.h:108: stray '\' in program ../../dev/sym/sym_fw.h:118: stray '\' in program ../../dev/sym/sym_fw.h:121: stray '\' in program ../../dev/sym/sym_fw.h:156: syntax error before `{' *** Error code 1 Stop in /usr/src/sys/compile/SYM. I think -current have modern gcc than -stable. It is safely just remove '\' and merge splitted lines in one? (Sorry, i'm not a programmer) Best regards, Sergey mailto:lw@pd.chel.ru ICQ UIN: 49432691 http://lw.narod.ru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?17397.000505>