diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2004-05-30 01:25:18 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2004-05-30 01:25:18 +0000 |
commit | 8cdb99255bc6c754adf069e0966a517f519e4d0c (patch) | |
tree | 1b8c357840795fa38f5503bd16bfed2578a7273b /sys/dev | |
parent | 0ac94e89a39d8b1679aec949e440b19f7ba5f13c (diff) |
rcsids
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/ehci_pci.c | 1 | ||||
-rw-r--r-- | sys/dev/usb/ehci.c | 1 | ||||
-rw-r--r-- | sys/dev/usb/ehcireg.h | 1 | ||||
-rw-r--r-- | sys/dev/usb/ehcivar.h | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/pci/ehci_pci.c b/sys/dev/pci/ehci_pci.c index 97c4581f1a1..82b1d85af24 100644 --- a/sys/dev/pci/ehci_pci.c +++ b/sys/dev/pci/ehci_pci.c @@ -1,3 +1,4 @@ +/* $OpenBSD: ehci_pci.c,v 1.3 2004/05/30 01:25:17 tedu Exp $ */ /* $NetBSD: ehci_pci.c,v 1.15 2004/04/23 21:13:06 itojun Exp $ */ /* diff --git a/sys/dev/usb/ehci.c b/sys/dev/usb/ehci.c index c9684125ce6..c8b1c0811f2 100644 --- a/sys/dev/usb/ehci.c +++ b/sys/dev/usb/ehci.c @@ -1,3 +1,4 @@ +/* $OpenBSD: ehci.c,v 1.5 2004/05/30 01:25:17 tedu Exp $ */ /* $NetBSD: ehci.c,v 1.54 2004/01/17 13:15:05 jdolecek Exp $ */ /* diff --git a/sys/dev/usb/ehcireg.h b/sys/dev/usb/ehcireg.h index e06b3b07294..85ab3c2ae6e 100644 --- a/sys/dev/usb/ehcireg.h +++ b/sys/dev/usb/ehcireg.h @@ -1,3 +1,4 @@ +/* $OpenBSD: ehcireg.h,v 1.4 2004/05/30 01:25:17 tedu Exp $ */ /* $NetBSD: ehcireg.h,v 1.14 2003/10/13 00:05:10 enami Exp $ */ /* diff --git a/sys/dev/usb/ehcivar.h b/sys/dev/usb/ehcivar.h index dac4448d476..90849232c6f 100644 --- a/sys/dev/usb/ehcivar.h +++ b/sys/dev/usb/ehcivar.h @@ -1,3 +1,4 @@ +/* $OpenBSD: ehcivar.h,v 1.4 2004/05/30 01:25:17 tedu Exp $ */ /* $NetBSD: ehcivar.h,v 1.12 2001/12/31 12:16:57 augustss Exp $ */ /* |