<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://trans.onionmixer.net/wiki/index.php?action=history&amp;feed=atom&amp;title=NeXTSTEPDRIVERKIT%3AChapter1_2</id>
	<title>NeXTSTEPDRIVERKIT:Chapter1 2 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://trans.onionmixer.net/wiki/index.php?action=history&amp;feed=atom&amp;title=NeXTSTEPDRIVERKIT%3AChapter1_2"/>
	<link rel="alternate" type="text/html" href="https://trans.onionmixer.net/wiki/index.php?title=NeXTSTEPDRIVERKIT:Chapter1_2&amp;action=history"/>
	<updated>2026-05-02T03:30:18Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.3</generator>
	<entry>
		<id>https://trans.onionmixer.net/wiki/index.php?title=NeXTSTEPDRIVERKIT:Chapter1_2&amp;diff=5461&amp;oldid=prev</id>
		<title>Onionmixer: NeXTSTEP DRIVER KIT 장치와 버스 지원 내용 추가</title>
		<link rel="alternate" type="text/html" href="https://trans.onionmixer.net/wiki/index.php?title=NeXTSTEPDRIVERKIT:Chapter1_2&amp;diff=5461&amp;oldid=prev"/>
		<updated>2017-10-07T15:39:25Z</updated>

		<summary type="html">&lt;p&gt;NeXTSTEP DRIVER KIT 장치와 버스 지원 내용 추가&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;;Device and Bus Support&lt;br /&gt;
&lt;br /&gt;
==장치와 버스 지원==&lt;br /&gt;
&lt;br /&gt;
The Driver Kit has classes to help you write drivers for several kinds of devices:&amp;lt;BR&amp;gt;&lt;br /&gt;
Driver Kit 에는 여러 종류의 장치를 위한 드라이버를 작성하는 데 도움이 되는 클래스가 있습니다:&lt;br /&gt;
&lt;br /&gt;
* Displays&amp;lt;BR&amp;gt;디스플레이&lt;br /&gt;
* Network cards for Ethernet and Token Ring networks&amp;lt;BR&amp;gt;이더넷 및 토큰링 네트웍을 위한 네트워크 카드&lt;br /&gt;
* SCSI controllers and peripherals such as tape drives&amp;lt;BR&amp;gt;SCSI 컨트롤러 및 주변 장치 (예 : 테이프 드라이브)&lt;br /&gt;
* Sound cards&amp;lt;BR&amp;gt;사운드 카드&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The IOEthernet class, for example, provides much of the functionality required for Ethernet drivers. To write a driver for a new type of Ethernet card, you need to implement only six methods, filling in the details of how your hardware performs the various functions required in an Ethernet driver.&amp;lt;BR&amp;gt;&lt;br /&gt;
예를 들어, IOEthernet 클래스는 이더넷 드라이버에 필요한 많은 기능을 제공합니다. 새로운 종류의 이더넷 카드 용 드라이버를 작성하려면 하드웨어가 이더넷 드라이버에 필요한 다양한 기능을 수행하는 방법에 대한 세부 사항을 채우는 6 가지 방법만 구현하면 됩니다.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Chapter 3, &amp;quot;Support for Specific Devices,&amp;quot; tells you how to implement a driver for device types the Driver Kit explicitly supports.&amp;lt;BR&amp;gt;&lt;br /&gt;
3 장, &amp;quot;Support for Specific Devices&amp;quot; 에서는 Driver Kit 이 명시적으로 지원하는 장치 유형에 대한 드라이버를 구현하는 방법을 설명합니다.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You can write drivers for other kinds of devices than those listed above. The devices above are merely those that the Driver Kit specifically supports.&amp;lt;BR&amp;gt;&lt;br /&gt;
물론, 위에 나열된 것 이외의 다른 종류의 장치용 드라이버도 작성할 수 있습니다. 위의 장치는 Driver Kit 이 특별히 지원하는 장치입니다.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In addition, the Driver Kit has general-purpose classes that support these computer buses:&amp;lt;BR&amp;gt;&lt;br /&gt;
또한 Driver Kit 에는 이러한 컴퓨터 버스를 지원하는 범용 클래스가 있습니다:&lt;br /&gt;
&lt;br /&gt;
* ISA (Industry Standard Architecture)&amp;lt;BR&amp;gt;&lt;br /&gt;
* EISA (Extended Industry Standard Architecture, a superset of ISA)&amp;lt;BR&amp;gt;&lt;br /&gt;
* VL-Bus (VESA Local Bus, where VESA is Video Electronics Standards Association)&amp;lt;BR&amp;gt;&lt;br /&gt;
* PCI (Peripheral Component Interconnect)&amp;lt;BR&amp;gt;&lt;br /&gt;
* PCMCIA (Personal Computer Memory Card International Association)&amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Both ISA and VL-Bus are supported through the EISA bus class.&amp;lt;BR&amp;gt;&lt;br /&gt;
ISA와 VL-Bus 는 모두 EISA 버스 클래스를 통해 지원됩니다.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You indicate the bus type that your driver works with in the configuration file for the driver. See Chapter 4, &amp;quot;Building, Configuring, and Debugging Drivers,&amp;quot; for more information.&amp;lt;BR&amp;gt;&lt;br /&gt;
드라이버의 구성 파일에서 드라이버가 작동하는 버스 유형을 지정하십시오. 자세한 내용은 4 장, &amp;quot;Building, Configuring, and Debugging Drivers&amp;quot; 을 참조하십시오.&lt;/div&gt;</summary>
		<author><name>Onionmixer</name></author>
	</entry>
</feed>