diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2005-08-13 22:35:38 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2005-08-13 22:35:38 +0000 |
commit | 218c088b7fe0c188fb7f888a8c3084da4cc95a20 (patch) | |
tree | 84fa8556cda7aa19bd79631062e09630dd62b310 | |
parent | a7aad7fc1b3ead05012ff1cbb04f9d7ec1a6ae58 (diff) |
Add Conexant / Mindspeed Musycc HDLC controller for upcoming art(4) driver.
deraadt@ "yeah, put it in."
-rw-r--r-- | sys/dev/pci/pcidevs | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 1c209358a71..176e339c381 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.904 2005/08/11 17:08:58 brad Exp $ +$OpenBSD: pcidevs,v 1.905 2005/08/13 22:35:37 claudio Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -1040,6 +1040,10 @@ product CONEXANT RS7112 0x1803 10/100 product CONEXANT 56K_WINMODEM3 0x1804 10/100 product CONEXANT SOFTK56_PCI 0x2443 SoftK56 PCI product CONEXANT HSF_56K_HSFI 0x2f00 HSF 56k HSFi +product CONEXANT MUSYCC8478 0x8478 MUSYCC CN8478 +product CONEXANT MUSYCC8474 0x8474 MUSYCC CN8474 +product CONEXANT MUSYCC8472 0x8472 MUSYCC CN8472 +product CONEXANT MUSYCC8471 0x8471 MUSYCC CN8471 /* Contaq Microsystems products */ product CONTAQ 82C599 0x0600 82C599 VLB |