From owner-freebsd-hackers Mon Mar 27 15:26:19 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from mail.nyct.net (bsd4.nyct.net [204.141.86.6]) by hub.freebsd.org (Postfix) with ESMTP id CA7F537B69D; Mon, 27 Mar 2000 15:25:25 -0800 (PST) (envelope-from efutch@nyct.net) Received: from bsd1.nyct.net (efutch@bsd1.nyct.net [204.141.86.3]) by mail.nyct.net (8.8.8/8.8.7) with ESMTP id SAA07588; Mon, 27 Mar 2000 18:25:24 -0500 (EST) (envelope-from efutch@nyct.net) Date: Mon, 27 Mar 2000 18:25:24 -0500 (EST) From: "Eric D. Futch" To: Mike Smith Cc: freebsd-hackers@FreeBSD.ORG Subject: Re: gif and faith as kld... In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-1766922628-954199524=:24832" Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. Send mail to mime@docserver.cac.washington.edu for more info. --0-1766922628-954199524=:24832 Content-Type: TEXT/PLAIN; charset=US-ASCII For those that care I now have a working if_faith.ko and if_gif.ko. Thanks to Mike. Makefile's are attached. To get it to work do this... cd /usr/src/sys/modules mkdir if_gif mkdir if_faith copy in my Makefile.gif to if_gif/Makefile copy in my Makefile.faith to if_faith/Makefile cd if_gif make depend all install cd if_faith make depend all install kldload each when necessary I'm not sure this is all you need or if it DTRT but it works for me :) Maybe someone can test/commit it if they want to, or I could send-pr. -- Eric Futch New York Connect.Net, Ltd. efutch@nyct.net Technical Support Staff http://www.nyct.net (212) 293-2620 "Bringing New York The Internet Access It Deserves" On Mon, 27 Mar 2000, Eric D. Futch wrote: >Ahh.. thanks for the quick reply... > >Mar 27 16:43:35 quake /kernel: link_elf: symbol in_gif_output undefined >Mar 27 17:06:08 quake /kernel: link_elf: symbol in_gif_output undefined >Mar 27 17:08:33 quake /kernel: link_elf: symbol in_gif_output undefined >Mar 27 17:10:25 quake /kernel: link_elf: symbol in_gif_output undefined > >Gonna go sit in the corner now and think about that one :) --0-1766922628-954199524=:24832 Content-Type: TEXT/PLAIN; charset=US-ASCII; name="Makefile.gif" Content-Transfer-Encoding: BASE64 Content-ID: Content-Description: Content-Disposition: attachment; filename="Makefile.gif" IyAkRnJlZUJTRCQNCg0KLlBBVEg6CSR7LkNVUkRJUn0vLi4vLi4vbmV0DQou UEFUSDoJJHsuQ1VSRElSfS8uLi8uLi9uZXRpbmV0DQouUEFUSDoJJHsuQ1VS RElSfS8uLi8uLi9uZXRpbmV0Ng0KS01PRD0JaWZfZ2lmDQpTUkNTPQlpZl9n aWYuYyBpbl9naWYuYyBpbjZfZ2lmLmMgb3B0X2luZXQuaCBvcHRfaW5ldDYu aCBvcHRfbXJvdXRpbmcuaCBcDQoJZ2lmLmgNCk5PTUFOPQ0KDQpOR0lGPz0J MQ0KDQpDRkxBR1MrPSAke1BST1RPU30NCg0Kb3B0X2luZXQuaDoNCgllY2hv ICIjZGVmaW5lIElORVQgMSIgPiBvcHRfaW5ldC5oDQoNCm9wdF9pbmV0Ni5o Og0KCWVjaG8gIiNkZWZpbmUgSU5FVDYgMSIgPiBvcHRfaW5ldDYuaA0KDQpv cHRfbXJvdXRpbmcuaDoNCgllY2hvICIjZGVmaW5lIE1ST1VUSU5HIDEiID4g b3B0X21yb3V0aW5nLmgNCg0KZ2lmLmg6DQoJZWNobyAiI2RlZmluZSBOR0lG ICR7TkdJRn0iID4gZ2lmLmgNCg0KLmluY2x1ZGUgPGJzZC5rbW9kLm1rPg0K --0-1766922628-954199524=:24832 Content-Type: TEXT/PLAIN; charset=US-ASCII; name="Makefile.faith" Content-Transfer-Encoding: BASE64 Content-ID: Content-Description: Content-Disposition: attachment; filename="Makefile.faith" IyAkRnJlZUJTRCQNCg0KLlBBVEg6ICAkey5DVVJESVJ9Ly4uLy4uL25ldA0K S01PRD0gICBpZl9mYWl0aA0KU1JDUz0gICBpZl9mYWl0aC5jIG9wdF9pbmV0 Lmggb3B0X2luZXQ2LmggZmFpdGguaA0KTk9NQU49DQoNCk5GQUlUSD89IDEN Cg0KQ0ZMQUdTKz0gJHtQUk9UT1N9DQoNCm9wdF9pbmV0Lmg6DQoJZWNobyAi I2RlZmluZSBJTkVUIDEiID4gb3B0X2luZXQuaA0KDQpvcHRfaW5ldDYuaDoN CgllY2hvICIjZGVmaW5lIElORVQ2IDEiID4gb3B0X2luZXQ2LmgNCg0KZmFp dGguaDoNCgllY2hvICIjZGVmaW5lIE5GQUlUSCAke05GQUlUSH0iID4gZmFp dGguaA0KDQouaW5jbHVkZSA8YnNkLmttb2QubWs+DQo= --0-1766922628-954199524=:24832-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message