diff options
| author | Warner Losh <imp@FreeBSD.org> | 2005-01-30 01:00:13 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2005-01-30 01:00:13 +0000 |
| commit | 5b26fb70440bc9195e03e23a989271f9c8ad1cb4 (patch) | |
| tree | f9cabdc9d71053f9e49e546a0b18854dd7f18a5b /sys/dev/firewire | |
| parent | bc57bbf9bba782d5c6f47bebcec68b74f1c4da46 (diff) | |
Notes
Diffstat (limited to 'sys/dev/firewire')
| -rw-r--r-- | sys/dev/firewire/firewire.c | 2 | ||||
| -rw-r--r-- | sys/dev/firewire/firewire.h | 2 | ||||
| -rw-r--r-- | sys/dev/firewire/firewire_phy.h | 2 | ||||
| -rw-r--r-- | sys/dev/firewire/firewirereg.h | 2 | ||||
| -rw-r--r-- | sys/dev/firewire/fwdev.c | 2 | ||||
| -rw-r--r-- | sys/dev/firewire/fwdma.c | 2 | ||||
| -rw-r--r-- | sys/dev/firewire/fwdma.h | 2 | ||||
| -rw-r--r-- | sys/dev/firewire/fwmem.c | 2 | ||||
| -rw-r--r-- | sys/dev/firewire/fwmem.h | 2 | ||||
| -rw-r--r-- | sys/dev/firewire/fwohci.c | 2 | ||||
| -rw-r--r-- | sys/dev/firewire/fwohci_pci.c | 2 | ||||
| -rw-r--r-- | sys/dev/firewire/fwohcireg.h | 2 | ||||
| -rw-r--r-- | sys/dev/firewire/fwohcivar.h | 2 | ||||
| -rw-r--r-- | sys/dev/firewire/fwphyreg.h | 2 | ||||
| -rw-r--r-- | sys/dev/firewire/iec13213.h | 6 | ||||
| -rw-r--r-- | sys/dev/firewire/iec68113.h | 2 | ||||
| -rw-r--r-- | sys/dev/firewire/if_fwe.c | 2 | ||||
| -rw-r--r-- | sys/dev/firewire/if_fwevar.h | 2 | ||||
| -rw-r--r-- | sys/dev/firewire/if_fwip.c | 2 | ||||
| -rw-r--r-- | sys/dev/firewire/if_fwipvar.h | 2 | ||||
| -rw-r--r-- | sys/dev/firewire/sbp.c | 2 | ||||
| -rw-r--r-- | sys/dev/firewire/sbp.h | 2 | ||||
| -rw-r--r-- | sys/dev/firewire/sbp_targ.c | 2 |
23 files changed, 25 insertions, 25 deletions
diff --git a/sys/dev/firewire/firewire.c b/sys/dev/firewire/firewire.c index f2b7164eaf11..75236ecd6ee7 100644 --- a/sys/dev/firewire/firewire.c +++ b/sys/dev/firewire/firewire.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2003 Hidetoshi Shimokawa * Copyright (c) 1998-2002 Katsushi Kobayashi and Hidetoshi Shimokawa * All rights reserved. diff --git a/sys/dev/firewire/firewire.h b/sys/dev/firewire/firewire.h index 04c62873730e..ab34748bec25 100644 --- a/sys/dev/firewire/firewire.h +++ b/sys/dev/firewire/firewire.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2003 Hidetoshi Shimokawa * Copyright (c) 1998-2002 Katsushi Kobayashi and Hidetoshi Shimokawa * All rights reserved. diff --git a/sys/dev/firewire/firewire_phy.h b/sys/dev/firewire/firewire_phy.h index 02cda696ea3f..42feff2d27c8 100644 --- a/sys/dev/firewire/firewire_phy.h +++ b/sys/dev/firewire/firewire_phy.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1998-2002 Katsushi Kobayashi and Hidetoshi Shimokawa * All rights reserved. * diff --git a/sys/dev/firewire/firewirereg.h b/sys/dev/firewire/firewirereg.h index 3c44a553adeb..3b991ea65236 100644 --- a/sys/dev/firewire/firewirereg.h +++ b/sys/dev/firewire/firewirereg.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2003 Hidetoshi Shimokawa * Copyright (c) 1998-2002 Katsushi Kobayashi and Hidetoshi Shimokawa * All rights reserved. diff --git a/sys/dev/firewire/fwdev.c b/sys/dev/firewire/fwdev.c index cffb6369b747..79c74af9fe84 100644 --- a/sys/dev/firewire/fwdev.c +++ b/sys/dev/firewire/fwdev.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2003 Hidetoshi Shimokawa * Copyright (c) 1998-2002 Katsushi Kobayashi and Hidetoshi Shimokawa * All rights reserved. diff --git a/sys/dev/firewire/fwdma.c b/sys/dev/firewire/fwdma.c index afb1a09b1155..c64dbe66731a 100644 --- a/sys/dev/firewire/fwdma.c +++ b/sys/dev/firewire/fwdma.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2003 * Hidetoshi Shimokawa. All rights reserved. * diff --git a/sys/dev/firewire/fwdma.h b/sys/dev/firewire/fwdma.h index 6bf66c702d6f..3a8278c1c709 100644 --- a/sys/dev/firewire/fwdma.h +++ b/sys/dev/firewire/fwdma.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (C) 2003 * Hidetoshi Shimokawa. All rights reserved. * diff --git a/sys/dev/firewire/fwmem.c b/sys/dev/firewire/fwmem.c index 1674405f44f8..4fac8dd06b4d 100644 --- a/sys/dev/firewire/fwmem.c +++ b/sys/dev/firewire/fwmem.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2002-2003 * Hidetoshi Shimokawa. All rights reserved. * diff --git a/sys/dev/firewire/fwmem.h b/sys/dev/firewire/fwmem.h index f8188d10aa25..de717947e844 100644 --- a/sys/dev/firewire/fwmem.h +++ b/sys/dev/firewire/fwmem.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (C) 2002-2003 * Hidetoshi Shimokawa. All rights reserved. * diff --git a/sys/dev/firewire/fwohci.c b/sys/dev/firewire/fwohci.c index ad20edcce359..ddcd05d0bccf 100644 --- a/sys/dev/firewire/fwohci.c +++ b/sys/dev/firewire/fwohci.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2003 Hidetoshi Shimokawa * Copyright (c) 1998-2002 Katsushi Kobayashi and Hidetoshi Shimokawa * All rights reserved. diff --git a/sys/dev/firewire/fwohci_pci.c b/sys/dev/firewire/fwohci_pci.c index a0f9d815ee64..154f0dfb4980 100644 --- a/sys/dev/firewire/fwohci_pci.c +++ b/sys/dev/firewire/fwohci_pci.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2003 Hidetoshi Shimokawa * Copyright (c) 1998-2002 Katsushi Kobayashi and Hidetoshi Shimokawa * All rights reserved. diff --git a/sys/dev/firewire/fwohcireg.h b/sys/dev/firewire/fwohcireg.h index 9abcb417bc41..39986223c4bf 100644 --- a/sys/dev/firewire/fwohcireg.h +++ b/sys/dev/firewire/fwohcireg.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2003 Hidetoshi Shimokawa * Copyright (c) 1998-2002 Katsushi Kobayashi and Hidetoshi Shimokawa * All rights reserved. diff --git a/sys/dev/firewire/fwohcivar.h b/sys/dev/firewire/fwohcivar.h index 014335a1d992..3002b63c0ce4 100644 --- a/sys/dev/firewire/fwohcivar.h +++ b/sys/dev/firewire/fwohcivar.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2003 Hidetoshi SHimokawa * Copyright (c) 1998-2002 Katsushi Kobayashi and Hidetoshi SHimokawa * All rights reserved. diff --git a/sys/dev/firewire/fwphyreg.h b/sys/dev/firewire/fwphyreg.h index f2e77768adf7..77a006ed3c54 100644 --- a/sys/dev/firewire/fwphyreg.h +++ b/sys/dev/firewire/fwphyreg.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (C) 2003 * Hidetoshi Shimokawa. All rights reserved. * diff --git a/sys/dev/firewire/iec13213.h b/sys/dev/firewire/iec13213.h index 744172563e09..058649fc0cc4 100644 --- a/sys/dev/firewire/iec13213.h +++ b/sys/dev/firewire/iec13213.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2003 Hidetoshi Shimokawa * Copyright (c) 1998-2002 Katsushi Kobayashi and Hidetoshi Shimokawa * All rights reserved. @@ -217,12 +217,12 @@ uint16_t crom_crc(uint32_t *r, int); struct csrreg *crom_search_key(struct crom_context *, uint8_t); int crom_has_specver(uint32_t *, uint32_t, uint32_t); -#ifndef _KERNEL +#if !defined(_KERNEL) && !defined(_BOOT) char *crom_desc(struct crom_context *, char *, int); #endif /* For CROM build */ -#if defined(_KERNEL) || defined(TEST) +#if defined(_KERNEL) || defined(_BOOT) || defined(TEST) #define CROM_MAX_CHUNK_LEN 20 struct crom_src { struct csrhdr hdr; diff --git a/sys/dev/firewire/iec68113.h b/sys/dev/firewire/iec68113.h index 58a8cfe7d9eb..11f3042ff9b0 100644 --- a/sys/dev/firewire/iec68113.h +++ b/sys/dev/firewire/iec68113.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2003 Hidetoshi Shimokawa * Copyright (c) 1998-2002 Katsushi Kobayashi and Hidetoshi Shimokawa * All rights reserved. diff --git a/sys/dev/firewire/if_fwe.c b/sys/dev/firewire/if_fwe.c index 96d903c78a96..75fa35660c3f 100644 --- a/sys/dev/firewire/if_fwe.c +++ b/sys/dev/firewire/if_fwe.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2002-2003 * Hidetoshi Shimokawa. All rights reserved. * diff --git a/sys/dev/firewire/if_fwevar.h b/sys/dev/firewire/if_fwevar.h index 97422168621b..805301a1be1e 100644 --- a/sys/dev/firewire/if_fwevar.h +++ b/sys/dev/firewire/if_fwevar.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2002-2003 * Hidetoshi Shimokawa. All rights reserved. * diff --git a/sys/dev/firewire/if_fwip.c b/sys/dev/firewire/if_fwip.c index 2c11a253ecbe..23e812a2e76d 100644 --- a/sys/dev/firewire/if_fwip.c +++ b/sys/dev/firewire/if_fwip.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2004 * Doug Rabson * Copyright (c) 2002-2003 diff --git a/sys/dev/firewire/if_fwipvar.h b/sys/dev/firewire/if_fwipvar.h index fe202180a274..0a9ef244752e 100644 --- a/sys/dev/firewire/if_fwipvar.h +++ b/sys/dev/firewire/if_fwipvar.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2004 * Doug Rabson * Copyright (c) 2002-2003 diff --git a/sys/dev/firewire/sbp.c b/sys/dev/firewire/sbp.c index 89b9631d828c..658fc351fcae 100644 --- a/sys/dev/firewire/sbp.c +++ b/sys/dev/firewire/sbp.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2003 Hidetoshi Shimokawa * Copyright (c) 1998-2002 Katsushi Kobayashi and Hidetoshi Shimokawa * All rights reserved. diff --git a/sys/dev/firewire/sbp.h b/sys/dev/firewire/sbp.h index 49ec97e0caeb..9f85fab38de5 100644 --- a/sys/dev/firewire/sbp.h +++ b/sys/dev/firewire/sbp.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2003 Hidetoshi Shimokawa * Copyright (c) 1998-2002 Katsushi Kobayashi and Hidetoshi Shimokawa * All rights reserved. diff --git a/sys/dev/firewire/sbp_targ.c b/sys/dev/firewire/sbp_targ.c index c6fea6bcbe50..5267ea3b3532 100644 --- a/sys/dev/firewire/sbp_targ.c +++ b/sys/dev/firewire/sbp_targ.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (C) 2003 * Hidetoshi Shimokawa. All rights reserved. * |
