summaryrefslogtreecommitdiffstats
path: root/sys/conf/NOTES
Commit message (Collapse)AuthorAgeFilesLines
* o Add scc(4) to the build.marcel2006-03-301-0/+5
| | | | | | o Add the scc(4) manpage to the build. o Update the uart(4) manpage to account for scc(4). o Update the uart(4) module build to include support for scc(4).
* Hook the MFI driver up to the build.scottl2006-03-291-0/+1
|
* Retire NETSMBCRYPTO as a kernel option and make its functionalityyar2006-03-051-2/+0
| | | | | | | | | | | | | | | enabled by default in NETSMB and smbfs.ko. With the most of modern SMB providers requiring encryption by default, there is little sense left in keeping the crypto part of NETSMB optional at the build time. This will also return smbfs.ko to its former properties users are rather accustomed to. Discussed with: freebsd-stable, re (scottl) Not objected by: bp, tjr (silence) MFC after: 5 days
* The altq(4) code already handles SMP so clarify what ALTQ_NOPCC is needed for.thompsa2006-03-021-3/+4
|
* Move asr driver from global NOTES to i386-specific NOTES. Requestorkensmith2006-02-051-6/+0
| | | | | | reports it is neither endian-clean or 64-bit clean. :-) Requested by: scottl
* Add AUDIT to NOTES, as it's probably ready to get regular build testingrwatson2006-02-031-0/+3
| | | | by the tinderboxes.
* Add RWLOCK_NOINLINE.jhb2006-01-311-1/+8
|
* Hook up le(4) to the build. For now it's only added to the sparc64 GENERICmarius2006-01-311-0/+2
| | | | | | | in order to support the on-board LANCE in Ultra 1 and to the MI NOTES as it should work just fine with the AMD PCnet family of chips on all archs but is not yet meant to replace lnc(4). If a kernel includes all of le(4), lnc(4) and pcn(4) precedence is given to lnc(4)/pcn(4) for now.
* Add buffer corruption protection (RedZone) for kernel's malloc(9).pjd2006-01-311-0/+6
| | | | | | | | It detects both: buffer underflows and buffer overflows bugs at runtime (on free(9) and realloc(9)) and prints backtraces from where memory was allocated and from where it was freed. Tested by: kris
* firmware(9) is a subsystem to load binary data into the kernel via amlaier2006-01-291-0/+1
| | | | | | | | | | specially crafted module. There are several handrolled sollutions to this problem in the tree already which will be replaced with this. They include iwi(4), ipw(4), ispfw(4) and digi(4). No objection from: arch MFC after: 2 weeks X-MFC after: some drivers have been converted
* The LinkSys EG1032 is supported by re(4) not nge(4) [1].bz2006-01-141-2/+2
| | | | | | | | I couldn't find the ID for the EG1064 anywhere in our sources so I removed the reference for now. Pointed out by: Robert Huff <roberthuffi at rcn dot com> [1] Reviewed by: simon
* - Add comments about snd_au88x0.joel2006-01-141-3/+7
| | | | | | | - Clarify that snd_audiocs is for sparc64 only. - Expand snd_ich and snd_t4dwave comments. Reviewed by: ariff
* Move the old BSD4.3 tty compatibility from (!BURN_BRIDGES && COMPAT_43)phk2006-01-101-0/+3
| | | | | | | | | | | | to COMPAT_43TTY. Add COMPAT_43TTY to NOTES and */conf/GENERIC Compile tty_compat.c only under the new option. Spit out #warning "Old BSD tty API used, please upgrade." if ioctl_compat.h gets #included from userland.
* Fix minor sorting issue.joel2006-01-041-1/+1
|
* Remove references to snd_vortex1(4).joel2006-01-041-1/+0
| | | | Approved by: tanimura, ariff
* MI changes:netchild2005-12-311-7/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | - provide an interface (macros) to the page coloring part of the VM system, this allows to try different coloring algorithms without the need to touch every file [1] - make the page queue tuning values readable: sysctl vm.stats.pagequeue - autotuning of the page coloring values based upon the cache size instead of options in the kernel config (disabling of the page coloring as a kernel option is still possible) MD changes: - detection of the cache size: only IA32 and AMD64 (untested) contains cache size detection code, every other arch just comes with a dummy function (this results in the use of default values like it was the case without the autotuning of the page coloring) - print some more info on Intel CPU's (like we do on AMD and Transmeta CPU's) Note to AMD owners (IA32 and AMD64): please run "sysctl vm.stats.pagequeue" and report if the cache* values are zero (= bug in the cache detection code) or not. Based upon work by: Chad David <davidc@acns.ab.ca> [1] Reviewed by: alc, arch (in 2004) Discussed with: alc, Chad David, arch (in 2004)
* Refer readers to the hwpmc(4) manual page where the additionaljkoshy2005-12-291-0/+3
| | | | | | | | (architecture specific) kernel configuration options needed for hwpmc are documented. PR: kern/83738 MFC after: 3 days
* Drivers for AMD-8111 and NVIDIA nForce2/3/4 SMBus 2.0 controllers.ru2005-12-211-1/+5
|
* Move device 'cs' into i386/pc98 specific NOTES. It is broken on ppcimp2005-12-201-4/+0
| | | | | | because it uses i386 specific calls. Maybe it could be added to amd64, but I'm not so sure it would work there so I've not added it there.
* Add read-only XFS to LINT.rodrigc2005-12-121-0/+6
|
* Add option P1003_1B_MQUEUE for POSIX message queue.davidxu2005-12-021-0/+2
|
* Add notes about ATI IXP audio controller.ariff2005-11-291-0/+2
|
* snd_ess needs snd_sbc, so add a note about that.joel2005-10-071-1/+2
|
* Reintroduce the lmc T1/E1/T3 WAN driver. This version is locked, supportsscottl2005-10-031-0/+4
| | | | | | | | | | | 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
* Remove more OLDCARD references.imp2005-09-281-15/+0
|
* Remove bridge(4) from the tree. if_bridge(4) is a full functionalmlaier2005-09-271-5/+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)
* 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 tnt4882 driver to the buildphk2005-09-151-1/+5
|
* Connect GEOM_ELI class to the build.pjd2005-07-271-0/+1
| | | | MFC after: 1 week
* Connect GZERO to the build.pjd2005-07-251-0/+1
| | | | MFC after: 3 days
* Add SL811 based host controller driver for CF usb host controller.takawata2005-07-141-0/+2
| | | | | | 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.
* Connect reiserfs build to every platforms, not only i386 and pc98.dumbbell2005-06-211-0/+6
| | | | | Reviewed by: mux (mentor) Approved by: re (dougb)
* Move IPI_PREEMPTION option from global NOTES file to i386+amd64 specificups2005-06-141-3/+0
| | | | | | NOTES files. Approved by: re (scottl)
* Attach ng_tcpmss to the build.glebius2005-06-101-0/+1
|
* Whitespace cleanupups2005-06-091-2/+2
| | | | Submitted by: nate@
* Add IPI support for preempting a thread on another CPU.ups2005-06-091-0/+3
| | | | MFC after: 3 weeks
* Connect if_bridge to the build.thompsa2005-06-051-0/+1
| | | | Approved by: mlaier (mentor)
* - Move the REISERFS option in the MD NOTES file for i386, it doesn'tmux2005-05-241-6/+0
| | | | | | exist on other architectures yet. - While I'm here, fix the formatting of the options line. The keyword "options" should be followed by a space and then a tab, not 2 tabs.
* Connect the ReiserFS filesystem to the build (i386 only).dumbbell2005-05-241-0/+6
| | | | Approved by: mux (mentor)
* Correct format is 'options<space><tab>'.glebius2005-05-161-3/+3
| | | | Submitted by: ru
* Make NETGRAPH_DEBUG a kernel option, so that it can't be turned offglebius2005-05-161-1/+4
| | | | | | without hacking source. In collaboration with: ru, julian
* Attach ng_nat and libalias to build.glebius2005-05-061-0/+4
|
* Patches from Ruslan Ermilov to address problems compiling LINTdarrenr2005-04-281-0/+1
|
* retire the musycc E1/T1 driver.phk2005-04-251-1/+0
|
* Revert previous commit: The hwpmc(4) driver compiles on all platforms.marcel2005-04-201-0/+13
|
* Move this to the specific architectures that are supported. #ifdef fooimp2005-04-191-13/+0
| | | | | in sys/pmc.h precludes it from working on !i386, !amd64. When that changes, it can be moved back into conf/NOTES.
* Bring a working snapshot of hwpmc(4), its associated libraries, userland ↵jkoshy2005-04-191-0/+13
| | | | | | | | | | utilities and documentation into -CURRENT. Bump FreeBSD_version. Reviewed by: alc, jhb (kernel changes)
* Add ALQ and KTR_ALQ to NOTES so that they are built into LINT.rwatson2005-04-161-0/+9
|
* Re-enable the atapicam driver in NOTES.scottl2005-04-051-1/+1
|
* atapicam is broken, so comment it out since it may take a while to fix it.imp2005-03-311-1/+1
|
OpenPOWER on IntegriCloud