diff options
author | Hannes Reinecke <hare@suse.com> | 2022-04-12 19:56:24 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2022-04-22 14:52:30 +0200 |
commit | a87910be58c8b9533732bb727321ab4290bb8862 (patch) | |
tree | 35dc2b1e24c8e028e20798cb5683a7a80898b472 /redir.h | |
parent | 0f1dbb53b693ab9989be7b3cda3e242af1cae07d (diff) | |
download | amtterm-a87910be58c8b9533732bb727321ab4290bb8862.tar.gz |
ider: implement device select
IDE redirection supports two device, the first being a floppy and
the second one a CD-ROM.
Signed-off-by: Hannes Reinecke <hare@suse.de>
Diffstat (limited to 'redir.h')
-rw-r--r-- | redir.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -140,4 +140,4 @@ int redir_data(struct redir *r); ssize_t redir_write(struct redir *r, const char *buf, size_t count); int ider_handle_command(struct redir *r, unsigned int seqno, - unsigned char *cdb); + unsigned char device, unsigned char *cdb); |