diff options
| author | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1995-05-30 08:16:23 +0000 |
|---|---|---|
| committer | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1995-05-30 08:16:23 +0000 |
| commit | 9b2e535452929d6f2f798a2c01b23b1f547a0b0f (patch) | |
| tree | 176f04f674860c7cfae9ac5d2ff4d4e1d73cb2b7 /sys/dev/eisa/eisaconf.h | |
| parent | 44204187ec133a0ab7bd77c8d974ad5afd4d88b4 (diff) | |
Notes
Diffstat (limited to 'sys/dev/eisa/eisaconf.h')
| -rw-r--r-- | sys/dev/eisa/eisaconf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/eisa/eisaconf.h b/sys/dev/eisa/eisaconf.h index b0a0cbb27779..9b16c23543fa 100644 --- a/sys/dev/eisa/eisaconf.h +++ b/sys/dev/eisa/eisaconf.h @@ -13,14 +13,14 @@ * on the understanding that TFS is not responsible for the correct * functioning of this software in any circumstances. * - * $Id: eisaconf.h,v 1.1 1995/03/13 09:10:17 root Exp root $ + * $Id: eisaconf.h,v 1.1 1995/04/23 08:55:42 julian Exp $ */ /* * Ported to run under FreeBSD by Julian Elischer (julian@tfs.com) Sept 1992 */ -#define EISA_SLOTS 10 /* PCI clashes with higher ones.. fix later */ +#define EISA_SLOTS 10 /* PCI clashes with higher ones.. fix later */ struct eisa_dev { char productID[4]; unsigned short productType; |
