From c481f1fa7474c43e56b85ef6ea8436abebaadad4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Schmidt?= Date: Tue, 21 Mar 2000 13:26:54 +0000 Subject: Make ATAPI CD changer devices work, hopefully better than before. --- sys/dev/ata/atapi-cd.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys/dev/ata/atapi-cd.h') diff --git a/sys/dev/ata/atapi-cd.h b/sys/dev/ata/atapi-cd.h index 5e46b910cf21f..eed3647ff28bc 100644 --- a/sys/dev/ata/atapi-cd.h +++ b/sys/dev/ata/atapi-cd.h @@ -337,7 +337,9 @@ struct acd_softc { u_int32_t rellba; } subchan; struct changer *changer_info; /* changer info */ - int32_t slot; /* this lun's slot number */ + struct acd_softc **driver; /* softc's of changer slots */ + int32_t slot; /* this instance slot number */ + time_t timestamp; /* this instance timestamp */ u_int32_t block_size; /* blocksize currently used */ struct disklabel disklabel; /* fake disk label */ struct devstat *stats; /* devstat entry */ -- cgit v1.2.3