summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2001-06-18 19:27:20 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2001-06-18 19:27:20 +0000
commitc186262a7b808551ddba1c460b057b06bc29fa9d (patch)
tree03628e6526b7a154ac2370a173c4f8074755f7a0
parentb4aeb5be56d42c627b4d58ca9515b30135d70485 (diff)
more more microcode (so it does not end up installed in includes, for one)
-rw-r--r--sys/dev/microcode/cirruslogic/cs4280_image.h (renamed from sys/dev/pci/cs4280_image.h)2
-rw-r--r--sys/dev/microcode/neomagic/neo-coeff.h (renamed from sys/dev/pci/neo-coeff.h)2
-rw-r--r--sys/dev/pci/cs4280.c4
-rw-r--r--sys/dev/pci/neo.c4
4 files changed, 6 insertions, 6 deletions
diff --git a/sys/dev/pci/cs4280_image.h b/sys/dev/microcode/cirruslogic/cs4280_image.h
index a1f61b30a0a..32298d5873d 100644
--- a/sys/dev/pci/cs4280_image.h
+++ b/sys/dev/microcode/cirruslogic/cs4280_image.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cs4280_image.h,v 1.2 2001/01/26 22:37:49 mickey Exp $ */
+/* $OpenBSD: cs4280_image.h,v 1.1 2001/06/18 19:27:19 deraadt Exp $ */
/* $NetBSD: cs4280_image.h,v 1.1 1999/12/13 20:19:24 augustss Exp $ */
/* This source is based on cwcimage.h in cwcealdr1.zip, the
diff --git a/sys/dev/pci/neo-coeff.h b/sys/dev/microcode/neomagic/neo-coeff.h
index 31a4d1e1293..adcb5811df8 100644
--- a/sys/dev/pci/neo-coeff.h
+++ b/sys/dev/microcode/neomagic/neo-coeff.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: neo-coeff.h,v 1.2 2001/01/26 22:33:33 mickey Exp $ */
+/* $OpenBSD: neo-coeff.h,v 1.1 2001/06/18 19:27:19 deraadt Exp $ */
/*
* Copyright (c) 1999 Cameron Grant <gandalf@vilnya.demon.co.uk>
diff --git a/sys/dev/pci/cs4280.c b/sys/dev/pci/cs4280.c
index 42c31754021..80e942d5e57 100644
--- a/sys/dev/pci/cs4280.c
+++ b/sys/dev/pci/cs4280.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cs4280.c,v 1.9 2001/06/12 15:40:30 niklas Exp $ */
+/* $OpenBSD: cs4280.c,v 1.10 2001/06/18 19:27:17 deraadt Exp $ */
/* $NetBSD: cs4280.c,v 1.5 2000/06/26 04:56:23 simonb Exp $ */
/*
@@ -77,7 +77,7 @@ int cs4280debug = 0;
#include <dev/pci/pcidevs.h>
#include <dev/pci/pcivar.h>
#include <dev/pci/cs4280reg.h>
-#include <dev/pci/cs4280_image.h>
+#include <dev/microcode/cirruslogic/cs4280_image.h>
#include <sys/audioio.h>
#include <dev/audio_if.h>
diff --git a/sys/dev/pci/neo.c b/sys/dev/pci/neo.c
index 16fba9ab70b..2f6366b9240 100644
--- a/sys/dev/pci/neo.c
+++ b/sys/dev/pci/neo.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: neo.c,v 1.6 2001/06/12 15:40:32 niklas Exp $ */
+/* $OpenBSD: neo.c,v 1.7 2001/06/18 19:27:18 deraadt Exp $ */
/*
* Copyright (c) 1999 Cameron Grant <gandalf@vilnya.demon.co.uk>
@@ -48,7 +48,7 @@
#include <dev/ic/ac97.h>
#include <dev/pci/neoreg.h>
-#include <dev/pci/neo-coeff.h>
+#include <dev/microcode/neomagic/neo-coeff.h>
/* -------------------------------------------------------------------- */
/*