diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2019-03-16 22:38:48 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2019-03-16 22:38:48 +0000 |
commit | 3ac767499dd12738bc8f82d4382c576a186054f8 (patch) | |
tree | 5f58b42cc3f6a4d2c60c520a5d1968e192d03066 /sys/dev | |
parent | f09d28000f65bc051e07fe41772ef9462ff66a49 (diff) |
add entries for Attansic E2400/E2500, from Brad (and also present,
though with longer names, in an earlier diff from Genadijus Paleckis)
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/pcidevs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index f5379970de6..ecdf2269263 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1878 2019/02/20 03:55:49 dlg Exp $ +$OpenBSD: pcidevs,v 1.1879 2019/03/16 22:38:47 sthen Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -2028,6 +2028,8 @@ product ATTANSIC L2 0x2048 L2 product ATTANSIC L2C_1 0x2060 L2C product ATTANSIC L2C_2 0x2062 L2C product ATTANSIC E2200 0xe091 E2200 +product ATTANSIC E2400 0xe0a1 E2400 +product ATTANSIC E2500 0xe0b1 E2500 /* Aureal products */ product AUREAL AU8820 0x0001 Vortex 1 |