site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com Thread-index: AcVPJ6YCkB1ysW1vTAqEcMyfC5oYHw== Thread-topic: Accessing to a file from a KEXT Hi there I have a problem with our USB DSL Modem driver under new OS X (Tiger). Basically we need to read a configuration file during driver startup ( I know that it's a BAD idea to access to file system from a KEXT but this is the way our driver has been developed originally under OS X 10.1). This driver is working properly under different version of OS X (10.1.x, 10.2.x and 10.3.x) but it's not working under Tiger, it's complaining about missing symbols like _vn_open, _vn_close and etc. I think new vnode api doesn't support old functions under Tiger (am I right?), so I looked at KPI->vnode documents but there is no descriptions for functions like vnode_open, vnode_close and etc. Where can I find more details about vnode api? Yours Shahriar _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-kernel mailing list (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-kernel/site_archiver%40lists.a... This email sent to site_archiver@lists.apple.com