From: Ben Gras Date: Wed, 30 May 2007 15:40:12 +0000 (+0000) Subject: include 'printer' driver X-Git-Tag: v3.1.4~378 X-Git-Url: http://zhaoyanbai.com/repos/doxygen.log?a=commitdiff_plain;h=ed920a691dcd6137c31909f39b6895946a8aa5c9;p=minix.git include 'printer' driver --- diff --git a/etc/drivers.conf b/etc/drivers.conf index 8dce64f9c..4e3c51d0e 100644 --- a/etc/drivers.conf +++ b/etc/drivers.conf @@ -184,3 +184,26 @@ 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 + ; +};