diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2001-06-05 02:15:20 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2001-06-05 02:15:20 +0000 |
commit | 4875e7ccc7126d90cd553cb372c786f03696561d (patch) | |
tree | 88fdf264ed094bd98dd4e2bc37e5d2fac7f06140 /sys/dev/pci | |
parent | 266464a5a3d9089d96361d38913d5f12b6c2e687 (diff) |
updated firmware from 3com (Thanks!); contains support for 3cr990B cards.
Diffstat (limited to 'sys/dev/pci')
-rw-r--r-- | sys/dev/pci/if_txp.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/pci/if_txp.c b/sys/dev/pci/if_txp.c index 52e4f4bf566..9e9e39dcf9a 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.39 2001/05/30 14:41:59 jason Exp $ */ +/* $OpenBSD: if_txp.c,v 1.40 2001/06/05 02:15:19 jason Exp $ */ /* * Copyright (c) 2001 @@ -87,9 +87,7 @@ #include <dev/pci/if_txpreg.h> -#define u32 u_int32_t #include <dev/microcode/typhoon/3c990img.h> -#undef u32 int txp_probe __P((struct device *, void *, void *)); void txp_attach __P((struct device *, struct device *, void *)); |