diff options
| author | Warner Losh <imp@FreeBSD.org> | 2005-01-07 02:29:27 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2005-01-07 02:29:27 +0000 |
| commit | 60727d8b86294910d41cbda1a50a855ea0537449 (patch) | |
| tree | f453e3c07b7d678a92c36b5dd03f0f390cd0c5b9 /sys/pccard | |
| parent | 3f3b6d74ce55da65e54fcb7391c4b043347b474d (diff) | |
Notes
Diffstat (limited to 'sys/pccard')
| -rw-r--r-- | sys/pccard/cardinfo.h | 3 | ||||
| -rw-r--r-- | sys/pccard/cis.h | 3 | ||||
| -rw-r--r-- | sys/pccard/i82365.h | 3 | ||||
| -rw-r--r-- | sys/pccard/mecia.c | 3 | ||||
| -rw-r--r-- | sys/pccard/pccard.c | 3 | ||||
| -rw-r--r-- | sys/pccard/pccard_nbk.c | 2 | ||||
| -rw-r--r-- | sys/pccard/pccard_nbk.h | 2 | ||||
| -rw-r--r-- | sys/pccard/pcic.c | 4 | ||||
| -rw-r--r-- | sys/pccard/pcic_isa.c | 2 | ||||
| -rw-r--r-- | sys/pccard/pcic_pci.c | 2 | ||||
| -rw-r--r-- | sys/pccard/pcic_pci.h | 2 | ||||
| -rw-r--r-- | sys/pccard/pcicvar.h | 2 | ||||
| -rw-r--r-- | sys/pccard/slot.h | 4 |
13 files changed, 22 insertions, 13 deletions
diff --git a/sys/pccard/cardinfo.h b/sys/pccard/cardinfo.h index fe13598b2859b..315664a16e16d 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 a0765b499f869..6cc935b80ff2b 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 884f1dbd02500..1057d7c4963f3 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 07e58ca6421d3..ce0b756adcaae 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 876c2414f10e3..b8ebea9033c52 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 866dcb0115789..f5c97a8bc446f 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 a6a4152d259d3..fed7310eb708a 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 4fe27a3e84b82..be4fea81c66ff 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 b1228462d84c8..a013346f511fb 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 d6a52e29b9b9e..227043f1fe089 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 d5f7a83079fa3..d2a96d280a67c 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 da372e2d46f83..de2940c7a1ec7 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 a91098328553d..030ff7ed47fdc 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 |
