diff options
author | jhb <jhb@FreeBSD.org> | 2011-05-02 14:34:03 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2011-05-02 14:34:03 +0000 |
commit | 6c7b49083897c9d46a26647ac05ca040226ee933 (patch) | |
tree | a8ee1d685cce2f0c97c27f2f9242f4a45c4943aa | |
parent | 3e97a806499a73f7d4592ba65fa4cd917571511e (diff) | |
download | FreeBSD-src-6c7b49083897c9d46a26647ac05ca040226ee933.zip FreeBSD-src-6c7b49083897c9d46a26647ac05ca040226ee933.tar.gz |
Add an entry for the Kuroutoshikou SERIAL4P-LPPCI2 which uses an Oxford
4 port chip but with a nonstandard clock.
PR: kern/104212
Submitted by: Shuichi KITAGUCHI kit of ysnb net
MFC after: 1 week
-rw-r--r-- | sys/dev/puc/pucdata.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/dev/puc/pucdata.c b/sys/dev/puc/pucdata.c index b8cf378..4d19ddae 100644 --- a/sys/dev/puc/pucdata.c +++ b/sys/dev/puc/pucdata.c @@ -638,6 +638,12 @@ const struct puc_cfg puc_pci_devices[] = { PUC_PORT_4S, 0x10, 0, 8, }, + { 0x1415, 0x9501, 0x14db, 0x2150, + "Kuroutoshikou SERIAL4P-LPPCI2", + DEFAULT_RCLK * 10, + PUC_PORT_4S, 0x10, 0, 8, + }, + { 0x1415, 0x9501, 0xffff, 0, "Oxford Semiconductor OX16PCI954 UARTs", DEFAULT_RCLK, |