On Mar 19, 2005, at 3:43 PM, Theo de Raadt wrote:
It's not a binary driver, it's a 2-clause BSD licensed driver that
contains full source.  You said that the OpenBSD driver is unstable,
so I offered to help.  That has nothing to do with binary apps.

From

    http://www.freebsd.org/cgi/pds.cgi?ports/sysutils/aaccli

    Sources for ports/sysutils/aaccli
    Sorry, did not find the sources for ports/sysutils/aaccli

No source!

See http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/aac

-rw-r--r--  1 root  wheel  74199 Sep 22  2003 aac.c
-rw-r--r--  1 root  wheel  14939 Apr  8  2003 aac_cam.c
-rw-r--r--  1 root  wheel   1554 Apr 30  2002 aac_cam.h
-rw-r--r--  1 root  wheel   2495 Sep 19  2001 aac_compat.h
-rw-r--r--  1 root  wheel  18740 Jan 11  2003 aac_debug.c
-rw-r--r--  1 root  wheel   9665 Sep  2  2003 aac_disk.c
-rw-r--r--  1 root  wheel   6670 Sep 19  2001 aac_ioctl.h
-rw-r--r--  1 root  wheel   2846 Mar 28  2003 aac_linux.c
-rw-r--r--  1 root  wheel   8894 Mar 31  2004 aac_pci.c
-rw-r--r--  1 root  wheel   4040 Dec  3  2001 aac_tables.h
-rw-r--r--  1 root  wheel  37646 Apr  8  2003 aacreg.h
-rw-r--r--  1 root  wheel  17746 Apr  8  2003 aacvar.h

% less aac.c
/*-
* Copyright (c) 2000 Michael Smith
* Copyright (c) 2001 Scott Long
* Copyright (c) 2000 BSDi
* Copyright (c) 2001 Adaptec, Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
*
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
* ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $FreeBSD: src/sys/dev/aac/aac.c,v 1.9.2.16 2003/09/17 09:11:40 scottl Exp $
*/


/*
 * Driver for the Adaptec 'FSA' family of PCI/SCSI RAID adapters.
 */
[ ... ]

--
-Chuck

_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to