After the next commit 'make buildkernel' stops in
'sys/modules/oldcard' directory. After applaing the following patch
I can make buildkernel.

        N.Dudorov

> imp         2000/08/10 10:35:11 PDT
> 
>   Modified files:
>     sys/pccard           pccard_nbk.c pcic.c 
>   Log:
>   Add some infrastructure support for dealing with large attribute
>   memory space needed by the raylink driver (in progress, nearing
>   completion).
>   
>   This is a minorly cleaned up diff from Duncan to help him reduce the
>   diffs from stock FreeBSD.
>   
>   Submitted by: Duncan Barclay <[EMAIL PROTECTED]>
>   
>   Revision  Changes    Path
>   1.20      +10 -1     src/sys/pccard/pccard_nbk.c
>   1.95      +53 -6     src/sys/pccard/pcic.c
>
 
Index: sys/dev/pccard/card_if.m
===================================================================
RCS file: /store/CVS/src/sys/dev/pccard/card_if.m,v
retrieving revision 1.6
diff -b -u -r1.6 card_if.m
--- sys/dev/pccard/card_if.m    2000/06/18 05:02:09     1.6
+++ sys/dev/pccard/card_if.m    2000/08/11 06:00:24
@@ -66,6 +66,13 @@
         u_int32_t offset;
 }
 
+METHOD int get_memory_offset {
+       device_t  dev;
+       device_t  child;
+        int      rid;
+        u_int32_t *offset;
+}
+
 #
 # pccard bridges call this method to initate the attachment of a card
 #


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to