Date: Thu, 6 Aug 1998 23:26:54 +0200 From: Harald Bjoroy <harald@bitcon.no> To: freebsd-isdn@FreeBSD.ORG Subject: RE: i4b NetBSD 1.3.2 Message-ID: <C0C3CAAA402BD111AA1E00A024745CC306E9E0@univac.bitcon.no>
next in thread | raw e-mail | index | archive | help
Thanks for all help this far. The patch I was given failed (by some mysterious reason) in the first file, but I patched it manually, and it compiled well. Maybe the line numbers were off by one? Later it stopped in the file "layer1/i4b_avm_a1.c". I haven't got the exact error, but was something like functions declared static on line 97, 98, 99 and 100 were all declared but not defined. When I looked into the code, these were prototypes for other os'es than FreeBSD for PCMCIA, so I just commented it out, and everything seemed to compile well. The build ended nicely with a "netbsd" kernel file. Now, when I try to boot from this file the following message ends at my screen: (typed in so look for typos...) extent_alloc_region: extent `ioport' (0x0 - 0xffff) extent_alloc_region: start 0x10180, end 0x10187 panic: extent_alloc_region: region lies outside extent Stopped at _Debugger+0x4: leave db> Is this just me? I know sometimes I specify 0x180 and other times 0xd80 (?) for this card, I haven't seen 0x10180 before... The only mod I did to the config file from the installation instructions, was that I changed the IRQ to 15 (from 12?), since I have an old 486 style PC with IRQ 15 free, but with 11 in use for my SCSI adapter and 12 for my PS/2 mouse port. What to do? Where to look? (Still an infant on this, but I'm a fast learner ;-) ). Thanks, Harald. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?C0C3CAAA402BD111AA1E00A024745CC306E9E0>