All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ernst Persson <ernstp@mac.com>
To: linuxppc-dev@lists.linuxppc.org
Subject: [PATCH] Bmac also needs crc32
Date: Fri, 29 Aug 2003 12:59:55 +0200	[thread overview]
Message-ID: <3F4F322B.5030900@mac.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 102 bytes --]

Before you had to enable another net driver och crc32 in library to
compile the bmac driver.

//ernie

[-- Attachment #2: bmac-crc32.diff --]
[-- Type: text/plain, Size: 427 bytes --]

--- linux-2.6/drivers/net/Makefile.lib	2003-08-28 17:20:35.000000000 +0200
+++ linuxppc-2.5-benh/drivers/net/Makefile.lib	2003-08-29 12:39:36.000000000 +0200
@@ -5,6 +5,7 @@
 obj-$(CONFIG_ARM_AM79C961A)	+= crc32.o
 obj-$(CONFIG_AT1700)		+= crc32.o
 obj-$(CONFIG_ATP)		+= crc32.o
+obj-$(CONFIG_BMAC)              += crc32.o
 obj-$(CONFIG_DE2104X)		+= crc32.o
 obj-$(CONFIG_DE4X5)		+= crc32.o
 obj-$(CONFIG_DECLANCE)		+= crc32.o

             reply	other threads:[~2003-08-29 10:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-08-29 10:59 Ernst Persson [this message]
2003-09-03 17:41 ` [PATCH] Bmac also needs crc32 Jeff Garzik

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3F4F322B.5030900@mac.com \
    --to=ernstp@mac.com \
    --cc=linuxppc-dev@lists.linuxppc.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.