$NetBSD: patch-ag,v 1.3 2002/05/14 13:52:52 fredb Exp $ --- iodev/cdrom.h.orig Fri Feb 1 10:46:28 2002 +++ iodev/cdrom.h @@ -49,6 +49,9 @@ // Read a single block from the CD void read_block(uint8* buf, int lba); + // Start (spin up) the CD. + int start_cdrom(); + private: int fd; char *path;