RFC: ATA to CAM integration patch

Gary Jennejohn gary.jennejohn at freenet.de
Thu Jul 9 10:33:55 UTC 2009


On Thu, 09 Jul 2009 09:26:09 +0400
Andrey Groshev <greenx at yartv.ru> wrote:

> I can not install the patch.
> Already all try.
> 
[snip error output]
> 
> What am I doing wrong?
> 

Nothing.

Lucius Windschuh <lwindschuh at googlemail.com> posted a fix in a previous
message.

Quoting from Lucius' mail

Simply adding
#ifndef min
#define min(a,b) (((a)<(b))?(a):(b))
#endif
in ata_all.c helps, obviously.

---
Gary Jennejohn


More information about the freebsd-current mailing list