diff options
author | jhb <jhb@FreeBSD.org> | 2004-02-04 18:01:02 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2004-02-04 18:01:02 +0000 |
commit | f7b1079809c2529c50447de59fdce77a7f5a08f5 (patch) | |
tree | 7904daa8920db3203b88b9fc4b0fd9297b92e928 /sys | |
parent | 583ebaad45fd151f4736938a3c0a19f9c2aa989f (diff) | |
download | FreeBSD-src-f7b1079809c2529c50447de59fdce77a7f5a08f5.zip FreeBSD-src-f7b1079809c2529c50447de59fdce77a7f5a08f5.tar.gz |
Expand the mask for the Avlab Technology, PCI IO 2S entry to cover the
2S-650 and 2S-850 variants.
PR: kern/45285
Submitted by: Andrey Zakharchenko <avz AT jscc.ru>
MFC after: 1 week
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/puc/pucdata.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/puc/pucdata.c b/sys/dev/puc/pucdata.c index cd8554e..1f47a4a 100644 --- a/sys/dev/puc/pucdata.c +++ b/sys/dev/puc/pucdata.c @@ -1078,7 +1078,7 @@ const struct puc_device_description puc_devices[] = { { "Avlab Technology, PCI IO 2S", NULL, { 0x14db, 0x2130, 0, 0 }, - { 0xffff, 0xffff, 0, 0 }, + { 0xffff, 0xfffc, 0, 0 }, { { PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ }, { PUC_PORT_TYPE_COM, 0x14, 0x00, COM_FREQ }, |