Date: Sun, 19 Mar 2000 12:39:05 +0900 From: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp> To: rjk191@psu.edu Cc: freebsd-current@freebsd.org, yokota@zodiac.mech.utsunomiya-u.ac.jp Subject: Re: psm.c broken Message-ID: <200003190339.MAA04826@zodiac.mech.utsunomiya-u.ac.jp> In-Reply-To: Your message of "Sat, 18 Mar 2000 16:34:39 EST." <20000318163439.A13655@rjk191.rh.psu.edu> References: <20000318163439.A13655@rjk191.rh.psu.edu>
index | next in thread | previous in thread | raw e-mail
>After a cvsup today, building a kernel finishes with this:
>
>linking kernel.debug
>psm.o: In function `psmprobe':
>/sys/compile/RJK191/../../isa/psm.c(.text+0x9fe): undefined
>reference to `atkbdc
>_open'
>*** Error code 1
>
>I know psm.c was changed today, I'd suppose one reference here was
>missed in the process. Just figured I'd be the first to say so.
The following commit is related to the psm update and should have been
committed together. Sorry.
Kazu
-----------------------------------------------------------------
yokota 2000/03/18 19:25:13 PST
Modified files:
sys/isa atkbd_isa.c atkbdc_isa.c
sys/dev/kbd atkbd.c atkbdc.c atkbdcreg.h atkbdreg.h
sys/i386/isa/pcvt pcvt_hdr.h
Log:
- Properly keep track of I/O port resources.
- Use bus_space_read/write() to access the ports.
Revision Changes Path
1.8 +24 -19 src/sys/isa/atkbd_isa.c
1.15 +54 -24 src/sys/isa/atkbdc_isa.c
1.26 +13 -10 src/sys/dev/kbd/atkbd.c
1.6 +100 -79 src/sys/dev/kbd/atkbdc.c
1.6 +16 -6 src/sys/dev/kbd/atkbdcreg.h
1.6 +3 -3 src/sys/dev/kbd/atkbdreg.h
1.37 +3 -1 src/sys/i386/isa/pcvt/pcvt_hdr.h
-----------------------------------------------------------------
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200003190339.MAA04826>
