Subject: Re: NetBSD 1.5.3_ALPHA: cardbus does not compile
To: None <teemu.rinta-aho@nomadiclab.com>
From: Hayakawa Koichi <haya@netbsd.org>
List: tech-kern
Date: 02/04/2002 20:16:19
Thank you for your report.
From: Teemu Rinta-aho <teemu.rinta-aho@nomadiclab.com>
Subject: NetBSD 1.5.3_ALPHA: cardbus does not compile
Date: Fri, 1 Feb 2002 16:48:25 +0200 (EET)
Message-ID: <20020201164257.K1700-100000@server.nomadiclab.com>
> I just updated the netbsd-1-5 branch from
> anoncvs.netbsd.org but I can not compile the
> kernel on my laptop. See the following:
This problem was caused accidentally by the changes of
cardbusdevs r1.10.2.1->r1.10.2.2.
Could you apply this patch and regenerate cardbusdevs.h?
These files on CVS will be fixed soon.
--
Index: cardbusdevs
===================================================================
RCS file: /cvsroot/syssrc/sys/dev/cardbus/cardbusdevs,v
retrieving revision 1.10.2.2
diff -c -r1.10.2.2 cardbusdevs
*** cardbusdevs 2002/01/29 22:50:14 1.10.2.2
--- cardbusdevs 2002/02/04 04:17:36
***************
*** 103,105 ****
--- 103,106 ----
/* Realtek (Creative Labs?) products */
product REALTEK RT8138 0x8138 8138 Ethernet
+ product REALTEK RT8139 0x8139 8139 Ethernet
--