|
|
| version 1.2, 2003/06/17 04:28:33 | version 1.3, 2004/02/12 00:00:18 |
|---|---|
| Line 30 | Line 30 |
| * THE POSSIBILITY OF SUCH DAMAGE. | * THE POSSIBILITY OF SUCH DAMAGE. |
| * | * |
| * $FreeBSD: src/sys/dev/wi/if_wireg.h,v 1.31.2.2 2002/08/02 07:11:34 imp Exp $ | * $FreeBSD: src/sys/dev/wi/if_wireg.h,v 1.31.2.2 2002/08/02 07:11:34 imp Exp $ |
| * $DragonFly: src/sys/dev/wi/if_wireg.h,v 1.1 2003/06/16 06:12:12 dillon Exp $ | * $DragonFly$ |
| */ | */ |
| #define WI_DELAY 5 | #define WI_DELAY 5 |
| Line 87 | Line 87 |
| #ifdef __NetBSD__ | #ifdef __NetBSD__ |
| #define OS_STRING_NAME "NetBSD" | #define OS_STRING_NAME "NetBSD" |
| #endif | #endif |
| #ifdef __FreeBSD__ | #ifdef __DragonFly__ |
| #define OS_STRING_NAME "FreeBSD" | #define OS_STRING_NAME "DragonFly" |
| #endif | #endif |
| #ifdef __OpenBSD__ | #ifdef __OpenBSD__ |
| #define OS_STRING_NAME "OpenBSD" | #define OS_STRING_NAME "OpenBSD" |