Subject: CVS commit: src/sys/lkm/dev/pci/dummy_pci
To: None <source-changes@NetBSD.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 08/18/2004 14:06:13
Module Name:	src
Committed By:	drochner
Date:		Wed Aug 18 14:06:13 UTC 2004

Added Files:
	src/sys/lkm/dev/pci/dummy_pci: Makefile dummy_pci_drv.c dummy_pci_lkm.c

Log Message:
also provide an example how a pci driver LKM looks
(This is just a dummy driver which doesn't touch the hardware.)


To generate a diff of this commit:
cvs rdiff -r0 -r1.1 src/sys/lkm/dev/pci/dummy_pci/Makefile \
    src/sys/lkm/dev/pci/dummy_pci/dummy_pci_drv.c \
    src/sys/lkm/dev/pci/dummy_pci/dummy_pci_lkm.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.