reverse scsi emulation possible (camatapi)?

2010-03-02 Thread Alexander Best
hi there, people with atapi devices have been used to having the atapicam(4) option enabled in their kernel conf so applications relying on the scsi(4) subsystem (such as cdrecord or growsisofs) work with those atapi devices. since the whole ata(4) infrastructure will eventually die: is there a

SCSI Emulation

2003-12-28 Thread dvelez502
Hi, I am using FreeBSD 5.1 Is scsi emulation available in freeBSD 5.1? If yes, How? If not, is there a way I can use cdrecord with an IDE cdrw drive? If both answers to these two questions is NO , do you know if freeBSD will support SCSI emulation in their future releases? I appreciate your

Re: SCSI Emulation

2003-12-28 Thread Trey Sizemore
[EMAIL PROTECTED] wrote: Hi, I am using FreeBSD 5.1 Is scsi emulation available in freeBSD 5.1? If yes, How? If not, is there a way I can use cdrecord with an IDE cdrw drive? If both answers to these two questions is NO , do you know if freeBSD will support SCSI emulation in their future

ide-scsi emulation required?

2003-12-01 Thread Trey Sizemore
Coming from a linux background, I understand that up to the 2.4.x series of kernels that scsi emulation is required of ide drives in order to burn CDs. This will no longer be a requirement with the new 2.6.x series of kernels. What is the current requirement in FreeBSD? Is this scsi emulation

Re: SCSI Emulation

2003-03-22 Thread Scott A. Moberly
Is there any way of doing ide-scsi emulation for CDROM/CDWriter drives on FreeBSD-4.7-Release on i386? see man atapicam and http://www.cuivre.fr.eu.org/~thomas/atapicam/ You don't have to patch if you are on the latest RELENG (not sure about 4.7-RELEASE) -- Scott A. Moberly [EMAIL PROTECTED

Re: SCSI Emulation

2003-03-22 Thread Lowell Gilbert
Subhro Sankha Kar [EMAIL PROTECTED] writes: Is there any way of doing ide-scsi emulation for CDROM/CDWriter drives on FreeBSD-4.7-Release on i386? Yes, with the atapicam support (add it to your kernel). Unlike Linux, however, there's no need to emulate SCSI to use the drive. burncd(8

Re: SCSI Emulation

2003-03-22 Thread taxman
of doing ide-scsi emulation for CDROM/CDWriter drives on FreeBSD-4.7-Release on i386? the only way to do it on 4.7-Release would be to merge the patches from -current yourself. Or a little easier would be to cvsup to 4-stable. Use RELENG_4 then see the handbook section on cutting edge

SCSI Emulation

2003-03-21 Thread Subhro Sankha Kar
Hello, Is there any way of doing ide-scsi emulation for CDROM/CDWriter drives on FreeBSD-4.7-Release on i386? Subhro Sankha Kar IIIT-Calcutta To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

Re: SCSI emulation of ATAPI CDROM

2003-02-28 Thread Shantanu Mahajan
on http://www.cuivre.fr.eu.org/~thomas/atapicam/, found out the .diff files. But don't have sys/dev/ata/atapi-cam.c file. Here's the output of ls. ls /usr/src/sys/dev/ata/ ata-all.c ata-disk.hata-raid.catapi-cd.c atapi-tape.c

Re: SCSI emulation of ATAPI CDROM

2003-02-28 Thread Matthew Seaman
On Fri, Feb 28, 2003 at 11:41:02AM +0200, Willie Viljoen wrote: First two lines of atapicam-20020820.diff: --- /dev/null Mon Aug 19 21:34:21 2002 +++ sys/dev/ata/atapi-cam.c Mon Aug 12 22:08:00 2002 This means that applying the patch should create atapi-cam.c. Try applying from

More Questions on SCSI Emulation

2002-11-02 Thread TooMany Mirrors
Ok, so last I heard was that the latest 4.7-STABLE had the apticam build in. But how do I get it working exactly. I went though the realing notes and didn't see specifics. Though I could just be stupid. And if I still can't get the SCSI emulation working there can someone point me to a cheat

Re: SCSI emulation help and patching

2002-10-30 Thread Brad Laue
used these patches or another method let me know how you did and and if it works well. Thanks. TooManyMirrors Given the fact that the new cdrecord uses ATAPI commands instead of relying on SCSI emulation, is there another practical reason ATAPICAM exists? Brad -- // -- http://www.BRAD-X.com

Re: SCSI emulation help and patching

2002-10-30 Thread Thomas Quinot
Le 2002-10-30, Brad Laue écrivait : Given the fact that the new cdrecord uses ATAPI commands instead of relying on SCSI emulation, is there another practical reason ATAPICAM exists? First, I do not know what 'new cdrecord' you are referring to. The version from the ports tree does *not* use

