⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 changelog

📁 一个linux下rs485驱动程序的源代码
💻
📖 第 1 页 / 共 3 页
字号:
	ul_drv/ul_drv.c:1.2->1.3 	ul_drv/ul_hdep.h:1.1->1.2 	ul_lib/ul_l_msg.c:1.1->1.2 	ul_lib/ul_l_oi.c:1.1->1.2 	utils/ul_buftst.c:1.1->1.2 	utils/ul_lcabsp.c:1.1->1.2 	utils/ul_lcscan.c:1.1->1.2 	utils/ul_spy.c:1.1->1.2 ---------------------PatchSet 24 Date: 2005/05/08 23:53:58Author: ppisaBranch: HEADTag: (none) Log:UL_ATTR_xxx updated and united with OCERA CAN sourcesMembers: 	ul_lib/ulan.h:1.2->1.3 ---------------------PatchSet 25 Date: 2005/07/19 22:49:14Author: ppisaBranch: HEADTag: (none) Log:Adapted to use pci_name() instead of slot_name for recent Linux kernels.Members: 	ul_drv/k_compat.h:1.2->1.3 	ul_drv/ul_linpci.c:1.2->1.3 ---------------------PatchSet 26 Date: 2005/08/08 22:50:39Author: ppisaBranch: HEADTag: (none) Log:usb_kill_urb() used for Linux kernels 2.6.9 and above instead of usb_unlink_urb()for synchronous finalization of URB when KWT is exitingMembers: 	ul_drv/ul_cps1.c:1.3->1.4 ---------------------PatchSet 27 Date: 2005/09/21 15:58:23Author: ppisaBranch: HEADTag: (none) Log:Preparation to enable more driver attachment methods.Members: 	ul_lib/ul_l_drv.c:1.1->1.2 	ul_lib/ulan.h:1.3->1.4 ---------------------PatchSet 28 Date: 2005/09/23 14:34:36Author: ppisaBranch: HEADTag: (none) Log:Modified print_modules function to get rid of GNU C aliases warnings.Members: 	utils/ul_lcabsp.c:1.2->1.3 	utils/ul_lcscan.c:1.2->1.3 	utils/ul_sendhex.c:1.6->1.7 	utils/ul_sendmsg.c:1.1->1.2 	utils/ul_spy.c:1.2->1.3 ---------------------PatchSet 29 Date: 2005/09/23 17:34:19Author: ppisaBranch: HEADTag: (none) Log:Added optional driver API indirection to enable attachment of the driver running on the remote host.Members: 	Makefile.omk:1.1->1.2 	ul_lib/Makefile.omk:1.1->1.2 	ul_lib/ul_fd4dir.h:INITIAL->1.1 	ul_lib/ul_fd4indir.h:INITIAL->1.1 	ul_lib/ul_fddir.h:INITIAL->1.1 	ul_lib/ul_l_drv.c:1.2->1.3 	ul_lib/ul_l_indir.c:INITIAL->1.1 	ul_lib/ulan.h:1.4->1.5 	utils/Makefile.omk:1.1->1.2 	utils/ul_lcabsp.c:1.3->1.4 	utils/ul_lcscan.c:1.3->1.4 	utils/ul_spy.c:1.3->1.4 ---------------------PatchSet 30 Date: 2005/09/23 17:43:17Author: ppisaBranch: HEADTag: (none) Log:Correction of non OMK build with Makefile.std.Members: 	ul_lib/Makefile.std:1.1->1.2 ---------------------PatchSet 31 Date: 2005/09/23 18:34:06Author: ppisaBranch: HEADTag: (none) Log:Added function for ul_fd_ops_register for runtime registration of driver access methods.Members: 	ul_lib/Makefile.omk:1.2->1.3 	ul_lib/ul_fd4indir.h:1.1->1.2 	ul_lib/ul_l_drv.c:1.3->1.4 	ul_lib/ul_l_indir.c:1.1->1.2 ---------------------PatchSet 32 Date: 2005/09/26 17:51:23Author: ppisaBranch: HEADTag: (none) Log:Next round of changes and additions implementing parts of uLan Object Interface device side.Members: 	ul_lib/ul_l_oi.c:1.2->1.3 	ul_lib/ulan.h:1.5->1.6 	utils/ul_lcscan.c:1.4->1.5 ---------------------PatchSet 33 Date: 2005/09/28 20:14:32Author: ppisaBranch: HEADTag: (none) Log:First minimal but required functionality complete version of uLan Object Interface rewrite to "C"Members: 	ul_lib/ulan.h:1.6->1.7 ---------------------PatchSet 34 Date: 2005/10/04 19:41:33Author: ppisaBranch: HEADTag: (none) Log:Corrected back sequence number propagation.Members: 	ul_lib/ul_l_oi.c:1.3->1.4 ---------------------PatchSet 35 Date: 2005/10/20 14:50:37Author: smolikBranch: HEADTag: (none) Log:utility for setup module parameters like are sn, adr, ...Members: 	ul_lib/ulan.h:1.7->1.8 	utils/ul_dynewsn.c:INITIAL->1.1 	utils/ul_dysn.c:INITIAL->1.1 ---------------------PatchSet 36 Date: 2005/10/30 00:40:15Author: ppisaBranch: HEADTag: (none) Log:Elimination of some easily fix-able warnings for GCC-4.0.2.There is still bunch of more problematic things relatedto the C99 strict aliasing rules.Members: 	utils/ul_lcabsp.c:1.4->1.5 	utils/ul_lcscan.c:1.5->1.6 	utils/ul_sendhex.c:1.7->1.8 	utils/ul_sendmsg.c:1.2->1.3 	utils/ul_spy.c:1.4->1.5 ---------------------PatchSet 37 Date: 2005/11/06 00:45:03Author: ppisaBranch: HEADTag: (none) Log:uLan driver updated to support Linux kernel 2.6 new device model.Driver supports class device registration. The legacy ISA isis forced by module insert, but PCI and USB are fully devices modeldriven.Members: 	ul_drv/k_compat.h:1.3->1.4 	ul_drv/ul_linpci.c:1.3->1.4 	ul_drv/ul_linusb.c:1.1->1.2 	ul_drv/ul_linux.c:1.2->1.3 ---------------------PatchSet 38 Date: 2005/11/10 00:38:21Author: ppisaBranch: HEADTag: (none) Log:Added support to ensure written blocks alignment to ul_sendhex.This is required by some FLASH MCUs.Members: 	utils/ul_sendhex.c:1.8->1.9 ---------------------PatchSet 39 Date: 2006/01/04 18:03:59Author: smolikBranch: HEADTag: (none) Log:Added support for utilizing uLAN on systemless LPC210x target.Members: 	ul_drv/ul_c450.c:1.1->1.2 	ul_drv/ul_devtab.c:1.1->1.2 	ul_drv/ul_drv.c:1.3->1.4 	ul_drv/ul_hdep.h:1.2->1.3 	ul_drv/ul_sysless.c:INITIAL->1.1 	ul_drv/ul_ufsm.c:1.1->1.2 ---------------------PatchSet 40 Date: 2006/01/05 23:24:05Author: ppisaBranch: HEADTag: (none) Log:Some more changes to workaround another LPC210x UART divergences and erratas.Members: 	ul_drv/ul_c450.c:1.2->1.3 	ul_drv/ul_hdep.h:1.3->1.4 ---------------------PatchSet 41 Date: 2006/01/06 15:35:07Author: smolikBranch: HEADTag: (none) Log:some code arrangement, changed style of buffer size initialization, added possibilities for disable all outputsMembers: 	ul_drv/ul_c450.c:1.3->1.4 	ul_drv/ul_drv.c:1.4->1.5 	ul_drv/ul_hdep.h:1.4->1.5 	ul_drv/ul_inlib.c:1.1->1.2 	ul_drv/ul_sysless.c:1.1->1.2 ---------------------PatchSet 42 Date: 2006/01/07 23:51:31Author: ppisaBranch: HEADTag: (none) Log:Minor update to compile against 2.6.15 kernel.Members: 	ul_drv/k_compat.h:1.4->1.5 	ul_drv/ul_linpci.c:1.4->1.5 	ul_drv/ul_linusb.c:1.2->1.3 	ul_drv/ul_linux.c:1.3->1.4 ---------------------PatchSet 43 Date: 2006/01/19 23:17:30Author: ppisaBranch: HEADTag: (none) Log:Corrected broken order of the chips probe. The 82C510 has to be probed before 16450.Members: 	ul_drv/ul_devtab.c:1.2->1.3 ---------------------PatchSet 44 Date: 2006/01/26 01:27:02Author: ppisaBranch: HEADTag: (none) Log:Changes to support in library compilation for CONFIG_UL_DRV_SYSLESS.Members: 	ul_drv/Makefile.omk:1.2->1.3 ---------------------PatchSet 45 Date: 2006/01/26 02:55:58Author: ppisaBranch: HEADTag: (none) Log:uLAN driver updated to enable specify baudrate base clock for each chip.Members: 	ul_drv/Makefile.omk:1.3->1.4 	ul_drv/ul_c450.c:1.4->1.5 	ul_drv/ul_c510.c:1.1->1.2 	ul_drv/ul_c950pci.c:1.1->1.2 	ul_drv/ul_cps1.c:1.4->1.5 	ul_drv/ul_drv.c:1.5->1.6 	ul_drv/ul_drv.h:1.2->1.3 	ul_drv/ul_hdep.h:1.5->1.6 	ul_drv/ul_inlib.c:1.2->1.3 	ul_drv/ul_kdmnt.c:1.1->1.2 	ul_drv/ul_linpci.c:1.5->1.6 	ul_drv/ul_linusb.c:1.3->1.4 	ul_drv/ul_linux.c:1.4->1.5 	ul_drv/ul_tors.c:1.1->1.2 	ul_drv/ul_wdbase.c:1.1->1.2 	ul_drv/ul_wdpnp.c:1.2->1.3 ---------------------PatchSet 46 Date: 2006/01/31 09:57:06Author: smolikBranch: HEADTag: (none) Log:correction behaviour against new version OMK & handling for SYSLESS architectureMembers: 	Makefile.omk:1.2->1.3 	ul_drv/Makefile.omk:1.4->1.5 	ul_drv/ul_c450.c:1.5->1.6 	ul_drv/ul_drv.c:1.6->1.7 	ul_drv/ul_drv_init.h:INITIAL->1.1 	ul_drv/ul_hdep.h:1.6->1.7 	ul_drv/ul_inlib.c:1.3->1.4 	ul_drv/ul_ufsm.c:1.2->1.3 	ul_lib/Makefile.omk:1.3->1.4 	ul_lib/ul_drvdef.h:1.2->1.3 	ul_lib/ul_fddir.h:1.1->1.2 	ul_lib/ulan.h:1.8->1.9 	utils/Makefile.omk:1.2->1.3 ---------------------PatchSet 47 Date: 2006/01/31 10:18:12Author: smolikBranch: HEADTag: (none) Log:Initial version of ulan component for lazarusMembers: 	lazarus/libulan.a:INITIAL->1.1 	lazarus/ul_drvdef.pp:INITIAL->1.1 	lazarus/ulan.pp:INITIAL->1.1 ---------------------PatchSet 48 Date: 2006/02/21 14:23:52Author: ppisaBranch: HEADTag: (none) Log:Small update of compatibility file for 2.6.15 kernels.Members: 	ul_drv/k_compat.h:1.5->1.6 ---------------------PatchSet 49 Date: 2006/03/04 14:05:16Author: smolikBranch: HEADTag: (none) Log:renamed SYS_HZ to CPU_SYS_HZ and library ulan to ul_drv (protection against ul_lib)Members: 	ul_drv/Makefile.omk:1.5->1.6 	ul_drv/ul_hdep.h:1.7->1.8 ---------------------PatchSet 50 Date: 2006/03/27 00:34:34Author: smolikBranch: HEADTag: (none) Log:Initial version of uLan Delphi&Lazarus component.Members: 	lazarus/libulan.a:1.1->1.2(DEAD) 	lazarus/libulan.dll:INITIAL->1.1 	lazarus/uLan.lrs:INITIAL->1.1 	lazarus/uLan.pas:INITIAL->1.1 	lazarus/uLan.res:INITIAL->1.1 	lazarus/uLan.xpm:INITIAL->1.1 	lazarus/uLanlaz.lpk:INITIAL->1.1 	lazarus/uLanlaz.pas:INITIAL->1.1 	lazarus/ul_drvdef.pas:INITIAL->1.1 	lazarus/ul_drvdef.pp:1.1->1.2(DEAD) 	lazarus/ulan.pp:1.1->1.2(DEAD) ---------------------PatchSet 51 Date: 2006/04/07 10:13:43Author: smolikBranch: HEADTag: (none) Log:ul_lib is possible compile with ul_log staff from ulut, new interface for indirect accessMembers: 	Makefile.omk:1.3->1.4 	ul_lib/Makefile.omk:1.4->1.5 	ul_lib/ul_drvdef.h:1.3->1.4(DEAD) 	ul_lib/ul_fd4dir.h:1.1->1.2(DEAD) 	ul_lib/ul_fd4indir.h:1.2->1.3(DEAD) 	ul_lib/ul_fddir.h:1.2->1.3(DEAD) 	ul_lib/ul_l_drv.c:1.4->1.5 	ul_lib/ul_l_drv_eth.c:INITIAL->1.1 	ul_lib/ul_l_drv_eth.h:INITIAL->1.1 	ul_lib/ul_l_indir.c:1.2->1.3 	ul_lib/ul_l_log.c:1.1->1.2 	ul_lib/ul_l_oi.c:1.4->1.5 	ul_lib/ul_l_oil.c:INITIAL->1.1 	ul_lib/ulan.h:1.9->1.10(DEAD) 	ul_lib/ul_lib/ul_drvdef.h:INITIAL->1.1 	ul_lib/ul_lib/ul_fd4dir.h:INITIAL->1.1 	ul_lib/ul_lib/ul_fd4indir.h:INITIAL->1.1 	ul_lib/ul_lib/ul_fddir.h:INITIAL->1.1 	ul_lib/ul_lib/ul_l_log.h:INITIAL->1.1 	ul_lib/ul_lib/ulan.h:INITIAL->1.1 	utils/Makefile.omk:1.3->1.4 ---------------------PatchSet 52 Date: 2006/04/07 15:16:50Author: smolikBranch: HEADTag: (none) Log:correction updates of last changesMembers: 	ul_lib/ul_l_drv.c:1.5->1.6 	ul_lib/ul_l_drv_eth.c:1.1->1.2 	ul_lib/ul_l_indir.c:1.3->1.4 	ul_lib/ul_l_log.c:1.2->1.3 	ul_lib/ul_lib/ul_fd4dir.h:1.1->1.2 	ul_lib/ul_lib/ul_fd4indir.h:1.1->1.2 	ul_lib/ul_lib/ul_l_log.h:1.1->1.2 	ul_lib/ul_lib/ulan.h:1.1->1.2 ---------------------PatchSet 53 Date: 2006/04/07 15:33:25Author: smolikBranch: HEADTag: (none) Log:added function ul_eth_drv_versionMembers: 	ul_lib/ul_l_drv_eth.c:1.2->1.3 ---------------------PatchSet 54 Date: 2006/04/07 16:16:36Author: smolik

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -