From 17238bfd2bb344c87b227a19dec890be056a2f74 Mon Sep 17 00:00:00 2001 From: thorpej Date: Sat, 30 Jun 2001 04:33:11 +0000 Subject: [PATCH] Move the Tigon/Tigon2 firmware, version 12.4.13+wpaul, to a more appropriate location. --- sys/dev/{pci => microcode/tigon}/ti_fw.h | 2 +- sys/dev/{pci => microcode/tigon}/ti_fw2.h | 2 +- sys/dev/pci/if_ti.c | 7 ++++--- 3 files changed, 6 insertions(+), 5 deletions(-) rename sys/dev/{pci => microcode/tigon}/ti_fw.h (99%) rename sys/dev/{pci => microcode/tigon}/ti_fw2.h (99%) diff --git a/sys/dev/pci/ti_fw.h b/sys/dev/microcode/tigon/ti_fw.h similarity index 99% rename from sys/dev/pci/ti_fw.h rename to sys/dev/microcode/tigon/ti_fw.h index 64f53dfdafe6..77bbf5035f6f 100644 --- a/sys/dev/pci/ti_fw.h +++ b/sys/dev/microcode/tigon/ti_fw.h @@ -1,4 +1,4 @@ -/* $NetBSD: ti_fw.h,v 1.4 2001/03/28 17:08:29 msaitoh Exp $ */ +/* $NetBSD: ti_fw.h,v 1.1 2001/06/30 04:33:15 thorpej Exp $ */ /* * Firmware for Alteon Tigon 1 chip. diff --git a/sys/dev/pci/ti_fw2.h b/sys/dev/microcode/tigon/ti_fw2.h similarity index 99% rename from sys/dev/pci/ti_fw2.h rename to sys/dev/microcode/tigon/ti_fw2.h index db75ccd74f41..f5a425e89b37 100644 --- a/sys/dev/pci/ti_fw2.h +++ b/sys/dev/microcode/tigon/ti_fw2.h @@ -1,4 +1,4 @@ -/* $NetBSD: ti_fw2.h,v 1.4 2001/03/28 17:22:51 msaitoh Exp $ */ +/* $NetBSD: ti_fw2.h,v 1.1 2001/06/30 04:33:15 thorpej Exp $ */ /* * Generated by genfw.c diff --git a/sys/dev/pci/if_ti.c b/sys/dev/pci/if_ti.c index 2ef0e4129d0e..07230b1c6f0d 100644 --- a/sys/dev/pci/if_ti.c +++ b/sys/dev/pci/if_ti.c @@ -1,4 +1,4 @@ -/* $NetBSD: if_ti.c,v 1.27 2001/06/29 23:58:08 thorpej Exp $ */ +/* $NetBSD: if_ti.c,v 1.28 2001/06/30 04:33:11 thorpej Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -126,8 +126,9 @@ #include #include -#include -#include + +#include +#include /* * Various supported device vendors/types and their names.