Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Jan 1998 05:43:41 +0100
From:      Alex Le Heux <alexlh@funk.org>
To:        freebsd-questions@FreeBSD.ORG, freebsd-hackers@FreeBSD.ORG
Subject:   strangeness in atapi.c?
Message-ID:  <19980127054341.62282@funk.org>

next in thread | raw e-mail | index | archive | help
Hi,

While going through atapi.c on my 2.2.5 system, attempting to find out
what's wrong with my ATAPI Zipdrive, I found the following:

        case AT_TYPE_DIRECT:            /* direct-access */
	case AT_TYPE_CDROM:             /* CD-ROM device */
	#if NWCD > 0
		/* ATAPI CD-ROM */
	[etc]

This seems to mean that any device that is AT_TYPE_DIRECT (like the Zipdrive)
will get attached as a cdrom. Is this correct? If so, why?

Alex



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980127054341.62282>