diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-10-25 16:39:26 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-10-25 16:39:26 +0000 |
commit | 82a99acf5a2207eb5e02e63c5ea5389d0a40c347 (patch) | |
tree | 45db0add57f0302a16b92060155608516ffbe6a1 /sys/dev/ic/if_wireg.h | |
parent | 769593e6a28f837c00ccd047014113ca603e5d1d (diff) |
add prism2.5 mini-pci nic id
Diffstat (limited to 'sys/dev/ic/if_wireg.h')
-rw-r--r-- | sys/dev/ic/if_wireg.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ic/if_wireg.h b/sys/dev/ic/if_wireg.h index d89107047d8..ad5bd7ea6ec 100644 --- a/sys/dev/ic/if_wireg.h +++ b/sys/dev/ic/if_wireg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_wireg.h,v 1.5 2001/06/25 18:04:23 drahn Exp $ */ +/* $OpenBSD: if_wireg.h,v 1.6 2001/10/25 16:39:25 mickey Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -346,6 +346,7 @@ struct wi_ltv_ver { #define WI_NIC_HWB1153 0x8007 #define WI_NIC_P2_SST 0x8008 /* Prism2 with SST flush */ #define WI_NIC_PRISM2_5 0x800C +#define WI_NIC_3874A 0x8013 /* Prism2.5 Mini-PCI */ }; /* |