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: David Gwynne (dlgcvs.openbsd.org)
Date: Wed Feb 21 2007 - 07:08:22 CST


CVSROOT: /cvs
Module name: src
Changes by: dlgcvs.openbsd.org 2007/02/21 06:08:22

Modified files:
        sys/dev/pci : devlist2h.awk pci_subr.c

Log message:
put the structs defining the content of pcidevs_data.h into that header
file, rather than in pci_subr.c before theyre used. this allows the header
to be used elsewhere without needing to copy a chunk out of pci_subr.c.

ok miod deraadt