Subject: Re: SCSI
To: Rishabh Kumar Goel <rishabh@soc-soft.com>
From: Manuel Bouyer <bouyer@antioche.lip6.fr>
List: tech-misc
Date: 08/09/2003 19:00:22
On Sat, Aug 09, 2003 at 07:01:52PM +0000, Rishabh Kumar Goel wrote:
> i m working on firewire driver. it requires SCSI support to attach a HDD with
> the kernel.
>
> I made some entries in the kernel configuration file like
> ______________________________________________
> # SCSI bus support
> scsibus* at scsi?
>
> # SCSI devices
> sd* at scsibus? target ? lun ? # SCSI disk drives
> st* at scsibus? target ? lun ? # SCSI tape drives
> cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
> ch* at scsibus? target ? lun ? # SCSI autochangers
> ses* at scsibus? target ? lun ? # SCSI Enclosure Services devices
> ss* at scsibus? target ? lun ? # SCSI scanners
> uk* at scsibus? target ? lun ? # SCSI unknown
>
> #FireWire Devices
> fwohci* at pci? dev ? function ?
> fw* at fwbus?
> fwnode* at fwbus? idhi? idlo?
> sbpscsi* at fwnode?
> scsibus* at sbpscsi?
> pseudo-device fwiso 4
> ______________________________________________
> and in the architechture dependent file
> ______________________________________________
> include "dev/scsipi/files.scsipi"
> ______________________________________________
>
> apart from the above entries do we have to put ne other entries in ne other
> files like /sys/conf/files....etc.
No, this should be enouth.
--
Manuel Bouyer, LIP6, Universite Paris VI. Manuel.Bouyer@lip6.fr
NetBSD: 24 ans d'experience feront toujours la difference
--