OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
CVS: cvs.openbsd.org: src

From: Miod Vallat (miodcvs.openbsd.org)
Date: Wed Jun 01 2005 - 16:49:57 CDT


CVSROOT: /cvs
Module name: src
Changes by: miodcvs.openbsd.org 2005/06/01 15:49:57

Modified files:
        sys/dev/ic : aic7xxx.c aic7xxx_inline.h aic7xxx_openbsd.h

Log message:
De-inline a few functions if option SMALL_KERNEL, and do not compile
ahc_print_scb() unless option AHC_DEBUG.

Saves about 3KB on alpha RAMDISK{,B}.

ok deraadt