在vmware 4.5.2中不能使用pxe引导freebsd4.1x的b…
2009-05-13 00:44:12来源:未知 阅读 ()
问题描述:
远程引导开始后,lnc0不能被正常检测到,但是lnc1或lnc2可以正常检测。同样的问题:
http://lists.freebsd.org/pipermail/freebsd-stable/2004-October/008971.html
原因:检测前芯片没有复位
这个驱动好久没有更新过了,而且奇怪的是,程序中明确说不需要复位。
增加复位后,一切ok.
-- i386/isa/if_lnc.c.orig Wed Feb 13 08:43:10 2002
+++ i386/isa/if_lnc.c Wed Feb 23 17:15:41 2005
@@ -114,6 +114,7 @@
int rap;
int rdp;
int bdp;
+ int reset;
#ifdef DEBUG
int lnc_debug;
#endif
@@ -1120,13 +1121,20 @@
{
u_long chip_id;
int type;
-
- /*
+ int reset_val;
+
+ /*
* The PCnet family don't reset the RAP register on reset so we'll
* have to write during the probe :-) It does have an ID register
* though so the probe is just a matter of reading it.
+ *
+ * THAT can NOT work in vmware 4.5.2(79C970A) while using PXE.
+ * The lnc0 can not be detected, but lnc1 or/and lnc2 can be.
+ * So it's better to reset first.
+ * -- Paul Meng
*/
-
+ reset_val = inw(sc->reset);
+ outw(reset_val, sc->reset);
if ((type = lance_probe(sc))) {
chip_id = read_csr(sc, CSR89);
chip_id rap = iobase + PCNET_RAP;
sc->rdp = iobase + PCNET_RDP;
sc->bdp = iobase + PCNET_BDP;
+ sc->reset = iobase + PCNET_RESET;
sc->nic.ic = pcnet_probe(sc);
if (sc->nic.ic >= PCnet_32) {
本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/132/showart_12998.html
标签:
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有
下一篇:打造安全的个人Web服务器
- 急!断电源后不能启动[搞定了] 2009-05-13
- mplayer怎么全屏播放啊? 2009-05-13
- PC-BSD 7.1不能登录 2009-05-13
- 在windows下 grub4dos硬盘安装 不解开iso 就差一步啊 2009-05-13
- 制作可启动的FreeBSD映像,实现从硬盘、U盘引导安装 2009-05-13
IDC资讯: 主机资讯 注册资讯 托管资讯 vps资讯 网站建设
网站运营: 建站经验 策划盈利 搜索优化 网站推广 免费资源
网络编程: Asp.Net编程 Asp编程 Php编程 Xml编程 Access Mssql Mysql 其它
服务器技术: Web服务器 Ftp服务器 Mail服务器 Dns服务器 安全防护
软件技巧: 其它软件 Word Excel Powerpoint Ghost Vista QQ空间 QQ FlashGet 迅雷
网页制作: FrontPages Dreamweaver Javascript css photoshop fireworks Flash