CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2010/09/08 08:47:12
Modified files:
sys/arch/hp300/dev: hd.c
sys/arch/sparc/dev: fd.c presto.c xd.c xy.c
sys/arch/sparc64/dev: fd.c
sys/arch/vax/mba: hp.c
sys/arch/vax/mscp: mscp_disk.c
sys/arch/vax/vsa: hdc9224.c
sys/dev : ccd.c flash.c ramdisk.c vnd.c
sys/dev/ata : wd.c
sys/dev/isa : fd.c mcd.c
sys/dev/raidframe: rf_openbsdkintf.c
sys/kern : subr_disk.c
sys/scsi : cd.c sd.c
sys/sys : disk.h
Log message:
Store a struct device pointer within struct disk and populate this when
disk_attach() is called by the device driver. We will be building on
this shortly.
ok deraadt@ krw@