Module Name: src Committed By: dyoung Date: Mon Oct 5 20:03:47 UTC 2009
Modified Files: src/sys/dev/pci: pciidevar.h Log Message: It's a big job to write detachment hooks for pciide(4) and all of its derivatives, and I haven't the time myself. In struct pciide_product_desc, provide a tiny bit of commented-out code to guide an enterprising developer who takes on the immense task. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/sys/dev/pci/pciidevar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/dev/pci/pciidevar.h diff -u src/sys/dev/pci/pciidevar.h:1.38 src/sys/dev/pci/pciidevar.h:1.39 --- src/sys/dev/pci/pciidevar.h:1.38 Wed May 6 10:34:33 2009 +++ src/sys/dev/pci/pciidevar.h Mon Oct 5 20:03:47 2009 @@ -1,4 +1,4 @@ -/* $NetBSD: pciidevar.h,v 1.38 2009/05/06 10:34:33 cegger Exp $ */ +/* $NetBSD: pciidevar.h,v 1.39 2009/10/05 20:03:47 dyoung Exp $ */ /* * Copyright (c) 1998 Christopher G. Demetriou. All rights reserved. @@ -165,6 +165,9 @@ const char *ide_name; /* map and setup chip, probe drives */ void (*chip_map)(struct pciide_softc*, struct pci_attach_args*); +#if 0 + void (*chip_unmap)(struct pciide_softc *); +#endif }; /* Flags for ide_flags */