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: Mon Sep 26 2005 - 17:32:07 CDT


CVSROOT: /cvs
Module name: src
Changes by: miodcvs.openbsd.org 2005/09/26 16:32:07

Modified files:
        sys/arch/i386/conf: files.i386
        sys/arch/i386/isa: pccom.c pccomvar.h
        sys/conf : files
        sys/dev/cardbus: com_cardbus.c
        sys/dev/ic : com.c
        sys/dev/pcmcia : com_pcmcia.c
        sys/dev/puc : com_puc.c
Added files:
        sys/dev/ic : com_subr.c

Log message:
Share com probe code between com and pccom; allows us to get rid of awkward
code duplication in cardbus, pcmcia and puc attachments.

Joint effort with fgs; blessed deraadt