Date: Wed, 6 Nov 2002 11:42:59 -0800 (PST) From: John Baldwin <jhb@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/asr asr.c Message-ID: <200211061942.gA6Jgxis083347@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2002/11/06 11:42:59 PST
Modified files:
sys/dev/asr asr.c
Log:
Use a bandaid to fix a warning. However, this driver is very, very far
from being MI in any fashion. It currently "assumes" that it can get
a kernel virtual address for a phyiscal address by adding KERNBASE to the
physical address. It also tries to read values out of a the PC BIOS on
all archs. It also uses "manual" inb() and outb()'s to talk to the mcclock
device which just happens to be at that location on both i386 and alpha.
This driver should likely be i386-only.
Revision Changes Path
1.26 +1 -1 src/sys/dev/asr/asr.c
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?200211061942.gA6Jgxis083347>
