diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2001-04-08 18:26:39 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2001-04-08 18:26:39 +0000 |
commit | 21c0c8cc87bd52f029300804114aa046e300aa53 (patch) | |
tree | 5a6da0efd923f6a867474aa24427bdb0dd42b13f /sys/dev/pci/if_txpreg.h | |
parent | 98e7a47cc77992cb7764912bc6a16c5a17c3c168 (diff) |
- load microcode from better directory (still not in tree)
- reg "definition" for soft reset register
- make sure fileheader and section number are initialized before use
- verify section checksum before use
- add a skeleton txp_start()
Diffstat (limited to 'sys/dev/pci/if_txpreg.h')
-rw-r--r-- | sys/dev/pci/if_txpreg.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/pci/if_txpreg.h b/sys/dev/pci/if_txpreg.h index b2daf771c39..0a0be48a581 100644 --- a/sys/dev/pci/if_txpreg.h +++ b/sys/dev/pci/if_txpreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_txpreg.h,v 1.2 2001/04/08 05:28:50 jason Exp $ */ +/* $OpenBSD: if_txpreg.h,v 1.3 2001/04/08 18:26:38 jason Exp $ */ /* * Copyright (c) 2001 Aaron Campbell <aaron@monkey.org>. @@ -79,6 +79,11 @@ #define TXP_INT_LATCH 0x00000001 /* interrupt latch */ /* + * soft reset register (SRR) + */ +#define TXP_SRR_ALL 0x0000007f /* full reset */ + +/* * Typhoon boot commands. */ #define TXP_BOOTCMD_NULL 0x00 |