diff options
author | sos <sos@FreeBSD.org> | 1998-04-20 18:51:33 +0000 |
---|---|---|
committer | sos <sos@FreeBSD.org> | 1998-04-20 18:51:33 +0000 |
commit | 9a3b7a05d16540a9518b185e9f0ff4a7805c393d (patch) | |
tree | 591907b3d268e5051f48b36a0a3399852a6878c9 | |
parent | d41836ff1783a567dc07d9c040a9d1fc6696e82e (diff) | |
download | FreeBSD-src-9a3b7a05d16540a9518b185e9f0ff4a7805c393d.zip FreeBSD-src-9a3b7a05d16540a9518b185e9f0ff4a7805c393d.tar.gz |
Enable DEVFS usage of the device (include opt_devfs.h>
-rw-r--r-- | sys/i386/isa/wst.c | 3 | ||||
-rw-r--r-- | sys/pc98/pc98/wst.c | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/i386/isa/wst.c b/sys/i386/isa/wst.c index ea0b446..3b1c1c4 100644 --- a/sys/i386/isa/wst.c +++ b/sys/i386/isa/wst.c @@ -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) diff --git a/sys/pc98/pc98/wst.c b/sys/pc98/pc98/wst.c index ea0b446..3b1c1c4 100644 --- a/sys/pc98/pc98/wst.c +++ b/sys/pc98/pc98/wst.c @@ -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) |