Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
Module Name: src
Committed By: thorpej
Date: Fri Oct 15 04:38:37 UTC 2004
Modified Files:
src/sys/dev/ata: ata_raid.c
src/sys/dev/hpc: hpf1275a_tty.c
src/sys/kern: subr_autoconf.c
src/sys/sys: device.h param.h
Log Message:
Change config_attach_pseudo() to take a cfdata * that contains the
necessary information to create the pseudo-device instance. Pseudo-device
device's will reference this cfdata, just as normal devices reference
their corresponding cfdata.
Welcome to 2.99.10.
To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 src/sys/dev/ata/ata_raid.c
cvs rdiff -r1.1 -r1.2 src/sys/dev/hpc/hpf1275a_tty.c
cvs rdiff -r1.91 -r1.92 src/sys/kern/subr_autoconf.c
cvs rdiff -r1.70 -r1.71 src/sys/sys/device.h
cvs rdiff -r1.202 -r1.203 src/sys/sys/param.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index