summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/modules.c
Commit message (Collapse)AuthorAgeFilesLines
* Add a new variable 'skipPCCARD'. This variable will cause sysinstallimp2003-08-201-0/+14
| | | | | | | | | to ignore all PC Card devices. Submitted by: Anders Nordby PR: bin/37650 MFC After: 2 weeks
* Add a function driverFloppyCheck() that asks the user if they would like tojhb2003-01-151-0/+10
| | | | | | | | | load drivers from the driver floppy if the "driver_floppy" variable is set in the kernel environment and call this function after probing devices but before displaying the main menu. X-MFC after: as soon as I finish committing to current Approved by: re@ (blanket)
* Move the modules in the mfsroot to /modules instead of /stand/modules sojhb2002-11-041-1/+1
| | | | | | | that they aren't copied over into /stand of new installations. Submitted by: matusita Tested on: i386
* Backout revision 1.2 since it didn't work and replace it with a fix thatjhb2002-06-031-6/+2
| | | | | | actually does work. Ignore errors from kldload(2) if the errno value is EEXIST. It would help if this return value were documented in the kldload(2) manual page.
* Don't load a module from /stand/modules in the MFS root if it is already injhb2002-05-311-0/+4
| | | | the kernel.
* Add the ability to load klds from a floppy as part of the installation.jkh2001-10-121-0/+114
| | | | | Submitted by: "Daniel O'Connor" <doconnor@gsoft.com.au> MFC after: 2 weeks
* Moved driver modules for some PCI NICs and PCCARD-only NICs to mfsroot.flp.hosokawa2000-10-311-0/+91
http://people.freebsd.org/~hosokawa/driver-floppy/ for details. Reviewed by: current@FreeBSD.org
OpenPOWER on IntegriCloud