From owner-freebsd-current  Thu Oct 26 05:10:52 1995
Return-Path: owner-current
Received: (from root@localhost)
          by freefall.freebsd.org (8.6.12/8.6.6) id FAA03708
          for current-outgoing; Thu, 26 Oct 1995 05:10:52 -0700
Received: from Campino.Informatik.RWTH-Aachen.DE (campino.Informatik.RWTH-Aachen.DE [137.226.225.2])
          by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id FAA03695
          for <freebsd-current@FreeBSD.org>; Thu, 26 Oct 1995 05:10:24 -0700
Received: from gom.informatik.rwth-aachen.de (odiug@manray.Informatik.RWTH-Aachen.DE [137.226.112.207]) by Campino.Informatik.RWTH-Aachen.DE (RBI-Z-4/8.6.12)
	with SMTP id NAA13497 for <freebsd-current@FreeBSD.org>; Thu, 26 Oct 1995 13:05:28 +0100
Received: by gom.informatik.rwth-aachen.de (5.0/SMI-SVR4)
	id AA12214; Thu, 26 Oct 1995 13:10:21 --100
Date: Thu, 26 Oct 1995 13:10:21 --100
From: odiug@gom.informatik.rwth-aachen.de (Guido Muesch)
Message-Id: <9510261210.AA12214@gom.informatik.rwth-aachen.de>
To: freebsd-current@FreeBSD.org
Subject: Re: Where is IDE CDROM?
Content-Length: 1113
Sender: owner-current@FreeBSD.org
Precedence: bulk

> From owner-freebsd-current@freefall.freebsd.org Wed Oct 25 15:53 MET 1995
> Date: Wed, 25 Oct 95 10:26:40 PDT
> From: "Ugen J.S.Antsilevich" <ugen@latte.worldbank.org>
> Subject: Where is IDE CDROM?
> To: freebsd-current@FreeBSD.org, vak@cronyx.ru
> Mime-Version: 1.0
> 
> Hi!
> 
>  So again where the hell disappeared the IDE cdrom from this -current?
> It does not seems to be detected on my boot...
> And was there any progress on HITACHI CDROM's?
> --Ugen
> 
I am also trying to find out, why my Atapi CD-Rom is not working.
I found the following in atapi.c:
---
#ifdef ATAPI_MODULE
#   define ATAPI_STATIC
#endif

#include <i386/isa/atapi.h>

#ifndef ATAPI_STATIC
/*
 * In the case of loadable ATAPI driver we need to store
 * the probe info for delayed attaching.
 */
---
Shouldn't that be:
#ifndef ATAPI_MODULE
#   define ATAPI_STATIC
#endif

I changed that and the kernel seems to recognizes my CD-Rom, but the kernel
crashes in wd.c:wcdattach trying to call atapi_request_immediate.

Ist this fixed by now, or do I have a great misunderstanding here?
My 'current' is a few days old now.

Ciao
  Guido