From f5eb5c6775cc2f953525cc0ddff69e43fc1c43a5 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Sun, 12 Jul 2009 15:54:33 +0000 Subject: Add some missing GEM_SBUS_CONFIG bits. ok miod@, jsg@ --- sys/dev/ic/gemreg.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys/dev/ic') diff --git a/sys/dev/ic/gemreg.h b/sys/dev/ic/gemreg.h index b837265904a..a95bdd84eb7 100644 --- a/sys/dev/ic/gemreg.h +++ b/sys/dev/ic/gemreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: gemreg.h,v 1.16 2009/03/22 21:46:31 kettenis Exp $ */ +/* $OpenBSD: gemreg.h,v 1.17 2009/07/12 15:54:32 kettenis Exp $ */ /* $NetBSD: gemreg.h,v 1.1 2001/09/16 00:11:43 eeh Exp $ */ /* @@ -69,6 +69,8 @@ #define GEM_SEB_RXWON 0x000000004 /* Bits in GEM_SBUS_CONFIG register */ +#define GEM_SBUS_CFG_BSIZE32 0x00000001 +#define GEM_SBUS_CFG_BSIZE64 0x00000002 #define GEM_SBUS_CFG_BSIZE128 0x00000004 #define GEM_SBUS_CFG_BMODE64 0x00000008 #define GEM_SBUS_CFG_PARITY 0x00000200 -- cgit v1.2.3