freebsd-skq/usr.sbin/sysinstall
Dag-Erling Smørgrav 151a18cd10 Remove a bunch of code used to detect SMP on ((i386 && !pc98) || amd64) and
offer to install an SMP kernel.  The way this worked was: on supported
platforms, code to read ACPI tables and BIOS MP tables was compiled into
sysinstall, and if an SMP kernel config was present in the source tree when
sysinstall was built, code that called it was also compiled.  Since we
haven't had SMP kernel configs in years, the latter was never compiled and
the former never ran.

This only removes dead and unreachable code; it does *not* remove the NCpus
variable, nor the code that sets it to 1, nor the code that asks the user to
select a kernel from a list.

Discussed with:	re@, randi@ and others
2009-11-10 10:34:44 +00:00
..
help Change the name displayed in sysinstall(8) from 'Wizard Mode' 2009-07-25 08:36:28 +00:00
anonFTP.c Create group ftp by default. This is gid 14 as this is the historical 2007-06-11 18:36:39 +00:00
cdrom.c Don't leak a file descriptor when ejecting a CDROM. 2009-10-26 23:24:59 +00:00
command.c
config.c Add menus to read install.cfg from any disk device sysinstall can see 2009-03-13 03:51:41 +00:00
devices.c Make sysinstall recognize /dev/ada* disk devices. The description string 2009-08-14 13:24:44 +00:00
dhcp.c
disks.c Change the name displayed in sysinstall(8) from 'Wizard Mode' 2009-07-25 08:36:28 +00:00
dispatch.c Add support for using a livefs from a USB disk. 2009-07-08 06:07:51 +00:00
dist.c Remove a bunch of code used to detect SMP on ((i386 && !pc98) || amd64) and 2009-11-10 10:34:44 +00:00
dist.h - release/* update to use freebsd-doc-* packages instead of building 2009-06-28 08:59:46 +00:00
dmenu.c Selecting amd and a few other things in the Networking config section 2007-10-30 05:03:37 +00:00
doc.c - release/* update to use freebsd-doc-* packages instead of building 2009-06-28 08:59:46 +00:00
dos.c
floppy.c
ftp.c
globals.c Package installation is handled by starting off with the list of packages 2008-10-15 15:54:33 +00:00
http.c
index.c Add docs category. 2009-04-19 08:31:55 +00:00
install.c Remove a bunch of code used to detect SMP on ((i386 && !pc98) || amd64) and 2009-11-10 10:34:44 +00:00
install.cfg Bring these files up-to-date. 2007-02-18 22:41:41 +00:00
installUpgrade.c Write to slice name instead of directly to the disk device. 2007-06-05 05:44:41 +00:00
keymap.c Adjust default keymaps for Ireland and Channel Islands. They use the UK 2008-10-17 14:40:03 +00:00
label.c Change the name displayed in sysinstall(8) from 'Wizard Mode' 2009-07-25 08:36:28 +00:00
list.h
main.c Remove vestiges of OLDCARD PC Card support. We haven't needed/used 2009-02-15 03:10:20 +00:00
Makefile Remove a bunch of code used to detect SMP on ((i386 && !pc98) || amd64) and 2009-11-10 10:34:44 +00:00
media.c Prevent sysinstall from needlessly waiting for confirmation when using an USB 2009-08-16 10:11:33 +00:00
menus.c Remove a bunch of code used to detect SMP on ((i386 && !pc98) || amd64) and 2009-11-10 10:34:44 +00:00
misc.c Add FreeBSD version information to the menu title so it's possible to 2006-07-15 12:23:56 +00:00
modules.c Add menus to read install.cfg from any disk device sysinstall can see 2009-03-13 03:51:41 +00:00
mouse.c
msg.c
network.c
nfs.c
options.c Make sysinstall search for /dev/daXa and register such devices as USB disks. 2009-06-24 23:17:00 +00:00
package.c Turns out its not a good idea to assume the packages that might be 2008-10-22 20:32:19 +00:00
rtermcap.c
sysinstall.8 Remove a bunch of code used to detect SMP on ((i386 && !pc98) || amd64) and 2009-11-10 10:34:44 +00:00
sysinstall.h Add support for using a livefs from a USB disk. 2009-07-08 06:07:51 +00:00
system.c Stop treating Xorg as a distribution in the mainline portion of sysinstall 2008-12-16 01:18:10 +00:00
tcpip.c Introduce 'netDev=ANY' support for scripted (install.cfg) installs, which results in the first ethernet interface with physical link being selected. 2009-10-21 11:10:34 +00:00
termcap.c Move sysinstall/sade away from TIOCGSIZE. 2008-05-23 14:24:33 +00:00
ttys.c
ufs.c Add detection of UFS filesystems. 2009-06-24 04:56:13 +00:00
usb.c Make sysinstall search for /dev/daXa and register such devices as USB disks. 2009-06-24 23:17:00 +00:00
user.c It is believed the last of the base system that could have an issue with 2009-07-22 22:13:42 +00:00
variable.c Better to just statically set the name vs. determine at run time. 2008-05-11 17:23:57 +00:00
wizard.c