diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2001-04-11 04:05:18 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2001-04-11 04:05:18 +0000 |
commit | 1be799f58fed94ced28b4f6269131e88dc3cdd1b (patch) | |
tree | 9ab26e9dd4d81615f32b0650505857cf1b24523a /sys/dev/pci | |
parent | db9711b57b0399c450ab10c51c0dfdc0ba6e5df0 (diff) |
Update the adw driver to use the latest version of firmware (3.3f).
Move the microcode files to dev/microcode/adw/*.
Diffstat (limited to 'sys/dev/pci')
-rw-r--r-- | sys/dev/pci/adw_pci.c | 4 | ||||
-rw-r--r-- | sys/dev/pci/files.pci | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/pci/adw_pci.c b/sys/dev/pci/adw_pci.c index 5fdef4fa480..c6f66f1d5ff 100644 --- a/sys/dev/pci/adw_pci.c +++ b/sys/dev/pci/adw_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: adw_pci.c,v 1.6 2000/06/28 23:49:31 krw Exp $ */ +/* $OpenBSD: adw_pci.c,v 1.7 2001/04/11 04:05:17 krw Exp $ */ /* $NetBSD: adw_pci.c,v 1.7 2000/05/26 15:13:46 dante Exp $ */ /* @@ -68,7 +68,7 @@ #include <dev/pci/pcidevs.h> #include <dev/ic/adwlib.h> -#include <dev/ic/adwmcode.h> +#include <dev/microcode/adw/adwmcode.h> #include <dev/ic/adw.h> /******************************************************************************/ diff --git a/sys/dev/pci/files.pci b/sys/dev/pci/files.pci index f0349acd0d0..44659719423 100644 --- a/sys/dev/pci/files.pci +++ b/sys/dev/pci/files.pci @@ -1,4 +1,4 @@ -# $OpenBSD: files.pci,v 1.103 2001/04/10 22:52:00 aaron Exp $ +# $OpenBSD: files.pci,v 1.104 2001/04/11 04:05:17 krw Exp $ # $NetBSD: files.pci,v 1.20 1996/09/24 17:47:15 christos Exp $ # # Config file and device description for machine-independent PCI code. @@ -56,7 +56,7 @@ file dev/ic/advmcode.c adv_pci attach adw at pci with adw_pci file dev/pci/adw_pci.c adw_pci file dev/ic/adwlib.c adw_pci -file dev/ic/adwmcode.c adw_pci +file dev/microcode/adw/adwmcode.c adw_pci # BusLogic BT-9xx PCI family # device declaration in sys/dev/isa/files.isa |