summaryrefslogtreecommitdiff
path: root/sys/pci
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2000-05-01 20:32:07 +0000
committerPeter Wemm <peter@FreeBSD.org>2000-05-01 20:32:07 +0000
commit365c5db0a711e2e0a0c08a5c1e30f7849feab58c (patch)
tree57a710bbae8d5e2b92a865387b54fc6514937299 /sys/pci
parentaf3ff17a453393dae34e183b6346c01e5c7e79a1 (diff)
Notes
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) *