diff options
| author | Kevin Lo <kevlo@FreeBSD.org> | 2009-02-12 10:39:19 +0000 |
|---|---|---|
| committer | Kevin Lo <kevlo@FreeBSD.org> | 2009-02-12 10:39:19 +0000 |
| commit | 13ae6dce6d0611f1476c2df790370f82a90e083b (patch) | |
| tree | b1da42a6c7768ca81ef50887ab4c5a7f9cc251d2 /sys/dev/puc | |
| parent | c7a5ac775b5241421ba9c6cc1038d4becd4bf46b (diff) | |
Notes
Diffstat (limited to 'sys/dev/puc')
| -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 3546439b8502..bf50d7d62dfa 100644 --- a/sys/dev/puc/pucdata.c +++ b/sys/dev/puc/pucdata.c @@ -585,6 +585,12 @@ const struct puc_cfg puc_pci_devices[] = { PUC_PORT_4S, 0x10, 4, 0, }, + { 0x1409, 0x7268, 0xffff, 0, + "Sunix SUN1888", + 0, + PUC_PORT_2P, 0x10, 0, 8, + }, + { 0x1409, 0x7168, 0xffff, 0, NULL, DEFAULT_RCLK * 8, |
