summaryrefslogtreecommitdiffstats
path: root/sys/conf
Commit message (Collapse)AuthorAgeFilesLines
...
* Makefile magic for the ELF trampoline.cognet2005-10-031-0/+9
|
* Reintroduce the lmc T1/E1/T3 WAN driver. This version is locked, supportsscottl2005-10-032-0/+5
| | | | | | | | | | | interface polling, compiles on 64-bit platforms, and compiles on NetBSD, OpenBSD, BSD/OS, and Linux. Woo! Thanks to David Boggs for providing this driver. Altq, sppp, netgraph, and bpf are required for this driver to operate. Userland tools and man pages will be committed next. Submitted by: David Boggs
* Soft volume implementation for audio devices without pcm mixer controller.netchild2005-10-021-0/+1
| | | | | Submitted by: Ariff Abdullah <skywizard@MyBSD.org.my> Tested by: multimedia@
* Remove more OLDCARD references.imp2005-09-281-15/+0
|
* Remove bridge(4) from the tree. if_bridge(4) is a full functionalmlaier2005-09-273-7/+0
| | | | | | | | replacement and has additional features which make it superior. Discussed on: -arch Reviewed by: thompsa X-MFC-after: never (RELENG_6 as transition period)
* OLDCARD is being removed from the tree, so remove it from here.imp2005-09-251-26/+1
| | | | # the snc pccard entry might be able to be moved to files
* Add COMPAT_FREEBSD5 option. This should have been done back when Ikensmith2005-09-211-0/+3
| | | | | | | added it to GENERIC... Pointed out by: jhb Pointy hat: kensmith
* Add pccard_device.cimp2005-09-201-0/+1
|
* Fix genassym.o dependencies.ru2005-09-191-1/+4
|
* sample.c needs ath magic include pathphk2005-09-191-1/+2
|
* No ED_NO_MIIBUS no more. Not one more or the same number of non positive ↵imp2005-09-181-1/+0
| | | | options
* Add a new AGP driver for ATI IGP chipsets. The driver is based on reading ofanholt2005-09-171-0/+1
| | | | | | | | | the Linux driver, since specs are unavailable. Many thanks to Adam Kirchhoff for multiple useful testing cycles, and Ralf Wostrack for the final fix to get it working. PR: i386/75251 Submitted by: anholt
* Add tnt4882 driver to the buildphk2005-09-152-3/+10
|
* The kernel-depend target doesn't get any information from "compile-with",obrien2005-09-111-0/+19
| | | | so repeat the includes paths for that target.
* Don't pollute the entire kernel build with -I$S/contrib/dev/ath andobrien2005-09-112-6/+13
| | | | | -I$S/contrib/dev/ath/freebsd. "ATH_BUILDING_FROM_SOURCE" can be defined to globally get back -I$S/contrib/dev/ath.
* Don't pollute the entire kernel build with -I$S/contrib/ipfilter.obrien2005-09-112-16/+26
|
* Don't pollute the entire kernel build with -I$S/contrib/pf.obrien2005-09-112-19/+32
|
* Don't pollute the entire kernel build with -I$S/contrib/ngatm.obrien2005-09-112-30/+54
|
* Don't pollute the entire kernel build with -I$S/dev/twa.obrien2005-09-112-8/+10
|
* For HEAD, install a kernel with debug information if DEBUG is a kernelobrien2005-09-111-17/+4
| | | | | config option. It is too easy to loose the build directory and not have symbols for kgdb to read.
* Merge db_interface.c and db_trace.c into db_machdep.c.marcel2005-09-101-2/+1
|
* Move the ia32_sigcode structure from ia32_sigtramp.c to ia32_signal.c.marcel2005-09-101-1/+0
| | | | It's a bit excessive to have it in a file of its own.
* Hook up the hptmv driver for amd64.scottl2005-09-081-0/+10
| | | | MFC After: 3 days
* Use the more readable empty() syntax.obrien2005-09-073-9/+9
|
* Remove the el(4) driver for 3Com 3c501 ISA NICs from HEAD as threatenedjhb2005-08-261-1/+0
| | | | | | | | earlier as no one has stepped up to test recent changes to the driver. Oddly, the module was actually turned on on ia64 though I'm fairly certain that no ia64 machine has ever had or will ever have an ISA slot. Axe borrowed from: phk
* Oops, I forget to add item in files .takawata2005-08-261-0/+1
| | | | Pointed out by: pjd
* Pad the strings sccs[], version[], and osrelease[] up to a minimum ofcperciva2005-08-191-3/+10
| | | | | | | | 128 bytes, 256 bytes, and 32 bytes respectively. This makes it much easier to identify when two kernels are identical apart from a version number bump (as often happens on security branches). Discussed on: freebsd-arch, in May 2005
* Add VIA/ACE "PadLock" support as a crypto(9) driver.pjd2005-08-181-0/+1
| | | | | | HW donated by: Mike Tancsa <mike@sentex.net> Most of the code obtained from: OpenBSD MFC after: 3 days
* Add code for Ext2FS and ReiserFS labels recognition.pjd2005-08-121-0/+2
| | | | | | Submitted by: Stanislav Sedov <stas@310.ru> PR: kern/84638 MFC after: 1 week
* Add strcasecmp() and strncasecmp() to libkern and connect to the build.pjd2005-08-081-0/+1
|
* - Add support for saving stack traces and displaying them via printf(9)jeff2005-08-031-0/+1
| | | | | | | and KTR. Contributed by: Antoine Brodin <antoine.brodin@laposte.net> Concept code from: Neal Fachan <neal@isilon.com>
* Connect GEOM_ELI class to the build.pjd2005-07-273-0/+7
| | | | MFC after: 1 week
* Connect GZERO to the build.pjd2005-07-253-0/+3
| | | | MFC after: 3 days
* MFi386: add vpd driver (vital product data.. model & serial numbers etc)peter2005-07-211-0/+1
|
* Add the ed driver for lint building. The PCI instances are still useful.peter2005-07-211-0/+6
| | | | | In theory, there are no isa slots on any amd64/em64t systems, but it doesn't hurt to keep these tiny fragments compiling.
* Fix smbios(4) and add support for amd64jkim2005-07-211-0/+1
| | | | Approved by: anholt (mentor)
* Add the latest r300 code from r300.sf.net. This is based on the patch suppliedanholt2005-07-201-0/+1
| | | | | | by Vladimir Dergachev for inclusion in DRM CVS, with minor modifications for FreeBSD CVS and the appropriate license from Nicolai Haehnle on r300_reg.h. Fixes hangs when using r300.sf.net userland, tested on a Radeon 9600 on amd64.
* This has worked for a while now. ex pccard attachmentimp2005-07-191-1/+1
|
* Build p4tcc and est cpu frequency modules on amd64.ps2005-07-191-0/+2
| | | | Reviewed by: njl
* Add additional sub-systems to the warning users get when they build aobrien2005-07-171-3/+6
| | | | kernel that has become GPL infected.
* Add -mno-sse3 for prescott/noconaache2005-07-151-1/+1
|
* Add options for sl811.takawata2005-07-151-0/+1
| | | | Pointed out by: nyan
* kbdmux(4) keyboard multiplexer integrationemax2005-07-141-0/+1
| | | | | | | | | | | | | o Add minimal kbdmux(4) man page to the source tree (more details to follow); o Hook up kbdmux(4) to the build. This concludes the first part of the kbdmux(4) keyboard multiplexer integration. It now should be possible to use kbdmux(4), however one must configure kbdmux(4) by hand (i.e. load kbdmux(4) module and use kbdcontrol(1) to add/remove slave keyboards to/from kbdmux(4)). MFC after: 1 week
* Add SL811 based host controller driver for CF usb host controller.takawata2005-07-142-0/+4
| | | | | | This is based on NetBSD slhci(4) driver for X68k amateur hardware. For now, it will not work properly, but it can detect usb device insertion.
* Make the RELENG_6 branch operation official by moving HEAD to 7.0-CURRENT.scottl2005-07-111-1/+1
| | | | Approved by: re
* Update for the new and removed MPT driver files.scottl2005-07-101-1/+2
| | | | | Submitted by: gibbs Approved by: re
* Remove the CPU_ENABLE_SSE option from the i386 and pc98 architectures,delphij2005-07-022-2/+0
| | | | | | | | | | | | | | | | | | | | | | | as they are already default for I686_CPU for almost 3 years, and CPU_DISABLE_SSE always disables it. On the other hand, CPU_ENABLE_SSE does not work for I486_CPU and I586_CPU. This commit has: - Removed the option from conf/options.* - Removed the option and comments from MD NOTES files - Simplified the CPU_ENABLE_SSE ifdef's so they don't deal with CPU_ENABLE_SSE from kernel configuration. (*) For most users, this commit should be largely no-op. If you used to place CPU_ENABLE_SSE into your kernel configuration for some reason, it is time to remove it. (*) The ifdef's of CPU_ENABLE_SSE are not removed at this point, since we need to change it to !defined(CPU_DISABLE_SSE) && defined(I686_CPU), not just !defined(CPU_DISABLE_SSE), if we really want to do so. Discussed on: -arch Approved by: re (scottl)
* Fix what(1) on kernel binaries by duplicating part of version[] in sccs[]jhb2005-07-011-2/+1
| | | | | | | | | | | and stop trying to play cute games so that sccs[] shares space with version[]. Reported by: Jilles Tjoelker jilles at stack dot nl Discussed with: bde, "R. Imura" imura at ryu16 dot org Idea from: NetBSD (via bde) Approved by: re (scottl) MFC after: 1 week
* Jumbo-commit to enhance 32 bit application support on 64 bit kernels.peter2005-06-302-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | This is good enough to be able to run a RELENG_4 gdb binary against a RELENG_4 application, along with various other tools (eg: 4.x gcore). We use this at work. ia32_reg.[ch]: handle the 32 bit register file format, used by ptrace, procfs and core dumps. procfs_*regs.c: vary the format of proc/XXX/*regs depending on the client and target application. procfs_map.c: Don't print a 64 bit value to 32 bit consumers, or their sscanf fails. They expect an unsigned long. imgact_elf.c: produce a valid 32 bit coredump for 32 bit apps. sys_process.c: handle 32 bit consumers debugging 32 bit targets. Note that 64 bit consumers can still debug 32 bit targets. IA64 has got stubs for ia32_reg.c. Known limitations: a 5.x/6.x gdb uses get/setcontext(), which isn't implemented in the 32/64 wrapper yet. We also make a tiny patch to gdb pacify it over conflicting formats of ld-elf.so.1. Approved by: re
* Sync i386->amd64.peter2005-06-301-0/+1
| | | | | | | | | | | * Add ichwd (The Intel EM64T folks have an ICH) * Cosmetic comment syncs * Merge cpufreq change over to NOTES * add pbio (it compiles, but isn't useful since no boxes have ISA slots) * copy ath settings (note: wlan disabled here since its in global NOTES) * copy profiling, including fixing a previous i386->amd64 merge typo. Approved by: re (blanket i386 <-> amd64 sync/convergence)
OpenPOWER on IntegriCloud