From: Philip Homburg Date: Wed, 2 May 2007 11:40:15 +0000 (+0000) Subject: Added fxp. rtl8139 doesn't need to be root anymore. X-Git-Tag: v3.1.4~383 X-Git-Url: http://zhaoyanbai.com/repos/Bv9ARM.ch11.html?a=commitdiff_plain;h=2db15eaa80edfa563e205fd097ce2f12d375ae57;p=minix.git Added fxp. rtl8139 doesn't need to be root anymore. --- diff --git a/etc/drivers.conf b/etc/drivers.conf index e3a0f20fe..8dce64f9c 100644 --- a/etc/drivers.conf +++ b/etc/drivers.conf @@ -48,7 +48,25 @@ driver rtl8139 SETGRANT # 34 ; pci device 10ec/8139; - uid 0; + #uid 0; +}; + +driver fxp +{ + system + UMAP # 14 + IRQCTL # 19 + DEVIO # 21 + #SDEVIO # 22 + SETALARM # 24 + TIMES # 25 + GETINFO # 26 + SAFECOPYFROM # 31 + SAFECOPYTO # 32 + SETGRANT # 34 + ; + pci device 8086/1229; + #uid 0; }; driver dumpcore