summaryrefslogtreecommitdiffstats
path: root/sys/conf
Commit message (Collapse)AuthorAgeFilesLines
* Document some more options.asmodai2001-01-201-11/+26
| | | | | Apologies to Bruce for not yet cleaning it up in sections. Coming soon.
* Change the reinstall.debug target to depend onjhb2001-01-195-20/+40
| | | | | | {kernel,modules}-reinstall.debug rather than {kernel,modules}-reinstall. Otherwise, the '.debug' portion of the target is lost, and you end up reinstalling the non debug version instead of the debug version.
* Convert apm from a bogus 'count' into a plain option. Clean out somepeter2001-01-196-12/+6
| | | | other cruft from the files.alpha and files.ia64 that were related to this.
* Use #ifdef DEV_NPX from opt_npx.h instead of #if NNPX > 0 from npx.hpeter2001-01-192-0/+6
|
* Add missing twe (3ware) and ahb (adaptec 174x) devices (!)peter2001-01-191-0/+7
|
* Corresponding version bump for config with the DEV_FOO replacement forpeter2001-01-195-5/+5
| | | | the NFOO count option.
* Remove the now-empty ipl_funcs.c file on all platforms.peter2001-01-194-6/+0
|
* Change NSWAPDEV to something else than the default value.des2001-01-161-1/+1
|
* Stop doing runtime checking on i386 cpus for cpu class. The cpu ispeter2001-01-161-3/+3
| | | | | | | | | | | | slow enough as it is, without having to constantly check that it really is an i386 still. It was possible to compile out the conditionals for faster cpus by leaving out 'I386_CPU', but it was not possible to unconditionally compile for the i386. You got the runtime checking whether you wanted it or not. This makes I386_CPU mutually exclusive with the other cpu types, and tidies things up a little in the process. Reviewed by: alfred, markm, phk, benno, jlemon, jhb, jake, grog, msmith, jasone, dcs, des (and a bunch more people who encouraged it)
* Implement condition variables.jasone2001-01-162-0/+2
|
* Make NSWAPDEV reasonable so people do not mistakenly use unreasonabledillon2001-01-151-1/+6
| | | | | | values when creating custom kernels from LINT. Suggested-by: "Louis A. Mamakos" <louie@TransSys.COM>
* Add {ACD,AST,ATAPI,ATA}_DEBUG.des2001-01-141-0/+4
| | | | Approved by: sos
* Remove NOBLOCKRANDOM as a compile-time option. Instead, providemarkm2001-01-142-6/+0
| | | | | | | | | | | | | | | | exactly the same functionality via a sysctl, making this feature a run-time option. The default is 1(ON), which means that /dev/random device will NOT block at startup. setting kern.random.sys.seeded to 0(OFF) will cause /dev/random to block until the next reseed, at which stage the sysctl will be changed back to 1(ON). While I'm here, clean up the sysctls, and make them dynamic. Reviewed by: des Tested on Alpha by: obrien
* Merged from sys/conf/files.i386 revisions 1.342, 1.344, 1.345 and 1.346.kato2001-01-121-5/+12
|
* Add itjc ISDN hardware driverhm2001-01-111-4/+12
|
* Add infrastructure for the itjc ISDN hardware driverhm2001-01-111-1/+10
| | | | Submitted by: Sergio de Souza Prallon <prallon@tmp.com.br>
* - Remove compatibility macros for accessing per-cpu variables.jake2001-01-111-1/+0
| | | | | | | __FreeBSD_version 500015 can be used to detect their disappearance. - Move the symbols for SMP_prvspace and lapic from globals.s to locore.s. - Remove globals.s with extreme prejudice.
* moved isp_pci.c from pci to dev/ispmjacob2001-01-091-1/+1
|
* Add a large _warning_ about using COMPAT_SVR4.green2001-01-091-1/+2
|
* Move if_wl.c from sys/i386/isa to dev/wi - it is not i386 (or even isa)peter2001-01-093-3/+2
| | | | specific.
* Completed move of Digiboard drivers to dev/dgbbabkin2001-01-082-2/+2
|
* Add aic to the list of drivers that might work with NEWCARD. I've addedimp2001-01-081-0/+1
| | | | | the same config lines that NetBSD has. This builds with both NEWCARD and GENERIC config files.
* The ep pccard code had newcard hooks added to it, but it isn't beingpeter2001-01-071-0/+1
| | | | | | | | compiled under newcard yet. ep works just fine under newcard with the missing ID matching code added (not committed yet): ep0: <3Com 3c589 10Mbps Ethernet> at port 0x300-0x30f irq 9 function 0 config 1 on pccard1 ep0: Ethernet address 00:10:4b:df:48:57
* Remove vga_pci generic driver.nsouch2001-01-051-1/+0
| | | | Approved by: Mike Smith <msmith@freebsd.org>
* use 'profile 2' instead of 1, since it causes more code to be tested.peter2001-01-041-1/+1
|
* Remove alpm numbering.nsouch2001-01-032-2/+2
|
* Remove the old acpi stuff entry.takawata2000-12-291-6/+0
| | | | Submitted by:kurinyma
* Retire kernfs (kernel part).des2000-12-283-4/+0
|
* Back out the modules `make obj' speedup.obrien2000-12-245-30/+30
| | | | | I cannot find a way to do this with the more esoteric source dir schemes I thought of.
* add sys/dev/sound/pcm/buffer.c, lefo out of last commitcg2000-12-231-0/+1
|
* Add ACPI AC adaptor and ACPI Control Method Battery.takawata2000-12-221-0/+2
| | | | And install notify handler for thermal zone .
* Merged from Makefile.i386 revision 1.217.kato2000-12-221-2/+2
|
* Merged from Makefile.i386 revision 1.216.kato2000-12-221-6/+6
|
* Merged from files.i386 and options.i386 revisions 1.341 and 1.141,kato2000-12-222-1/+3
| | | | respectively.
* Use the canonical spelling for the path to sys.obrien2000-12-224-8/+8
|
* Greatly speed up the modules `make obj' phase.obrien2000-12-212-12/+12
|
* Greatly speed up the module `depend' phase.obrien2000-12-212-12/+12
|
* Add PECOFF (WIN32 Execution file format) support.takawata2000-12-203-2/+6
| | | | | | | | | To use it, some dll is needed. And currently, the dll is only for NetBSD. So one more kernel module is needed. For more infomation, http://chiharu.haun.org/peace/ . Reviewed by: bp
* revert addition of strlcpy/strlcatassar2000-12-181-2/+0
|
* add strlcpy and strlcat to kernelassar2000-12-181-0/+2
|
* kobjify.cg2000-12-182-4/+9
| | | | | | | | | | this gives us several benefits, including: * easier extensibility- new optional methods can be added to ac97/mixer/channel classes without having to fixup every driver. * forward compatibility for drivers, provided no new mandatory methods are added.
* Merged from files.i386 revision 1.340.kato2000-12-161-0/+1
|
* Merged from Makefile.i386 revision 1.215.kato2000-12-161-1/+1
|
* Back out these two changes inadvertantly made with the last commit.jkh2000-12-162-9/+0
|
* SNAPDATE is an obsolete mechanism which has also been pretty muchjkh2000-12-153-4/+9
| | | | | | | of a no-op all along anyway. There are other ways to set this for release building, so nuke it. PR: 22979
* Add the musycc driver to NOTES.phk2000-12-151-0/+1
| | | | | | | | | | This is a driver for the LanMedia/SBE LMC150x E1/T1 family of cards. The driver currently support unframed E1 (2048kbit/s) and framed E1 (nx64). These cards will provision E1/T1 lines for about 1/4 the cost of a cisco router...
* Add subr_sbuf.c.des2000-12-131-0/+1
|
* Next round of PCI subsystem updates:msmith2000-12-132-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Break out the /dev/pci driver into a separate file. - Kill the COMPAT_OLDPCI support. - Make the EISA bridge attach a bit more like the old code; explicitly check for the existence of eisa0/isa0 and only attach if they don't already exist. Only make one bus_generic_attach() pass over the bridge, once both busses are attached. Note that the stupid Intel bridge's class is entirely unpredictable. - Add prototypes and re-layout the core PCI modules in line with current coding standards (not a major whitespace change, just moving the module data to the top of the file). - Remove redundant type-2 bridge support from the core PCI code; the PCI-CardBus code does this itself internally. Remove the now entirely redundant header-class-specific support, as well as the secondary and subordinate bus number fields. These are bridge attributes now. - Add support for PCI Extended Capabilities. - Add support for PCI Power Management. The interface currently allows a driver to query and set the power state of a device. - Add helper functions to allow drivers to enable/disable busmastering and the decoding of I/O and memory ranges. - Use PCI_SLOTMAX and PCI_FUNCMAX rather than magic numbers in some places. - Make the PCI-PCI bridge code a little more paranoid about valid I/O and memory decodes. - Add some more PCI register definitions for the command and status registers. Correct another bogus definition for type-1 bridges.
* Remove the COMPAT_OLDPCI option, it's going away.msmith2000-12-131-1/+0
| | | | Turn 'lnc' off in GENERIC for the moment, pending its update to newbus.
* Always build the ISA and EISA bridge code. This is slightly unintiuitive,msmith2000-12-121-2/+2
| | | | | | but serves to work around some uncleanliness whereby the ISA bus is not found on Alpha systems with PCI:EISA bridges due to the lack of EISA code for the Alpha.
OpenPOWER on IntegriCloud