From 358ef546e609097f0c8b22e8b948b8c24f8aad20 Mon Sep 17 00:00:00 2001 From: sos Date: Tue, 14 Dec 1999 10:25:28 +0000 Subject: Have another go at the VIA support, this time use the PCI ID form the main component in the southbridge chip to determine which VIA chip we are dealing with. Try to enable DMA on generic controllers that say they has the capability, instead of relying on the BIOS to have set it up. --- sys/dev/ata/atapi-tape.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/dev/ata/atapi-tape.c') diff --git a/sys/dev/ata/atapi-tape.c b/sys/dev/ata/atapi-tape.c index 9e4d8ea..5574da3 100644 --- a/sys/dev/ata/atapi-tape.c +++ b/sys/dev/ata/atapi-tape.c @@ -35,6 +35,7 @@ #include #include #include +#include #include #include #include -- cgit v1.1