diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-07-04 09:03:53 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-07-04 09:03:53 +0000 |
commit | 5076b5fd7d879f9d6a20b046d66a8489ff882263 (patch) | |
tree | d2efce0d07c7c1e2de59d1ea2b8c3600ea3eecd7 /sys/dev/eisa/eisadevs_data.h | |
parent | cbb1dc15c95a033e10b493f5e4b5e430dbd6a207 (diff) |
sync
Diffstat (limited to 'sys/dev/eisa/eisadevs_data.h')
-rw-r--r-- | sys/dev/eisa/eisadevs_data.h | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/sys/dev/eisa/eisadevs_data.h b/sys/dev/eisa/eisadevs_data.h index 37ea655eac3..395d08fc192 100644 --- a/sys/dev/eisa/eisadevs_data.h +++ b/sys/dev/eisa/eisadevs_data.h @@ -2,7 +2,7 @@ * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: eisadevs,v 1.8 1998/05/16 04:03:16 imp Exp + * OpenBSD: eisadevs,v 1.9 1998/07/04 09:03:48 deraadt Exp */ /* @@ -139,6 +139,11 @@ struct eisa_knowndev eisa_knowndevs[] = { }, { 0, + "INP25D0", + EISA_PRODUCT_INP25D0, + }, + { + 0, "INT1010", EISA_PRODUCT_INT1010, }, @@ -229,6 +234,16 @@ struct eisa_knowndev eisa_knowndevs[] = { }, { EISA_KNOWNDEV_NOPROD, + "HWP", + "Hewlett-Packard", + }, + { + EISA_KNOWNDEV_NOPROD, + "INP", + "Interphase", + }, + { + EISA_KNOWNDEV_NOPROD, "INT", "Intel", }, @@ -239,6 +254,11 @@ struct eisa_knowndev eisa_knowndevs[] = { }, { EISA_KNOWNDEV_NOPROD, + "MLX", + "Mylex", + }, + { + EISA_KNOWNDEV_NOPROD, "SMC", "Standard Microsystems Corp.", }, |