From owner-freebsd-hackers Tue Jul 16 22:37:41 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA29999 for hackers-outgoing; Tue, 16 Jul 1996 22:37:41 -0700 (PDT) Received: from Cypress.Com (janus.cypress.com [157.95.1.1]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id WAA29970; Tue, 16 Jul 1996 22:37:29 -0700 (PDT) Received: from cypress.com (diamond.cadc.cypress.com) by Cypress.Com; Tue, 16 Jul 1996 22:41:54 -0700 Received: from onyx.cadc by cypress.com (4.1/SMI-4.1) id AA06268; Wed, 17 Jul 96 00:36:06 CDT Received: by onyx.cadc (SMI-8.6/SMI-SVR4) id AAA11086; Wed, 17 Jul 1996 00:36:06 -0500 Date: Wed, 17 Jul 1996 00:36:06 -0500 From: bab@cypress.com (Barry Boes/CADC Datacomm CAD) Message-Id: <199607170536.AAA11086@onyx.cadc> To: jkh@time.cdrom.com Cc: hackers@freebsd.org, committers@freebsd.org In-Reply-To: <18688.837496586@time.cdrom.com> (jkh@time.cdrom.com) Subject: Re: IDE cd-rom drivers Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Jordan, I have cleaned up my modifications to the ATAPI driver enough that it should be distributable at least to people dying for a fix to see if it helps. The only section that I modified was the atapi_probe subroutine in atapi.c and a few new defines in atapi.h. I changed the way the probe is done to conform with the ATAPI 1.2 standard document SFF-8020. I believe this driver will now support more drive types - my drive didn't respond to the older probe code. I didn't know how you would prefer the code so I FTP'ed it to ftp.freebsd.org:/pub/FreeBSD/incoming/atapi_960716.tgz. If there's anything else I can do to help, please let me know. To those of you who responded to me saying you wanted this driver - please let me know what your results are with it either positive or negative. -Barry