diff options
| author | Warner Losh <imp@FreeBSD.org> | 2005-01-06 01:43:34 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2005-01-06 01:43:34 +0000 |
| commit | 098ca2bda93c701c5331d4e6aace072495b4caaa (patch) | |
| tree | 58a4df7575310664ed6ca0f19ce716f2a7c0d377 /sys/dev/sx | |
| parent | a8c5ecf70f585821be114b7ddef930c927399e5d (diff) | |
Notes
Diffstat (limited to 'sys/dev/sx')
| -rw-r--r-- | sys/dev/sx/cd1865.h | 2 | ||||
| -rw-r--r-- | sys/dev/sx/sx.c | 2 | ||||
| -rw-r--r-- | sys/dev/sx/sx.h | 2 | ||||
| -rw-r--r-- | sys/dev/sx/sx_pci.c | 2 | ||||
| -rw-r--r-- | sys/dev/sx/sx_util.c | 2 | ||||
| -rw-r--r-- | sys/dev/sx/sx_util.h | 2 | ||||
| -rw-r--r-- | sys/dev/sx/sxvar.h | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/sys/dev/sx/cd1865.h b/sys/dev/sx/cd1865.h index 5056deaeecab..297a415ff698 100644 --- a/sys/dev/sx/cd1865.h +++ b/sys/dev/sx/cd1865.h @@ -1,4 +1,4 @@ -/* +/*- * Device driver for Specialix I/O8+ multiport serial card. * * Copyright 2003 Frank Mayhar <frank@exit.com> diff --git a/sys/dev/sx/sx.c b/sys/dev/sx/sx.c index 25a967b84def..8821c374af87 100644 --- a/sys/dev/sx/sx.c +++ b/sys/dev/sx/sx.c @@ -1,4 +1,4 @@ -/* +/*- * Device tsfsdriver for Specialix I/O8+ multiport serial card. * * Copyright 2003 Frank Mayhar <frank@exit.com> diff --git a/sys/dev/sx/sx.h b/sys/dev/sx/sx.h index 2c06028dd3c7..0e035ddbfb16 100644 --- a/sys/dev/sx/sx.h +++ b/sys/dev/sx/sx.h @@ -1,4 +1,4 @@ -/* +/*- * Device driver for Specialix I/O8+ multiport serial card. * * Copyright 2003 Frank Mayhar <frank@exit.com> diff --git a/sys/dev/sx/sx_pci.c b/sys/dev/sx/sx_pci.c index 3187caf682ca..49052947791f 100644 --- a/sys/dev/sx/sx_pci.c +++ b/sys/dev/sx/sx_pci.c @@ -1,4 +1,4 @@ -/* +/*- * Device driver for Specialix I/O8+ multiport serial card. * * Copyright 2003 Frank Mayhar <frank@exit.com> diff --git a/sys/dev/sx/sx_util.c b/sys/dev/sx/sx_util.c index d9409254d322..0eeb8aeb7549 100644 --- a/sys/dev/sx/sx_util.c +++ b/sys/dev/sx/sx_util.c @@ -1,4 +1,4 @@ -/* +/*- * Device driver for Specialix I/O8+ multiport serial card. * * Copyright 2003 Frank Mayhar <frank@exit.com> diff --git a/sys/dev/sx/sx_util.h b/sys/dev/sx/sx_util.h index 582e73be1bb1..57f42c9f7517 100644 --- a/sys/dev/sx/sx_util.h +++ b/sys/dev/sx/sx_util.h @@ -1,4 +1,4 @@ -/* +/*- * Device driver for Specialix I/O8+ multiport serial card. * * Copyright 2003 Frank Mayhar <frank@exit.com> diff --git a/sys/dev/sx/sxvar.h b/sys/dev/sx/sxvar.h index 7eea73337abe..fa33e371ec90 100644 --- a/sys/dev/sx/sxvar.h +++ b/sys/dev/sx/sxvar.h @@ -1,4 +1,4 @@ -/* +/*- * Device driver for Specialix I/O8+ multiport serial card. * * Copyright 2003 Frank Mayhar <frank@exit.com> |
