Date: Mon, 24 Mar 2003 20:48:08 +0100 From: Johan Karlsson <johan@FreeBSD.org> To: "Matthew N. Dodd" <mdodd@FreeBSD.org> Cc: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/bios smapi.c smapi_isa.c smapi_var.h src/sys/conf files.i386 Message-ID: <20030324194808.GA595@numeri.campus.luth.se> In-Reply-To: <200303241940.h2OJesJA016796@repoman.freebsd.org> References: <200303241940.h2OJesJA016796@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Mar 24, 2003 at 11:40 (-0800) +0000, Matthew N. Dodd wrote:
> mdodd 2003/03/24 11:40:54 PST
>
> FreeBSD src repository
>
> Modified files:
> sys/i386/bios smapi.c
> sys/conf files.i386
> Removed files:
> sys/i386/bios smapi_isa.c smapi_var.h
> Log:
> - Consolidate smapi driver.
> - Attach to nexus.
> - Use null{open,close}() instead of rolling our own.
>
> Revision Changes Path
> 1.441 +2 -3 src/sys/conf/files.i386
> 1.4 +219 -34 src/sys/i386/bios/smapi.c
> 1.3 +0 -277 src/sys/i386/bios/smapi_isa.c (dead)
> 1.2 +0 -51 src/sys/i386/bios/smapi_var.h (dead)
Hi
this part in src/sys/i386/bios/smapi.c does not seem to be correct.
+#define RES2HDR(res) ((struct smapi_bios_header *)rman_get_virtual(res))
+#define ADDR2HDR(res) ((struct smapi_bios_header *)BIOS_PADDRTOVADDR(addr))
^^^ ^^^^
Take care
/Johan K
--
Johan Karlsson mailto:johan@FreeBSD.org
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030324194808.GA595>
