summaryrefslogtreecommitdiffstats
path: root/sys/isa/fd.c
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>1999-05-30 11:12:30 +0000
committerdfr <dfr@FreeBSD.org>1999-05-30 11:12:30 +0000
commit9246fc0c80d5fc08aae59993df612309bca23ce2 (patch)
tree284f9d977ce419eb1ecb76480c1fc5f7945eebcd /sys/isa/fd.c
parent5c03878b71dfe32091d8d9a1acc9f3a58f66d28a (diff)
downloadFreeBSD-src-9246fc0c80d5fc08aae59993df612309bca23ce2.zip
FreeBSD-src-9246fc0c80d5fc08aae59993df612309bca23ce2.tar.gz
No support for pnp yet.
Diffstat (limited to 'sys/isa/fd.c')
-rw-r--r--sys/isa/fd.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/isa/fd.c b/sys/isa/fd.c
index 35cc34c..cc51f93 100644
--- a/sys/isa/fd.c
+++ b/sys/isa/fd.c
@@ -47,7 +47,7 @@
* SUCH DAMAGE.
*
* from: @(#)fd.c 7.4 (Berkeley) 5/25/91
- * $Id: fd.c,v 1.142 1999/05/08 21:59:24 dfr Exp $
+ * $Id: fd.c,v 1.143 1999/05/11 04:58:30 bde Exp $
*
*/
@@ -86,7 +86,6 @@
#include <isa/isavar.h>
#include <i386/isa/isa.h>
-#include <i386/isa/isa_dma.h>
#include <i386/isa/fdreg.h>
#include <i386/isa/fdc.h>
#include <i386/isa/rtc.h>
@@ -757,6 +756,10 @@ fd_probe(device_t dev)
static int fd_fifo = 0;
#endif
+ /* No pnp support */
+ if (isa_get_vendorid(dev))
+ return (ENXIO);
+
fdsu = *(int *)device_get_ivars(dev); /* xxx cheat a bit... */
fd = device_get_softc(dev);
fdc = device_get_softc(device_get_parent(dev));
OpenPOWER on IntegriCloud