From: Ben Gras Date: Wed, 30 May 2007 15:39:27 +0000 (+0000) Subject: include 'printer' X-Git-Tag: v3.1.3a^2~9 X-Git-Url: http://zhaoyanbai.com/repos/nslookup.html?a=commitdiff_plain;h=dc4916c77a817a66506a2022fe4d5948fa00c52e;p=minix.git include 'printer' --- diff --git a/etc/drivers.conf b/etc/drivers.conf index 176b0c07f..4df5c2e2e 100644 --- a/etc/drivers.conf +++ b/etc/drivers.conf @@ -155,3 +155,27 @@ driver mfs ; uid 0; }; + +driver printer +{ + io 408:2 # LPT1 + 40a:2 # LPT2 + 40c:2 # LPT3 + 40e:2 # LPT4 + ; + irq + 7 # PRINTER_IRQ + ; + system + KILL # 6 + SETGRANT # 34 + UMAP # 14 + VIRCOPY # 15 + IRQCTL # 19 + DEVIO # 21 + VDEVIO # 23 + SAFECOPYFROM # 31 + SAFECOPYTO # 32 + ; +}; +