Subject: Re: NetBSD /sys/scsi code for pc532
To: None <budd@cs.bu.edu, mycroft@gnu.ai.mit.edu, phil@cs.wwu.edu,>
From: Phil Budne <budd@cs.bu.edu>
List: port-pc532
Date: 05/22/1994 00:56:45
Perhaps I'm not looking at the most up-to-date code (I last fetched
kernel source around April 26).  It looked like config_found(),
config_search(), config_attach() (all in isa.c), and scsibusattach(),
and scsi_probe_bus() (in scsiconf.c) were all tied to use of the LBL
autoconf.c and "struct device" nodes.

Now I see that generic versions config_xxx exist in
kern/subr_autoconfig.c But the fact remains that the pc532 kernel I
have doesn't use "device" nodes at all, but my obervations lead me to
think maybe it should!

My sources also contain dk_establish() calls, but I couldn't find a
definition... It is something comming or going?

------------------------------------------------------------------------------