Alexander Motin writes:
> It looks like using SCSI/ATAPI command, not an ATA. So it is supported
> for long time. But the idea is right, it should be possible to control
> it from command line.
Ok, I'll dig this. atapicam & camcontrol will be my new friends ;)
I've been using FreeBSD since 3.0 w
Alexander Motin writes:
Hi Alexander,
> Author: mav
> Date: Fri Sep 4 18:21:40 2009
> New Revision: 196831
> URL: http://svn.freebsd.org/changeset/base/196831
>
> Log:
> Add to `camcontrol cmd` support for sending arbitrary ATA commands.
>
> It could be used for broad range of tasks, suc
Slawa Olhovchenkov writes:
Hello,
> Yes, from FreeBSD 6.x puc.ko don't work. Only in-kernel version work.
Nope puc.ko module can't attach drivers compiled in kernel, but if both
puc & uart are loaded as modules, they work fine :
emss@srvbsdfenssv:~> uname -mr
8.2-RELEASE-p2 amd64
emss@srvbsdfen
Luigi Rizzo writes:
Hello,
> does it give a warning or an error ? I tried a buildkernel (i386) and
> also a picobsd build and neither give any warning.
Warning treated as error, bz@'commit fixes -current build.
--
Excusez-moi pour ce message perso mais y'a urgence.
Régis X de Chambéry et Th
"Jonathan T. Looney" writes:
Hi Jonathan,
> Log:
> r285910 attempted to make shutdown() be POSIX compliant by returning
> ENOTCONN when shutdown() is called on unconnected sockets. This change was
> slightly modified by r316874, which returns ENOTCONN in the case of an
> unconnected dat