diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2002-07-11 20:27:05 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2002-07-11 20:27:05 +0000 |
commit | cbd6898db211297c28b14923d06ccd773c21e3ee (patch) | |
tree | e75f2517cc23871350ac86c64989c037f16b6cf7 /sys/dev/pci | |
parent | fcd2fecd66ce311289d9f02826d9a06b0c19cf11 (diff) |
add rcsid to firmware, and remove defn for tc990_IMAGE_SIZE, its ugly.
(shoulda caught this before like I caught const'fying it, oh well)
Diffstat (limited to 'sys/dev/pci')
-rw-r--r-- | sys/dev/pci/if_txp.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/if_txp.c b/sys/dev/pci/if_txp.c index 71b0c0bc28c..1243c0ac935 100644 --- a/sys/dev/pci/if_txp.c +++ b/sys/dev/pci/if_txp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_txp.c,v 1.65 2002/07/11 20:15:46 jason Exp $ */ +/* $OpenBSD: if_txp.c,v 1.66 2002/07/11 20:27:04 jason Exp $ */ /* * Copyright (c) 2001 @@ -84,7 +84,6 @@ #include <dev/pci/if_txpreg.h> -#define tc990_IMAGE_SIZE #include <dev/microcode/typhoon/3c990img.h> /* |