Re: svn commit: r196831 - head/sbin/camcontrol

2009-09-04 Thread Eric Masson
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

Re: svn commit: r196831 - head/sbin/camcontrol

2009-09-04 Thread Eric Masson
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

Re: svn commit: r225201 - in head/sys: amd64/conf i386/conf

2011-08-27 Thread Eric Masson
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

Re: svn commit: r201141 - head/sys/netinet

2009-12-28 Thread Eric Masson
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

Re: svn commit: r333511 - stable/11/sys/kern

2018-05-12 Thread Eric Masson
"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