aboutsummaryrefslogtreecommitdiff
path: root/src/pci.c
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2008-06-11 22:39:46 -0400
committerKevin O'Connor <kevin@koconnor.net>2008-06-11 22:39:46 -0400
commit061d13740b3eabfbbf505e8798241f96ea76c8b1 (patch)
tree6f4226ff52f73190206f2e5e3600367292ed5bdf /src/pci.c
parentaa0c66daac01e73f8f7e59c04f2feb2777a61f16 (diff)
downloadseabios-hppa-061d13740b3eabfbbf505e8798241f96ea76c8b1.zip
seabios-hppa-061d13740b3eabfbbf505e8798241f96ea76c8b1.tar.gz
seabios-hppa-061d13740b3eabfbbf505e8798241f96ea76c8b1.tar.bz2
Move PIR table definitions to pcibios.h.
Also add a copyright to pci.c.
Diffstat (limited to 'src/pci.c')
-rw-r--r--src/pci.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/pci.c b/src/pci.c
index 8d19b81..c688dac 100644
--- a/src/pci.c
+++ b/src/pci.c
@@ -1,3 +1,10 @@
+// PCI config space access functions.
+//
+// Copyright (C) 2008 Kevin O'Connor <kevin@koconnor.net>
+// Copyright (C) 2002 MandrakeSoft S.A.
+//
+// This file may be distributed under the terms of the GNU GPLv3 license.
+
#include "pci.h" // PCIDevice
#include "ioport.h" // outl