diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2000-06-07 05:35:04 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2000-06-07 05:35:04 +0000 |
commit | c431c5502d71b63d98af6411b1d37a2f39b81815 (patch) | |
tree | 3b443a15928031f22c507ff8775754d7299637e2 /sys/dev/pci/if_tireg.h | |
parent | 922c06edc2d51873abbb2107aaa44c4077223761 (diff) |
from freebsd(wpaul):
Update the Tigon firmware to 12.3.21. This fixes a few bugs and adds support
for cards with 2MB of on-board SRAM.
Diffstat (limited to 'sys/dev/pci/if_tireg.h')
-rw-r--r-- | sys/dev/pci/if_tireg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/if_tireg.h b/sys/dev/pci/if_tireg.h index 2918192b72e..8fcca435330 100644 --- a/sys/dev/pci/if_tireg.h +++ b/sys/dev/pci/if_tireg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_tireg.h,v 1.7 2000/03/15 03:56:49 todd Exp $ */ +/* $OpenBSD: if_tireg.h,v 1.8 2000/06/07 05:35:03 jason Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -137,7 +137,7 @@ */ #define TI_FIRMWARE_MAJOR 0xc #define TI_FIRMWARE_MINOR 0x3 -#define TI_FIRMWARE_FIX 0x12 +#define TI_FIRMWARE_FIX 0x15 /* * Miscelaneous Local Control register. |