Date: Sun, 11 Jul 1999 19:47:32 +0200 From: Udo Schweigert <ust@cert.siemens.de> To: freebsd-stable@freebsd.org, cvs-all@freebsd.org Subject: cam broken in -STABLE Message-ID: <19990711194732.A57659@alaska.cert.siemens.de>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990711194732.A57659>
