diff options
author | Hakan Olsson <ho@cvs.openbsd.org> | 2001-07-02 09:18:16 +0000 |
---|---|---|
committer | Hakan Olsson <ho@cvs.openbsd.org> | 2001-07-02 09:18:16 +0000 |
commit | cec86bbea2ae9d83cb801302c87b600b8ced797d (patch) | |
tree | 4a9f2f0f1526f46654b0b0a11d84196f07be35c6 /sys/dev/pci/ises.c | |
parent | 4ce0732d9ec09aa72dad9b4ab346ec335666ea59 (diff) |
Put the ISES firmware under dev/microcode/.
Diffstat (limited to 'sys/dev/pci/ises.c')
-rw-r--r-- | sys/dev/pci/ises.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/ises.c b/sys/dev/pci/ises.c index a3200bc609c..5b82ff3d69c 100644 --- a/sys/dev/pci/ises.c +++ b/sys/dev/pci/ises.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ises.c,v 1.12 2001/06/27 00:20:16 ho Exp $ */ +/* $OpenBSD: ises.c,v 1.13 2001/07/02 09:18:15 ho Exp $ */ /* * Copyright (c) 2000, 2001 Håkan Olsson (ho@crt.se) @@ -56,6 +56,7 @@ #include <dev/pci/isesreg.h> #include <dev/pci/isesvar.h> +#include <dev/microcode/ises/ises_fw.h> /* * Prototypes and count for the pci_device structure |