From owner-cvs-all Sun Jul 11 10:45:55 1999 Delivered-To: cvs-all@freebsd.org Received: from david.siemens.de (david.siemens.de [192.35.17.14]) by hub.freebsd.org (Postfix) with ESMTP id 51D0E14BDD; Sun, 11 Jul 1999 10:45:46 -0700 (PDT) (envelope-from ust@cert.siemens.de) X-Envelope-Sender-Is: ust@cert.siemens.de (at relayer david.siemens.de) Received: from mail1.siemens.de (mail1.siemens.de [139.23.33.14]) by david.siemens.de (8.9.3/8.9.3) with ESMTP id TAA27424; Sun, 11 Jul 1999 19:45:46 +0200 (MET DST) Received: from mars.cert.siemens.de (ust.mchp.siemens.de [139.23.201.17]) by mail1.siemens.de (8.9.3/8.9.3) with ESMTP id TAA12939; Sun, 11 Jul 1999 19:45:45 +0200 (MET DST) Received: from alaska.cert.siemens.de (alaska.cert.siemens.de [139.23.202.134]) by mars.cert.siemens.de (8.9.3/8.9.3/Siemens CERT [ $Revision: 1.9 ]) with ESMTP id TAA08016; Sun, 11 Jul 1999 19:47:33 +0200 (CEST) Received: (from ust@localhost) by alaska.cert.siemens.de (8.9.3/8.9.3/alaska [ $Revision: 1.2 ]) id RAA57762; Sun, 11 Jul 1999 17:47:32 GMT (envelope-from ust) Date: Sun, 11 Jul 1999 19:47:32 +0200 From: Udo Schweigert To: freebsd-stable@freebsd.org, cvs-all@freebsd.org Subject: cam broken in -STABLE Message-ID: <19990711194732.A57659@alaska.cert.siemens.de> Mail-Followup-To: freebsd-stable@freebsd.org, cvs-all@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i X-Operating-System: FreeBSD 3.2-STABLE Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Today's -STABLE kernel won't compile: cc -c -O2 -pipe -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wuninitialized -Wformat -Wunused -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../../include -DUSBVERBOSE -DKERNEL -DVM_STACK -include opt_global.h -elf ../../cam/cam_xpt.c ../../cam/cam_xpt.c:243: parse error before `{' Here's the fix: --- /tmp/cam_xpt.c.org Sun Jul 11 19:43:22 1999 +++ /tmp/cam_xpt.c Sun Jul 11 19:42:08 1999 @@ -237,11 +237,11 @@ { T_DIRECT, SIP_MEDIA_FIXED, quantum, "XP32275*", "*" }, /*quirks*/0, /*mintags*/24, /*maxtags*/32 }, + { + /* Broken tagged queuing drive */ { T_DIRECT, SIP_MEDIA_FIXED, microp, "4421-07*", "*" }, /*quirks*/0, /*mintags*/0, /*maxtags*/0 }, - { - /* Broken tagged queuing drive */ { /* Broken tagged queuing drive */ { T_DIRECT, SIP_MEDIA_FIXED, "HP", "C372*", "*" }, Regards ------------------------------------------------------------------------------- Udo Schweigert || Voice : +49 89 636 42170 Siemens AG, Siemens CERT || Fax : +49 89 636 48000 ZT IK 3 || email : Udo.Schweigert@mchp.siemens.de D-81730 Muenchen / Germany || : ust@cert.siemens.de PGP fingerprint || 2A 53 F6 A6 30 59 64 02 6B C4 E0 73 B2 C9 6C E7 ------------------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message