Date: Sat, 29 May 2010 09:07:02 +0000 (UTC) From: Juli Mallett <jmallett@FreeBSD.org> To: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: svn commit: r208636 - user/jmallett/octeon/sys/dev/puc Message-ID: <201005290907.o4T972sQ066214@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jmallett Date: Sat May 29 09:07:01 2010 New Revision: 208636 URL: http://svn.freebsd.org/changeset/base/208636 Log: Add another EDOOFUS provider. Modified: user/jmallett/octeon/sys/dev/puc/pucdata.c Modified: user/jmallett/octeon/sys/dev/puc/pucdata.c ============================================================================== --- user/jmallett/octeon/sys/dev/puc/pucdata.c Sat May 29 06:56:04 2010 (r208635) +++ user/jmallett/octeon/sys/dev/puc/pucdata.c Sat May 29 09:07:01 2010 (r208636) @@ -826,6 +826,12 @@ const struct puc_cfg puc_pci_devices[] = PUC_PORT_4S1P, 0x10, 4, 0, }, + { 0x9710, 0x9865, 0xa000, 0x1000, + "NetMos NM9865 UART", + DEFAULT_RCLK, + PUC_PORT_1S, 0x10, 4, 0, + }, + { 0x9710, 0x9865, 0xa000, 0x3002, "NetMos NM9865 Dual UART", DEFAULT_RCLK,
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005290907.o4T972sQ066214>