diff options
| author | Matt Jacob <mjacob@FreeBSD.org> | 2006-07-16 20:11:50 +0000 |
|---|---|---|
| committer | Matt Jacob <mjacob@FreeBSD.org> | 2006-07-16 20:11:50 +0000 |
| commit | 799881e09403555d725cc00f72619e310f89a0ee (patch) | |
| tree | b6d3899027d728cf144aed227e8e02413efd7dd0 /sys/dev/isp/isp_sbus.c | |
| parent | ca23ff19875cfd836b2f7fc06833c232a8691c7f (diff) | |
Notes
Diffstat (limited to 'sys/dev/isp/isp_sbus.c')
| -rw-r--r-- | sys/dev/isp/isp_sbus.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/dev/isp/isp_sbus.c b/sys/dev/isp/isp_sbus.c index 2addae246da7..32e83a5cdbc0 100644 --- a/sys/dev/isp/isp_sbus.c +++ b/sys/dev/isp/isp_sbus.c @@ -1,7 +1,4 @@ /*- - * PCI specific probe and attach routines for Qlogic ISP SCSI adapters. - * FreeBSD Version. - * * Copyright (c) 1997-2006 by Matthew Jacob * All rights reserved. * @@ -26,6 +23,10 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ +/* + * SBus specific probe and attach routines for Qlogic ISP SCSI adapters. + * FreeBSD Version. + */ #include <sys/cdefs.h> __FBSDID("$FreeBSD$"); |
