리얼텍 드라이버중 8139cp 와 8139too 의 차이점을 알려주세요.
감사합니다.
[root@centos ~]# modinfo 8139too filename: /lib/modules/2.6.9-34.EL/kernel/drivers/net/8139too.ko author: Jeff Garzik description: RealTek RTL-8139 Fast Ethernet driver
[root@centos ~]# modinfo 8139cp filename: /lib/modules/2.6.9-34.EL/kernel/drivers/net/8139cp.ko author: Jeff Garzik description: RealTek RTL-8139C+ series 10/100 PCI Ethernet driver
8139cp는 8139C+ 이후 사용가능한 것 같군요..
---------------------------------------------------------------------------------------------------- Rina's Bloghttp://rinapc.com
modinfo 해 보니..
[root@centos ~]# modinfo 8139too
filename: /lib/modules/2.6.9-34.EL/kernel/drivers/net/8139too.ko
author: Jeff Garzik
description: RealTek RTL-8139 Fast Ethernet driver
[root@centos ~]# modinfo 8139cp
filename: /lib/modules/2.6.9-34.EL/kernel/drivers/net/8139cp.ko
author: Jeff Garzik
description: RealTek RTL-8139C+ series 10/100 PCI Ethernet driver
8139cp는 8139C+ 이후 사용가능한 것 같군요..
----------------------------------------------------------------------------------------------------
Rina's Blog
http://rinapc.com