Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 03/29/2006 06:00:47
Module Name:	src
Committed By:	thorpej
Date:		Wed Mar 29 06:00:47 UTC 2006

Modified Files:
	src/sys/dev/cardbus: cardbus.c
	src/sys/dev/pci: pci.c
	src/sys/dev/pcmcia: pcmcia.c
	src/sys/dev/scsipi: scsiconf.c
	src/sys/kern: subr_autoconf.c
	src/sys/sys: device.h

Log Message:
Replace device_locators() with device_locator(), and use it.


To generate a diff of this commit:
cvs rdiff -r1.69 -r1.70 src/sys/dev/cardbus/cardbus.c
cvs rdiff -r1.97 -r1.98 src/sys/dev/pci/pci.c
cvs rdiff -r1.78 -r1.79 src/sys/dev/pcmcia/pcmcia.c
cvs rdiff -r1.234 -r1.235 src/sys/dev/scsipi/scsiconf.c
cvs rdiff -r1.108 -r1.109 src/sys/kern/subr_autoconf.c
cvs rdiff -r1.87 -r1.88 src/sys/sys/device.h

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