summaryrefslogtreecommitdiffstats
path: root/sys/pccard
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2005-01-07 02:29:27 +0000
committerimp <imp@FreeBSD.org>2005-01-07 02:29:27 +0000
commitf0bf889d0d2ea7d83fd3b67266a98c89cdf14853 (patch)
treef453e3c07b7d678a92c36b5dd03f0f390cd0c5b9 /sys/pccard
parent4ddf4b47c4f62804a423937c4503ddae8f84c089 (diff)
downloadFreeBSD-src-f0bf889d0d2ea7d83fd3b67266a98c89cdf14853.zip
FreeBSD-src-f0bf889d0d2ea7d83fd3b67266a98c89cdf14853.tar.gz
/* -> /*- for license, minor formatting changes
Diffstat (limited to 'sys/pccard')
-rw-r--r--sys/pccard/cardinfo.h3
-rw-r--r--sys/pccard/cis.h3
-rw-r--r--sys/pccard/i82365.h3
-rw-r--r--sys/pccard/mecia.c3
-rw-r--r--sys/pccard/pccard.c3
-rw-r--r--sys/pccard/pccard_nbk.c2
-rw-r--r--sys/pccard/pccard_nbk.h2
-rw-r--r--sys/pccard/pcic.c4
-rw-r--r--sys/pccard/pcic_isa.c2
-rw-r--r--sys/pccard/pcic_pci.c2
-rw-r--r--sys/pccard/pcic_pci.h2
-rw-r--r--sys/pccard/pcicvar.h2
-rw-r--r--sys/pccard/slot.h4
13 files changed, 22 insertions, 13 deletions
diff --git a/sys/pccard/cardinfo.h b/sys/pccard/cardinfo.h
index fe13598..315664a 100644
--- a/sys/pccard/cardinfo.h
+++ b/sys/pccard/cardinfo.h
@@ -2,7 +2,8 @@
* Include file for PCMCIA user process interface
*
*-------------------------------------------------------------------------
- *
+ */
+/*-
* Copyright (c) 1995 Andrew McRae. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/sys/pccard/cis.h b/sys/pccard/cis.h
index a0765b4..6cc935b 100644
--- a/sys/pccard/cis.h
+++ b/sys/pccard/cis.h
@@ -4,7 +4,8 @@
* structures and card information, not
* driver/process communication.
*-------------------------------------------------------------------------
- *
+ */
+/*-
* Copyright (c) 1995 Andrew McRae. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/sys/pccard/i82365.h b/sys/pccard/i82365.h
index 884f1db..1057d7c 100644
--- a/sys/pccard/i82365.h
+++ b/sys/pccard/i82365.h
@@ -7,7 +7,8 @@
*
* Updated 3/3/95 to include Cirrus Logic stuff.
*-------------------------------------------------------------------------
- *
+ */
+/*-
* Copyright (c) 2001 M. Warner Losh. All rights reserved.
* Copyright (c) 1995 Andrew McRae. All rights reserved.
*
diff --git a/sys/pccard/mecia.c b/sys/pccard/mecia.c
index 07e58ca..ce0b756 100644
--- a/sys/pccard/mecia.c
+++ b/sys/pccard/mecia.c
@@ -1,7 +1,8 @@
/*
* NEC MECIA controller.
*-------------------------------------------------------------------------
- *
+ */
+/*-
* Copyright (c) 2001 M. Warner Losh. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/sys/pccard/pccard.c b/sys/pccard/pccard.c
index 876c241..b8ebea9 100644
--- a/sys/pccard/pccard.c
+++ b/sys/pccard/pccard.c
@@ -3,7 +3,8 @@
*
* June 1995, Andrew McRae (andrew@mega.com.au)
*-------------------------------------------------------------------------
- *
+ */
+/*-
* Copyright (c) 2001 M. Warner Losh. All rights reserved.
* Copyright (c) 1995 Andrew McRae. All rights reserved.
*
diff --git a/sys/pccard/pccard_nbk.c b/sys/pccard/pccard_nbk.c
index 866dcb0..f5c97a8 100644
--- a/sys/pccard/pccard_nbk.c
+++ b/sys/pccard/pccard_nbk.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1999, 2001 M. Warner Losh. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/sys/pccard/pccard_nbk.h b/sys/pccard/pccard_nbk.h
index a6a4152..fed7310 100644
--- a/sys/pccard/pccard_nbk.h
+++ b/sys/pccard/pccard_nbk.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1999, 2001 M. Warner Losh. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/sys/pccard/pcic.c b/sys/pccard/pcic.c
index 4fe27a3..be4fea8 100644
--- a/sys/pccard/pcic.c
+++ b/sys/pccard/pcic.c
@@ -1,7 +1,9 @@
/*
* Intel PCIC or compatible Controller driver
*-------------------------------------------------------------------------
- *
+ */
+
+/*-
* Copyright (c) 2001 M. Warner Losh. All rights reserved.
* Copyright (c) 1995 Andrew McRae. All rights reserved.
*
diff --git a/sys/pccard/pcic_isa.c b/sys/pccard/pcic_isa.c
index b122846..a013346 100644
--- a/sys/pccard/pcic_isa.c
+++ b/sys/pccard/pcic_isa.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2001 M. Warner Losh. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/sys/pccard/pcic_pci.c b/sys/pccard/pcic_pci.c
index d6a52e2..227043f 100644
--- a/sys/pccard/pcic_pci.c
+++ b/sys/pccard/pcic_pci.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2000, 2002 M. Warner Losh. All Rights Reserved.
* Copyright (c) 1997 Ted Faber All rights reserved.
*
diff --git a/sys/pccard/pcic_pci.h b/sys/pccard/pcic_pci.h
index d5f7a830..d2a96d2 100644
--- a/sys/pccard/pcic_pci.h
+++ b/sys/pccard/pcic_pci.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2001 M. Warner Losh. All rights reserved.
* Copyright (c) 1997 Ted Faber. All rights reserved.
*
diff --git a/sys/pccard/pcicvar.h b/sys/pccard/pcicvar.h
index da372e2..de2940c 100644
--- a/sys/pccard/pcicvar.h
+++ b/sys/pccard/pcicvar.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2001 M. Warner Losh. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/sys/pccard/slot.h b/sys/pccard/slot.h
index a910983..030ff7e 100644
--- a/sys/pccard/slot.h
+++ b/sys/pccard/slot.h
@@ -7,7 +7,9 @@
* controller slot number to allow multiple controllers
* to be accessed.
*-------------------------------------------------------------------------
- *
+ */
+
+/*-
* Copyright (c) 1995 Andrew McRae. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
OpenPOWER on IntegriCloud