From owner-cvs-sys Tue Feb 4 10:32:04 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA03270 for cvs-sys-outgoing; Tue, 4 Feb 1997 10:32:04 -0800 (PST) Received: (from se@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA03245; Tue, 4 Feb 1997 10:32:01 -0800 (PST) Date: Tue, 4 Feb 1997 10:32:01 -0800 (PST) From: Stefan Esser Message-Id: <199702041832.KAA03245@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/pci pci.c pcibus.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk se 97/02/04 10:32:00 Modified: sys/pci pci.c pcibus.h Log: Add interface revision field to pci_register_lkm parameter list.pci.c pcibus.h This parameter is intended to allow new kernels to work with old LKM binaries, provided the revision ID is incremented whenever the PCI LKM interface is changed. The revision ID does not at all protect against changes in data structures accesses by the driver. Revision Changes Path 1.64 +5 -1 src/sys/pci/pci.c 1.8 +1 -1 src/sys/pci/pcibus.h