From 36fe87de5e8f718d9832621d24b610cf8869736a Mon Sep 17 00:00:00 2001 From: Kenneth R Westerback Date: Sun, 15 May 2005 00:23:34 +0000 Subject: Oops. atapiscsi.h is needed because that's where NATAPISCSI is defined. Fixes Y-E DATA USB Floppy Drive that otherwise complains about 'atapiscsi not configured'. Should fix PR #4204 from Ben Hooper. --- sys/dev/usb/umass.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys/dev/usb/umass.c b/sys/dev/usb/umass.c index 736aa574850..53ec46d7d77 100644 --- a/sys/dev/usb/umass.c +++ b/sys/dev/usb/umass.c @@ -1,4 +1,4 @@ -/* $OpenBSD: umass.c,v 1.40 2005/05/14 23:36:26 krw Exp $ */ +/* $OpenBSD: umass.c,v 1.41 2005/05/15 00:23:33 krw Exp $ */ /* $NetBSD: umass.c,v 1.116 2004/06/30 05:53:46 mycroft Exp $ */ /* @@ -131,6 +131,8 @@ * umass_cam_cb again to complete the CAM command. */ +#include "atapiscsi.h" + #include #include #include -- cgit v1.2.3