diff options
author | mdodd <mdodd@FreeBSD.org> | 2000-05-01 09:05:19 +0000 |
---|---|---|
committer | mdodd <mdodd@FreeBSD.org> | 2000-05-01 09:05:19 +0000 |
commit | 71a6fd08171cc56e1d74490819ee3e4c5b93051c (patch) | |
tree | 3fe7e084e86678714f9a6a7deda9bc30a3456d73 /sys/dev/ex/if_exreg.h | |
parent | e9a33c5d473ed1aaf8bc89e8f09cb655e5b05196 (diff) | |
download | FreeBSD-src-71a6fd08171cc56e1d74490819ee3e4c5b93051c.zip FreeBSD-src-71a6fd08171cc56e1d74490819ee3e4c5b93051c.tar.gz |
Split out the ISA bus front end code into its own file. PCCARD attachment
coming later this week. Mitsuru IWASAKI provided a patch to -mobile which
I used to make sure I was doing the right thing but only a small part of
the actual patch was used.
Diffstat (limited to 'sys/dev/ex/if_exreg.h')
-rw-r--r-- | sys/dev/ex/if_exreg.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/ex/if_exreg.h b/sys/dev/ex/if_exreg.h index 1b0f7eb..a6c957c 100644 --- a/sys/dev/ex/if_exreg.h +++ b/sys/dev/ex/if_exreg.h @@ -35,6 +35,9 @@ * Several constants. */ +#define CARD_TYPE_EX_10 1 +#define CARD_TYPE_EX_10_PLUS 2 + /* Length of an ethernet address. */ #define ETHER_ADDR_LEN 6 /* Default RAM size in board. */ |