Date: Fri, 11 Aug 2000 13:23:53 +0700 (NOVST) From: Nickolay Dudorov <nnd@mail.nsk.ru> To: current@FreeBSD.ORG Subject: Re: cvs commit: src/sys/pccard pccard_nbk.c pcic.c Message-ID: <200008110623.NAA06674@wint.itfs.nsk.su> In-Reply-To: <200008101735.KAA21513@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <dmlb@ragnet.demon.co.uk> > > 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 majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200008110623.NAA06674>