summaryrefslogtreecommitdiff
path: root/sys/pci
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pci')
-rwxr-xr-xsys/pci/locate.pl1
-rw-r--r--sys/pci/meteor_reg.h2
-rw-r--r--sys/pci/scsiiom.c1
3 files changed, 4 insertions, 0 deletions
diff --git a/sys/pci/locate.pl b/sys/pci/locate.pl
index 6d77ad53dc46..1cb45ad47b8f 100755
--- a/sys/pci/locate.pl
+++ b/sys/pci/locate.pl
@@ -1,4 +1,5 @@
#!/usr/bin/perl
+# $FreeBSD$
$errpos = hex($ARGV[0])/4;
$ofs=0;
diff --git a/sys/pci/meteor_reg.h b/sys/pci/meteor_reg.h
index 40d06e014322..a1f5eccd52f2 100644
--- a/sys/pci/meteor_reg.h
+++ b/sys/pci/meteor_reg.h
@@ -27,6 +27,8 @@
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
+ *
+ * $FreeBSD$
*/
#ifndef PCI_LATENCY_TIMER
#define PCI_LATENCY_TIMER 0x0c /* pci timer register */
diff --git a/sys/pci/scsiiom.c b/sys/pci/scsiiom.c
index 4a7731a02535..49d020be469a 100644
--- a/sys/pci/scsiiom.c
+++ b/sys/pci/scsiiom.c
@@ -1,3 +1,4 @@
+/* $FreeBSD$ */
/***********************************************************************
* FILE NAME : SCSIIOM.C *
* BY : C.L. Huang (ching@tekram.com.tw) *