diff options
| author | macallan <macallan@NetBSD.org> | 2008-12-12 18:35:12 +0000 |
|---|---|---|
| committer | macallan <macallan@NetBSD.org> | 2008-12-12 18:35:12 +0000 |
| commit | 302ae8fed9fd48086e45db14c970bbba130a57c1 (patch) | |
| tree | 991584920aefcb81a58ca3df5ecdc24e96e5ae6b /sys/dev/sun | |
| parent | e27fd72e891ecea4e0f2cfb8be219107e19be167 (diff) | |
add display type for Fujitsu AG-10e (oops)
Diffstat (limited to 'sys/dev/sun')
| -rw-r--r-- | sys/dev/sun/fbio.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/sun/fbio.h b/sys/dev/sun/fbio.h index 67b58ff1a2d..3871e40d5b5 100644 --- a/sys/dev/sun/fbio.h +++ b/sys/dev/sun/fbio.h @@ -1,4 +1,4 @@ -/* $NetBSD: fbio.h,v 1.8 2006/04/13 13:30:25 macallan Exp $ */ +/* $NetBSD: fbio.h,v 1.9 2008/12/12 18:35:12 macallan Exp $ */ /* * Copyright (c) 1992 Regents of the University of California. @@ -72,8 +72,9 @@ #define FBTYPE_P9100 21 /* tadpole 3gx p9100 controller */ #define FBTYPE_CREATOR 22 /* ffb creator or elite */ #define FBTYPE_GENERIC_PCI 23 /* machfb, ofb and so on */ +#define FBTYPE_AG10E 24 /* Fujitsu AG-10e */ -#define FBTYPE_LASTPLUSONE 24 /* max number of fbs (change as add) */ +#define FBTYPE_LASTPLUSONE 25 /* max number of fbs (change as add) */ /* * XXX These really shouldn't be here, but this is what the pmax |
