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,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.66.55.10 with SMTP id n10mr4987798pap.8.1432022760362; Tue, 19 May 2015 01:06:00 -0700 (PDT) X-Received: by 10.140.33.100 with SMTP id i91mr352550qgi.41.1432022760316; Tue, 19 May 2015 01:06:00 -0700 (PDT) Path: border2.nntp.dca1.giganews.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!h15no5878003igd.0!news-out.google.com!t92ni23945qga.1!nntp.google.com!z60no2202763qgd.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 19 May 2015 01:06:00 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=105.237.126.3; posting-account=orbgeAkAAADzWCTlruxuX_Ts4lIq8C5J NNTP-Posting-Host: 105.237.126.3 References: <8759d49e-c30a-4c71-a3e5-fd7a818a30f6@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <67a35f63-bd06-4fa5-9a1a-aaa14af29b43@googlegroups.com> Subject: Re: Linux kernel module - memory allocation From: jan.de.kruyf@gmail.com Injection-Date: Tue, 19 May 2015 08:06:00 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: number.nntp.giganews.com comp.lang.ada:193226 Date: 2015-05-19T01:06:00-07:00 List-Id: On Tuesday, May 19, 2015 at 9:57:09 AM UTC+2, q.kontinuum wrote: > Hehe :-) I wrote an ethernet-driver for a Z80 (don't ask...) ~14 years > ago. I feel your pain. But that time I did read the specs, and much > good did it to me. In the end I had to get a logic analyzer to check > what was going on on the bus because the chip didn't abide the specs. > what specs. There were no specs ! Just do a soft reset to load the parameters you just wrote, monkeys. this was the phy chip. > > > > file:///usr/gnat/share/doc/gnat/html/gnat_rm_2.html#SEC6 (on my machine) > > Ok, I guess I should be able to find this somewhere. Although > a quick google search did not show a relevant package. > GNAT Reference Manual - GCC - GNU https://gcc.gnu.org/onlinedocs/gnat_rm/ This manual contains useful information in writing programs using the GNAT compiler. It includes information on implementation dependent characteristics of ... cheers, j.