diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2008-02-03 21:21:22 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2008-02-03 21:21:22 +0000 |
commit | 74a287607a068f6f94c5ff78e4008337e31ca9dc (patch) | |
tree | 40d66e1ae261663f455dfc521f0bedea6f7cec8c /sys/dev | |
parent | b476af5d1da179c4d25c9a51e48120cc6f4d9d29 (diff) |
- add initial support for the Marvell Yukon Supreme ASIC.
Inspired by similar changes to the Linux sky2 driver.
ok kettenis@ dlg@
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/if_skreg.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/if_skreg.h b/sys/dev/pci/if_skreg.h index 11e28d8c76f..f420c705c53 100644 --- a/sys/dev/pci/if_skreg.h +++ b/sys/dev/pci/if_skreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_skreg.h,v 1.46 2007/10/13 11:55:43 kettenis Exp $ */ +/* $OpenBSD: if_skreg.h,v 1.47 2008/02/03 21:21:21 brad Exp $ */ /* * Copyright (c) 1997, 1998, 1999, 2000 @@ -351,6 +351,7 @@ #define SK_YUKON_EC 0xB6 #define SK_YUKON_FE 0xB7 #define SK_YUKON_FE_P 0xB8 +#define SK_YUKON_SUPR 0xB9 #define SK_IS_GENESIS(sc) \ ((sc)->sk_type == SK_GENESIS) |