* Scott Long, 2005-03-31 :
> Attached are patches for atapicam for ATA-MKIII. I've only done light
> testing, but they seem to work as expected. They work both as a module
> and compiled into the kernel.
Thanks Scott, this is immensely helpful. I'll try to test and commit
that this weekend.
Le 2003-07-17, Daniel Lang écrivait :
> I found out, that the hangs do not appear (or way less likely),
> if the writing speed used is <= 12. But they seem to occur
> very likely if the (attempted) writing speed is like 48.
Hum, nasty, nasty. Looks like the amount of interrupts caused by
high-spe
Le 2002-12-02, Peter Pentchev écrivait :
> Ahhh; of course this would be better. Updated patch attached.
Looks fine.
Thomas.
--
[EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
Le 2002-12-02, Peter Pentchev écrivait :
> > Attached are two patches: a trivial one which just fixes up two problems
> > in diskpart's argument parsing, and a more complex one, which does it
> > "the right way" IMHO, using getopt(3).
The getopt-based version sounds better to me.
> +
Le 2001-05-30, Terry Lambert écrivait :
> SoftICE is actually overkill; ddd and gdb are probably best,
> unless you are talking protected mode code.
For a nice visual debugger, you can also give GVD (GNU Visual
Debugger) a try. See:
http://libre.act-europe.fr/gvd/
Thomas.
--
[EMAIL PROT
Le 2001-05-13, Peter Wemm écrivait :
> The simplest thing is to do a ssh-keygen to generate a new RSA key and
> update ~/.ssh/authorized_keys2 once per remote machine that you connect
> to. Once that is done, it never bothers you again. You can change
> /etc/ssh/ssh_config so that it says 'Prot
Le 2001-04-26, Jesús Arnáiz écrivait :
> I want to set VPN on my system, I see there is many programs created to do it.
>
> Any advantages or disadvantages of using one or other?. What is better (is the first
> time I set VPN on a UNIX system).?
If your requirements are not too complicated, you
Le 2001-04-24, Jamie Heckford écrivait :
> Noticed getpass() is in libc, is there a definition somewhere
> else that would prevent me from changing the Password: prompt?
Try /usr/src/lib/libpam/modules/pam_unix/pam_unix.c.
Thomas.
--
[EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL
Le 2001-03-21, Mike Smith écrivait :
> SCSI is way of encapsulating scanner commands so that you can transport
> them to the scanner. So is USB. The command set your scanner uses is
> probably the same as the SCSI command set, but this is not what a CAM
> transport would give you - it would
Le 2001-03-21, Soren Schmidt écrivait :
> > > > - a CAM transport for ATAPI devices;
> What do you want it for actually ?
It is a possible solution for me to be able to use cdparanoia and cdrdao
with my ATAPI CD drive. An alternative solution would be to implement
an atapi-cd ioctl to send a
Le 2001-03-21, Mike Smith écrivait :
> > Has anyone implemented/thought of implementing:
> > - a CAM transport for ATAPI devices;
> Yes. It's not a lot of work.
Ah, interesting! Do you know if any source code is publicly available?
> > - a CAM transport for USB scanners;
> No; this wouldn
Le 2001-03-19, Nat Lanza écrivait :
> FreeBSD already has an equivalent to the SCSI generic device -- take a
> look at pass(4).
Yep, I am aware of pass(4), but some closed-source software that
comes only as Linux binaries insist on having a /dev/sg device
(which, under FreeBSD, would most likely
Hi hackers,
Has anyone implemented/thought of implementing:
- a CAM transport for ATAPI devices;
- a CAM transport for USB scanners;
- the Linux SCSI generic device (/dev/sg*)?
I would be interested in any experience in these fields...
And I'd rather not start implementing from scratch if
13 matches
Mail list logo