Subject: CVS commit: src/sys/dev
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 12/16/2007 21:28:33
Module Name:	src
Committed By:	dyoung
Date:		Sun Dec 16 21:28:32 UTC 2007

Modified Files:
	src/sys/dev/cardbus: cardbus.c cardslot.c
	src/sys/dev/pci: pccbb.c pccbbvar.h pci.c
	src/sys/dev/pcmcia: pcmcia.c

Log Message:
Improve pci, cbb, cardslot, cardbus, and pcmcia to support detachment
of this entire device tree:

pci0 at mainbus0
        elansc0 at pci0
                gpio0 at elansc0
        cbb0 at pci0
                cardslot0 at cbb0
                        cardbus0 at cardslot0
                        pcmcia0 at cardslot0
        cbb1 at pci0
                cardslot1 at cbb1
                        cardbus1 at cardslot1
                                rtw0 at cardbus1
                        pcmcia1 at cardslot1
        sip0 at pci0
                nsphyter0 at sip0
        sip1 at pci0
                nsphyter1 at sip1

Whew!


To generate a diff of this commit:
cvs rdiff -r1.81 -r1.82 src/sys/dev/cardbus/cardbus.c
cvs rdiff -r1.38 -r1.39 src/sys/dev/cardbus/cardslot.c
cvs rdiff -r1.157 -r1.158 src/sys/dev/pci/pccbb.c
cvs rdiff -r1.30 -r1.31 src/sys/dev/pci/pccbbvar.h
cvs rdiff -r1.107 -r1.108 src/sys/dev/pci/pci.c
cvs rdiff -r1.84 -r1.85 src/sys/dev/pcmcia/pcmcia.c

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