LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 653|回复: 1

发现FreeBSD4.8的manual 有错!

[复制链接]
发表于 2004-5-21 04:16:51 | 显示全部楼层 |阅读模式
  1.      BIOS_VADDRTOPADDR()   Returns the effective physical address which corre-
  2.                            sponds to the kernel virtual address addr.
  3.                                                                                 
  4.      BIOS_VADDRTOPADDR()   Returns the kernel virtual address which corre-
  5.                            sponds to the effective physical address addr.
复制代码

上面那函数应该是:
BIOS_PADDRTOPADDR()

好象又不是,有空看看man 9 bios
 楼主| 发表于 2004-5-22 00:41:08 | 显示全部楼层
  1.      The packet filter appears as a character special device, /dev/bpf0,
  2.      /dev/bpf1, etc.  After opening the device, the file descriptor must be
  3.      bound to a specific network interface with the [size=5]BIOCSETIF[/size] ioctl.  A given
  4.      interface can be shared by multiple listeners, and the filter underlying
  5.      each descriptor will see an identical packet stream.
复制代码
没有BIOCSETIF :confused: :rolleyes:
grep -R SIOCSETIF /usr/include|grep define
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表