|
|
| version 1.5, 2004/01/05 17:40:00 | version 1.6, 2004/02/12 00:00:19 |
|---|---|
| Line 31 | Line 31 |
| * Portability and compatibility interfaces. | * Portability and compatibility interfaces. |
| */ | */ |
| #ifdef __FreeBSD__ | #ifdef __DragonFly__ |
| /****************************************************************************** | /****************************************************************************** |
| * FreeBSD | * DragonFly |
| */ | */ |
| #define TWE_SUPPORTED_PLATFORM | #define TWE_SUPPORTED_PLATFORM |
| Line 181 typedef struct bio_queue_head twe_bioq; | Line 181 typedef struct bio_queue_head twe_bioq; |
| # define TWE_BIO_STATS_END(bp) devstat_end_transaction_bio(&((struct twed_softc *)TWE_BIO_SOFTC(bp))->twed_stats, bp) | # define TWE_BIO_STATS_END(bp) devstat_end_transaction_bio(&((struct twed_softc *)TWE_BIO_SOFTC(bp))->twed_stats, bp) |
| #endif | #endif |
| #endif /* FreeBSD */ | #endif /* DragonFly */ |
| #ifndef TWE_SUPPORTED_PLATFORM | #ifndef TWE_SUPPORTED_PLATFORM |
| #error platform not supported | #error platform not supported |