Re: SCSI emulation help and patching

2002-10-30 Thread Andy Sparrow
I have a custom kernel and I'm running Stable I am really just making sure this is a resonable solution. However I have applied all patches and am getting an error during the build process. This is all applicalbe info 4.7-STABLE FreeBSD 4.7-STABLE #0: Mon Oct 28 12:16:28 EST 2002 patch

SCSI emulation help and patching

2002-10-29 Thread TooMany Mirrors
I have a few questions that I need some help with. I would like to set up my cd burner with scsi emultion so I can use some of the X cd burning apps to make music cds from OGGs/MP3s. I found the site http://www.cuivre.fr.eu.org/~thomas/atapicam/ and got the patches, but I'm honestly not sure

Re: SCSI emulation help and patching

2002-10-29 Thread Thomas Quinot
Le 2002-10-29, TooMany Mirrors écrivait : to make music cds from OGGs/MP3s. I found the site http://www.cuivre.fr.eu.org/~thomas/atapicam/ and got the patches, but I'm honestly not sure how to use them and I want If you are not at ease with the process of patching, recompiling and

RE: SCSI emulation help and patching

2002-10-29 Thread TooMany Mirrors
I have a custom kernel and I'm running Stable I am really just making sure this is a resonable solution. However I have applied all patches and am getting an error during the build process. This is all applicalbe info 4.7-STABLE FreeBSD 4.7-STABLE #0: Mon Oct 28 12:16:28 EST 2002 patch

RE: SCSI emulation help and patching

2002-10-29 Thread Michael Joyner
there is a third file you need to download atapicam-20020820.diff atapicam-STABLE-config-20020820.diff cam_xpt.c.diff Quoting TooMany Mirrors [EMAIL PROTECTED]: I have a custom kernel and I'm running Stable I am really just making sure this is a resonable solution. However I have applied

RE: SCSI emulation help and patching

2002-10-29 Thread TooMany Mirrors
Ok, I am still getting the same build error about unknow device as before. All three patches apply without errors but the kernel build still fails. I have included all info incuding the kernel in a previous email. If someone can figure out what the heck I am doing different than everyone else

RE: SCSI emulation help and patching

2002-10-29 Thread Michael Joyner
did you remove the kernel temporary build directory and re-run config before re-building? Quoting TooMany Mirrors [EMAIL PROTECTED]: Ok, I am still getting the same build error about unknow device as before. All three patches apply without errors but the kernel build still fails. I have

Re: SCSI emulation help and patching

2002-10-29 Thread joe
On October 29, 2002 04:52 pm, Michael Joyner wrote: there is a third file you need to download atapicam-20020820.diff atapicam-STABLE-config-20020820.diff cam_xpt.c.diff Quoting TooMany Mirrors [EMAIL PROTECTED]: 4.7-STABLE FreeBSD 4.7-STABLE #0: Mon Oct 28 12:16:28 EST 2002 patch

RE: SCSI emulation help and patching

2002-10-29 Thread TooMany Mirrors
Where is the kernels tmp build dir? and I'm using the new make buildkernel KERNCONF=KERNEL method, not the old ./config cd ../../make etc. _ Surf the Web without missing calls! Get MSN Broadband.

RE: SCSI emulation help and patching

2002-10-29 Thread Michael Joyner
should be under /usr/src/sys/compile presuming of course that the KERNCONF method uses the same dir. Quoting TooMany Mirrors [EMAIL PROTECTED]: Where is the kernels tmp build dir? and I'm using the new make buildkernel KERNCONF=KERNEL method, not the old ./config cd ../../make etc.

Re: SCSI emulation help and patching

2002-10-29 Thread Hiroyuki CHIBA
Hi, From: TooMany Mirrors [EMAIL PROTECTED] Subject: RE: SCSI emulation help and patching Date: Wed, 30 Oct 2002 00:50:19 -0500 Message-ID: [EMAIL PROTECTED] Where is the kernels tmp build dir? and I'm using the new make buildkernel KERNCONF=KERNEL method, not the old ./config cd ../../make

Re: SCSI emulation help and patching

2002-10-29 Thread Hiroyuki CHIBA
Hi, May I correct some discriptions? From: Hiroyuki CHIBA [EMAIL PROTECTED] Subject: Re: SCSI emulation help and patching Date: Wed, 30 Oct 2002 16:23:39 +0900 (JST) Message-ID: [EMAIL PROTECTED] clin They will be made under /usr/obj/{path of src}, may be /usr/obj/usr/src/compile/KERNEL