summaryrefslogtreecommitdiffstats
path: root/sys/conf
Commit message (Collapse)AuthorAgeFilesLines
* Join the pissing contest: generate LINT with a single sed(1) command.des2002-05-021-0/+7
| | | | Smaller script, smaller (though equivalent) output.
* We don't need no stinkin' echos here.imp2002-05-011-3/+3
| | | | Instead, don't run kldxref if you don't have one on your system.
* Use makeobjops.awk rather than makeobjops.pl.obrien2002-05-013-5/+4
| | | | (with big thanks to Oliver Fromme <olli@fromme.com>)
* Catch any stray KMODDEPS entries to make sure they do not keep turning up.peter2002-05-011-0/+4
|
* Note that the aacp device requires CAMscottl2002-04-301-1/+1
|
* Add the myson controllers to LINTjulian2002-04-301-0/+1
| | | | MFC after: 2 weeks
* Add sigcode.Sbenno2002-04-301-0/+1
|
* Add a new UMA debugging facility. This will overwrite freed memory withjeff2002-04-301-0/+1
| | | | | | | | | | | 0xdeadc0de and then check for it just before memory is handed off as part of a new request. This will catch any post free/pre alloc modification of memory, as well as introduce errors for anything that tries to dereference it as a pointer. This code takes the form of special init, fini, ctor and dtor routines that are specificly used by malloc. It is in a seperate file because additional debugging aids will want to live here as well.
* Barrow something from the `nmap' port to help the ENOCLUE people upgradingobrien2002-04-291-0/+2
| | | | from releng4 and are not able to properly read make(1) output.
* Add mca.c.marcel2002-04-281-0/+1
|
* Hook the DRM up to the build and add it to NOTES.anholt2002-04-283-0/+37
| | | | Approved by: des
* Add a CAM interface to the aac driver. This is useful in case you shouldscottl2002-04-272-0/+2
| | | | | | | | | | | | | | | ever connect a SCSI Cdrom/Tape/Jukebox/Scanner/Printer/kitty-litter-scooper to your high-end RAID controller. The interface to the arrays is still via the block interface; this merely provides a way to circumvent the RAID functionality and access the SCSI buses directly. Note that for somewhat obvious reasons, hard drives are not exposed to the da driver through this interface, though you can still talk to them via the pass driver. Be the first on your block to low-level format unsuspecting drives that are part of an array! To enable this, add the 'aacp' device to your kernel config. MFC after: 3 days
* aic7xxx_freebsd.c -> aic7xxx_osm.cgibbs2002-04-241-1/+1
|
* The install.debug and reinstall.debug targets are needed solelyru2002-04-242-17/+23
| | | | | | | | | | to build kernel and kernel modules so stop supporting them in bsd.subdir.mk and reimplement them in kern.post.mk and kmod.mk as special versions of the install and reinstall targets, and only define them if DEBUG is also defined (when debug versions are really built). Prompted by: bde
* Merge bsd.obj.mk's version of the _SUBDIR target with bsd.subdir.mk.ru2002-04-231-12/+5
| | | | | | | | | | | | | | | | Ensure all standard targets honor SUBDIR. Now `make obj' descends into SUBDIRs even if NOOBJ is set (some descendants may still need an object directory, but we do not have such precedents). Now `make install' in non-bsd.subdir.mk makefiles runs `afterinstall' target _after_ `install' in SUBDIRs, like we do in bsd.subdir.mk. Nothing depended on the wrong order anyway. Fixed `distribute' targets (except for the bsd.subdir.mk version) so that they do not depend on _SUBDIR; `distribute' calls `install' which already depends on _SUBDIR. De-standardize `maninstall', otherwise manpages would be installed twice. (To be revised later.)
* Back out remnants of revision 1.97: we don't need TARGET_ARCH here.ru2002-04-221-2/+0
|
* Use standard bsd.init.mk prologue.ru2002-04-221-7/+1
|
* Reenable the newly unbroken hfa device.mike2002-04-201-1/+1
|
* Comment out and mark broken the hea and hfa devices until someone hasmike2002-04-201-2/+3
| | | | time to fix them.
* Move tx(4) driver to sys/dev/tx. BTW split hardware structures and constantssemenu2002-04-191-1/+1
| | | | | | into if_txreg.h. MFC after: 1 week
* Respect setting of NM to allow cross-building.marcel2002-04-191-1/+1
|
* Witness doesn't just track mutexes, so don't say mutexes specifically. Itrwatson2002-04-181-1/+1
| | | | also tracks sxlocks, etc.
* - Convert the 'hfa' ATM interface driver to newbus.mdodd2002-04-171-1/+5
| | | | | | - Add stubs for EISA and SBUS cards. (VME, FutureBUS, and TurboChannel stubs not provided.) - Add infrastructure to build driver and bus front-end modules.
* Add entry for the myson ethernet driverjulian2002-04-161-0/+1
| | | | Submitted by: Myson , Taiwan
* pal.s is no longer needed for the kernel to build with Gcc. We now useobrien2002-04-151-1/+0
| | | | in-line macros. pal.s remains however for use by Compaq 'ccc' some day.
* Document WITNESS_PROFILING.des2002-04-151-0/+22
| | | | Submitted by: Hiten Pandya <hiten@uk.FreeBSD.org>
* Add ofwd to the GENERIC config for powerpc.benno2002-04-151-0/+1
|
* Grab a major number for OpenFirmware disk devices.benno2002-04-151-0/+1
|
* Add a filesystem driver for the Universal Disk Format. For more info,scottl2002-04-143-0/+5
| | | | | | | see http://people.freebsd.org/~scottl/udf MFC after: when asmodai gets the backport done Prodded by: phk asmodai des
* Allow a kernel to be compiled with both SKI and acpica and stillpeter2002-04-141-0/+1
| | | | work on real hardware. (SKI used to break the sapic probes)
* Turn on TGA support.obrien2002-04-132-0/+15
| | | | Submitted by: Andrew M. Miklic <AndrwMklc@cs.com>
* Forgot to commit this when I committed the rest of the hostap stuff.imp2002-04-121-0/+1
|
* Add IA32 option for emulation of i386 binaries on the ia64 platform.dfr2002-04-102-0/+4
|
* Don't suggest that the digi firmware modules are normally loadedbrian2002-04-101-1/+1
| | | | | dynamically, as this will only happen if you kldload digi after the machine has booted or explicitly mention them in loader.conf.
* Round 2 of munging the MI/MD split in NOTES. Put almost all the devicejhb2002-04-091-8/+359
| | | | | | | | | | | | drivers with MI portions into the MI notes. Device drivers such as busses like the isa, eisa, and pci devices are now in the MD NOTES section even though they have some MI code. This will ensure that only the proper bits of device drivers will be included due to the optional bits dependent on the busses in sys/conf/files. This commit also takes the stance that since hints are ignored in NOTES anyways, it is ok to include hints for a bus that may not be present. Advice from: bde
* GC various bits and pieces of USERCONFIG from all over the place.phk2002-04-091-6/+1
|
* Turn #ifdef LOOKUP_SHARED into #ifndef LOOKUP_EXCLUSIVE to enable thisjeff2002-04-091-1/+2
| | | | | | | | | behavior by default. Also, change the options line to reflect this. If there are no problems reported this will become the only behavior and the knob will be removed in a month or so. Demanded by: obrien
* Grab a major number for the se driver.jake2002-04-091-0/+1
|
* Add the se driver.jake2002-04-091-0/+1
|
* Now that we can thorougly self compile the kernel, stop hard coding thepeter2002-04-071-7/+0
| | | | cross compiler names.
* Added the new kernel dumping support for pc98.nyan2002-04-061-0/+1
|
* Fix the ofw_isa.c entries, readd ofw_bus.c.tmm2002-04-051-4/+3
| | | | Pointy hat to: tmm
* Add the eeprom diver frontend files, correct the entry for ofw_isa.c.tmm2002-04-041-1/+5
|
* D'oh! I forgot to commit this a while back.mjacob2002-04-041-1/+2
| | | | | | Add an option for enabling f/w crashdumps for the isp driver. MFC after: 1 week
* Add a driver back end for the Mostek MK48T02, MK48T08 and MK48T59tmm2002-04-041-0/+1
| | | | | | time-of-day clocks, ported from NetBSD. The front-ends are expected to be at least partly machine-dependent; the sparc64 EBus and SBus ones will be commited to MD directories for now (in a subsequent commit).
* Add a generic implementation of inittodr() and resettodr(), as well astmm2002-04-041-0/+2
| | | | | | | | | | a set of helper routines to deal with real-time clocks. The generic functions access the clock diver using a kobj interface. This is intended to reduce code reduplication and make it easy to support more than one clock model on a single architecture. This code is currently only used on sparc64, but it is planned to convert the code of the other architectures to it later.
* Mention that options BOOTP requires options NFSCLIENT and options NFS_ROOTbrian2002-04-041-0/+1
|
* Register major #4 for GEOMphk2002-04-041-1/+1
|
* First round at trying to split up NOTES into MI and MD portions.jhb2002-04-031-1206/+9
| | | | | | | | | | | | Unfortunately, this level doesn't really provide enough granularity. We probably need several MI NOTES type files for things that are shared by several architectures but not by all. For example, the PCI options could live in a NOTES.pci. This also updates the Makefile for i386 to generate LINT. The only changes in the generated LINT are the order of various options. Suggestions for improvement welcome.
* Dike out a highly insecure UCONSOLE option.ru2002-04-032-5/+0
| | | | | | TIOCCONS must be able to VOP_ACCESS() /dev/console to succeed. Obtained from: OpenBSD
OpenPOWER on IntegriCloud