diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 2003-09-06 21:48:50 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2003-09-06 21:48:50 +0000 |
| commit | dc7d0dea1211bb5adb59372bd7399ebcce1818d7 (patch) | |
| tree | 3961a1a9eb35343a238a92089a291f7bc416f87b /sys/dev/puc/pucdata.c | |
| parent | 6c024e8ef6e9c95c37f36db0e4e5c3f49641b382 (diff) | |
Notes
Diffstat (limited to 'sys/dev/puc/pucdata.c')
| -rw-r--r-- | sys/dev/puc/pucdata.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sys/dev/puc/pucdata.c b/sys/dev/puc/pucdata.c index 3eea5e300f83..be8b848b79ff 100644 --- a/sys/dev/puc/pucdata.c +++ b/sys/dev/puc/pucdata.c @@ -47,8 +47,21 @@ __FBSDID("$FreeBSD$"); #define COM_FREQ DEFAULT_RCLK +int puc_config_win877(struct puc_softc *); + const struct puc_device_description puc_devices[] = { + { "Diva Serial [GSP] Multiport UART", + NULL, + { 0x103c, 0x1048, 0x103c, 0x1282 }, + { 0xffff, 0xffff, 0xffff, 0xffff }, + { + { PUC_PORT_TYPE_UART, 0x10, 0x00, 0, PUC_FLAGS_MEMORY }, + { PUC_PORT_TYPE_UART, 0x10, 0x10, 0, PUC_FLAGS_MEMORY }, + { PUC_PORT_TYPE_UART, 0x10, 0x38, 0, PUC_FLAGS_MEMORY }, + }, + }, + { "Comtrol RocketPort 550/4 RJ45", NULL, { 0x11fe, 0x8014, 0, 0 }, |
