diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-12-17 01:39:09 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-12-17 01:39:09 +0000 |
commit | 0ecbf93906d80987fc756a8200ecdd0563f35864 (patch) | |
tree | 432dccf05f71473c33fdd791bd0c0b718be541eb | |
parent | 6c1dce855fd3707e6e2030d04dea6ae56bf5798b (diff) |
move more microcode, so that it does not end up in /usr/include
-rw-r--r-- | sys/dev/microcode/kue/kue_fw.h (renamed from sys/dev/usb/kue_fw.h) | 2 | ||||
-rw-r--r-- | sys/dev/microcode/uyap/uyap_firmware.h (renamed from sys/dev/usb/uyap_firmware.h) | 2 | ||||
-rw-r--r-- | sys/dev/usb/if_kue.c | 4 | ||||
-rw-r--r-- | sys/dev/usb/uyap.c | 4 |
4 files changed, 6 insertions, 6 deletions
diff --git a/sys/dev/usb/kue_fw.h b/sys/dev/microcode/kue/kue_fw.h index 133f8fa9fbd..80189aa260c 100644 --- a/sys/dev/usb/kue_fw.h +++ b/sys/dev/microcode/kue/kue_fw.h @@ -1,4 +1,4 @@ -/* $OpenBSD: kue_fw.h,v 1.5 2001/10/31 04:24:44 nate Exp $ */ +/* $OpenBSD: kue_fw.h,v 1.1 2001/12/17 01:39:08 deraadt Exp $ */ /* $NetBSD: kue_fw.h,v 1.3 2001/01/19 08:54:21 jdolecek Exp $ */ /* * Copyright (c) 1997, 1998, 1999, 2000 diff --git a/sys/dev/usb/uyap_firmware.h b/sys/dev/microcode/uyap/uyap_firmware.h index 354d026f4d9..a42a54250fb 100644 --- a/sys/dev/usb/uyap_firmware.h +++ b/sys/dev/microcode/uyap/uyap_firmware.h @@ -1,4 +1,4 @@ -/* $OpenBSD: uyap_firmware.h,v 1.2 2001/10/31 04:24:45 nate Exp $ */ +/* $OpenBSD: uyap_firmware.h,v 1.1 2001/12/17 01:39:08 deraadt Exp $ */ /* $NetBSD: uyap_firmware.h,v 1.2 2001/01/16 03:10:09 augustss Exp $ */ /* diff --git a/sys/dev/usb/if_kue.c b/sys/dev/usb/if_kue.c index 598bab80af9..35b92868b32 100644 --- a/sys/dev/usb/if_kue.c +++ b/sys/dev/usb/if_kue.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_kue.c,v 1.13 2001/10/31 04:24:44 nate Exp $ */ +/* $OpenBSD: if_kue.c,v 1.14 2001/12/17 01:39:08 deraadt Exp $ */ /* $NetBSD: if_kue.c,v 1.43 2001/10/08 03:37:53 augustss Exp $ */ /* * Copyright (c) 1997, 1998, 1999, 2000 @@ -135,7 +135,7 @@ #include <dev/usb/usbdevs.h> #include <dev/usb/if_kuereg.h> -#include <dev/usb/kue_fw.h> +#include <dev/microcode/kue_fw.h> #ifdef KUE_DEBUG #define DPRINTF(x) if (kuedebug) logprintf x diff --git a/sys/dev/usb/uyap.c b/sys/dev/usb/uyap.c index 6c580d89994..cc8cbf37bd5 100644 --- a/sys/dev/usb/uyap.c +++ b/sys/dev/usb/uyap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uyap.c,v 1.2 2001/10/31 04:24:45 nate Exp $ */ +/* $OpenBSD: uyap.c,v 1.3 2001/12/17 01:39:08 deraadt Exp $ */ /* $NetBSD: uyap.c,v 1.4 2001/07/11 04:53:18 augustss Exp $ */ /* @@ -51,7 +51,7 @@ #include <dev/usb/ezload.h> const struct ezdata uyap_firmware[] = { -#include "dev/usb/uyap_firmware.h" +#include "dev/microcode/uyap/uyap_firmware.h" }; const struct ezdata *uyap_firmwares[] = { uyap_firmware, NULL }; |