Subject: question about dkdriver
To: None <tech-kern@netbsd.org>
From: Abhijit Dinkar <abhijit.dinkar@cacheflow.com>
List: tech-kern
Date: 03/02/2001 15:42:05
i noticed that struct dkdriver contains just the pointer to the
driver strategy. it appears from the code that this struct will
eventually contain pointers to the driver open, close, etc.,
making the dkdriver similar to bdevsw entry. 

is this transition expected to happen by 1.6? is this needed by
the ATA-4 support?

thanks,
abhijit