From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,d69cf57549de1425 X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!news.glorb.com!feeder.erje.net!news-2.dfn.de!news-stu1.dfn.de!news.belwue.de!peernews!feed.news.schlund.de!schlund.de!news.online.de!not-for-mail From: Dirk Heinrichs Newsgroups: comp.lang.ada Subject: Re: Linux device drivers in Ada? Followup-To: comp.lang.ada Date: Tue, 13 Jan 2009 18:43:51 +0100 Organization: Privat Message-ID: References: NNTP-Posting-Host: p54bba44f.dip0.t-ipconnect.de Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit X-Trace: online.de 1231868631 30407 84.187.164.79 (13 Jan 2009 17:43:51 GMT) X-Complaints-To: abuse@einsundeins.com NNTP-Posting-Date: Tue, 13 Jan 2009 17:43:51 +0000 (UTC) User-Agent: KNode/0.99.01 Xref: g2news1.google.com comp.lang.ada:3267 Date: 2009-01-13T18:43:51+01:00 List-Id: Brian Drummond wrote: > Possibly a long shot, but does anyone know of any example Linux device > drivers written in Ada? Is it even possible for Linux? > > I'm not looking for anything specific, rather for a starting point. > I need to write a device driver for an FPGA card on the PCIe bus, and > I'd rather not use C if at all possible. There is an example in "The Big Online Book of Linux Ada Programming" [1]. Lookup chapter 16.16 "Writing Linux Modules". HTH... Dirk [1]: http://www.pegasoft.ca/resources/boblap/book.html