-
公开(公告)号:KR100881597B1
公开(公告)日:2009-02-03
申请号:KR1020070011249
申请日:2007-02-02
Applicant: 지인정보기술 주식회사 , 재단법인서울대학교산학협력재단
CPC classification number: G06F12/0246
Abstract: 본 발명은 플래시 메모리 기반의 저장장치에서 호스트 읽기 성능을 극대화하기 위한 읽기 요청 처리 시스템에 관한 것이다. 본 발명에서 제안하는 읽기 요청 처리 시스템은 읽기 요청 처리를 저장장치의 프로세서에서 담당하던 종래의 시스템과 달리 독립적인 읽기 요청 자동 처리기를 추가함으로써 프로세서에 의한 병목 현상을 해결한다. 또한, 쓰기 버퍼를 사용하는 저장장치의 경우에는 읽기 요청 처리 시 쓰기 버퍼와 플래시 메모리의 데이터를 병합하여 호스트로 전송하는 과정을 디스크립터 배열(descriptor array) 기반으로 제어할 수 있도록 구성하여 프로세서 오버헤드를 최소화한다.
플래시 메모리(flash memory), 읽기 요청 처리, 디스크립터 배열(descriptor array)Abstract translation: 本发明涉及一种读取请求处理系统,用于最大化基于闪存的存储设备中的主机读取性能。 读出的本发明所提出的请求处理系统通过从常规系统不同地添加独立读自动处理机请求负责处理从所述处理器向所述存储装置的读取请求解决了处理器的瓶颈。 在使用写入缓冲器的存储设备的情况下,通过读请求处理中的描述符阵列来控制将写缓冲器和闪存的数据传送到主机的处理, 最小化它。
-
公开(公告)号:KR1020080072447A
公开(公告)日:2008-08-06
申请号:KR1020070011249
申请日:2007-02-02
Applicant: 지인정보기술 주식회사 , 재단법인서울대학교산학협력재단
CPC classification number: G06F12/0246
Abstract: A system and a method for processing a read request are provided to process a read request with respect to a flash memory irrespective of a processor and maintain synchronization for a translation table while sharing the translation table with the processor. A read request processing system(401) includes a read request receiver(410), a physical address validity determination unit(420), a physical address receiver(440), and a read request unit(450). The read request receiver receives a read request including logical address information from a host interface. The physical address validity determination unit determines whether a physical address corresponding to a logical address included in the logical address information is valid in a translation table with reference to the translation table. The physical address receiver receives the physical address when the physical address is valid in the translation table. The read request unit requests data corresponding to the physical address to be read from a flash memory.
Abstract translation: 提供了一种用于处理读取请求的系统和方法,以处理关于闪存的读取请求,而与处理器无关,并且在与处理器共享转换表的同时维护翻译表的同步。 读请求处理系统(401)包括读请求接收器(410),物理地址有效性确定单元(420),物理地址接收器(440)和读请求单元(450)。 读请求接收器从主机接口接收包括逻辑地址信息的读请求。 物理地址有效性确定单元参考翻译表,确定在包括在逻辑地址信息中的逻辑地址的物理地址在翻译表中是否有效。 当物理地址在转换表中有效时,物理地址接收器接收物理地址。 读取请求单元从闪速存储器请求与要读取的物理地址相对应的数据。
-
公开(公告)号:KR100869675B1
公开(公告)日:2008-11-21
申请号:KR1020070011751
申请日:2007-02-05
Applicant: 지인정보기술 주식회사 , 재단법인서울대학교산학협력재단
IPC: G11C16/00
CPC classification number: G06F13/1668 , G06F3/061 , G06F3/0659 , G06F3/0679 , G11C2216/20
Abstract: 본 발명은 플래시 메모리 기반의 저장장치 시스템의 성능을 극대화 하기 위하여, 디스크립터 배열을 이용한 플래시 메모리 제어 시스템 및 방법에 관한 것이다. 본 발명에서 제안하는 플래시 메모리 제어 시스템은 기존 플래시 메모리 기반의 저장 장치 시스템에서의 성능상의 병목을 일으키는 주요 원인이 되어왔던 프로세서의 오버헤드를 최소화 하기 위해 디스크립터 배열(descriptor array)기반의 직접 메모리 접근(DMA, direct memory access) 처리 방식을 채택한다. 이러한 방식을 통해 여러 개의 작은 단위의 작업들을 하나의 큰 단위의 작업으로 묶어서 한꺼번에 하드웨어가 처리하도록 함으로써 프로세서의 오버헤드를 최소화할 수 있다. 또한, 이러한 DMA기능을 지원하는 제어장치를 여러 개 두고 각각의 제어장치가 서로 다른 플래시 칩에 동시에 작업을 수행할 수 있도록 함으로써 여러 개의 칩으로 구성된 플래시 저장장치 시스템에서의 병렬 성을 최대화 하도록 한다. 마지막으로 이러한 서로 다른 제어장치들 사이의 우선순위를 두고 저장장치 시스템의 사용자가 체감하는 반응속도를 결정할 수 있는 중요한 작업을 실행하려는 제어장치가 그렇지 않은 제어장치를 선점할 수 있도록 함으로써 사용자의 요청에 대한 전체 플래시 메모리 제어시스템의 지연시간을 최소화 한다.
플래시 메모리, DMA, 디스크립터 배열(descriptor array), 제어, 인터페이스-
公开(公告)号:KR100903051B1
公开(公告)日:2009-06-18
申请号:KR1020080059150
申请日:2008-06-23
Applicant: 지인정보기술 주식회사 , 재단법인서울대학교산학협력재단
Abstract: 본 발명은 플래시 메모리 기반의 저장장치에서 호스트 읽기 성능을 극대화하기 위한 읽기 요청 처리 시스템에 관한 것이다. 본 발명에서 제안하는 읽기 요청 처리 시스템은 읽기 요청 처리를 저장장치의 프로세서에서 담당하던 종래의 시스템과 달리 독립적인 읽기 요청 자동 처리기를 추가함으로써 프로세서에 의한 병목 현상을 해결한다. 또한, 쓰기 버퍼를 사용하는 저장장치의 경우에는 읽기 요청 처리 시 쓰기 버퍼와 플래시 메모리의 데이터를 병합하여 호스트로 전송하는 과정을 디스크립터 배열(descriptor array) 기반으로 제어할 수 있도록 구성하여 프로세서 오버헤드를 최소화한다.
플래시 메모리(flash memory), 읽기 요청 처리, 디스크립터 배열(descriptor array)-
公开(公告)号:KR1020080073128A
公开(公告)日:2008-08-08
申请号:KR1020070011751
申请日:2007-02-05
Applicant: 지인정보기술 주식회사 , 재단법인서울대학교산학협력재단
IPC: G11C16/00
CPC classification number: G06F13/1668 , G06F3/061 , G06F3/0659 , G06F3/0679 , G11C2216/20
Abstract: A system and a method for controlling a flash memory using a descriptor array are provided to minimize overhead of a processor, by preventing the processor from controlling the flash memory directly. A descriptor array receiving part(310) receives a descriptor array including more than one descriptor corresponding to more than one work form a processor(301). A flash memory control part(320) checks a descriptor included in the descriptor array, and performs a flash memory control command included in the checked descriptor. The flash memory control part performs the flash memory control command independently of the operation of the processor. The flash memory control command includes an erase command, a program command or a read command.
Abstract translation: 提供了一种使用描述符阵列来控制闪存的系统和方法,以通过防止处理器直接控制闪速存储器来最小化处理器的开销。 描述符数组接收部分(310)从处理器(301)接收包括多于一个对应于多个工作形式的描述符的描述符阵列。 闪速存储器控制部分(320)检查描述符阵列中包括的描述符,并且执行包括在检查的描述符中的闪存控制命令。 闪存控制部分独立于处理器的操作执行闪存控制命令。 闪速存储器控制命令包括擦除命令,程序命令或读取命令。
-
公开(公告)号:KR1020080072605A
公开(公告)日:2008-08-06
申请号:KR1020080059150
申请日:2008-06-23
Applicant: 지인정보기술 주식회사 , 재단법인서울대학교산학협력재단
Abstract: A system and a method for processing a read request are provided to process a read request for a flash memory independently of a processor and confirm data distributed in the flash memory and a write buffer with a single read request by using descriptor arrangement. A read request processing system(401) includes a read request receiver(410) for receiving a read request having logical address information from a host interface, a physical address validity determination unit(420) for determining whether a physical address corresponding to a logical address included in the logical address information is valid in a translation table, a physical address receiver(440) for receiving the physical address with reference to the translation table when the physical address is valid in the translation table, and a read request unit(450) for requesting data corresponding to the physical address to be read from a flash memory. The read request processing system operates independently of a processor.
Abstract translation: 提供了一种用于处理读取请求的系统和方法,用于处理与处理器无关的读取请求,并通过使用描述符排列来确认分配在闪存中的数据和具有单个读取请求的写入缓冲器。 读请求处理系统(401)包括用于从主机接口接收具有逻辑地址信息的读请求的读请求接收器(410),用于确定与逻辑地址相对应的物理地址的物理地址有效性确定单元(420) 包括在逻辑地址信息中的逻辑地址信息在翻译表中是有效的;物理地址接收器(440),用于当所述物理地址在所述翻译表中有效时,参考所述转换表接收所述物理地址;以及读取请求单元(450) 用于请求与从闪速存储器读取的物理地址相对应的数据。 读取请求处理系统独立于处理器操作。
-
公开(公告)号:KR102094786B1
公开(公告)日:2020-03-31
申请号:KR1020170160048
申请日:2017-11-28
Applicant: 지인정보기술 주식회사
IPC: G06F16/00
-
公开(公告)号:KR1020020029028A
公开(公告)日:2002-04-17
申请号:KR1020020016141
申请日:2002-03-25
Applicant: 지인정보기술 주식회사
IPC: H04L12/28
Abstract: PURPOSE: A simplified connection setup method between Bluetooth devices is provided to convert address information, allocated to each Bluetooth device, into a simple previous identification code. CONSTITUTION: If a user inputs the other side Bluetooth device's previous identification code in his Bluetooth device(500), the user Bluetooth device broadcasts an inquiry packet to neighboring Bluetooth devices(510). If inquiry response packets are received from the neighboring Bluetooth devices, the user Bluetooth device acquires address information for each Bluetooth device from each inquiry response packet and extracts each previous identification code from the acquired address information. The user Bluetooth device compares each extracted previous identification code with the inputted previous identification code(530). If an extracted previous identification code is matched with the inputted previous identification code, the user Bluetooth device checks whether information for a Bluetooth device having a previously searched identical previous identification code is stored(532). If previously stored information exists, the user Bluetooth device judges whether one of the Bluetooth devices having previously stored information is matched with the Bluetooth device of the matched previous identification code(534).
Abstract translation: 目的:提供蓝牙设备之间的简化连接设置方法,将分配给每个蓝牙设备的地址信息转换成简单的以前的识别码。 规定:如果用户在其蓝牙设备(500)中输入另一方蓝牙设备的先前识别码,则用户蓝牙设备向邻近的蓝牙设备(510)广播查询分组。 如果从相邻的蓝牙设备接收到询问响应分组,则用户蓝牙设备从每个查询响应分组中获取每个蓝牙设备的地址信息,并从获取的地址信息中提取每个先前的识别码。 用户蓝牙装置将所提取的先前识别码与输入的先前识别码进行比较(530)。 如果提取的先前识别码与输入的先前识别码匹配,则用户蓝牙装置检查是否存储了具有先前搜索的相同的先前识别码的蓝牙装置的信息(532)。 如果先前存储的信息存在,则用户蓝牙装置判断具有先前存储的信息的蓝牙装置中的一个是否与匹配的先前识别码的蓝牙装置相匹配(534)。
-
公开(公告)号:KR1020020030758A
公开(公告)日:2002-04-25
申请号:KR1020020015670
申请日:2002-03-22
Applicant: 지인정보기술 주식회사
IPC: H04B1/38
CPC classification number: H04M1/72572 , H04M19/041 , H04M2250/02
Abstract: PURPOSE: A system for automatically converting a call termination notification signal and a method therefor are provided to evil influence by a noise of a portable communication device by automatically converting the call termination notification signal into vibration when an alert mode overwriter installed at a call termination notification signal restriction zone is sensed. CONSTITUTION: If a call termination signal is received(101), a control unit checks whether a termination mode is set as a sound(102). If the termination mode is set as the sound, the control unit controls an alert mode sensor and performs an inquiry scan during a uniform time to an inquiry access code(103). If an inquiry scan notification is generated from the alert mode sensor(104), the control unit controls a vibration driving unit and a vibrator and generates a vibration(106). If the inquiry scan notification is not generated within the set longest time, the control unit controls a sound driving unit and a speaker and generates the sound(107). The control unit performs a corresponding function for processing a termination call(108).
Abstract translation: 目的:提供一种用于自动转换呼叫终止通知信号及其方法的系统,用于当安装在呼叫终止通知上的警报模式覆盖者时,通过将呼叫终止通知信号自动转换为振动来使便携式通信设备的噪声受到影响 信号限制区被感测。 构成:如果接收到呼叫终止信号(101),则控制单元检查终端模式是否被设置为声音(102)。 如果将终止模式设置为声音,则控制单元控制报警模式传感器并且在统一的时间内对查询访问代码进行查询扫描(103)。 如果从警报模式传感器(104)产生查询扫描通知,则控制单元控制振动驱动单元和振动器并产生振动(106)。 如果在设定的最长时间内没有生成查询扫描通知,则控制单元控制声音驱动单元和扬声器并产生声音(107)。 控制单元执行用于处理终止呼叫的相应功能(108)。
-
公开(公告)号:KR1020010060779A
公开(公告)日:2001-07-07
申请号:KR1019990063219
申请日:1999-12-28
Applicant: 지인정보기술 주식회사
IPC: H04B1/38
CPC classification number: H04M1/72577 , H04M19/047
Abstract: PURPOSE: An automatic conversion method/device of a call incoming alert signal and a system thereof are provided to automatically a call incoming alert signal into a vibration signal in a predetermined area, though an incoming mode of a portable communication equipment is set up as sound. CONSTITUTION: A controller(22) checks an incoming mode(23) of a communication equipment. If the incoming mode(23) is not a sound mode, the incoming mode(23) is maintained. If the incoming mode(23) is a sound mode, an AMS(Alert Mode Sensor,31), built in the communication equipment detects the specific wireless signal for a set time. If the wireless signal is detected within the set time, the controller(22) generates another alert signal except for the sound.
Abstract translation: 目的:提供一种呼叫报警信号的自动转换方法/装置及其系统,用于将呼叫进入警报信号自动地转换成预定区域中的振动信号,尽管便携式通信设备的输入模式被设置为声音 。 构成:控制器(22)检查通信设备的进入模式(23)。 如果输入模式(23)不是声音模式,则保持输入模式(23)。 如果进入模式(23)是声音模式,内置在通信设备中的AMS(警报模式传感器31)将在特定的时间内检测特定的无线信号。 如果在设定的时间内检测到无线信号,则控制器(22)产生除了声音之外的另一警报信号。
-
-
-
-
-
-
-
-
-