<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://valley.egloos.com/rss/style/style.xsl" type="text/xsl" media="screen"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>이글루스 'driver' 태그 최근글</title>
		<link>http://valley.egloos.com/tag/driver</link>
		<description>driver</description>
		<language>ko</language>
		<pubDate>Mon, 09 Apr 2012 23:00:10 +0900</pubDate>
		<generator>Egloos</generator>
		<item>
	<title><![CDATA[시바 애플 개객기!!]]></title>
	<link>http://handmade.egloos.com/5625383</link>
	<guid>http://handmade.egloos.com/5625383</guid>
	<description>
	<![CDATA[ 
시바 ... 아.. 시바.. 시바시바시바... 시바..라는 단어밖에 생각이 안난다..  그래도 문과 나왔는데.. 어휘력이 이렇게 달려서야..ㅠ_ㅜ  어쨌든, 애플은 시바고, 드라이버 만든 개객기는 인누와 좀 맞자.  시바, 개발자한데 확장해서 쓰라고 말할거면 explict 하게 적어놓던지.. 시바시바시바놈이...  C++ 줫도 모르는데 개삽 떠야겠냐- _-  시바.. 지금 이게 뭔꼴이여.. 이슈 한개 보다가 세개로 늘어나는 꼬라지는 : (  아키텍쳐 시바.. 시바 KPI 군좀 풍부하게 만들어 놓던가.. 시바놈이..  아.. 혈압.. 뒷골.. 시바.. 아..  패닉이 패닉을 부르더니 패닉하고 패닉스럽게 패닉하면 패닉하지 패닉대신 패닉하면 니가 패닉하냐? 시바 패닉.그리고 막판에 system hang 은 또 뭐	]]>
	</description>
	<pubDate>Mon, 09 Apr 2012 23:00:10 +0900</pubDate>
	<dc:creator><![CDATA[^@#%&amp;amp;amp;$]]></dc:creator>
</item>
<item>
	<title><![CDATA[JDBC 시작하기 설정하기]]></title>
	<link>http://guitarhyo.egloos.com/565901</link>
	<guid>http://guitarhyo.egloos.com/565901</guid>
	<description>
	<![CDATA[ 
<img 
				src="http://thumb.egloos.net/100x76/http://pds21.egloos.com/pds/201204/02/52/d0148952_4f79504f51461.png"  
				alt="JDBC 시작하기 설정하기" 
				width="100px"  
				height="76pxpx"
				align="left"
				style="border:1px solid #DDDDDD;margin:0 10px 10px 0px;"
				/> 우선 JDBC 드라이버를 다운 받습니다.www.oracle.com 에 들어가면  다운로드 텝을 클릭하면데이터베이스와 맞는 드라이버를 설치하여야 합니다.환경변수를 입력합니다    ////////////////////////////////////////////////////////////////////////////////////////////////  이클립스를 켭니다  새로운 프로젝트를 만듭니다 바로 Finish 하지말고 Next&amp;gt; 를 클릭next 클릭후 순서대로 클릭후 열어줍니다..JDBC 경로를 이클립스에게 알려주어야합니다.    그리고 Finish를 클릭합니다  Package Explorer 에서 확인합니다위 그림을보면 ojdbc 가 있는것을  알수 있습니다.  이제 JDBC 코드를 입력하면 실행	]]>
	</description>
	<pubDate>Mon, 02 Apr 2012 16:19:25 +0900</pubDate>
	<dc:creator><![CDATA[햄볶은느낌]]></dc:creator>
</item>
<item>
	<title><![CDATA[리눅스에서 라이브 디버깅은 어케 하나여?]]></title>
	<link>http://handmade.egloos.com/5488671</link>
	<guid>http://handmade.egloos.com/5488671</guid>
	<description>
	<![CDATA[ 
새로운 밸리가 생긴 기념으로다가 뻘 질문....  리눅스에서 호스트 드라이버 작성시, 라이브 디버깅은 어케 하나여? 하다못해 UML 사용법이라도가이드 잘 되 있는곳 없나여? 문서라도. 책이라도. 교육 기관이라도...   니미. 맥도 되고 윈도우도 되는데 리눅스는 왜! 라이브 디버깅 관련해서 명확하게 정리된 문서가 없는거!	]]>
	</description>
	<pubDate>Mon, 16 May 2011 12:49:10 +0900</pubDate>
	<dc:creator><![CDATA[^@#%&amp;amp;amp;$]]></dc:creator>
</item>
<item>
	<title><![CDATA[[JSP] Oracle 연동시 Class.forName(driver) 에러 해결]]></title>
	<link>http://kiringun.egloos.com/462131</link>
	<guid>http://kiringun.egloos.com/462131</guid>
	<description>
	<![CDATA[ 
방법1] -Eclipse에서 [프로젝트]/WebContent/WEB-INF/lib 폴더에 ojdbc14.jar 파일을 복사한다.     &amp;gt;&amp;gt; 이 방법은 개발한 환경과 실제 동작하는 환경이 다를 때 유용하다.  방법2] -Tomcat 설치 폴더의 lib 폴더에 ojdbc14.jar 파일을 복사한다.     (기본 경로 : C:\Program Files\Apache Software Foundation\Tomcat 6.0\lib )     &amp;gt;&amp;gt; 이 방법은 한 번 복사해 놓으면 추후 프로젝트 생성시에 따로 드라이버 파일을 복사하지 않아도 된다.	]]>
	</description>
	<pubDate>Wed, 27 Apr 2011 23:12:35 +0900</pubDate>
	<dc:creator><![CDATA[기린의 정신줄 잡기 !]]></dc:creator>
</item>
<item>
	<title><![CDATA[[Java] MySql, Oracle을 이용한 JDBC 프로그램 작성]]></title>
	<link>http://kiringun.egloos.com/461945</link>
	<guid>http://kiringun.egloos.com/461945</guid>
	<description>
	<![CDATA[ 
 &amp;lt;MySql&amp;gt;  -드라이버 파일 :  -프로그램 내의 드라이버 : com.mysql.jdbc.Driver -프로그램 내의 URL 경로 :  jdbc:mysql://ip:port/db명 =============================================================================  &amp;lt;Oracle&amp;gt;  -드라이버 파일 :  -프로그램 내의 드라이버 : oracle.jdbc.driver.OracleDriver -프로그램 내의 URL 경로 : jdbc:oracle:thin:@hostname:port:SID =============================================================================     	]]>
	</description>
	<pubDate>Wed, 27 Apr 2011 22:16:45 +0900</pubDate>
	<dc:creator><![CDATA[기린의 정신줄 잡기 !]]></dc:creator>
</item>
<item>
	<title><![CDATA[spi driver 자체가 아니고 spi를 사용하는 driver를 만들고 있다고!]]></title>
	<link>http://rechoco.egloos.com/4555393</link>
	<guid>http://rechoco.egloos.com/4555393</guid>
	<description>
	<![CDATA[ 
난 spi를 사용할껀데 왜 내 driver의 init 루틴에서 spi_register_driver 를 호출해야 하는가?  이게 나의 원초적인 질문이다.   현재 만들고 있는 driver는 spi로 연결된 g-sensor 에 대한 driver이다.  sample 드라이버를 분석하다가 이 드라이버의 init부분에서 spi_register_driver 함수를 호출하는 것을 보았다.  kernel.org를 뒤져봤더니 참 간단한 설명이 나온다.  ====================================================================  Chapter 9. Serial Peripheral Interface (SPI) Namespi_register_driver — register a S	]]>
	</description>
	<pubDate>Wed, 30 Mar 2011 16:25:53 +0900</pubDate>
	<dc:creator><![CDATA[I'am green tree frog ]]></dc:creator>
</item>
<item>
	<title><![CDATA[colsole ]]></title>
	<link>http://rechoco.egloos.com/4522466</link>
	<guid>http://rechoco.egloos.com/4522466</guid>
	<description>
	<![CDATA[ 
Embedded Linux 시리얼쪽을 담당하게되면서, 드라이버소스를 보다가..  응?? console은 왜 여기 있는거야? 하게된 청개구리.   WinCE Debug port는 관련된 OAL함수만 구성해 주면 되는 것이였기 때문에, 전혀 신경을 안쓰던 부분이였는데,  오늘의 분석결과, linux 커널은 환경설정을 통해 시리얼 디바이스 파일 중 하나를 console로 사용한다는 놀라운 '배움'을 얻었다.  kernel/.config 파일을 열어보면 아래와 같은 설정 라인이 있다.  CONFIG_CMDLINE=&quot;console=ttyTCC,115200n8&quot;  리눅스는 콘솔때문에 가장먼저 시리얼 드라이버를 작성하는 구만..   p.s/ 간단한 드라이버라서 그런지 드라이버의 구성 자체는 거의 비슷한것 같다 (페리가 	]]>
	</description>
	<pubDate>Tue, 11 Jan 2011 19:45:58 +0900</pubDate>
	<dc:creator><![CDATA[I'am 청개구리]]></dc:creator>
</item>
<item>
	<title><![CDATA[ATI 카탈리스트 드라이버 ATI Catalyst 10.11 Driver(한글)]]></title>
	<link>http://parapds.egloos.com/2647368</link>
	<guid>http://parapds.egloos.com/2647368</guid>
	<description>
	<![CDATA[ 
<img 
				src="http://thumb.egloos.net/100x76/http://pds19.egloos.com/pds/201011/18/31/f0096231_4ce4bddd124c2.jpg"  
				alt="ATI 카탈리스트 드라이버 ATI Catalyst 10.11 Driv.." 
				width="100px"  
				height="76pxpx"
				align="left"
				style="border:1px solid #DDDDDD;margin:0 10px 10px 0px;"
				/>   ATI 라데온 그래픽카드 시리즈 사용자를 위한 최신 그래픽카드 드라이버 입니다.  제공되는 종류에 따라 드라이버, 컨트롤 센터, WDM, 히드라비젼, 패키지(드라이버+컨트롤센터..)의 여러 가지 형태로 제공되며, 본 드라이버는 디스플레이 드라이버, 컨트롤센터(CCC), ATI 통합 드라이버가 포함된 풀 패키지 버전 입니다.  Catalyst Control Center(카탈리스트 컨트롤 센터)를 제외한 그래픽카드 드라이버만의 설치를 원하신다면 아래의 링크를 따라 설치하시기 바랍니다.  ATI Radeon 10.11 그래픽카드 드라이버 다운받기  지원가능한 그래픽카드의 모델은 다음과 같습니다.  AMD 데스크탑 제품군ATI Radeon HD 5900 Series ATI Radeon HD 4670 Series	]]>
	</description>
	<pubDate>Thu, 18 Nov 2010 14:59:31 +0900</pubDate>
	<dc:creator><![CDATA[PARAPDS]]></dc:creator>
</item>
<item>
	<title><![CDATA[MB Device Readiness ]]></title>
	<link>http://handmade.egloos.com/5384479</link>
	<guid>http://handmade.egloos.com/5384479</guid>
	<description>
	<![CDATA[ 
This topic describes the procedures to ensure that a MB device is accessible and ready to be used for network-related activities before the MB Service proceeds to setup data connections. The device is ready to use when the user subscription has been activated and subscriber-related information stored to the device or the Subscriber Identity Module (SIM card)The MB Service assumes that a miniport d	]]>
	</description>
	<pubDate>Fri, 05 Nov 2010 18:07:43 +0900</pubDate>
	<dc:creator><![CDATA[^@#%&amp;amp;amp;$]]></dc:creator>
</item>
<item>
	<title><![CDATA[Guidelines for MB Miniport Driver IP Address Notifications ]]></title>
	<link>http://handmade.egloos.com/5383770</link>
	<guid>http://handmade.egloos.com/5383770</guid>
	<description>
	<![CDATA[ 
MB miniport drivers that specify EnableDhcp equal to zero in their INF files can use the IP Helper functions in kernel mode to create, change, and delete the IP address:MB 미니포트 드라이버는 (INF 파일에서 EnableDhcp 값을 0으로 설정하면) 커널 모드에서 IP Helpher 함수를 통해서 IP 주소를 생성, 변경, 삭제 할 수 있다:To use the IP Helper functions in kernel mode, miniport drivers must include the Netioapi.h header file, and link against Netio.lib	]]>
	</description>
	<pubDate>Thu, 04 Nov 2010 15:19:45 +0900</pubDate>
	<dc:creator><![CDATA[^@#%&amp;amp;amp;$]]></dc:creator>
</item>
<item>
	<title><![CDATA[MB Raw IP Packet Processing Support ]]></title>
	<link>http://handmade.egloos.com/5383737</link>
	<guid>http://handmade.egloos.com/5383737</guid>
	<description>
	<![CDATA[ 
MB miniport drivers that support Raw IP packet frames in their send/receive data path should observe the following guidelines:  Raw IP 패킷 프레임을 지원하는 MB 미니포트 드라이버는 다음의 가이드라인을 지켜야 한다.:Net buffer list (NBL) flags for RAW IP packet processingFor IPv4 packets:  The NblFlags member of the NET_BUFFER_LIST structure must be set to NDIS_NBL_FLAGS_IS_IPV4.  The NetBufferListFrameType member of the NET_BUFFER	]]>
	</description>
	<pubDate>Thu, 04 Nov 2010 14:09:38 +0900</pubDate>
	<dc:creator><![CDATA[^@#%&amp;amp;amp;$]]></dc:creator>
</item>
<item>
	<title><![CDATA[MB Miniport Driver Types ]]></title>
	<link>http://handmade.egloos.com/5383717</link>
	<guid>http://handmade.egloos.com/5383717</guid>
	<description>
	<![CDATA[ 
Based on data packet handling, DHCP Server and ARP emulations, multiple MB miniport driver implementation types are possible. The following table represents the different possible implementation types and the required implementation for production quality miniport drivers.MB 미니포트 드라이버는 DHCP 서버와 ARP 에뮬레이션 와 같은 데이터 패킷 핸들링 기반으로 구현하는것이 가능하다. 다음의 표에 가능한 구현 타입과 해당 부분을 구현하기 위해 필요한 것을 정리해 놓았다.DescriptionM	]]>
	</description>
	<pubDate>Thu, 04 Nov 2010 13:37:45 +0900</pubDate>
	<dc:creator><![CDATA[^@#%&amp;amp;amp;$]]></dc:creator>
</item>
<item>
	<title><![CDATA[MB Operational Semantics ]]></title>
	<link>http://handmade.egloos.com/5383672</link>
	<guid>http://handmade.egloos.com/5383672</guid>
	<description>
	<![CDATA[ 
<img 
				src="http://thumb.egloos.net/76x100/http://pds20.egloos.com/pds/201011/03/72/c0024072_4cd11867377e4.png"  
				alt="MB Operational Semantics " 
				width="76px"  
				height="100pxpx"
				align="left"
				style="border:1px solid #DDDDDD;margin:0 10px 10px 0px;"
				/> Asynchronous Transactions  The MB driver model assumes non-blocking operational semantics between the MB Service and miniport drivers by using the asynchronous notification mechanism provided in NDIS 6.x. This mechanism allows the MB Service to continue to send OID requests to the miniport driver for processing without waiting for the current operation to complete.  MB 드라이버 모델은 NDIS 6.x 에서 제공하는 비동	]]>
	</description>
	<pubDate>Thu, 04 Nov 2010 11:41:52 +0900</pubDate>
	<dc:creator><![CDATA[^@#%&amp;amp;amp;$]]></dc:creator>
</item>
<item>
	<title><![CDATA[MB Data Model ]]></title>
	<link>http://handmade.egloos.com/5383201</link>
	<guid>http://handmade.egloos.com/5383201</guid>
	<description>
	<![CDATA[ 
The data model that is used by the MB driver model consists of a set of objects that are defined as abstractions of MB device features. Each object is identified by a unique object identifier (OID) and has a set of corresponding attributes defined for it. The set of attributes is organized into a data structure. To manage the device, the MB Service and the MB miniport driver exchange OIDs and thei	]]>
	</description>
	<pubDate>Wed, 03 Nov 2010 16:46:33 +0900</pubDate>
	<dc:creator><![CDATA[^@#%&amp;amp;amp;$]]></dc:creator>
</item>
<item>
	<title><![CDATA[MB / NDIS 6.20 Interfacing Overview ]]></title>
	<link>http://handmade.egloos.com/5383093</link>
	<guid>http://handmade.egloos.com/5383093</guid>
	<description>
	<![CDATA[ 
This topic is designed to provide enough background about the NDIS 6.20 Specification to put the MB driver model into perspective. It is not intended to be a reference for NDIS 6.20. In the case of discrepancies between this content and the NDIS 6.20 Specification, refer to the NDIS 6.20 documentation for complete information.  이 주제는 MB 드라이버에 대한 설명을 하기 전에 NDIS 6.20 스펙에 대한 충분한 배경 지식을 제공하기 위해 작성되었다.	]]>
	</description>
	<pubDate>Wed, 03 Nov 2010 13:23:15 +0900</pubDate>
	<dc:creator><![CDATA[^@#%&amp;amp;amp;$]]></dc:creator>
</item>
	</channel>
</rss>

