New system adapter for Solaris uscsi (tested on snv134, kernel 5.11)

This commit is contained in:
2010-06-07 17:30:54 +00:00
parent 736d8b9019
commit 1eee6ab8a0
10 changed files with 1011 additions and 7 deletions

View File

@ -14,6 +14,14 @@
*/
#ifdef Libburn_use_sg_dummY
/* --------- Any other system. With dummy MMC transport sg-dummy.c --------- */
#include "os-dummy.h"
#else
#ifdef Libburn_use_libcdiO
@ -45,6 +53,14 @@
#include "os-linux.h"
#else
#ifdef __sun
/* ------- Solaris (e.g. SunOS 5.11) with uscsi ------ */
#include "os-solaris.h"
#else
@ -52,10 +68,12 @@
#include "os-dummy.h"
#endif /* ! __sun*/
#endif /* ! __linux */
#endif /* ! __FreeBSD__kernel__ */
#endif /* ! __FreeBSD__ */
#endif /* ! Libburn_use_libcdiO */
#endif /* ! Libburn_use_sg_dummY */
#endif /* ! BURN_OS_H_INCLUDED */