diff options
author | 2001-12-19 16:36:24 +0000 | |
---|---|---|
committer | 2001-12-19 16:36:24 +0000 | |
commit | 092f5642073fc8850fa9faa9f233a79da258a289 (patch) | |
tree | a23cf6b0338cfd31c5590939c6758814d02fdc90 | |
parent | fix race between SIGCHLD and select with an additional pipe. writing (diff) | |
download | wireguard-openbsd-092f5642073fc8850fa9faa9f233a79da258a289.tar.xz wireguard-openbsd-092f5642073fc8850fa9faa9f233a79da258a289.zip |
promise 20268r and 20269 pci ids; from Alexander Yurchenko <grange@rt.mipt.ru>
-rw-r--r-- | sys/dev/pci/pcidevs | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index a7b93f351f8..c084e1b032c 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ - $OpenBSD: pcidevs,v 1.475 2001/12/18 17:31:14 drahn Exp $ + $OpenBSD: pcidevs,v 1.476 2001/12/19 16:36:24 mickey Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -1719,7 +1719,9 @@ product PROMISE PDC20246 0x4d33 PDC20246 product PROMISE PDC20262 0x4d38 PDC20262 product PROMISE PDC20265 0x0d30 PDC20265 product PROMISE PDC20267 0x4d30 PDC20267 -product PROMISE PDC20268 0x4d68 PDC20268 +product PROMISE PDC20268 0x4d68 PDC20268 +product PROMISE PDC20268R 0x6268 PDC20268R +product PROMISE PDC20269 0x4d69 PDC20269 /* QLogic products */ product QLOGIC ISP1020 0x1020 ISP1020 |