Subject: Re: scsi ID
To: Jean-Francois Fortier <jefortie@cgocable.ca>
From: Frederick Bruckman <fb@enteract.com>
List: port-mac68k
Date: 04/20/2000 10:54:10
On Thu, 20 Apr 2000, Jean-Francois Fortier wrote:

> HI there.
> 
> 	2 simples questions:
> 
> 1- Is there a way to see the real scsi ID of the hard drive. sd0 is the
> logical ID ??? Without rebooting ?

grep ^sd /var/run/dmesg.boot

> 2- What is the command to see if the scsi tape driver was included in my
> kernel when I compiled it. I dont remenber ... ?

nm /netbsd | grep stmatch

(or use "stattach".)