diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2001-06-10 22:07:06 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2001-06-10 22:07:06 +0000 |
commit | 27800b73f664481a542f23375069361c799dbbdd (patch) | |
tree | 1cf77cc758fd975af31ab6f0c7a2cdffee9ca6e1 /drivers/media/video/vino.h | |
parent | af8dbee9b9ff6357b93e280ab73ed8ab62235561 (diff) |
Fix VINO base address.
Diffstat (limited to 'drivers/media/video/vino.h')
-rw-r--r-- | drivers/media/video/vino.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/drivers/media/video/vino.h b/drivers/media/video/vino.h index 8caadc9aa..11a2616df 100644 --- a/drivers/media/video/vino.h +++ b/drivers/media/video/vino.h @@ -1,10 +1,9 @@ -/* $Id: vino.h,v 1.1 1999/02/08 18:29:32 ulfc Exp $ - * drivers/sgi/vino.h - * +/* * Copyright (C) 1999 Ulf Carlsson (ulfc@bun.falkenberg.se) + * Copyright (C) 2001 Ralf Baechle (ralf@gnu.org) */ -#define VINO_BASE 0x0008000 +#define VINO_BASE 0x00080000 /* In EISA address space */ #define VINO_REVID 0x0000 #define VINO_CTRL 0x0008 |