Date: Fri, 24 Mar 2000 14:24:10 -0800 (PST) From: John Baldwin <jhb@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall Makefile kget.c src/sys/i386/i386 userconfig.c src/sys/i386/include uc_device.h Message-ID: <200003242224.OAA65589@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2000/03/24 14:24:10 PST
Modified files:
release/sysinstall Makefile kget.c
sys/i386/i386 userconfig.c
Added files:
sys/i386/include uc_device.h
Log:
Update sysinstall to use struct uc_device instead of struct isa_device
for generating /boot/kernel.conf. Since this structure is shared, move
its definition out to a header file, just as struct isa_device was defined
in a header file. This fixes the sysinstall breakage in -current.
Revision Changes Path
1.93 +0 -1 src/release/sysinstall/Makefile
1.15 +6 -6 src/release/sysinstall/kget.c
1.179 +3 -20 src/sys/i386/i386/userconfig.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?200003242224.OAA65589>
