Enable DEVFS usage of the device (include opt_devfs.h>

This commit is contained in:
Søren Schmidt 1998-04-20 18:51:33 +00:00
parent d0c0b545a7
commit d264ed7a01
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=35352
2 changed files with 4 additions and 2 deletions

View File

@ -25,12 +25,13 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* $Id: wst.c,v 1.2 1998/03/17 10:45:18 sos Exp $
* $Id: wst.c,v 1.3 1998/04/08 20:00:03 sos Exp $
*/
#include "wdc.h"
#include "wst.h"
#include "opt_atapi.h"
#include "opt_devfs.h"
#if NWST > 0 && NWDC > 0 && defined(ATAPI)

View File

@ -25,12 +25,13 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* $Id: wst.c,v 1.2 1998/03/17 10:45:18 sos Exp $
* $Id: wst.c,v 1.3 1998/04/08 20:00:03 sos Exp $
*/
#include "wdc.h"
#include "wst.h"
#include "opt_atapi.h"
#include "opt_devfs.h"
#if NWST > 0 && NWDC > 0 && defined(ATAPI)