The NetBSD Project

CVS log for src/sys/arch/amd64/conf/GENERIC

[BACK] Up to [cvs.NetBSD.org] / src / sys / arch / amd64 / conf

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: MAIN


Revision 1.610 / (download) - annotate - [select for diffs], Tue Apr 2 22:56:50 2024 UTC (13 days, 11 hours ago) by charlotte
Branch: MAIN
CVS Tags: HEAD
Changes since 1.609: +3 -2 lines
Diff to previous 1.609 (colored) to selected 1.200 (colored)

Mention DKWEDGE_METHOD_TOS in several kernel config files

Revision 1.609 / (download) - annotate - [select for diffs], Mon Jan 29 18:27:10 2024 UTC (2 months, 2 weeks ago) by christos
Branch: MAIN
Changes since 1.608: +2 -4 lines
Diff to previous 1.608 (colored) to selected 1.200 (colored)

PR/57889: Ricardo Branco: ext2fs does not have user immutable and append
file flags, only system ones. Restrict those to the superuser. Before
the behavior was controlled by EXT2FS_SYSTEM_FLAGS. Make that behavior the
default.

Revision 1.608 / (download) - annotate - [select for diffs], Mon Oct 23 01:43:56 2023 UTC (5 months, 3 weeks ago) by msaitoh
Branch: MAIN
CVS Tags: thorpej-ifq-base, thorpej-ifq, thorpej-altq-separation-base, thorpej-altq-separation
Changes since 1.607: +3 -3 lines
Diff to previous 1.607 (colored) to selected 1.200 (colored)

eqos(4): Disable eqos(4) by default because it's not stable on x86.

Revision 1.607 / (download) - annotate - [select for diffs], Fri Oct 20 10:09:43 2023 UTC (5 months, 3 weeks ago) by msaitoh
Branch: MAIN
Changes since 1.606: +3 -2 lines
Diff to previous 1.606 (colored) to selected 1.200 (colored)

eqos(4): Add initial support for Intel Elkhart Lake internal Ethernet devices.

 - Only tested on PSE SGMII 1G Ethernet MAC with MaxLinear GPY115.
 - I don't know why dmat64 doesn't work. eqos_attach() have a special
   code if EQOS_HW_FEATURE_ADDR64_32BIT(sc) is true, but it seems it doesn't
   work.
 - TODO:
 	Multiqueue support.
	Detach support.

Revision 1.606 / (download) - annotate - [select for diffs], Wed Oct 4 07:48:55 2023 UTC (6 months, 1 week ago) by rin
Branch: MAIN
Changes since 1.605: +3 -2 lines
Diff to previous 1.605 (colored) to selected 1.200 (colored)

igc(4): Added to kernel config files for tested platforms

I.e., aarch64, amd64, and evbppc/DHT, at the moment.

Please feel free to add to other config files, and report us back
if you find problems :)

Revision 1.605 / (download) - annotate - [select for diffs], Wed Aug 9 09:36:26 2023 UTC (8 months, 1 week ago) by andvar
Branch: MAIN
Changes since 1.604: +4 -3 lines
Diff to previous 1.604 (colored) to selected 1.200 (colored)

viadrmums(4): build legacy VIA DRM UMS driver module for amd64.

This driver is not built-in by default, thus loadable module can help (un)lucky
owners of 64-bit capable VIA (Nano/Eden) systems or early AMD/Intel systems
with some VIA chipsets, which include VIA integrated graphics.
I also boldly added product IDs for few later models from VX8xx/VX9xx chipsets
without 3D support (DX9_0) to "expand" the driver support to more systems.
Tested successfully basic functionality on VX800, and partially successfully
on VX900 (on VX900 Xorg failed to initialize due to openchrome related issues,
viadrmums attaches and it is by used the driver).
Didn't test on VX855, I don't have one.

Pull up to netbsd-10 is needed.

Revision 1.604 / (download) - annotate - [select for diffs], Sat Jul 15 22:16:00 2023 UTC (9 months ago) by riastradh
Branch: MAIN
Changes since 1.603: +4 -4 lines
Diff to previous 1.603 (colored) to selected 1.200 (colored)

amd64: Enable HEARTBEAT option, not just a HEARTBEAT option comment.

Revision 1.603 / (download) - annotate - [select for diffs], Sat Jul 15 22:14:39 2023 UTC (9 months ago) by riastradh
Branch: MAIN
Changes since 1.602: +6 -2 lines
Diff to previous 1.602 (colored) to selected 1.200 (colored)

x86: Enable HEARTBEAT by default in GENERIC.

Revision 1.602 / (download) - annotate - [select for diffs], Wed Apr 12 06:39:15 2023 UTC (12 months ago) by riastradh
Branch: MAIN
Changes since 1.601: +3 -3 lines
Diff to previous 1.601 (colored) to selected 1.200 (colored)

ichsmb(4), tco(4): Add support for TCO on newer Intel chipsets.

TCO (`Total Cost of Ownership', Intel's bizarre name for a watchdog
timer) used to hang off the Intel I/O platform controller hub's (ICH)
low-pin-count interface bridge (LPC IB), or ichlpcib(4).  On newer
devices, it hangs off the ICH SMBus instead.

Tested on INTEL 100SERIES_SMB (works) and INTEL 100SERIES_LP_SMB
(doesn't work, still not sure why).

XXX kernel revbump: This breaks the module ABI -- tco(4) modules
older than the change to make ta_has_rcba into ta_version will
incorrectly attach at buses they do not understand.  (However, the
tco(4) driver is statically built into GENERIC, so maybe it's safe
for pullup since the module wouldn't have worked anyway.)

Revision 1.601 / (download) - annotate - [select for diffs], Thu Feb 9 14:09:48 2023 UTC (14 months ago) by abs
Branch: MAIN
Changes since 1.600: +4 -4 lines
Diff to previous 1.600 (colored) to selected 1.200 (colored)

Adjust _all_ cinclude of *.local files

- Ensure always at end
- Use tab rather than spaces
- Add consistent comment
  "Pull in optional local configuration - always at end"

The only functional change is that a local file which tried to
override an existing setting (eg with "no foo") would have failed
in some cases before, but now will work

Revision 1.600 / (download) - annotate - [select for diffs], Thu Feb 9 13:16:04 2023 UTC (14 months ago) by abs
Branch: MAIN
Changes since 1.599: +5 -6 lines
Diff to previous 1.599 (colored) to selected 1.200 (colored)

Ensure GENERIC.local is always at the end of GENERIC

Where a GENERIC config had an existing inclusion of GENERIC.local,
ensure it is always at the end of the file, with a consistent
comment:

# Pull in optional local configuration
cinclude "arch/landisk/conf/GENERIC.local"

This allows GENERIC.local to correctly override all options

(This pass does not affect any GENERIC which did not already have
an include of GENERIC.local)

Revision 1.599 / (download) - annotate - [select for diffs], Thu Sep 29 10:10:05 2022 UTC (18 months, 2 weeks ago) by riastradh
Branch: MAIN
CVS Tags: netbsd-10-base, bouyer-sunxi-drm-base, bouyer-sunxi-drm
Branch point for: netbsd-10
Changes since 1.598: +3 -2 lines
Diff to previous 1.598 (colored) to selected 1.200 (colored)

swwdog(4): Add to GENERIC kernels.

Plus a handful of others that I'm familiar with.  Lots of special-
purpose kernels should probably have this too but I'm not going
through all the arm, mips, and ppc evaluation board kernels to see
which ones are relevant.

Omitted from systems I know to be very small:
- sun2/GENERIC
- dreamcast/GENERIC
Feel free to remove it from others that need to be kept smaller.

Compile-tested a few of these just in case:
- alpha/GENERIC
- amd64/GENERIC
- evbmips/OCTEON
- i386/GENERIC
- riscv/GENERIC

PR kern/29702

Revision 1.598 / (download) - annotate - [select for diffs], Sat Sep 24 11:05:17 2022 UTC (18 months, 3 weeks ago) by riastradh
Branch: MAIN
Changes since 1.597: +6 -2 lines
Diff to previous 1.597 (colored) to selected 1.200 (colored)

x86: Support EFI runtime services.

This creates a special pmap, efi_runtime_pmap, which avoids setting
PTE_U but allows mappings to lie in what would normally be user VM --
this way we don't fall afoul of SMAP/SMEP when executing EFI runtime
services from CPL 0.  SVS does not apply to the EFI runtime pmap.

The mechanism is intended to work with either physical addressing or
virtual addressing; currently the bootloader does physical addressing
but in principle it could be modified to do virtual addressing
instead, if it allocated virtual pages, assigned them in the memory
map, and issued RT->SetVirtualAddressMap.

Not sure pmap_activate_sync and pmap_deactivate_sync are correct,
need more review from an x86 wizard.

If this causes fallout, it can be disabled temporarily without
reverting anything by just making efi_runtime_init return immediately
without doing anything, or by removing options EFI_RUNTIME.

amd64-only for now pending type fixes and testing on i386.

Revision 1.597 / (download) - annotate - [select for diffs], Thu Sep 1 12:35:02 2022 UTC (19 months, 2 weeks ago) by bouyer
Branch: MAIN
Changes since 1.596: +9 -3 lines
Diff to previous 1.596 (colored) to selected 1.200 (colored)

Add commented out experimental PVH dom0 options and pseudo-device

Revision 1.596 / (download) - annotate - [select for diffs], Sun Aug 7 02:52:23 2022 UTC (20 months, 1 week ago) by simonb
Branch: MAIN
Changes since 1.595: +8 -8 lines
Diff to previous 1.595 (colored) to selected 1.200 (colored)

UFS/LFS dirhash:
- Enable UFS_DIRHASH if the architecture or kernel model specific config
  file can use 128MB of RAM or more.
- Remove experimental tag from UFS_DIRHASH; it's been with RUMP kernel
  and by a number of NetBSD developers for years.
- Add LFS_DIRHASH if LFS was enabled.
- Be somewhat consistent with FS options order.

Revision 1.595 / (download) - annotate - [select for diffs], Sat Apr 16 11:57:46 2022 UTC (2 years ago) by nia
Branch: MAIN
Changes since 1.594: +3 -3 lines
Diff to previous 1.594 (colored) to selected 1.200 (colored)

x86: Enable HDAUDIOVERBOSE (as on arm) in order for AUDIO_GETDEV
to return human-readable data.  Especially now that HDMI/DP audio
is enabled by default, it helps to be able to tell two devices
apart in audiocfg/aiomixer.

Revision 1.594 / (download) - annotate - [select for diffs], Thu Mar 24 02:24:24 2022 UTC (2 years ago) by manu
Branch: MAIN
Changes since 1.593: +5 -2 lines
Diff to previous 1.593 (colored) to selected 1.200 (colored)

Add initial support for Intel GPIO chips

Revision 1.593 / (download) - annotate - [select for diffs], Sun Oct 31 00:31:48 2021 UTC (2 years, 5 months ago) by simonb
Branch: MAIN
Changes since 1.592: +6 -6 lines
Diff to previous 1.592 (colored) to selected 1.200 (colored)

options<space><tab>

Revision 1.592 / (download) - annotate - [select for diffs], Sat Oct 16 13:09:40 2021 UTC (2 years, 6 months ago) by jmcneill
Branch: MAIN
Changes since 1.591: +8 -4 lines
Diff to previous 1.591 (colored) to selected 1.200 (colored)

Enable com and lpt at ACPI attachments.

Revision 1.591 / (download) - annotate - [select for diffs], Fri Oct 15 19:22:12 2021 UTC (2 years, 6 months ago) by jmcneill
Branch: MAIN
Changes since 1.590: +5 -7 lines
Diff to previous 1.590 (colored) to selected 1.200 (colored)

Swap fdc@isa for fdc@acpi as the former takes over a second to probe.

Revision 1.590 / (download) - annotate - [select for diffs], Thu Sep 9 13:22:50 2021 UTC (2 years, 7 months ago) by jakllsch
Branch: MAIN
Changes since 1.589: +5 -2 lines
Diff to previous 1.589 (colored) to selected 1.200 (colored)

Enable WSDISPLAY_CUSTOM_OUTPUT and WSDISPLAY_CUSTOM_BORDER on
amd64 GENERIC as i386 GENERIC already does.

Revision 1.589 / (download) - annotate - [select for diffs], Mon May 17 04:07:42 2021 UTC (2 years, 11 months ago) by yamaguchi
Branch: MAIN
CVS Tags: thorpej-i2c-spi-conf2-base, thorpej-i2c-spi-conf2, thorpej-i2c-spi-conf-base, thorpej-futex2-base, thorpej-futex2, thorpej-cfargs2-base, thorpej-cfargs2, cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1
Changes since 1.588: +3 -2 lines
Diff to previous 1.588 (colored) to selected 1.200 (colored)

Add a new link-aggregation pseudo interface named lagg(4)

 - FreeBSD's lagg(4) based implementation
 - MP-safe and MP-scalable

Revision 1.588 / (download) - annotate - [select for diffs], Wed Mar 10 07:23:42 2021 UTC (3 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: thorpej-futex-base, thorpej-cfargs-base, thorpej-cfargs, cjep_staticlib_x-base
Branch point for: thorpej-i2c-spi-conf, cjep_staticlib_x
Changes since 1.587: +5 -2 lines
Diff to previous 1.587 (colored) to selected 1.200 (colored)

drm(4): allow limiting maximum X/Y resolution

With some drivers (at least radeon(4)), in some cases the driver
does not choose the resolution correctly.  The options
DRM_MAX_RESOLUTION_HORIZONTAL and DRM_MAX_RESOLUTION_VERTICAL allow
limiting the maximum resolution in X and Y direction.

Revision 1.587 / (download) - annotate - [select for diffs], Wed Mar 10 06:38:44 2021 UTC (3 years, 1 month ago) by msaitoh
Branch: MAIN
Changes since 1.586: +3 -2 lines
Diff to previous 1.586 (colored) to selected 1.200 (colored)

 Add micphy(4).

Revision 1.586 / (download) - annotate - [select for diffs], Fri Mar 5 20:18:39 2021 UTC (3 years, 1 month ago) by gdt
Branch: MAIN
Changes since 1.585: +3 -3 lines
Diff to previous 1.585 (colored) to selected 1.200 (colored)

GENERIC: comment typo fix (spacing)

Revision 1.585 / (download) - annotate - [select for diffs], Thu Mar 4 15:58:50 2021 UTC (3 years, 1 month ago) by gdt
Branch: MAIN
Changes since 1.584: +5 -5 lines
Diff to previous 1.584 (colored) to selected 1.200 (colored)

GENERIC: Tiny comment adjustment (NFC)

While making XEN3_DOM0 more like GENERIC, I noticed a few differences
where GENERIC was off -- trivial things like missing spaces in
comments, inconsistent comment workding.  This fixes those, both
because they are valid fixes in their own right once noticed, and to
make the diff to XEN smaller.

Revision 1.584 / (download) - annotate - [select for diffs], Mon Mar 1 18:12:58 2021 UTC (3 years, 1 month ago) by jakllsch
Branch: MAIN
Changes since 1.583: +3 -2 lines
Diff to previous 1.583 (colored) to selected 1.200 (colored)

enable rge(4) on x86 and evbarm64

Revision 1.583 / (download) - annotate - [select for diffs], Sun Jan 24 16:33:48 2021 UTC (3 years, 2 months ago) by jmcneill
Branch: MAIN
Changes since 1.582: +5 -4 lines
Diff to previous 1.582 (colored) to selected 1.200 (colored)

Attach dwiic(4) to AMD FCH I2C controllers. These busses are separate
from the SMBus that we attach to piixpm(4) today, and support direct
config via ACPI.

Revision 1.582 / (download) - annotate - [select for diffs], Wed Jan 20 13:22:08 2021 UTC (3 years, 2 months ago) by nia
Branch: MAIN
Changes since 1.581: +2 -3 lines
Diff to previous 1.581 (colored) to selected 1.200 (colored)

remove compat_ossaudio from kernel modules

this is only useful with compat_linux and gets autoloaded when
compat_linux is loaded, so there's no reason to bake it into kernels
any more.

Revision 1.581 / (download) - annotate - [select for diffs], Sat Jan 16 01:43:42 2021 UTC (3 years, 3 months ago) by thorpej
Branch: MAIN
Changes since 1.580: +3 -3 lines
Diff to previous 1.580 (colored) to selected 1.200 (colored)

Enable tpm @ acpi (now that it can match TPM 1.2 devices, which are not,
as the comment implies, experimental).

Revision 1.580 / (download) - annotate - [select for diffs], Sun Sep 27 13:48:49 2020 UTC (3 years, 6 months ago) by roy
Branch: MAIN
Branch point for: thorpej-futex
Changes since 1.579: +3 -2 lines
Diff to previous 1.579 (colored) to selected 1.200 (colored)

vether: Add to kernel configurations

It's only enabled if the kernel enabled bridge AND tap.
Otherwise it's commented out.

Revision 1.579 / (download) - annotate - [select for diffs], Tue Sep 8 10:05:47 2020 UTC (3 years, 7 months ago) by yamaguchi
Branch: MAIN
Changes since 1.578: +3 -2 lines
Diff to previous 1.578 (colored) to selected 1.200 (colored)

Added iavf(4) that is based on OpenBSD's iavf(4) implementation

reviewed by msaitoh@n.o and knakahara@n.o

Revision 1.578 / (download) - annotate - [select for diffs], Sun Aug 30 11:16:17 2020 UTC (3 years, 7 months ago) by dholland
Branch: MAIN
Changes since 1.577: +3 -3 lines
Diff to previous 1.577 (colored) to selected 1.200 (colored)

typo in comment

Revision 1.577 / (download) - annotate - [select for diffs], Mon Aug 17 20:43:13 2020 UTC (3 years, 7 months ago) by christos
Branch: MAIN
Changes since 1.576: +2 -4 lines
Diff to previous 1.576 (colored) to selected 1.200 (colored)

remove commented out MEMORY_DISK_* entries

Revision 1.576 / (download) - annotate - [select for diffs], Mon Aug 17 19:41:32 2020 UTC (3 years, 7 months ago) by christos
Branch: MAIN
Changes since 1.575: +6 -4 lines
Diff to previous 1.575 (colored) to selected 1.200 (colored)

correct MEMORY_DISK_* option docs

Revision 1.575 / (download) - annotate - [select for diffs], Sun Aug 16 10:27:47 2020 UTC (3 years, 8 months ago) by jdolecek
Branch: MAIN
Changes since 1.574: +2 -4 lines
Diff to previous 1.574 (colored) to selected 1.200 (colored)

make COMPAT_LINUX option disabled by default

leave the option enabled only in amd64/i386 ALL kernels to make
sure it continues to be compilable also when included in kernel

Revision 1.574 / (download) - annotate - [select for diffs], Sat Aug 1 08:20:47 2020 UTC (3 years, 8 months ago) by maxv
Branch: MAIN
Changes since 1.573: +2 -3 lines
Diff to previous 1.573 (colored) to selected 1.200 (colored)

Remove references to BRIDGE_IPF, it is now compiled in by default.

Revision 1.573 / (download) - annotate - [select for diffs], Sun Jul 19 14:31:31 2020 UTC (3 years, 8 months ago) by maxv
Branch: MAIN
Changes since 1.572: +3 -3 lines
Diff to previous 1.572 (colored) to selected 1.200 (colored)

Compile USER_LDT by default, but, put it behind a privileged sysctl that
defaults to disabled. To enable:

	# sysctl -w machdep.user_ldt=1

Revision 1.572 / (download) - annotate - [select for diffs], Tue Jul 14 01:05:06 2020 UTC (3 years, 9 months ago) by yamaguchi
Branch: MAIN
Changes since 1.571: +3 -2 lines
Diff to previous 1.571 (colored) to selected 1.200 (colored)

Enable PCPU_IDT option by default

Revision 1.571 / (download) - annotate - [select for diffs], Wed Jun 24 03:38:54 2020 UTC (3 years, 9 months ago) by thorpej
Branch: MAIN
Changes since 1.570: +3 -2 lines
Diff to previous 1.570 (colored) to selected 1.200 (colored)

Add amdccp at pci.

Revision 1.570 / (download) - annotate - [select for diffs], Thu Jun 18 16:23:43 2020 UTC (3 years, 9 months ago) by maxv
Branch: MAIN
Changes since 1.569: +9 -6 lines
Diff to previous 1.569 (colored) to selected 1.200 (colored)

style

Revision 1.569 / (download) - annotate - [select for diffs], Sun Jun 7 09:45:19 2020 UTC (3 years, 10 months ago) by maxv
Branch: MAIN
Changes since 1.568: +5 -2 lines
Diff to previous 1.568 (colored) to selected 1.200 (colored)

Add fault(4).

Revision 1.568 / (download) - annotate - [select for diffs], Sat May 16 18:31:48 2020 UTC (3 years, 11 months ago) by christos
Branch: MAIN
Changes since 1.567: +3 -2 lines
Diff to previous 1.567 (colored) to selected 1.200 (colored)

Add ACL support for FFS. From FreeBSD.

Revision 1.567 / (download) - annotate - [select for diffs], Sat May 2 16:44:35 2020 UTC (3 years, 11 months ago) by bouyer
Branch: MAIN
Changes since 1.566: +3 -2 lines
Diff to previous 1.566 (colored) to selected 1.200 (colored)

Introduce Xen PVH support in GENERIC.
This is compiled in with
options XENPVHVM
x86 changes:
- add Xen section and xen pvh entry points to locore.S. Set vm_guest
  to VM_GUEST_XENPVH in this entry point.
  Most of the boot procedure (especially page table setup and switch to
  paged mode) is shared with native.
- change some x86_delay() to delay_func(), which points to x86_delay() for
  native/HVM, and xen_delay() for PVH

Xen changes:
- remove Xen bits from init_x86_64_ksyms() and init386_ksyms()
  and move to xen_init_ksyms(), used for both PV and PVH
- set ISA no-legacy-devices property for PVH
- factor out code from Xen's cpu_bootconf() to xen_bootconf()
  in xen_machdep.c
- set up a specific pvh_consinit() which starts with printk()
  (which uses a simple hypercall that is available early) and switch to
  xencons when we can use pmap_kenter_pa().

Revision 1.566 / (download) - annotate - [select for diffs], Sat Apr 25 15:26:16 2020 UTC (3 years, 11 months ago) by bouyer
Branch: MAIN
Changes since 1.565: +11 -2 lines
Diff to previous 1.565 (colored) to selected 1.200 (colored)

Merge the bouyer-xenpvh branch, bringing in Xen PV drivers support under HVM
guests in GENERIC.
Xen support can be disabled at runtime with
boot -c
disable hypervisor

Revision 1.565 / (download) - annotate - [select for diffs], Wed Apr 15 17:16:22 2020 UTC (4 years ago) by maxv
Branch: MAIN
CVS Tags: phil-wifi-20200421, bouyer-xenpvh-base2, bouyer-xenpvh-base1
Changes since 1.564: +4 -4 lines
Diff to previous 1.564 (colored) to selected 1.200 (colored)

Introduce POOL_NOCACHE, simple option to cancel pool_caches and go directly
to the pool layer. It is taken out of POOL_QUARANTINE.

Advertise POOL_NOCACHE for kMSan rather than POOL_QUARANTINE. With kMSan
we are only interested in the no-caching effect, not the quarantine. This
reduces memory pressure on kMSan kernels.

Revision 1.564 / (download) - annotate - [select for diffs], Sat Mar 28 08:35:36 2020 UTC (4 years ago) by isaki
Branch: MAIN
CVS Tags: phil-wifi-20200411, phil-wifi-20200406, bouyer-xenpvh-base
Branch point for: bouyer-xenpvh
Changes since 1.563: +2 -5 lines
Diff to previous 1.563 (colored) to selected 1.200 (colored)

Reduce default AUDIO_BLK_MS from 40msec to 10msec on all platform except m68k
(m68k uses 40msec default as before).  And remove the option from GENERIC.
- It's not good idea to set such parameter in individual GENERICs.
- 4msec is (probably no problem for most modern real hardware but)
  too aggressive to be default.
- 10msec is too severe for antique machines but it's hard to draw a line.

Revision 1.563 / (download) - annotate - [select for diffs], Mon Feb 17 06:32:46 2020 UTC (4 years, 1 month ago) by nisimura
Branch: MAIN
CVS Tags: is-mlppp-base, is-mlppp, ad-namecache-base3
Changes since 1.562: +4 -3 lines
Diff to previous 1.562 (colored) to selected 1.200 (colored)

add kse(4) for i386/amd64 GENERIC

Revision 1.562 / (download) - annotate - [select for diffs], Sun Feb 9 16:06:18 2020 UTC (4 years, 2 months ago) by jmcneill
Branch: MAIN
Changes since 1.561: +2 -3 lines
Diff to previous 1.561 (colored) to selected 1.200 (colored)

Retire azalia(4).

Revision 1.561 / (download) - annotate - [select for diffs], Sat Feb 8 07:07:06 2020 UTC (4 years, 2 months ago) by maxv
Branch: MAIN
Changes since 1.560: +2 -6 lines
Diff to previous 1.560 (colored) to selected 1.200 (colored)

Retire KLEAK.

KLEAK was a nice feature and served its purpose; it allowed us to detect
dozens of info leaks on the kernel->userland boundary, and thanks to it we
tackled a good part of the infoleak problem 1.5 years ago.

Nowadays however, we have kMSan, which can detect uninitialized memory in
the kernel. kMSan supersedes KLEAK: it can detect what KLEAK was able to
detect, but in addition, (1) it operates in all of the kernel and not just
the kernel->userland boundary, (2) it requires no user interaction, and (3)
it is deterministic and not statistical.

That makes kMSan the feature of choice to detect info leaks nowadays;
people interested in detecting info leaks should boot a kMSan kernel and
just wait for the magic to happen.

KLEAK was a good ride, and a fun project, but now is time for it to go.

Discussed with several people, including Thomas Barabosch.

Revision 1.560 / (download) - annotate - [select for diffs], Sat Jan 25 18:38:34 2020 UTC (4 years, 2 months ago) by thorpej
Branch: MAIN
CVS Tags: ad-namecache-base2
Changes since 1.559: +2 -3 lines
Diff to previous 1.559 (colored) to selected 1.200 (colored)

Retire "le* at pci?" from the shipped kernel configs:
- If the config had both an le@pci and a pcn, simply remove le@pci
  (pcn would match at a higher priority anyway).
- If the config had le@pci enabled, but no pcn, change le@pci to pcn.
- If the config had le@pci commented out, but no pcn, change le@pci
  to pcn and leave it commented out.

The pcn driver supports more chips than le@pci and does DMA directly
to/from mbufs rather than memory copies.

Revision 1.559 / (download) - annotate - [select for diffs], Fri Jan 24 18:58:46 2020 UTC (4 years, 2 months ago) by nia
Branch: MAIN
Changes since 1.558: +5 -2 lines
Diff to previous 1.558 (colored) to selected 1.200 (colored)

Set AUDIO_BLK_MS=4 - unlikely to cause significant overhead on non-m68k.

Several of us have been setting this in /etc/sysctl.conf for months, to
get better performance from applications that require synced audio, etc.

It's also mentioned as a good value with low overhead on most archs here:
https://mail-index.netbsd.org/tech-kern/2019/12/07/msg025830.html

We could probably go lower, but this is low enough to make most/all
software run well, removing frame drops. It's also low enough to get
emulators/mednafen to stop complaining in the console.

Revision 1.558 / (download) - annotate - [select for diffs], Mon Jan 20 18:38:19 2020 UTC (4 years, 2 months ago) by thorpej
Branch: MAIN
Changes since 1.557: +2 -3 lines
Diff to previous 1.557 (colored) to selected 1.200 (colored)

Remove FDDI support.

Revision 1.557 / (download) - annotate - [select for diffs], Sun Jan 19 20:00:37 2020 UTC (4 years, 2 months ago) by thorpej
Branch: MAIN
Changes since 1.556: +2 -4 lines
Diff to previous 1.556 (colored) to selected 1.200 (colored)

Remove Token Ring support.

Revision 1.556 / (download) - annotate - [select for diffs], Sun Jan 19 06:55:22 2020 UTC (4 years, 2 months ago) by thorpej
Branch: MAIN
Changes since 1.555: +2 -3 lines
Diff to previous 1.555 (colored) to selected 1.200 (colored)

Remove HIPPI support and the esh(4) driver that uses it.  There have not
been any users of HIPPI for some time, and it is unlikely to be resurrected.

Revision 1.555 / (download) - annotate - [select for diffs], Sun Jan 19 01:25:04 2020 UTC (4 years, 2 months ago) by thorpej
Branch: MAIN
Changes since 1.554: +2 -3 lines
Diff to previous 1.554 (colored) to selected 1.200 (colored)

Remove the strip(4) - Starmode Radio IP - pseudo-device driver.  It is
long since obsolete.

Revision 1.554 / (download) - annotate - [select for diffs], Thu Jan 9 00:42:24 2020 UTC (4 years, 3 months ago) by manu
Branch: MAIN
CVS Tags: ad-namecache-base1
Changes since 1.553: +2 -4 lines
Diff to previous 1.553 (colored) to selected 1.200 (colored)

Rollback multiboot2 for amd64, as requested by core

Revision 1.553 / (download) - annotate - [select for diffs], Wed Jan 1 10:36:43 2020 UTC (4 years, 3 months ago) by ryo
Branch: MAIN
CVS Tags: ad-namecache-base
Branch point for: ad-namecache
Changes since 1.552: +3 -2 lines
Diff to previous 1.552 (colored) to selected 1.200 (colored)

add aq(4)

Revision 1.552 / (download) - annotate - [select for diffs], Thu Dec 26 17:52:49 2019 UTC (4 years, 3 months ago) by msaitoh
Branch: MAIN
Changes since 1.551: +3 -2 lines
Diff to previous 1.551 (colored) to selected 1.200 (colored)

 Add cas(4).

Revision 1.551 / (download) - annotate - [select for diffs], Sat Dec 14 07:45:20 2019 UTC (4 years, 4 months ago) by maxv
Branch: MAIN
Changes since 1.550: +3 -3 lines
Diff to previous 1.550 (colored) to selected 1.200 (colored)

Disable multiboot for now, too much breakage.

Revision 1.550 / (download) - annotate - [select for diffs], Tue Dec 10 12:08:52 2019 UTC (4 years, 4 months ago) by yamaguchi
Branch: MAIN
Changes since 1.549: +3 -2 lines
Diff to previous 1.549 (colored) to selected 1.200 (colored)

Ported driver for Intel Ethernet 700 series

reviewed by msaitoh and knakahara

Revision 1.549 / (download) - annotate - [select for diffs], Tue Dec 10 02:06:07 2019 UTC (4 years, 4 months ago) by manu
Branch: MAIN
Changes since 1.548: +4 -2 lines
Diff to previous 1.548 (colored) to selected 1.200 (colored)

Add multiboot 2 support to amd64 kernel

Revision 1.548 / (download) - annotate - [select for diffs], Thu Dec 5 22:05:05 2019 UTC (4 years, 4 months ago) by sevan
Branch: MAIN
Changes since 1.547: +3 -3 lines
Diff to previous 1.547 (colored) to selected 1.200 (colored)

Enable pciverbose option to make use of the pcidevs database by default.

ok ad, mrg

Revision 1.547 / (download) - annotate - [select for diffs], Wed Nov 20 09:37:45 2019 UTC (4 years, 4 months ago) by hikaru
Branch: MAIN
Changes since 1.546: +3 -2 lines
Diff to previous 1.546 (colored) to selected 1.200 (colored)

Add opencrypto driver for Intel QuickAssist.

Revision 1.546 / (download) - annotate - [select for diffs], Thu Nov 14 16:23:52 2019 UTC (4 years, 5 months ago) by maxv
Branch: MAIN
CVS Tags: phil-wifi-20191119
Changes since 1.545: +13 -2 lines
Diff to previous 1.545 (colored) to selected 1.200 (colored)

Add support for Kernel Memory Sanitizer (kMSan). It detects uninitialized
memory used by the kernel at run time, and just like kASan and kCSan, it
is an excellent feature. It has already detected 38 uninitialized variables
in the kernel during my testing, which I have since discreetly fixed.

We use two shadows:
 - "shad", to track uninitialized memory with a bit granularity (1:1).
   Each bit set to 1 in the shad corresponds to one uninitialized bit of
   real kernel memory.
 - "orig", to track the origin of the memory with a 4-byte granularity
   (1:1). Each uint32_t cell in the orig indicates the origin of the
   associated uint32_t of real kernel memory.

The memory consumption of these shadows is consequent, so at least 4GB of
RAM is recommended to run kMSan.

The compiler inserts calls to specific __msan_* functions on each memory
access, to manage both the shad and the orig and detect uninitialized
memory accesses that change the execution flow (like an "if" on an
uninitialized variable).

We mark as uninit several types of memory buffers (stack, pools, kmem,
malloc, uvm_km), and check each buffer passed to copyout, copyoutstr,
bwrite, if_transmit_lock and DMA operations, to detect uninitialized memory
that leaves the system. This allows us to detect kernel info leaks in a way
that is more efficient and also more user-friendly than KLEAK.

Contrary to kASan, kMSan requires comprehensive coverage, ie we cannot
tolerate having one non-instrumented function, because this could cause
false positives. kMSan cannot instrument ASM functions, so I converted
most of them to __asm__ inlines, which kMSan is able to instrument. Those
that remain receive special treatment.

Contrary to kASan again, kMSan uses a TLS, so we must context-switch this
TLS during interrupts. We use different contexts depending on the interrupt
level.

The orig tracks precisely the origin of a buffer. We use a special encoding
for the orig values, and pack together in each uint32_t cell of the orig:
 - a code designating the type of memory (Stack, Pool, etc), and
 - a compressed pointer, which points either (1) to a string containing
   the name of the variable associated with the cell, or (2) to an area
   in the kernel .text section which we resolve to a symbol name + offset.

This encoding allows us not to consume extra memory for associating
information with each cell, and produces a precise output, that can tell
for example the name of an uninitialized variable on the stack, the
function in which it was pushed on the stack, and the function where we
accessed this uninitialized variable.

kMSan is available with LLVM, but not with GCC.

The code is organized in a way that is similar to kASan and kCSan, so it
means that other architectures than amd64 can be supported.

Revision 1.545 / (download) - annotate - [select for diffs], Tue Nov 5 20:19:17 2019 UTC (4 years, 5 months ago) by maxv
Branch: MAIN
Changes since 1.544: +7 -2 lines
Diff to previous 1.544 (colored) to selected 1.200 (colored)

Add Kernel Concurrency Sanitizer (kCSan) support. This sanitizer allows us
to detect race conditions at runtime. It is a variation of TSan that is
easy to implement and more suited to kernel internals, albeit theoretically
less precise than TSan's happens-before.

We do basically two things:

 - On every KCSAN_NACCESSES (=2000) memory accesses, we create a cell
   describing the access, and delay the calling CPU (10ms).

 - On all memory accesses, we verify if the memory we're reading/writing
   is referenced in a cell already.

The combination of the two means that, if for example cpu0 does a read that
is selected and cpu1 does a write at the same address, kCSan will fire,
because cpu1's write collides with cpu0's read cell.

The coverage of the instrumentation is the same as that of kASan. Also, the
code is organized in a way similar to kASan, so it is easy to add support
for more architectures than amd64. kCSan is compatible with KCOV.

Reviewed by Kamil.

Revision 1.544 / (download) - annotate - [select for diffs], Fri Nov 1 02:53:23 2019 UTC (4 years, 5 months ago) by msaitoh
Branch: MAIN
Changes since 1.543: +3 -2 lines
Diff to previous 1.543 (colored) to selected 1.200 (colored)

 Port SMSC LAN87xx 10/100 Ethernet PHY driver from FreeBSD with some cleanup
and IFM_NONE support.

Revision 1.543 / (download) - annotate - [select for diffs], Wed Oct 30 12:06:25 2019 UTC (4 years, 5 months ago) by msaitoh
Branch: MAIN
Changes since 1.542: +3 -2 lines
Diff to previous 1.542 (colored) to selected 1.200 (colored)

Add jmphy(4) from OpenBSD.

Revision 1.542 / (download) - annotate - [select for diffs], Mon Oct 28 03:01:11 2019 UTC (4 years, 5 months ago) by ozaki-r
Branch: MAIN
Changes since 1.541: +3 -2 lines
Diff to previous 1.541 (colored) to selected 1.200 (colored)

Add vio9p to some kernel configs

Revision 1.541 / (download) - annotate - [select for diffs], Fri Oct 25 17:39:57 2019 UTC (4 years, 5 months ago) by martin
Branch: MAIN
Changes since 1.540: +5 -2 lines
Diff to previous 1.540 (colored) to selected 1.200 (colored)

Add support for Nuvoton NCT5104D GPIO chips, as found on PC Engines APU
systems. From Andrew Doran in PR kern/54648.

Revision 1.540 / (download) - annotate - [select for diffs], Fri Oct 25 17:25:23 2019 UTC (4 years, 5 months ago) by martin
Branch: MAIN
Changes since 1.539: +3 -3 lines
Diff to previous 1.539 (colored) to selected 1.200 (colored)

whitespace

Revision 1.539 / (download) - annotate - [select for diffs], Fri Oct 25 16:50:17 2019 UTC (4 years, 5 months ago) by martin
Branch: MAIN
Changes since 1.538: +5 -2 lines
Diff to previous 1.538 (colored) to selected 1.200 (colored)

Add missing onewire temperature sensors, suggested by Andrew Doran.

Revision 1.538 / (download) - annotate - [select for diffs], Tue Oct 8 18:50:44 2019 UTC (4 years, 6 months ago) by maxv
Branch: MAIN
Changes since 1.537: +2 -6 lines
Diff to previous 1.537 (colored) to selected 1.200 (colored)

No I/O ports for TPM-ISA, only MMIO, so remove commented-out options.

Revision 1.537 / (download) - annotate - [select for diffs], Mon Oct 7 11:53:40 2019 UTC (4 years, 6 months ago) by msaitoh
Branch: MAIN
Changes since 1.536: +3 -2 lines
Diff to previous 1.536 (colored) to selected 1.200 (colored)

 Add support IC Plus IP1000* PHYs. PR/kern 42314 first reported by
Tomokazu HARADA and patch provided by Andrius V.

Revision 1.536 / (download) - annotate - [select for diffs], Thu Oct 3 18:57:38 2019 UTC (4 years, 6 months ago) by tnn
Branch: MAIN
Changes since 1.535: +3 -2 lines
Diff to previous 1.535 (colored) to selected 1.200 (colored)

add mcx(4) to GENERIC

Tested on dual-port ConnectX-4 with 25 Gbit/s AOC

Revision 1.535 / (download) - annotate - [select for diffs], Sat Sep 14 06:57:51 2019 UTC (4 years, 7 months ago) by maxv
Branch: MAIN
Changes since 1.534: +6 -2 lines
Diff to previous 1.534 (colored) to selected 1.200 (colored)

Add vHCI, a driver which allows to send and receive USB packets directly
from userland via /dev/vhci. Using this, it becomes possible to test and
fuzz the USB stack and all the USB drivers without having the associated
hardware.

The vHCI device has four ports independently addressable.

For each xfer on each port, we create two packets: a setup packet (which
indicates mostly the type of request) and a data packet (which contains
the raw data). These packets are processed by read and write operations
on /dev/vhci: userland poll-reads it to fetch usb_device_request_t
structures, and dispatches the requests depending on bRequest and
bmRequestType.

A few ioctls are available:

	VHCI_IOC_GET_INFO   - Get the current status
	VHCI_IOC_SET_PORT   - Choose a vHCI port
	VHCI_IOC_USB_ATTACH - Attach a USB device on the current port
	VHCI_IOC_USB_DETACH - Detach the USB device on the current port

vHCI has already allowed me to automatically find several bugs in the USB
stack and its drivers.

Revision 1.534 / (download) - annotate - [select for diffs], Fri Aug 9 08:01:06 2019 UTC (4 years, 8 months ago) by rin
Branch: MAIN
Changes since 1.533: +2 -3 lines
Diff to previous 1.533 (colored) to selected 1.200 (colored)

xhci(4) is considered stable enough. So, remove misleading comments.

XXX
pullup to netbsd-9

Revision 1.533 / (download) - annotate - [select for diffs], Wed Aug 7 06:28:03 2019 UTC (4 years, 8 months ago) by maxv
Branch: MAIN
Changes since 1.532: +3 -6 lines
Diff to previous 1.532 (colored) to selected 1.200 (colored)

Sync with reality.

Revision 1.532 / (download) - annotate - [select for diffs], Thu Aug 1 13:48:50 2019 UTC (4 years, 8 months ago) by msaitoh
Branch: MAIN
Changes since 1.531: +3 -2 lines
Diff to previous 1.531 (colored) to selected 1.200 (colored)

Add ena(4).

Revision 1.531 / (download) - annotate - [select for diffs], Wed Jul 24 06:35:04 2019 UTC (4 years, 8 months ago) by msaitoh
Branch: MAIN
CVS Tags: netbsd-9-base
Branch point for: netbsd-9
Changes since 1.530: +8 -8 lines
Diff to previous 1.530 (colored) to selected 1.200 (colored)

 USE <SPACE>+<TAB>

Revision 1.530 / (download) - annotate - [select for diffs], Mon Jun 17 19:01:17 2019 UTC (4 years, 10 months ago) by kamil
Branch: MAIN
Changes since 1.529: +3 -2 lines
Diff to previous 1.529 (colored) to selected 1.200 (colored)

Register UBSAN_ALWAYS_FATAL in kernel configs for kUBSan

Revision 1.529 / (download) - annotate - [select for diffs], Sat Jun 15 06:40:34 2019 UTC (4 years, 10 months ago) by maxv
Branch: MAIN
Changes since 1.528: +8 -6 lines
Diff to previous 1.528 (colored) to selected 1.200 (colored)

Add KASAN_PANIC, an option to turn KASAN warning into kernel panics,
requested by Siddharth. While here clarify a little.

Revision 1.528 / (download) - annotate - [select for diffs], Fri May 24 14:28:48 2019 UTC (4 years, 10 months ago) by nonaka
Branch: MAIN
CVS Tags: phil-wifi-20190609
Changes since 1.527: +5 -2 lines
Diff to previous 1.527 (colored) to selected 1.200 (colored)

Added drivers for Hyper-V Synthetic Keyboard and Video device.

Revision 1.527 / (download) - annotate - [select for diffs], Mon May 6 02:24:37 2019 UTC (4 years, 11 months ago) by sevan
Branch: MAIN
Changes since 1.526: +3 -36 lines
Diff to previous 1.526 (colored) to selected 1.200 (colored)

Use filesystems.config to reduce duplication

Revision 1.526 / (download) - annotate - [select for diffs], Fri Apr 26 21:40:28 2019 UTC (4 years, 11 months ago) by sevan
Branch: MAIN
Changes since 1.525: +4 -18 lines
Diff to previous 1.525 (colored) to selected 1.200 (colored)

Enable BUFQ_PRIOCSCAN, CARP, Veriexec by default in GENERIC kernel configs.
On ports without a GENERIC kernel config enable in individul files, e.g evbmips.
Omit on:
atari, dreamcast, emips, epoc32, evbppc/VIRTEX*, ia64, luna68x, mvme68k,
mvmeppc, playstation2, riscv, sun2, sun3, x68k, zaurus due to resource
constraints or port infancy.

Revision 1.525 / (download) - annotate - [select for diffs], Thu Apr 25 03:53:11 2019 UTC (4 years, 11 months ago) by msaitoh
Branch: MAIN
Changes since 1.524: +3 -2 lines
Diff to previous 1.524 (colored) to selected 1.200 (colored)

 Add gem(4).

Revision 1.524 / (download) - annotate - [select for diffs], Thu Apr 18 17:13:00 2019 UTC (4 years, 11 months ago) by maya
Branch: MAIN
CVS Tags: isaki-audio2-base, isaki-audio2
Changes since 1.523: +5 -2 lines
Diff to previous 1.523 (colored) to selected 1.200 (colored)

Follow arm64 and provide two sizes of fonts, so a larger one is chosen
for larger displays.

Revision 1.523 / (download) - annotate - [select for diffs], Thu Apr 18 16:46:11 2019 UTC (4 years, 11 months ago) by christos
Branch: MAIN
Changes since 1.522: +3 -3 lines
Diff to previous 1.522 (colored) to selected 1.200 (colored)

Yes, we support FFS_EI but not DISKLABEL_EI... How does that make sense?

Revision 1.522 / (download) - annotate - [select for diffs], Sat Apr 13 08:41:37 2019 UTC (5 years ago) by maxv
Branch: MAIN
Changes since 1.521: +4 -2 lines
Diff to previous 1.521 (colored) to selected 1.200 (colored)

Introduce POOL_QUARANTINE, a feature that creates a window during which a
freed buffer cannot be reallocated. This greatly helps detecting
use-after-frees, because they are not short-lived anymore.

We maintain a per-pool fifo of 128 buffers. On each pool_put, we do a real
free of the oldest buffer, and insert the new buffer. Before insertion, we
mark the buffer as invalid with KASAN. On each pool_cache_put, we destruct
the object, so it lands in pool_put, and the quarantine is handled there.

POOL_QUARANTINE can be used in conjunction with KASAN to detect more
use-after-free bugs.

Revision 1.521 / (download) - annotate - [select for diffs], Thu Mar 28 19:00:40 2019 UTC (5 years ago) by maxv
Branch: MAIN
Changes since 1.520: +3 -2 lines
Diff to previous 1.520 (colored) to selected 1.200 (colored)

Move NVMM in the "any" class, so that it can be enabled in GENERIC. Add
missing files in files.nvmm, and add NVMM (commented out) in the amd64
GENERIC. Remove the "caveats" section in the man page.

Revision 1.520 / (download) - annotate - [select for diffs], Fri Mar 1 12:25:09 2019 UTC (5 years, 1 month ago) by nonaka
Branch: MAIN
Changes since 1.519: +3 -3 lines
Diff to previous 1.519 (colored) to selected 1.200 (colored)

fix typo. pointed out by pgoyette@n.o.

Revision 1.519 / (download) - annotate - [select for diffs], Fri Mar 1 11:06:55 2019 UTC (5 years, 1 month ago) by pgoyette
Branch: MAIN
Changes since 1.518: +3 -3 lines
Diff to previous 1.518 (colored) to selected 1.200 (colored)

Rename the MODULE_*_HOOK() macros to MODULE_HOOK_*() as briefly
discussed on irc.

NFCI intended.

Ride the earlier kernel bump - it;s getting crowded.

Revision 1.518 / (download) - annotate - [select for diffs], Fri Mar 1 08:17:51 2019 UTC (5 years, 1 month ago) by nonaka
Branch: MAIN
Changes since 1.517: +6 -5 lines
Diff to previous 1.517 (colored) to selected 1.200 (colored)

Update Hyper-V related drivers description.

Revision 1.517 / (download) - annotate - [select for diffs], Sat Feb 23 03:10:06 2019 UTC (5 years, 1 month ago) by kamil
Branch: MAIN
Changes since 1.516: +6 -2 lines
Diff to previous 1.516 (colored) to selected 1.200 (colored)

Add KCOV - kernel code coverage tracing device

The KCOV driver implements collection of code coverage inside the kernel.
It can be enabled on a per process basis from userland, allowing the kernel
program counter to be collected during syscalls triggered by the same
process.

The device is oriented towards kernel fuzzers, in particular syzkaller.

Currently the only supported coverage type is -fsanitize-coverage=trace-pc.

The KCOV driver was initially developed in Linux. A driver based on the
same concept was then implemented in FreeBSD and OpenBSD.

Documentation is borrowed from OpenBSD and ATF tests from FreeBSD.

This patch has been prepared by Siddharth Muralee, improved by <maxv>
and polished by myself before importing into the mainline tree.

All ATF tests pass.

Revision 1.516 / (download) - annotate - [select for diffs], Fri Feb 15 08:54:01 2019 UTC (5 years, 2 months ago) by nonaka
Branch: MAIN
Changes since 1.515: +11 -2 lines
Diff to previous 1.515 (colored) to selected 1.200 (colored)

Added Microsoft Hyper-V support.  It ported from OpenBSD and FreeBSD.

graphical console is not work on Gen.2 VM yet. To use the serial console,
enter "consdev com,0x3f8,115200" on efiboot.

Revision 1.515 / (download) - annotate - [select for diffs], Tue Jan 1 08:09:30 2019 UTC (5 years, 3 months ago) by maya
Branch: MAIN
CVS Tags: pgoyette-compat-20190127, pgoyette-compat-20190118
Changes since 1.514: +5 -2 lines
Diff to previous 1.514 (colored) to selected 1.200 (colored)

Add commented out amdgpu.

(Builds, untested on hardware)

Revision 1.514 / (download) - annotate - [select for diffs], Tue Dec 25 11:56:14 2018 UTC (5 years, 3 months ago) by mlelstv
Branch: MAIN
CVS Tags: pgoyette-compat-1226
Changes since 1.513: +6 -4 lines
Diff to previous 1.513 (colored) to selected 1.200 (colored)

Make ipmi driver available to other platforms.
Add ACPI attachment.

Revision 1.513 / (download) - annotate - [select for diffs], Fri Dec 14 22:00:26 2018 UTC (5 years, 4 months ago) by jakllsch
Branch: MAIN
Changes since 1.512: +3 -2 lines
Diff to previous 1.512 (colored) to selected 1.200 (colored)

add cardbus malo(4) to x86 GENERIC and ALL kernels

Revision 1.512 / (download) - annotate - [select for diffs], Wed Dec 12 06:29:36 2018 UTC (5 years, 4 months ago) by maxv
Branch: MAIN
Changes since 1.511: +2 -3 lines
Diff to previous 1.511 (colored) to selected 1.200 (colored)

Remove references to "lmc" in the kernel configurations.

Revision 1.511 / (download) - annotate - [select for diffs], Tue Dec 11 16:52:49 2018 UTC (5 years, 4 months ago) by maya
Branch: MAIN
Changes since 1.510: +4 -4 lines
Diff to previous 1.510 (colored) to selected 1.200 (colored)

revert previous, nouveau apparently works for some people.

Revision 1.510 / (download) - annotate - [select for diffs], Tue Dec 11 11:00:18 2018 UTC (5 years, 4 months ago) by maya
Branch: MAIN
Changes since 1.509: +4 -4 lines
Diff to previous 1.509 (colored) to selected 1.200 (colored)

disable nouveau. it hasn't been functional since the import of new drmkms
code.

Revision 1.509 / (download) - annotate - [select for diffs], Sun Dec 2 21:00:13 2018 UTC (5 years, 4 months ago) by maxv
Branch: MAIN
Changes since 1.508: +6 -2 lines
Diff to previous 1.508 (colored) to selected 1.200 (colored)

Introduce KLEAK, a new feature that can detect kernel information leaks.

It works by tainting memory sources with marker values, letting the data
travel through the kernel, and scanning the kernel<->user frontier for
these marker values. Combined with compiler instrumentation and rotation
of the markers, it is able to yield relevant results with little effort.

We taint the pools and the stack, and scan copyout/copyoutstr. KLEAK is
supported on amd64 only for now, but it is not complicated to add more
architectures (just a matter of having the address of .text, and a stack
unwinder).

A userland tool is provided, that allows to execute a command in rounds
and monitor the leaks generated all the while.

KLEAK already detected directly 12 kernel info leaks, and prompted changes
that in total fixed 25+ leaks.

Based on an idea developed jointly with Thomas Barabosch (of Fraunhofer
FKIE).

Revision 1.508 / (download) - annotate - [select for diffs], Sat Nov 24 18:23:29 2018 UTC (5 years, 4 months ago) by bouyer
Branch: MAIN
CVS Tags: pgoyette-compat-1126
Changes since 1.507: +3 -2 lines
Diff to previous 1.507 (colored) to selected 1.200 (colored)

Add mpii(4), a driver for LSI Megaraid Fusion controllers.
Ported from OpenBSD. This driver is MP-safe.
Note that the earlier fusion controllers (Megaraid 2208, codenamed Thunderbold)
are also supported by mfi(4). mpii will take precedence if both drivers
are enabled.
Tested on a
mfii0 at pci6 dev 0 function 0: "PERC H740P Adapter ", firmware 50.3.0-1512, 819
2MB cache
mfii0: interrupting at ioapic2 pin 2
scsibus0 at mfii0: 64 targets, 8 luns per target
scsibus0: waiting 2 seconds for devices to settle...
sd0 at scsibus0 target 0 lun 0: <DELL, PERC H740P Adp, 5.03> disk fixed
sd0: fabricating a geometry
sd0: 99 GB, 102399 cyl, 64 head, 32 sec, 512 bytes/sect x 209714688 sectors
sd0: tagged queueing
sd1 at scsibus0 target 1 lun 0: <DELL, PERC H740P Adp, 5.03> disk fixed
sd1: fabricating a geometry
sd1: 22254 GB, 22788608 cyl, 64 head, 32 sec, 512 bytes/sect x 46671069696 sectors
sd1: fabricating a geometry

It supports bioctl(8) ioctls, as well as sensors for the BBU and logical
drives.

Sponsored by LIP6.

Revision 1.507 / (download) - annotate - [select for diffs], Sat Nov 17 20:29:49 2018 UTC (5 years, 4 months ago) by uwe
Branch: MAIN
Changes since 1.506: +4 -3 lines
Diff to previous 1.506 (colored) to selected 1.200 (colored)

Add commented out options WSEMUL_DEFAULT="\"vt100\""

If WSEMUL_SUN is enabled it becomes the default emulation which is
most likely not what we want here.

Revision 1.506 / (download) - annotate - [select for diffs], Sun Oct 7 08:00:49 2018 UTC (5 years, 6 months ago) by maxv
Branch: MAIN
CVS Tags: pgoyette-compat-1020
Changes since 1.505: +6 -3 lines
Diff to previous 1.505 (colored) to selected 1.200 (colored)

Make it clear that you need to disable SVS if you enable USER_LDT. I could
make SVS compatible with it, but there has to be someone doing Wine work
first, to justify the effort.

Revision 1.505 / (download) - annotate - [select for diffs], Thu Sep 6 05:36:49 2018 UTC (5 years, 7 months ago) by maxv
Branch: MAIN
CVS Tags: pgoyette-compat-0930
Changes since 1.504: +2 -3 lines
Diff to previous 1.504 (colored) to selected 1.200 (colored)

Retire the 'midway' driver. Discussed on tech-net@ recently and also three
years ago, part of removing the network ATM code.

Revision 1.504 / (download) - annotate - [select for diffs], Mon Aug 20 15:04:51 2018 UTC (5 years, 7 months ago) by maxv
Branch: MAIN
CVS Tags: pgoyette-compat-0906
Changes since 1.503: +7 -2 lines
Diff to previous 1.503 (colored) to selected 1.200 (colored)

Add support for kASan on amd64. Written by me, with some parts inspired
from Siddharth Muralee's initial work. This feature can detect several
kinds of memory bugs, and it's an excellent feature.

It can be enabled by uncommenting these three lines in GENERIC:

	#makeoptions 	KASAN=1		# Kernel Address Sanitizer
	#options 	KASAN
	#no options	SVS

The kernel is compiled without SVS, without DMAP and without PCPU area.
A shadow area is created at boot time, and it can cover the upper 128TB
of the address space. This area is populated gradually as we allocate
memory. With this design the memory consumption is kept at its lowest
level.

The compiler calls the __asan_* functions each time a memory access is
done. We verify whether this access is legal by looking at the shadow
area.

We declare our own special memcpy/memset/etc functions, because the
compiler's builtins don't add the __asan_* instrumentation.

Initially all the mappings are marked as valid. During dynamic
allocations, we add a redzone, which we mark as invalid. Any access on
it will trigger a kASan error message. Additionally, the compiler adds
a redzone on global variables, and we mark these redzones as invalid too.
The illegal-access detection works with a 1-byte granularity.

For now, we cover three areas:

	- global variables
	- kmem_alloc-ated areas
	- malloc-ated areas

More will come, but that's a good start.

Revision 1.503 / (download) - annotate - [select for diffs], Tue Aug 14 06:37:59 2018 UTC (5 years, 8 months ago) by maxv
Branch: MAIN
Changes since 1.502: +2 -3 lines
Diff to previous 1.502 (colored) to selected 1.200 (colored)

Replace references to etherip by l2tp. Etherip was already not enabled
anyway.

Revision 1.502 / (download) - annotate - [select for diffs], Mon Aug 13 17:37:52 2018 UTC (5 years, 8 months ago) by mrg
Branch: MAIN
Changes since 1.501: +3 -187 lines
Diff to previous 1.501 (colored) to selected 1.200 (colored)

use dev/usb/usbdevices.config, gaining these missing drivers:
slurm(4), uthum(4), umcs(4), uark(4), upgt(4), and usmsc(4).

Revision 1.501 / (download) - annotate - [select for diffs], Sun Aug 12 17:59:21 2018 UTC (5 years, 8 months ago) by sevan
Branch: MAIN
Changes since 1.500: +2 -6 lines
Diff to previous 1.500 (colored) to selected 1.200 (colored)

Remove commented out BPFJIT & SLJIT options as they are provided as loadable
modules already.

Heads up by <leot> <christos>

Revision 1.500 / (download) - annotate - [select for diffs], Fri Aug 10 17:54:46 2018 UTC (5 years, 8 months ago) by sevan
Branch: MAIN
Changes since 1.499: +6 -2 lines
Diff to previous 1.499 (colored) to selected 1.200 (colored)

Add snippet for bpfjit(4) as both i386 and amd64 are listed as supported.
Ideally BPFJIT should be enabled by default for use with NPF but I haven't
raised the question (no access to email at the moment) hence both are disabled.

Revision 1.499 / (download) - annotate - [select for diffs], Fri Aug 3 04:35:20 2018 UTC (5 years, 8 months ago) by kamil
Branch: MAIN
Changes since 1.498: +3 -2 lines
Diff to previous 1.498 (colored) to selected 1.200 (colored)

Register kUBSan in the GENERIC amd64 kernel config

Tested with GCC.

Revision 1.498 / (download) - annotate - [select for diffs], Wed Aug 1 16:59:09 2018 UTC (5 years, 8 months ago) by maxv
Branch: MAIN
Changes since 1.497: +3 -11 lines
Diff to previous 1.497 (colored) to selected 1.200 (colored)

Unreference IPF/PF from the x86 config files (amd64, i386, xen), and enable
NPF instead when wanted.

Revision 1.497 / (download) - annotate - [select for diffs], Tue Jul 31 16:44:29 2018 UTC (5 years, 8 months ago) by khorben
Branch: MAIN
Changes since 1.496: +3 -2 lines
Diff to previous 1.496 (colored) to selected 1.200 (colored)

Add a port of the umb(4) driver from OpenBSD

The umb(4) driver provides support for USB MBIM (Mobile Broadband
Interface Model) devices.

MBIM devices establish connections via cellular networks such as GPRS,
UMTS, and LTE. They appear as a regular point-to-point network interface, transporting raw IP frames.

Required configuration parameters like PIN and APN have to be set with
umbctl(8), a new tool specific to this driver. The IP address is configured
automatically; the default route and DNS server information have to be set
separately.

The driver is not fully functional yet, it is therefore still marked as
experimental and disabled by default. Any help welcome to complete it!

Tested on NetBSD/amd64, with a Sierra Wireless EM7345 LTE modem on a Lenovo
ThinkPad T440s. No functional change expected otherwise.

Revision 1.496 / (download) - annotate - [select for diffs], Fri Jul 13 09:37:32 2018 UTC (5 years, 9 months ago) by maxv
Branch: MAIN
CVS Tags: pgoyette-compat-0728
Changes since 1.495: +2 -4 lines
Diff to previous 1.495 (colored) to selected 1.200 (colored)

Remove the X86PMC code I had written, replaced by tprof. Many defines
become unused in specialreg.h, so remove them. We don't want to add
defines all the time, there are countless PMCs on many generations, and
it's better to just inline the event/unit values.

Revision 1.495 / (download) - annotate - [select for diffs], Thu Jul 12 10:39:06 2018 UTC (5 years, 9 months ago) by maya
Branch: MAIN
Changes since 1.494: +5 -2 lines
Diff to previous 1.494 (colored) to selected 1.200 (colored)

Add entries for viadrmums to amd64 kernel configs too.

Commented out for GENERIC, same as i386.

Revision 1.494 / (download) - annotate - [select for diffs], Tue Jul 10 17:01:43 2018 UTC (5 years, 9 months ago) by maya
Branch: MAIN
Changes since 1.493: +2 -3 lines
Diff to previous 1.493 (colored) to selected 1.200 (colored)

Remove viadrm(4), superseded by viadrmums.

Aside from viadrm using older drm code, it's also dysfunctional right now.
See PR port-i386/53364.

Revision 1.493 / (download) - annotate - [select for diffs], Thu Jun 7 13:36:28 2018 UTC (5 years, 10 months ago) by thorpej
Branch: MAIN
CVS Tags: phil-wifi-base, pgoyette-compat-0625
Branch point for: phil-wifi
Changes since 1.492: +24 -24 lines
Diff to previous 1.492 (colored) to selected 1.200 (colored)

Revert changes that pinned-down i2c parent specs.  The i2c subsystem
has been enhanced to make this unnecessary.

Revision 1.492 / (download) - annotate - [select for diffs], Tue May 22 08:15:26 2018 UTC (5 years, 10 months ago) by maxv
Branch: MAIN
Changes since 1.491: +3 -2 lines
Diff to previous 1.491 (colored) to selected 1.200 (colored)

Clarify the parameters for the SpectreV2 mitigation.

Add:
	machdep.spectre_v2.swmitigated
Rename:
	machdep.spectre_v2.mitigated -> machdep.spectre_v2.hwmitigated

Change the method string, to combine both the hardware and software
mitigations. swmitigated is set at compile time, hwmitigated can be
set by the user.

Examples:

	spectre_v2.swmitigated = 1
	spectre_v2.hwmitigated = 0
	spectre_v2.method = [GCC retpoline]

	spectre_v2.swmitigated = 0
	spectre_v2.hwmitigated = 0
	spectre_v2.method = (none)

	spectre_v2.swmitigated = 1
	spectre_v2.hwmitigated = 1
	spectre_v2.method = [GCC retpoline] + [Intel IBRS]

Revision 1.491 / (download) - annotate - [select for diffs], Tue May 15 01:53:27 2018 UTC (5 years, 11 months ago) by thorpej
Branch: MAIN
CVS Tags: pgoyette-compat-0521
Changes since 1.490: +24 -24 lines
Diff to previous 1.490 (colored) to selected 1.200 (colored)

Fully specifiy the location of indirectly-configured I2C devices. In
particular, the parent spec must not be wild-carded, as doing so doesn't
work well on systems where more than one I2C bus is present.

N.B. The x86 platforms are sort of a mess, here... legacy indirect
config and ACPI direct config sort of smashed together with the
same config file directives.

Revision 1.490 / (download) - annotate - [select for diffs], Fri May 11 07:44:47 2018 UTC (5 years, 11 months ago) by maya
Branch: MAIN
Changes since 1.489: +3 -2 lines
Diff to previous 1.489 (colored) to selected 1.200 (colored)

Enable bwfm at pci.

Revision 1.489 / (download) - annotate - [select for diffs], Sun Apr 8 00:52:38 2018 UTC (6 years ago) by mrg
Branch: MAIN
CVS Tags: pgoyette-compat-0502, pgoyette-compat-0422, pgoyette-compat-0415
Changes since 1.488: +3 -3 lines
Diff to previous 1.488 (colored) to selected 1.200 (colored)

turn on GCC spectre v2 mitigation options.

XXX: amd64 ALL doesn't build for me right now

Revision 1.488 / (download) - annotate - [select for diffs], Sat Apr 7 19:39:19 2018 UTC (6 years ago) by mrg
Branch: MAIN
Changes since 1.487: +3 -3 lines
Diff to previous 1.487 (colored) to selected 1.200 (colored)

actually do what the previous change said:
don't turn on the new 'SPECTRE_V2_GCC_MITIGATION' option yet.

Revision 1.487 / (download) - annotate - [select for diffs], Sat Apr 7 19:38:06 2018 UTC (6 years ago) by mrg
Branch: MAIN
Changes since 1.486: +4 -2 lines
Diff to previous 1.486 (colored) to selected 1.200 (colored)

add an SPECTRE_V2_GCC_MITIGATION option to x86 kernels, that turns
on the GCC spectre v2 mitigation options.

XXX: pullup-8.
XXX: turn on in all kernels.

Revision 1.486 / (download) - annotate - [select for diffs], Thu Mar 22 12:26:29 2018 UTC (6 years ago) by rin
Branch: MAIN
CVS Tags: pgoyette-compat-0407, pgoyette-compat-0330
Changes since 1.485: +4 -2 lines
Diff to previous 1.485 (colored) to selected 1.200 (colored)

Add njs(4) at pci(4) and cardbus(4).

Revision 1.485 / (download) - annotate - [select for diffs], Mon Feb 26 05:52:50 2018 UTC (6 years, 1 month ago) by maxv
Branch: MAIN
CVS Tags: pgoyette-compat-base, pgoyette-compat-0322, pgoyette-compat-0315
Branch point for: pgoyette-compat
Changes since 1.484: +3 -3 lines
Diff to previous 1.484 (colored) to selected 1.200 (colored)

Enable SVS by default.

Revision 1.484 / (download) - annotate - [select for diffs], Sat Jan 27 21:46:54 2018 UTC (6 years, 2 months ago) by pgoyette
Branch: MAIN
Changes since 1.483: +3 -3 lines
Diff to previous 1.483 (colored) to selected 1.200 (colored)

Update amdzentemp(4) attachment info.  Also for ALL, remove duplicate
entry for amdtemp(4).

Revision 1.483 / (download) - annotate - [select for diffs], Fri Jan 26 14:41:22 2018 UTC (6 years, 2 months ago) by maxv
Branch: MAIN
Changes since 1.482: +3 -2 lines
Diff to previous 1.482 (colored) to selected 1.200 (colored)

Add etherip, so that we at least know it exists on amd64.

Revision 1.482 / (download) - annotate - [select for diffs], Thu Jan 25 01:21:40 2018 UTC (6 years, 2 months ago) by christos
Branch: MAIN
Changes since 1.481: +5 -2 lines
Diff to previous 1.481 (colored) to selected 1.200 (colored)

add amdzentemp

Revision 1.481 / (download) - annotate - [select for diffs], Sat Jan 13 12:38:16 2018 UTC (6 years, 3 months ago) by christos
Branch: MAIN
Changes since 1.480: +5 -2 lines
Diff to previous 1.480 (colored) to selected 1.200 (colored)

added commented out AUTOFS pseudo-device entries

Revision 1.480 / (download) - annotate - [select for diffs], Wed Jan 10 11:11:20 2018 UTC (6 years, 3 months ago) by knakahara
Branch: MAIN
Changes since 1.479: +3 -2 lines
Diff to previous 1.479 (colored) to selected 1.200 (colored)

add ipsec(4) interface to amd64/GENERIC and amd64/ALL configs.

Revision 1.479 / (download) - annotate - [select for diffs], Tue Jan 9 03:31:12 2018 UTC (6 years, 3 months ago) by christos
Branch: MAIN
Changes since 1.478: +3 -2 lines
Diff to previous 1.478 (colored) to selected 1.200 (colored)

Merge autofs support from: Tomohiro Kusumi
XXX: Does not work yet

Revision 1.478 / (download) - annotate - [select for diffs], Sun Jan 7 16:10:52 2018 UTC (6 years, 3 months ago) by maxv
Branch: MAIN
Changes since 1.477: +3 -3 lines
Diff to previous 1.477 (colored) to selected 1.200 (colored)

Don't enable SVS yet.

Revision 1.477 / (download) - annotate - [select for diffs], Sun Jan 7 16:10:16 2018 UTC (6 years, 3 months ago) by maxv
Branch: MAIN
Changes since 1.476: +3 -2 lines
Diff to previous 1.476 (colored) to selected 1.200 (colored)

Add a new option, SVS (for Separate Virtual Space), that unmaps kernel
pages when running in userland. For now, only the PTE area is unmapped.

Sent on tech-kern@.

Revision 1.476 / (download) - annotate - [select for diffs], Sun Dec 31 03:38:06 2017 UTC (6 years, 3 months ago) by christos
Branch: MAIN
Changes since 1.475: +6 -3 lines
Diff to previous 1.475 (colored) to selected 1.200 (colored)

explain that a.out never shipped on x86_64 and put back compat_nomid

Revision 1.475 / (download) - annotate - [select for diffs], Sun Dec 10 17:19:48 2017 UTC (6 years, 4 months ago) by bouyer
Branch: MAIN
Changes since 1.474: +13 -2 lines
Diff to previous 1.474 (colored) to selected 1.200 (colored)

Add dwiic, ihidev and ims

Revision 1.474 / (download) - annotate - [select for diffs], Sat Dec 9 00:29:32 2017 UTC (6 years, 4 months ago) by riastradh
Branch: MAIN
Changes since 1.473: +3 -2 lines
Diff to previous 1.473 (colored) to selected 1.200 (colored)

Attach wsmouse at wsmousedev on x86 so modular mice have a hope.

As noted on tech-kern:

https://mail-index.NetBSD.org/tech-kern/2017/12/08/msg022708.html

Revision 1.473 / (download) - annotate - [select for diffs], Tue Dec 5 21:00:26 2017 UTC (6 years, 4 months ago) by dholland
Branch: MAIN
Changes since 1.472: +3 -2 lines
Diff to previous 1.472 (colored) to selected 1.200 (colored)

Add missing wsbell, commented out with a note that it's apparently only
a module by default.

This way people making their own configs have half a prayer of
realizing they might need to turn it on, instead of just not getting
beeps any more for no clear reason.

XXX: Wasn't the agreement after the last round of module flamage that
XXX: things shouldn't be module-only in GENERIC?

Revision 1.472 / (download) - annotate - [select for diffs], Tue Dec 5 20:32:24 2017 UTC (6 years, 4 months ago) by dholland
Branch: MAIN
Changes since 1.471: +9 -6 lines
Diff to previous 1.471 (colored) to selected 1.200 (colored)

Sort the file system options by which fs they apply to.

Revision 1.471 / (download) - annotate - [select for diffs], Sat Dec 2 13:03:15 2017 UTC (6 years, 4 months ago) by maxv
Branch: MAIN
CVS Tags: tls-maxphys-base-20171202
Changes since 1.470: +3 -3 lines
Diff to previous 1.470 (colored) to selected 1.200 (colored)

Drop COMPAT_13 on amd64, already not enabled. Reduces the number of
critical places.

Revision 1.470 / (download) - annotate - [select for diffs], Sat Dec 2 12:40:03 2017 UTC (6 years, 4 months ago) by maxv
Branch: MAIN
Changes since 1.469: +6 -4 lines
Diff to previous 1.469 (colored) to selected 1.200 (colored)

Drop COMPAT_10 on amd64. The support for it comes down to one ifdef in
trap.c - code that is incorrect anyway, there were originally three lcall
LDT slots, and here only one instruction is decoded.

Given that one of these slots was used by BSDi's syscall, also remove the
references to COMPAT_NOMID to make clear we don't support that (it already
is not enabled).

Note: for some reason, COMPAT_10 does not even compile, because there are
"multiple definitions of _KERNEL_OPT_COMPAT_...", and I don't really
understand where this comes from.

Revision 1.469 / (download) - annotate - [select for diffs], Sat Nov 25 16:32:48 2017 UTC (6 years, 4 months ago) by jmcneill
Branch: MAIN
Changes since 1.468: +3 -2 lines
Diff to previous 1.468 (colored) to selected 1.200 (colored)

Add qemufwcfg (QEMU Firmware Configuration device)

Revision 1.468 / (download) - annotate - [select for diffs], Mon Nov 6 02:57:18 2017 UTC (6 years, 5 months ago) by rin
Branch: MAIN
Changes since 1.467: +3 -2 lines
Diff to previous 1.467 (colored) to selected 1.200 (colored)

Revive commented out DISKLABEL_EI option to kernel configuration files
that contain FFS_EI option.

Revision 1.467 / (download) - annotate - [select for diffs], Thu Oct 19 23:59:56 2017 UTC (6 years, 5 months ago) by jmcneill
Branch: MAIN
Changes since 1.466: +3 -2 lines
Diff to previous 1.466 (colored) to selected 1.200 (colored)

add bwfm

Revision 1.466 / (download) - annotate - [select for diffs], Thu Sep 14 07:58:39 2017 UTC (6 years, 7 months ago) by mrg
Branch: MAIN
Changes since 1.465: +4 -18 lines
Diff to previous 1.465 (colored) to selected 1.200 (colored)

clean up COMPAT_* options for native netbsd code:
- new series of files that are useful for saying "i want everything
  since netbsd 1.4", etc.
- use the fact COMPAT_* options have future dependancies to remove
  many redundant options.

removes about 3000 lines total across kernel configuration files.
tested about 30 random kernels in the changed list.

Revision 1.465 / (download) - annotate - [select for diffs], Wed Sep 13 22:24:42 2017 UTC (6 years, 7 months ago) by sevan
Branch: MAIN
Changes since 1.464: +2 -5 lines
Diff to previous 1.464 (colored) to selected 1.200 (colored)

Remove support for VERIFIED_EXEC_FP_RMD160, VERIFIED_EXEC_FP_SHA1, and VERIFIED_EXEC_FP_MD5 options.
These algorithms are either broken or on their way to being broken.

Discussed on tech-security
http://mail-index.netbsd.org/tech-security/2017/08/21/msg000936.html

ok riastradh

Revision 1.464 / (download) - annotate - [select for diffs], Sun Aug 13 08:48:30 2017 UTC (6 years, 8 months ago) by christos
Branch: MAIN
CVS Tags: nick-nhusb-base-20170825
Changes since 1.463: +3 -2 lines
Diff to previous 1.463 (colored) to selected 1.200 (colored)

Add ALPS pms support

Revision 1.463 / (download) - annotate - [select for diffs], Fri Aug 4 09:30:19 2017 UTC (6 years, 8 months ago) by maxv
Branch: MAIN
Changes since 1.462: +3 -3 lines
Diff to previous 1.462 (colored) to selected 1.200 (colored)

Revert my changes, and re-enable COMPAT_NOMID, COMPAT_09 and COMPAT_43.
Several compat options happen to be dependent on the compat_43_* functions,
the availability of which is (wrongfully) controlled with COMPAT_43. Same
for COMPAT_09.

Revision 1.462 / (download) - annotate - [select for diffs], Fri Jul 28 16:10:28 2017 UTC (6 years, 8 months ago) by maxv
Branch: MAIN
Changes since 1.461: +3 -3 lines
Diff to previous 1.461 (colored) to selected 1.200 (colored)

After a careful review, and all things considered, disable compat43 by
default on amd64. The use case is limited, the potential for damage too
high, and it is safer to run a BSD4.3 binary on i386 since the kernel does
not have to go through netbsd32 - which may not correctly reproduce i386.

Revision 1.461 / (download) - annotate - [select for diffs], Sat Jul 22 13:03:54 2017 UTC (6 years, 8 months ago) by maxv
Branch: MAIN
Changes since 1.460: +5 -2 lines
Diff to previous 1.460 (colored) to selected 1.200 (colored)

Add USER_LDT, commented out for now.

Revision 1.460 / (download) - annotate - [select for diffs], Wed Jul 12 17:40:33 2017 UTC (6 years, 9 months ago) by maxv
Branch: MAIN
CVS Tags: perseant-stdc-iso10646-base, perseant-stdc-iso10646
Changes since 1.459: +3 -3 lines
Diff to previous 1.459 (colored) to selected 1.200 (colored)

Enable PMCs by default.

Revision 1.459 / (download) - annotate - [select for diffs], Sat May 27 22:53:29 2017 UTC (6 years, 10 months ago) by bouyer
Branch: MAIN
CVS Tags: netbsd-8-base
Branch point for: netbsd-8
Changes since 1.458: +5 -2 lines
Diff to previous 1.458 (colored) to selected 1.200 (colored)

Add options CAN and pseudo-device canloop to ALL kernel configs.
Add the same commented out to i386/amd64 GENERIC and OLIMEXLIME2 (A20-based).
Also add commented out awincan0 in OLIMEXLIME2.

Revision 1.458 / (download) - annotate - [select for diffs], Thu May 25 05:54:29 2017 UTC (6 years, 10 months ago) by para
Branch: MAIN
Changes since 1.457: +3 -3 lines
Diff to previous 1.457 (colored) to selected 1.200 (colored)

follow u3ginit driver rename to umodeswitch

Revision 1.457 / (download) - annotate - [select for diffs], Tue Apr 18 19:09:12 2017 UTC (6 years, 11 months ago) by riastradh
Branch: MAIN
CVS Tags: prg-localcount2-base3, prg-localcount2-base2, prg-localcount2-base1, prg-localcount2-base, prg-localcount2, pgoyette-localcount-20170426, bouyer-socketcan-base1
Changes since 1.456: +3 -3 lines
Diff to previous 1.456 (colored) to selected 1.200 (colored)

gson@ informs me the Alea I and II have the same USB product id.

Thus, ualea(4) should work for both of them.  Rename USB product id
ARANEUS ALEA_II to ARANEUS ALEA to reflect this.

No functional change intended, except perhaps via usbdevs.

Revision 1.456 / (download) - annotate - [select for diffs], Mon Apr 17 08:59:37 2017 UTC (7 years ago) by riastradh
Branch: MAIN
Changes since 1.455: +5 -2 lines
Diff to previous 1.455 (colored) to selected 1.200 (colored)

New rndsource driver for Araneus Alea II TRNG USB devices.

Disabled by default in x86/GENERIC and usbdevices.config pending
review and testing without rump ugenhc in the way, but enabled in
x86/ALL for compile-testing.

(Hi gson!  Finally found a round tuit in my pocket, next to a certain
rectangular one.)

Revision 1.455 / (download) - annotate - [select for diffs], Fri Mar 10 14:54:12 2017 UTC (7 years, 1 month ago) by maxv
Branch: MAIN
CVS Tags: pgoyette-localcount-20170320, jdolecek-ncq-base, jdolecek-ncq
Changes since 1.454: +4 -2 lines
Diff to previous 1.454 (colored) to selected 1.200 (colored)

PMCs for amd64 - still disabled, like i386.

Revision 1.454 / (download) - annotate - [select for diffs], Sun Feb 26 12:41:50 2017 UTC (7 years, 1 month ago) by rin
Branch: MAIN
Changes since 1.453: +3 -2 lines
Diff to previous 1.453 (colored) to selected 1.200 (colored)

Comment out DISKLABEL_RDB as it is too specific for general usage.
(Also add commented out that entry for GENERIC on amd64; I forgot it)

Revision 1.453 / (download) - annotate - [select for diffs], Sun Feb 26 12:21:14 2017 UTC (7 years, 1 month ago) by maya
Branch: MAIN
Changes since 1.452: +2 -3 lines
Diff to previous 1.452 (colored) to selected 1.200 (colored)

Remove commented DISKLABEL_EI for strictly little endian architectures

It will never be useful.

Revision 1.452 / (download) - annotate - [select for diffs], Sun Feb 19 07:46:59 2017 UTC (7 years, 1 month ago) by rin
Branch: MAIN
Changes since 1.451: +3 -2 lines
Diff to previous 1.451 (colored) to selected 1.200 (colored)

PR kern/51208
Add DISKLABEL_EI option (and also FFS_EI if missing), commented out except for
ALL on amd64 and i386.

Revision 1.451 / (download) - annotate - [select for diffs], Thu Feb 16 08:45:42 2017 UTC (7 years, 2 months ago) by knakahara
Branch: MAIN
Changes since 1.450: +3 -2 lines
Diff to previous 1.450 (colored) to selected 1.200 (colored)

add l2tp(4) to amd64/GENERIC and amd64/ALL config.

Revision 1.450 / (download) - annotate - [select for diffs], Thu Jan 12 05:24:36 2017 UTC (7 years, 3 months ago) by ryo
Branch: MAIN
CVS Tags: nick-nhusb-base-20170204, bouyer-socketcan-base
Branch point for: bouyer-socketcan
Changes since 1.449: +19 -19 lines
Diff to previous 1.449 (colored) to selected 1.200 (colored)

white space police

Revision 1.449 / (download) - annotate - [select for diffs], Sat Dec 31 15:41:39 2016 UTC (7 years, 3 months ago) by christos
Branch: MAIN
CVS Tags: pgoyette-localcount-20170107
Changes since 1.448: +3 -2 lines
Diff to previous 1.448 (colored) to selected 1.200 (colored)

Add commented out TCP_SIGNATURE

Revision 1.448 / (download) - annotate - [select for diffs], Sun Dec 18 04:35:26 2016 UTC (7 years, 3 months ago) by dholland
Branch: MAIN
Changes since 1.447: +17 -17 lines
Diff to previous 1.447 (colored) to selected 1.200 (colored)

Whitespace.

Revision 1.447 / (download) - annotate - [select for diffs], Tue Dec 13 20:42:16 2016 UTC (7 years, 4 months ago) by christos
Branch: MAIN
Changes since 1.446: +4 -5 lines
Diff to previous 1.446 (colored) to selected 1.200 (colored)

wildcard speaker attachments, now that we can handle many of them.

Revision 1.446 / (download) - annotate - [select for diffs], Sat Dec 10 23:03:23 2016 UTC (7 years, 4 months ago) by christos
Branch: MAIN
Changes since 1.445: +2 -3 lines
Diff to previous 1.445 (colored) to selected 1.200 (colored)

remove VAUDIOSPEAKER for now, will be done differently.

Revision 1.445 / (download) - annotate - [select for diffs], Fri Dec 9 02:23:25 2016 UTC (7 years, 4 months ago) by christos
Branch: MAIN
Changes since 1.444: +2 -3 lines
Diff to previous 1.444 (colored) to selected 1.200 (colored)

kill PCPPISPEAKER

Revision 1.444 / (download) - annotate - [select for diffs], Thu Dec 8 11:31:09 2016 UTC (7 years, 4 months ago) by nat
Branch: MAIN
Changes since 1.443: +9 -6 lines
Diff to previous 1.443 (colored) to selected 1.200 (colored)

Add a synthesized pc beeper and keyboard bell for platforms with an audio
device.

Revision 1.443 / (download) - annotate - [select for diffs], Sat Nov 26 13:59:45 2016 UTC (7 years, 4 months ago) by christos
Branch: MAIN
CVS Tags: nick-nhusb-base-20161204
Changes since 1.442: +4 -3 lines
Diff to previous 1.442 (colored) to selected 1.200 (colored)

mention PAX_SEGVGUARD dependency on FILEASSOC

Revision 1.442 / (download) - annotate - [select for diffs], Sat Nov 26 01:09:33 2016 UTC (7 years, 4 months ago) by dholland
Branch: MAIN
Changes since 1.441: +3 -3 lines
Diff to previous 1.441 (colored) to selected 1.200 (colored)

1.6 was the first amd64 release. (although it didn't really work too well
before -5)

Revision 1.441 / (download) - annotate - [select for diffs], Sat Nov 26 00:34:01 2016 UTC (7 years, 4 months ago) by dholland
Branch: MAIN
Changes since 1.440: +3 -2 lines
Diff to previous 1.440 (colored) to selected 1.200 (colored)

Note that really old compat is only useful for running 32-bit binaries.

XXX: someone please indicate what the oldest possible extant x86_64
binaries are; I can't find an authoritative source.

Revision 1.440 / (download) - annotate - [select for diffs], Fri Nov 25 23:33:46 2016 UTC (7 years, 4 months ago) by dholland
Branch: MAIN
Changes since 1.439: +3 -3 lines
Diff to previous 1.439 (colored) to selected 1.200 (colored)

fileassoc is used by PaX as well as veriexec - update note accordingly.

Revision 1.439 / (download) - annotate - [select for diffs], Fri Nov 25 23:15:28 2016 UTC (7 years, 4 months ago) by dholland
Branch: MAIN
Changes since 1.438: +3 -3 lines
Diff to previous 1.438 (colored) to selected 1.200 (colored)

sort iwm* before iwn*

Revision 1.438 / (download) - annotate - [select for diffs], Fri Nov 25 23:06:58 2016 UTC (7 years, 4 months ago) by dholland
Branch: MAIN
Changes since 1.437: +10 -12 lines
Diff to previous 1.437 (colored) to selected 1.200 (colored)

The compat options should all be in one block.

Revision 1.437 / (download) - annotate - [select for diffs], Sun Aug 7 10:44:05 2016 UTC (7 years, 8 months ago) by christos
Branch: MAIN
CVS Tags: pgoyette-localcount-20161104, nick-nhusb-base-20161004, localcount-20160914
Changes since 1.436: +4 -4 lines
Diff to previous 1.436 (colored) to selected 1.200 (colored)

rename ifmpls to mpls, so we don't have if_ifmpls...

Revision 1.436 / (download) - annotate - [select for diffs], Wed Jul 27 07:04:57 2016 UTC (7 years, 8 months ago) by msaitoh
Branch: MAIN
CVS Tags: pgoyette-localcount-20160806
Changes since 1.435: +10 -2 lines
Diff to previous 1.435 (colored) to selected 1.200 (colored)

Add sdtemp(4)

Revision 1.435 / (download) - annotate - [select for diffs], Tue Jun 21 11:37:25 2016 UTC (7 years, 9 months ago) by nonaka
Branch: MAIN
CVS Tags: pgoyette-localcount-base, pgoyette-localcount-20160726, nick-nhusb-base-20160907
Branch point for: pgoyette-localcount
Changes since 1.434: +3 -2 lines
Diff to previous 1.434 (colored) to selected 1.200 (colored)

add sdhc(4) at acpi to i386 and amd64 GENERIC kernel config.

Revision 1.434 / (download) - annotate - [select for diffs], Tue Jun 14 03:34:01 2016 UTC (7 years, 10 months ago) by pgoyette
Branch: MAIN
Changes since 1.433: +3 -3 lines
Diff to previous 1.433 (colored) to selected 1.200 (colored)

Re-arrange PAX_ASLR options to keep the _DEBUG next to the main option.

Revision 1.433 / (download) - annotate - [select for diffs], Sat May 14 17:11:30 2016 UTC (7 years, 11 months ago) by christos
Branch: MAIN
CVS Tags: nick-nhusb-base-20160529
Changes since 1.432: +3 -3 lines
Diff to previous 1.432 (colored) to selected 1.200 (colored)

Turn on MPROTECT on GENERIC and both MPROTECT and ASLR on XEN*

Revision 1.432 / (download) - annotate - [select for diffs], Sun May 1 10:21:01 2016 UTC (7 years, 11 months ago) by nonaka
Branch: MAIN
Changes since 1.431: +7 -2 lines
Diff to previous 1.431 (colored) to selected 1.200 (colored)

Added nvme(4) for Non-Volatile Memory Host Controller Interface devices.
Ported from OpenBSD.

Revision 1.431 / (download) - annotate - [select for diffs], Sat Apr 23 10:15:27 2016 UTC (7 years, 11 months ago) by skrll
Branch: MAIN
Changes since 1.430: +4 -4 lines
Diff to previous 1.430 (colored) to selected 1.200 (colored)

Merge nick-nhusb

- API / infrastructure changes to support memory management changes.
- Memory management improvements and bug fixes.
- HCDs should now be MP safe
- conversion to KERNHIST based debug
- FS/LS isoc support on ehci(4).
- conversion to kmem(9)
- Some USB 3 support - mostly from Takahiro HAYASHI (t-hash).
- interrupt transfers now get proper DMA operations
- general bug fixes
    - kern/48308
    - uhub status notification improvements
    - umass(4) probe fix (applied to HEAD already)
    - ohci(4) short transfer fix

Revision 1.430 / (download) - annotate - [select for diffs], Wed Apr 13 15:26:28 2016 UTC (8 years ago) by riastradh
Branch: MAIN
CVS Tags: nick-nhusb-base-20160422
Changes since 1.429: +4 -4 lines
Diff to previous 1.429 (colored) to selected 1.200 (colored)

Enable nouveau by default again in x86 GENERIC.

Revision 1.429 / (download) - annotate - [select for diffs], Sun Apr 10 15:39:27 2016 UTC (8 years ago) by christos
Branch: MAIN
Changes since 1.428: +2 -3 lines
Diff to previous 1.428 (colored) to selected 1.200 (colored)

We don't need TRAP_SIGDEBUG

Revision 1.428 / (download) - annotate - [select for diffs], Sun Apr 10 15:28:24 2016 UTC (8 years ago) by christos
Branch: MAIN
Changes since 1.427: +6 -3 lines
Diff to previous 1.427 (colored) to selected 1.200 (colored)

- Turn on ASLR by default
- Add PAX_MPROTECT_DEBUG flag

Revision 1.427 / (download) - annotate - [select for diffs], Sat Mar 19 23:21:02 2016 UTC (8 years ago) by gdt
Branch: MAIN
Changes since 1.426: +3 -3 lines
Diff to previous 1.426 (colored) to selected 1.200 (colored)

Disable uscanner in all kernel configs

As discussed on current-users@, SANE uses ugen via libusb and not
uscanner, so users are not well served by having uscanner.  Consensus
is that addressing how to adjust permissions for scanners should not
block restoring basic functionionality.

(Compile-tested only, but there are multiple reports of this being the
right approach.)

Revision 1.426 / (download) - annotate - [select for diffs], Wed Mar 16 16:13:16 2016 UTC (8 years, 1 month ago) by christos
Branch: MAIN
CVS Tags: nick-nhusb-base-20160319
Changes since 1.425: +3 -2 lines
Diff to previous 1.425 (colored) to selected 1.200 (colored)

Add PAX_SEGVGUARD disabled.

Revision 1.425 / (download) - annotate - [select for diffs], Sat Mar 5 17:08:49 2016 UTC (8 years, 1 month ago) by riastradh
Branch: MAIN
Changes since 1.424: +4 -4 lines
Diff to previous 1.424 (colored) to selected 1.200 (colored)

Revert to disabling nouveau by default in x86 GENERIC.

Haven't had time to debug the issues that seem to affect pretty much
everyone.  Maybe soon!

Revision 1.424 / (download) - annotate - [select for diffs], Sat Feb 13 19:53:23 2016 UTC (8 years, 2 months ago) by riastradh
Branch: MAIN
Changes since 1.423: +4 -4 lines
Diff to previous 1.423 (colored) to selected 1.200 (colored)

Add nouveau to x86 GENERIC kernels.

Revision 1.423 / (download) - annotate - [select for diffs], Sat Jan 30 04:12:38 2016 UTC (8 years, 2 months ago) by christos
Branch: MAIN
Changes since 1.422: +3 -3 lines
Diff to previous 1.422 (colored) to selected 1.200 (colored)

compile full symbol table for CTF so FBT can get function arguments.

Revision 1.422 / (download) - annotate - [select for diffs], Fri Jan 22 21:56:56 2016 UTC (8 years, 2 months ago) by riz
Branch: MAIN
Changes since 1.421: +3 -3 lines
Diff to previous 1.421 (colored) to selected 1.200 (colored)

Enable KDTRACE_HOOKS on i386 and amd64 GENERIC.

Revision 1.421 / (download) - annotate - [select for diffs], Sun Jan 10 04:09:28 2016 UTC (8 years, 3 months ago) by christos
Branch: MAIN
Changes since 1.420: +2 -3 lines
Diff to previous 1.420 (colored) to selected 1.200 (colored)

scsibus at scsi should work; if it does not...

Revision 1.420 / (download) - annotate - [select for diffs], Sun Jan 10 03:19:36 2016 UTC (8 years, 3 months ago) by christos
Branch: MAIN
Changes since 1.419: +4 -2 lines
Diff to previous 1.419 (colored) to selected 1.200 (colored)

PR/50636: Ryo ONODERA: Add scsibus to vioscsi

Revision 1.419 / (download) - annotate - [select for diffs], Tue Jan 5 11:33:18 2016 UTC (8 years, 3 months ago) by msaitoh
Branch: MAIN
Changes since 1.418: +6 -2 lines
Diff to previous 1.418 (colored) to selected 1.200 (colored)

Add ismt(4).

Revision 1.418 / (download) - annotate - [select for diffs], Fri Oct 30 21:16:15 2015 UTC (8 years, 5 months ago) by christos
Branch: MAIN
CVS Tags: nick-nhusb-base-20151226
Changes since 1.417: +3 -3 lines
Diff to previous 1.417 (colored) to selected 1.200 (colored)

add vioscsi

Revision 1.417 / (download) - annotate - [select for diffs], Mon Sep 21 12:32:06 2015 UTC (8 years, 6 months ago) by nonaka
Branch: MAIN
CVS Tags: nick-nhusb-base-20150921
Changes since 1.416: +3 -2 lines
Diff to previous 1.416 (colored) to selected 1.200 (colored)

PR/50261: Added newer Toshiba hotkeys support.

Revision 1.416 / (download) - annotate - [select for diffs], Thu Aug 27 14:04:07 2015 UTC (8 years, 7 months ago) by nonaka
Branch: MAIN
Changes since 1.415: +3 -2 lines
Diff to previous 1.415 (colored) to selected 1.200 (colored)

Added rtwn(4) for Realtek RTL8188CE/RTL8192CE PCIe 802.11b/g/n wireless network
devices.  Ported from OpenBSD.

Revision 1.415 / (download) - annotate - [select for diffs], Thu Aug 13 04:58:03 2015 UTC (8 years, 8 months ago) by msaitoh
Branch: MAIN
Changes since 1.414: +3 -3 lines
Diff to previous 1.414 (colored) to selected 1.200 (colored)

 Compile ixv(4) by default.

Revision 1.414 / (download) - annotate - [select for diffs], Sat Aug 8 06:36:24 2015 UTC (8 years, 8 months ago) by maxv
Branch: MAIN
Changes since 1.413: +2 -3 lines
Diff to previous 1.413 (colored) to selected 1.200 (colored)

Remove KMEMSTATS.

Revision 1.413 / (download) - annotate - [select for diffs], Sun May 3 02:52:50 2015 UTC (8 years, 11 months ago) by pgoyette
Branch: MAIN
CVS Tags: nick-nhusb-base-20150606
Changes since 1.412: +4 -3 lines
Diff to previous 1.412 (colored) to selected 1.200 (colored)

Update to include the tco driver (it was previously included as part of
ichlpcib).

Revision 1.412 / (download) - annotate - [select for diffs], Thu Apr 23 11:32:55 2015 UTC (8 years, 11 months ago) by pgoyette
Branch: MAIN
Changes since 1.411: +3 -3 lines
Diff to previous 1.411 (colored) to selected 1.200 (colored)

Add a space after "options" and before the <tab> for conformity
with other options.  Among other things, this allows one to
remove the # comment character without breaking the vertical
alignment.

Revision 1.411 / (download) - annotate - [select for diffs], Tue Mar 10 09:26:50 2015 UTC (9 years, 1 month ago) by msaitoh
Branch: MAIN
CVS Tags: nick-nhusb-base-20150406
Changes since 1.410: +3 -2 lines
Diff to previous 1.410 (colored) to selected 1.200 (colored)

 Modify to make Intel Intel 10G Ethernet (ixg(4)) virtual function ixv(4)
compilable. Not completed yet. It's required to use MSI-X.

Revision 1.410 / (download) - annotate - [select for diffs], Fri Mar 6 15:09:50 2015 UTC (9 years, 1 month ago) by riastradh
Branch: MAIN
Changes since 1.409: +5 -5 lines
Diff to previous 1.409 (colored) to selected 1.200 (colored)

Fix tabbing of drm lines.

Revision 1.409 / (download) - annotate - [select for diffs], Fri Mar 6 02:55:11 2015 UTC (9 years, 1 month ago) by riastradh
Branch: MAIN
Changes since 1.408: +4 -4 lines
Diff to previous 1.408 (colored) to selected 1.200 (colored)

Fix commented nouveau in amd64/GENERIC.  Add nouveau to amd64/ALL.

Remove NV_DEBUG from amd64/ALL -- it breaks nouveau, and I can't find
any use of it in src/sys outside arch/atari/dev/nvram.c, which surely
has no relevance to amd64.

(Nouveau has an internal NV_DEBUG(...) macro for debug messages.)

Revision 1.408 / (download) - annotate - [select for diffs], Fri Feb 13 18:57:47 2015 UTC (9 years, 2 months ago) by nonaka
Branch: MAIN
Changes since 1.407: +3 -3 lines
Diff to previous 1.407 (colored) to selected 1.200 (colored)

iwm(4) works now, but 2.4GHz only.

> iwm0 at pci2 dev 0 function 0: Intel Dual Band Wireless AC 3160 (rev. 0x83)
> iwm0: interrupting at ioapic0 pin 18
> iwm0: hw rev: 0x160, fw ver 25.228 (API ver 9), address XX:XX:XX:XX:XX:XX
> iwm0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps
> iwm0: 11g rates: 1Mbps 2Mbps 5.5Mbps 11Mbps 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps

Revision 1.407 / (download) - annotate - [select for diffs], Sat Feb 7 13:20:00 2015 UTC (9 years, 2 months ago) by pooka
Branch: MAIN
Changes since 1.406: +3 -2 lines
Diff to previous 1.406 (colored) to selected 1.200 (colored)

Add a driver for Intel Centrino 7260 and similar wireless cards.
Supported devices should more or less match ones supported
by the Linux iwlwifi mvm driver.  Sponsored by genua mbh for OpenBSD.

This is probably the world's first Canadian cross device driver: it was
created for OpenBSD by writing and porting a NetBSD driver which was
developed in a rump kernel in Linux userspace.

Note: I don't have access to the hardware anymore, so this version is
not tested and not enabled by default.  While I tried to be careful in
adding the NetBSD bits back, it's probable that there's a snafu or two.
Feel free to send private email in case you have the hardware and there
are issues.

Revision 1.406 / (download) - annotate - [select for diffs], Fri Dec 19 17:06:31 2014 UTC (9 years, 3 months ago) by msaitoh
Branch: MAIN
Changes since 1.405: +5 -7 lines
Diff to previous 1.405 (colored) to selected 1.200 (colored)

 Sync gpio related lines with i386/conf/GENERIC.

Revision 1.405 / (download) - annotate - [select for diffs], Fri Dec 12 01:13:40 2014 UTC (9 years, 4 months ago) by christos
Branch: MAIN
Changes since 1.404: +12 -2 lines
Diff to previous 1.404 (colored) to selected 1.200 (colored)

Add options to run a.out i386 binaries (commented out)

Revision 1.404 / (download) - annotate - [select for diffs], Sun Nov 16 16:01:40 2014 UTC (9 years, 5 months ago) by manu
Branch: MAIN
CVS Tags: nick-nhusb-base
Branch point for: nick-nhusb
Changes since 1.403: +2 -4 lines
Diff to previous 1.403 (colored) to selected 1.200 (colored)

Remove unused extended attributes kernel options

As Masao Uebayashi pointed to me, UFS_EXTATTR_AUTOSTART, LFS_EXTATTR_AUTOSTART
and UFS_EXTATTR_AUTOCREATE are not used anywhere in the code. Remove them
as they have been obsolete for a long time:
UFS_EXTATTR_AUTOSTART was replaced by mount -o extattr
LFS_EXTATTR_AUTOSTART was created to match obsolete UFS_EXTATTR_AUTOSTART
UFS_EXTATTR_AUTOCREATE was replaced by sysctl vfs.ffs.extattr_autocreate

Revision 1.403 / (download) - annotate - [select for diffs], Wed Nov 12 10:47:20 2014 UTC (9 years, 5 months ago) by manu
Branch: MAIN
Changes since 1.402: +5 -2 lines
Diff to previous 1.402 (colored) to selected 1.200 (colored)

Support for UFS1 extended attributes in GENERIC and GENERIC-like kernels

This change just brings UFS1 extended attribute *support* in the kernel,
extended attributes are not enabled unless three conditions are met:
1) filesystem is UFS1 (newfs -O1)
2) .attribute/system and .attribute/user directories are created at fs root
3) filesystem is mounted with -o extattr

Some GENERIC kernels are obviously memory constrained, the extended
attributes options were not enabled for them, but just added commented out.
(kernel were considered memory constrained if QUOTA option was disabled)

Revision 1.402 / (download) - annotate - [select for diffs], Sun Nov 2 23:08:40 2014 UTC (9 years, 5 months ago) by christos
Branch: MAIN
Changes since 1.401: +22 -12 lines
Diff to previous 1.401 (colored) to selected 1.200 (colored)

make DRMKMS the default on GENERIC and comment out the legacy drivers.

Revision 1.401 / (download) - annotate - [select for diffs], Sun Oct 26 18:43:18 2014 UTC (9 years, 5 months ago) by tls
Branch: MAIN
Changes since 1.400: +3 -2 lines
Diff to previous 1.400 (colored) to selected 1.200 (colored)

Add viornd(4), a driver for the VirtIO entropy source available on
QEMU, KVM, and Google Compute Engine.  From OpenBSD.

Revision 1.400 / (download) - annotate - [select for diffs], Sat Oct 18 16:56:51 2014 UTC (9 years, 6 months ago) by uebayasi
Branch: MAIN
Changes since 1.399: +3 -2 lines
Diff to previous 1.399 (colored) to selected 1.200 (colored)

Install agp_* drivers where pchb(4) is installed except INSTALL_FLOPPY.

XXX
Config around agp(4) is done in quite wrong direction.
	"pchb <- (agpbus) <- agp <- agp_*"
should be:
	"pchb <- (pcibus) <- agp_* <- (agpbus) <- agp"

Revision 1.399 / (download) - annotate - [select for diffs], Fri Sep 19 17:30:03 2014 UTC (9 years, 6 months ago) by christos
Branch: MAIN
Changes since 1.398: +3 -2 lines
Diff to previous 1.398 (colored) to selected 1.200 (colored)

Add HDAUDIOVERBOSE

Revision 1.398 / (download) - annotate - [select for diffs], Fri Sep 19 15:24:24 2014 UTC (9 years, 6 months ago) by christos
Branch: MAIN
Changes since 1.397: +4 -4 lines
Diff to previous 1.397 (colored) to selected 1.200 (colored)

Disable BSDLABEL and MBR DKWEDGE methods again since sysinst does not work
with wedges.

Revision 1.397 / (download) - annotate - [select for diffs], Thu Sep 18 14:58:22 2014 UTC (9 years, 6 months ago) by wiz
Branch: MAIN
Changes since 1.396: +3 -2 lines
Diff to previous 1.396 (colored) to selected 1.200 (colored)

Add commented out KDTRACE_HOOKS line.

Revision 1.396 / (download) - annotate - [select for diffs], Sun Aug 24 07:59:22 2014 UTC (9 years, 7 months ago) by jnemeth
Branch: MAIN
Changes since 1.395: +3 -2 lines
Diff to previous 1.395 (colored) to selected 1.200 (colored)

Create an "options MODULAR_DEFAULT_AUTOLOAD" config option and add
it to all kernel configs that contain "options MODULAR".  This
option turns on module autoloading by default (which is the current
default).  This allows people who don't want module autoloading on
by default to disable it by simply removing/commentting this line.

Revision 1.395 / (download) - annotate - [select for diffs], Sat Aug 23 20:26:56 2014 UTC (9 years, 7 months ago) by dholland
Branch: MAIN
Changes since 1.394: +5 -5 lines
Diff to previous 1.394 (colored) to selected 1.200 (colored)

Systematize (and in many cases, fix) the comments on options COMPAT_NN.

There are quite a few configs that are missing some COMPAT_NN options
in ways that don't make sense; this should probably get cleaned up
too, but for the time being I've not added or removed anything.

Revision 1.394 / (download) - annotate - [select for diffs], Mon Aug 18 06:31:24 2014 UTC (9 years, 8 months ago) by christos
Branch: MAIN
Changes since 1.393: +5 -6 lines
Diff to previous 1.393 (colored) to selected 1.200 (colored)

- Enable Wedge support for MBR/BSDLABEL where it was commented out.
- Add apple partition support where it was missing
- Add comments where missing

Revision 1.393 / (download) - annotate - [select for diffs], Sat Aug 16 17:56:31 2014 UTC (9 years, 8 months ago) by apb
Branch: MAIN
Changes since 1.392: +3 -2 lines
Diff to previous 1.392 (colored) to selected 1.200 (colored)

Add "options COMPAT_70" to all kernel configuration files that
already had "options COMPAT_60".

Revision 1.392 / (download) - annotate - [select for diffs], Fri Jul 25 15:01:14 2014 UTC (9 years, 8 months ago) by dholland
Branch: MAIN
CVS Tags: tls-maxphys-base, tls-earlyentropy-base, netbsd-7-base
Branch point for: netbsd-7
Changes since 1.391: +3 -3 lines
Diff to previous 1.391 (colored) to selected 1.200 (colored)

Fix description of DIAGNOSTIC in x86 kernels.

Revision 1.391 / (download) - annotate - [select for diffs], Mon Jun 16 19:08:17 2014 UTC (9 years, 10 months ago) by dsl
Branch: MAIN
Changes since 1.390: +5 -4 lines
Diff to previous 1.390 (colored) to selected 1.200 (colored)

Comment out the xhci entries.
The driver really doesn't work well enough to be generally useful.

Revision 1.390 / (download) - annotate - [select for diffs], Thu Jun 12 20:22:04 2014 UTC (9 years, 10 months ago) by alnsn
Branch: MAIN
Changes since 1.389: +3 -3 lines
Diff to previous 1.389 (colored) to selected 1.200 (colored)

Revert the previous (comment only change).

Revision 1.389 / (download) - annotate - [select for diffs], Thu Jun 12 12:13:36 2014 UTC (9 years, 10 months ago) by alnsn
Branch: MAIN
Changes since 1.388: +3 -3 lines
Diff to previous 1.388 (colored) to selected 1.200 (colored)

Add a comment about disabling INET6. Should fix kern/48901.

Revision 1.388 / (download) - annotate - [select for diffs], Tue Jun 10 01:42:39 2014 UTC (9 years, 10 months ago) by hikaru
Branch: MAIN
Changes since 1.387: +3 -2 lines
Diff to previous 1.387 (colored) to selected 1.200 (colored)

Add VMware VMXNET3 ethernet driver from OpenBSD, vmx(4).

Revision 1.387 / (download) - annotate - [select for diffs], Thu May 29 14:49:35 2014 UTC (9 years, 10 months ago) by christos
Branch: MAIN
Changes since 1.386: +3 -3 lines
Diff to previous 1.386 (colored) to selected 1.200 (colored)

enable IPSEC

Revision 1.386 / (download) - annotate - [select for diffs], Mon Apr 21 16:35:38 2014 UTC (9 years, 11 months ago) by chs
Branch: MAIN
CVS Tags: yamt-pagecache-base9, rmind-smpnet-nbase, rmind-smpnet-base
Changes since 1.385: +3 -2 lines
Diff to previous 1.385 (colored) to selected 1.200 (colored)

add malo at pcmcia.

Revision 1.385 / (download) - annotate - [select for diffs], Tue Apr 8 21:08:36 2014 UTC (10 years ago) by riastradh
Branch: MAIN
Changes since 1.384: +3 -3 lines
Diff to previous 1.384 (colored) to selected 1.200 (colored)

Enable options VND_COMPRESSION in amd64/GENERIC.

Revision 1.384 / (download) - annotate - [select for diffs], Tue Apr 8 19:42:13 2014 UTC (10 years ago) by christos
Branch: MAIN
Changes since 1.383: +3 -2 lines
Diff to previous 1.383 (colored) to selected 1.200 (colored)

add ixg

Revision 1.383 / (download) - annotate - [select for diffs], Mon Mar 24 14:15:37 2014 UTC (10 years ago) by szptvlfn
Branch: MAIN
CVS Tags: riastradh-xf86-video-intel-2-7-1-pre-2-21-15
Branch point for: tls-earlyentropy
Changes since 1.382: +3 -3 lines
Diff to previous 1.382 (colored) to selected 1.200 (colored)

fix manual section numbering of sysctl.
  thanks wiz@

Revision 1.382 / (download) - annotate - [select for diffs], Wed Mar 19 15:26:42 2014 UTC (10 years, 1 month ago) by nonaka
Branch: MAIN
Changes since 1.381: +4 -2 lines
Diff to previous 1.381 (colored) to selected 1.200 (colored)

Add a driver for Realtek RTS5209/RTS5229 Card Reader.
Ported from OpenBSD.

Revision 1.381 / (download) - annotate - [select for diffs], Sat Oct 26 09:16:20 2013 UTC (10 years, 5 months ago) by nonaka
Branch: MAIN
CVS Tags: riastradh-drm2-base3
Changes since 1.380: +3 -2 lines
Diff to previous 1.380 (colored) to selected 1.200 (colored)

Add driver for ASIX AX88178a and AX88179 Ethernet interface.
Ported from OpenBSD.

Revision 1.380 / (download) - annotate - [select for diffs], Wed Oct 23 17:22:49 2013 UTC (10 years, 5 months ago) by matt
Branch: MAIN
Changes since 1.379: +4 -2 lines
Diff to previous 1.379 (colored) to selected 1.200 (colored)

Add xhci device

Revision 1.379 / (download) - annotate - [select for diffs], Sun Jun 30 21:38:55 2013 UTC (10 years, 9 months ago) by rmind
Branch: MAIN
CVS Tags: riastradh-drm2-base2, riastradh-drm2-base1, riastradh-drm2-base, riastradh-drm2
Changes since 1.378: +2 -3 lines
Diff to previous 1.378 (colored) to selected 1.200 (colored)

G/C PFIL_HOOKS from the kernel configs.

Revision 1.378 / (download) - annotate - [select for diffs], Mon Jun 10 07:14:01 2013 UTC (10 years, 10 months ago) by kardel
Branch: MAIN
Branch point for: rmind-smpnet
Changes since 1.377: +5 -2 lines
Diff to previous 1.377 (colored) to selected 1.200 (colored)

adjust soekrisgpio driver to NetBSD

Revision 1.377 / (download) - annotate - [select for diffs], Wed Jun 5 23:08:00 2013 UTC (10 years, 10 months ago) by christos
Branch: MAIN
Changes since 1.376: +2 -3 lines
Diff to previous 1.376 (colored) to selected 1.200 (colored)

remove obsolete networking options

Revision 1.376 / (download) - annotate - [select for diffs], Tue Jun 4 14:39:31 2013 UTC (10 years, 10 months ago) by christos
Branch: MAIN
Changes since 1.375: +3 -2 lines
Diff to previous 1.375 (colored) to selected 1.200 (colored)

sync drm with i386

Revision 1.375 / (download) - annotate - [select for diffs], Tue May 28 12:13:55 2013 UTC (10 years, 10 months ago) by kiyohara
Branch: MAIN
Changes since 1.374: +6 -2 lines
Diff to previous 1.374 (colored) to selected 1.200 (colored)

Add udsir.

Revision 1.374 / (download) - annotate - [select for diffs], Fri May 3 15:45:24 2013 UTC (10 years, 11 months ago) by jakllsch
Branch: MAIN
CVS Tags: khorben-n900
Changes since 1.373: +3 -2 lines
Diff to previous 1.373 (colored) to selected 1.200 (colored)

Enable sdhc* at cardbus? in amd64 GENERIC.  As it is already in i386
GENERIC. sdhc(4) has had working detach support for a while now too.

Revision 1.373 / (download) - annotate - [select for diffs], Sat Apr 27 22:21:13 2013 UTC (10 years, 11 months ago) by christos
Branch: MAIN
Changes since 1.372: +3 -3 lines
Diff to previous 1.372 (colored) to selected 1.200 (colored)

more bogus number removal

Revision 1.372 / (download) - annotate - [select for diffs], Sat Apr 27 21:43:12 2013 UTC (10 years, 11 months ago) by christos
Branch: MAIN
Changes since 1.371: +5 -5 lines
Diff to previous 1.371 (colored) to selected 1.200 (colored)

the bogus number police

Revision 1.371 / (download) - annotate - [select for diffs], Sat Apr 27 18:19:22 2013 UTC (10 years, 11 months ago) by christos
Branch: MAIN
Changes since 1.370: +4 -4 lines
Diff to previous 1.370 (colored) to selected 1.200 (colored)

remove confusing numeric locators where they are unused.

Revision 1.370 / (download) - annotate - [select for diffs], Sat Apr 6 16:56:18 2013 UTC (11 years ago) by martin
Branch: MAIN
Changes since 1.369: +3 -3 lines
Diff to previous 1.369 (colored) to selected 1.200 (colored)

athn at pci has been successfully tested

Revision 1.369 / (download) - annotate - [select for diffs], Sat Mar 30 02:38:58 2013 UTC (11 years ago) by christos
Branch: MAIN
Changes since 1.368: +5 -2 lines
Diff to previous 1.368 (colored) to selected 1.200 (colored)

patches for new wifi devices.

Revision 1.368 / (download) - annotate - [select for diffs], Sat Mar 2 02:42:08 2013 UTC (11 years, 1 month ago) by christos
Branch: MAIN
CVS Tags: agc-symver-base, agc-symver
Changes since 1.367: +2 -3 lines
Diff to previous 1.367 (colored) to selected 1.200 (colored)

Under FAST_IPSEC, IPSEC_ESP is mandatory; GC it.

Revision 1.367 / (download) - annotate - [select for diffs], Fri Mar 1 18:25:28 2013 UTC (11 years, 1 month ago) by joerg
Branch: MAIN
Changes since 1.366: +2 -4 lines
Diff to previous 1.366 (colored) to selected 1.200 (colored)

Retire OSI network stack. OK core@

Revision 1.366 / (download) - annotate - [select for diffs], Thu Dec 20 22:08:19 2012 UTC (11 years, 3 months ago) by christos
Branch: MAIN
CVS Tags: yamt-pagecache-base8
Changes since 1.365: +3 -3 lines
Diff to previous 1.365 (colored) to selected 1.200 (colored)

fix cut-n-paste.

Revision 1.365 / (download) - annotate - [select for diffs], Wed Oct 17 14:48:08 2012 UTC (11 years, 6 months ago) by apb
Branch: MAIN
CVS Tags: yamt-pagecache-base7, yamt-pagecache-base6
Changes since 1.364: +3 -2 lines
Diff to previous 1.364 (colored) to selected 1.200 (colored)

Add "options COMPAT_60" to all kernel configuration files
that already had "options COMPAT_50".

Revision 1.364 / (download) - annotate - [select for diffs], Sun Sep 23 01:05:21 2012 UTC (11 years, 6 months ago) by chs
Branch: MAIN
Changes since 1.363: +9 -6 lines
Diff to previous 1.363 (colored) to selected 1.200 (colored)

add vmt entry to GENERIC.
standardize commented pfsync and npf entries.

Revision 1.363 / (download) - annotate - [select for diffs], Sat Sep 1 18:17:49 2012 UTC (11 years, 7 months ago) by jakllsch
Branch: MAIN
Branch point for: tls-maxphys
Changes since 1.362: +3 -3 lines
Diff to previous 1.362 (colored) to selected 1.200 (colored)

Rename RT2500USB driver to ural(4) as it was originally in OpenBSD,
as ural(4) and ral(4) do not actually share any code.

Enable ural(4) in hpcarm WZERO3 kernel too, as it will now build.

Fixes PR#43520.

Revision 1.362 / (download) - annotate - [select for diffs], Sat Sep 1 15:25:33 2012 UTC (11 years, 7 months ago) by jakllsch
Branch: MAIN
Changes since 1.361: +3 -3 lines
Diff to previous 1.361 (colored) to selected 1.200 (colored)

back out unintentional change in 1.352.

Revision 1.361 / (download) - annotate - [select for diffs], Mon Aug 27 03:18:12 2012 UTC (11 years, 7 months ago) by dholland
Branch: MAIN
Changes since 1.360: +3 -3 lines
Diff to previous 1.360 (colored) to selected 1.200 (colored)

whitespace

Revision 1.360 / (download) - annotate - [select for diffs], Fri Aug 24 05:59:01 2012 UTC (11 years, 7 months ago) by dholland
Branch: MAIN
Changes since 1.359: +3 -3 lines
Diff to previous 1.359 (colored) to selected 1.200 (colored)

Restore comment heading lost during the MODULAR thrashing.

Revision 1.359 / (download) - annotate - [select for diffs], Wed Aug 1 04:20:04 2012 UTC (11 years, 8 months ago) by matt
Branch: MAIN
Changes since 1.358: +3 -3 lines
Diff to previous 1.358 (colored) to selected 1.200 (colored)

Enable FFS_EI (let's be more endian tolerant).

Revision 1.358 / (download) - annotate - [select for diffs], Mon Jul 30 19:40:51 2012 UTC (11 years, 8 months ago) by degroote
Branch: MAIN
Changes since 1.357: +3 -2 lines
Diff to previous 1.357 (colored) to selected 1.200 (colored)

Add malo(4) entry in various kernel configuration

Revision 1.357 / (download) - annotate - [select for diffs], Thu Jun 14 04:23:48 2012 UTC (11 years, 10 months ago) by riz
Branch: MAIN
Changes since 1.356: +3 -2 lines
Diff to previous 1.356 (colored) to selected 1.200 (colored)

Add urtw(4) to i386/amd64 GENERIC.

Revision 1.356 / (download) - annotate - [select for diffs], Tue Jun 5 08:44:07 2012 UTC (11 years, 10 months ago) by abs
Branch: MAIN
Changes since 1.355: +3 -3 lines
Diff to previous 1.355 (colored) to selected 1.200 (colored)

Adjust the WSDISPLAY_COMPAT_USL comment to mention wsconscfg, to at least
give a hint that its not just for third party compat. No functional change.

Revision 1.355 / (download) - annotate - [select for diffs], Wed May 30 14:30:34 2012 UTC (11 years, 10 months ago) by nonaka
Branch: MAIN
CVS Tags: jmcneill-usbmp-base10
Changes since 1.354: +3 -2 lines
Diff to previous 1.354 (colored) to selected 1.200 (colored)

Add a driver for Ralink Technology RT2700U/RT2800U/RT3000U USB IEEE
802.11a/b/g/n wireless network devices, ported from OpenBSD by FUKAUMI Naoki,
arranged by me.

Revision 1.354 / (download) - annotate - [select for diffs], Thu Apr 19 17:50:50 2012 UTC (11 years, 11 months ago) by bouyer
Branch: MAIN
CVS Tags: yamt-pagecache-base5, jmcneill-usbmp-base9
Changes since 1.353: +4 -3 lines
Diff to previous 1.353 (colored) to selected 1.200 (colored)

Add mpii(4), a driver for LSI Logic Fusion-MPT Message Passing Interface II
SAS controllers. Ported from OpenBSD.

Revision 1.353 / (download) - annotate - [select for diffs], Fri Apr 13 13:11:16 2012 UTC (12 years ago) by cegger
Branch: MAIN
CVS Tags: yamt-pagecache-base4
Changes since 1.352: +4 -3 lines
Diff to previous 1.352 (colored) to selected 1.200 (colored)

Replace amdtempbus with amdnb_miscbus.
This allows us to have independent drivers on the same device (northbridge f3)
each coming with a certain functionality/feature.
This way we do not need to mess with amdtemp(4) to utilize other features.

Revision 1.352 / (download) - annotate - [select for diffs], Sat Apr 7 05:39:55 2012 UTC (12 years ago) by christos
Branch: MAIN
Changes since 1.351: +6 -4 lines
Diff to previous 1.351 (colored) to selected 1.200 (colored)

add apple autodiscovery.

Revision 1.351 / (download) - annotate - [select for diffs], Sun Mar 25 00:11:16 2012 UTC (12 years ago) by nonaka
Branch: MAIN
CVS Tags: jmcneill-usbmp-base8
Changes since 1.350: +3 -2 lines
Diff to previous 1.350 (colored) to selected 1.200 (colored)

Added urtwn(4), a driver for Realtek RTL8188CU/RTL8192CU USB IEEE 802.11b/g/n wireless network devices.

Revision 1.350 / (download) - annotate - [select for diffs], Sat Mar 10 21:51:48 2012 UTC (12 years, 1 month ago) by joerg
Branch: MAIN
CVS Tags: jmcneill-usbmp-base7
Changes since 1.349: +2 -3 lines
Diff to previous 1.349 (colored) to selected 1.200 (colored)

P1003_1B_SEMAPHORE is no longer optional.

Revision 1.349 / (download) - annotate - [select for diffs], Tue Feb 28 12:08:37 2012 UTC (12 years, 1 month ago) by mbalmer
Branch: MAIN
CVS Tags: jmcneill-usbmp-base6, jmcneill-usbmp-base4
Changes since 1.348: +4 -3 lines
Diff to previous 1.348 (colored) to selected 1.200 (colored)

Add commented out DDB_COMMANDONENTER example, enable pwdog(4).

Revision 1.348 / (download) - annotate - [select for diffs], Sun Jan 22 06:44:29 2012 UTC (12 years, 2 months ago) by christos
Branch: MAIN
CVS Tags: netbsd-6-base, jmcneill-usbmp-base5, jmcneill-usbmp-base3, jmcneill-usbmp-base2
Branch point for: netbsd-6
Changes since 1.347: +10 -2 lines
Diff to previous 1.347 (colored) to selected 1.200 (colored)

add a tpm driver from bsssd.sourceforge.net

Revision 1.347 / (download) - annotate - [select for diffs], Tue Jan 17 18:11:28 2012 UTC (12 years, 3 months ago) by veego
Branch: MAIN
Changes since 1.346: +34 -45 lines
Diff to previous 1.346 (colored) to selected 1.200 (colored)

Back out all changes for rev 1.346 which are not related to PR/45850
Should fix the reported build problem from Paul Goyette

Revision 1.346 / (download) - annotate - [select for diffs], Tue Jan 17 03:49:19 2012 UTC (12 years, 3 months ago) by christos
Branch: MAIN
Changes since 1.345: +50 -35 lines
Diff to previous 1.345 (colored) to selected 1.200 (colored)

PR/45850: Pierre Pronchery: USB multi-touch panels are not supported

Revision 1.345 / (download) - annotate - [select for diffs], Mon Jan 16 14:44:07 2012 UTC (12 years, 3 months ago) by jmcneill
Branch: MAIN
Changes since 1.344: +7 -2 lines
Diff to previous 1.344 (colored) to selected 1.200 (colored)

add irmce(4), cir@irmce, and cir@emdtv

Revision 1.344 / (download) - annotate - [select for diffs], Sun Jan 15 15:05:07 2012 UTC (12 years, 3 months ago) by jmcneill
Branch: MAIN
Changes since 1.343: +11 -9 lines
Diff to previous 1.343 (colored) to selected 1.200 (colored)

add & enable digital tv capture support

Revision 1.343 / (download) - annotate - [select for diffs], Fri Jan 13 16:05:14 2012 UTC (12 years, 3 months ago) by cegger
Branch: MAIN
Changes since 1.342: +4 -2 lines
Diff to previous 1.342 (colored) to selected 1.200 (colored)

Support CPU microcode loading via cpuctl(8).
Implemented and enabled via CPU_UCODE kernel config option
for x86 and Xen Dom0.
Tested on different AMD machines with different
CPU families.

ok wiz@ for the manpages
ok releng@
ok core@ via releng@

Revision 1.342 / (download) - annotate - [select for diffs], Sat Dec 31 00:10:06 2011 UTC (12 years, 3 months ago) by christos
Branch: MAIN
Changes since 1.341: +5 -2 lines
Diff to previous 1.341 (colored) to selected 1.200 (colored)

Add an ipad

Revision 1.341 / (download) - annotate - [select for diffs], Sun Dec 18 05:49:23 2011 UTC (12 years, 4 months ago) by dholland
Branch: MAIN
Changes since 1.340: +3 -3 lines
Diff to previous 1.340 (colored) to selected 1.200 (colored)

WABPL is no longer considered experimental (has not been for some time)
so update its comment in config files.

Revision 1.340 / (download) - annotate - [select for diffs], Tue Nov 22 21:24:54 2011 UTC (12 years, 4 months ago) by tls
Branch: MAIN
CVS Tags: jmcneill-usbmp-pre-base2, jmcneill-usbmp-base
Branch point for: jmcneill-usbmp
Changes since 1.339: +2 -3 lines
Diff to previous 1.339 (colored) to selected 1.200 (colored)


The rnd pseudo-device is not really optional, because it is in the same
source file as the entropy-pool code itself.  Move it to std.  This
will be cleaned up more when I split the sources up as they should be.

This fixes build breaks on several ports.  Thanks to Havard Eidnes for
pointing them out.

Revision 1.339 / (download) - annotate - [select for diffs], Sun Nov 13 12:46:40 2011 UTC (12 years, 5 months ago) by mbalmer
Branch: MAIN
CVS Tags: jmcneill-audiomp3-base, jmcneill-audiomp3
Changes since 1.338: +5 -2 lines
Diff to previous 1.338 (colored) to selected 1.200 (colored)

Add commented out entry for gpiopwm(4).

Revision 1.338 / (download) - annotate - [select for diffs], Sun Oct 30 12:12:21 2011 UTC (12 years, 5 months ago) by hannken
Branch: MAIN
CVS Tags: yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base
Branch point for: yamt-pagecache
Changes since 1.337: +8 -2 lines
Diff to previous 1.337 (colored) to selected 1.200 (colored)

Import of the virtio driver written by MINOURA Makoto <minoura@netbsd.org>
with minor changes to make it compile an run on -current.  This driver
speeds up disk and network access in virtual environments like KVM.

Enabled on i386 and amd64.  Tested with a CentOS 5.7 x86_64 host.

See http://ozlabs.org/~rusty/virtio-spec/virtio.pdf for the specification.

Revision 1.337 / (download) - annotate - [select for diffs], Tue Aug 30 13:07:30 2011 UTC (12 years, 7 months ago) by mbalmer
Branch: MAIN
Changes since 1.336: +18 -2 lines
Diff to previous 1.336 (colored) to selected 1.200 (colored)

Add gpio entries, commented out, since I am working with them as modules atm.

Revision 1.336 / (download) - annotate - [select for diffs], Tue Aug 30 12:13:25 2011 UTC (12 years, 7 months ago) by jmcneill
Branch: MAIN
Changes since 1.335: +4 -4 lines
Diff to previous 1.335 (colored) to selected 1.200 (colored)

revert previous

Revision 1.335 / (download) - annotate - [select for diffs], Tue Aug 30 08:01:13 2011 UTC (12 years, 7 months ago) by jruoho
Branch: MAIN
Changes since 1.334: +4 -4 lines
Diff to previous 1.334 (colored) to selected 1.200 (colored)

Comment out the legacy bktr(4) from the GENERICs.

Revision 1.334 / (download) - annotate - [select for diffs], Thu Aug 18 20:55:21 2011 UTC (12 years, 8 months ago) by jakllsch
Branch: MAIN
CVS Tags: jym-xensuspend-nbase, jym-xensuspend-base
Changes since 1.333: +3 -3 lines
Diff to previous 1.333 (colored) to selected 1.200 (colored)

Attach amdtemp(4) at pchb(4) instead of in place of pchb(4).

Should fix PR#45268.

Revision 1.333 / (download) - annotate - [select for diffs], Thu Aug 11 07:36:17 2011 UTC (12 years, 8 months ago) by mbalmer
Branch: MAIN
Changes since 1.332: +4 -2 lines
Diff to previous 1.332 (colored) to selected 1.200 (colored)

Add commented out sample entry for pwdog(4).

Revision 1.332 / (download) - annotate - [select for diffs], Tue Aug 9 02:52:29 2011 UTC (12 years, 8 months ago) by jmcneill
Branch: MAIN
Changes since 1.331: +2 -3 lines
Diff to previous 1.331 (colored) to selected 1.200 (colored)

remove commented out entries for emdtv, auvitek, and dtv

Revision 1.331 / (download) - annotate - [select for diffs], Mon Aug 8 18:57:58 2011 UTC (12 years, 8 months ago) by jmcneill
Branch: MAIN
Changes since 1.330: +4 -4 lines
Diff to previous 1.330 (colored) to selected 1.200 (colored)

remove dtv (available as a module)

Revision 1.330 / (download) - annotate - [select for diffs], Mon Aug 8 16:27:46 2011 UTC (12 years, 8 months ago) by jakllsch
Branch: MAIN
Changes since 1.329: +3 -3 lines
Diff to previous 1.329 (colored) to selected 1.200 (colored)

Add P1003_1B_SEMAPHORE to match i386.

Revision 1.329 / (download) - annotate - [select for diffs], Mon Aug 8 16:13:42 2011 UTC (12 years, 8 months ago) by jakllsch
Branch: MAIN
Changes since 1.328: +25 -32 lines
Diff to previous 1.328 (colored) to selected 1.200 (colored)

Finish reverting premature modularization of amd64 kernels.

Revision 1.328 / (download) - annotate - [select for diffs], Sat Jul 30 18:41:34 2011 UTC (12 years, 8 months ago) by jmcneill
Branch: MAIN
Changes since 1.327: +4 -2 lines
Diff to previous 1.327 (colored) to selected 1.200 (colored)

add PCKBD_CNATTACH_MAY_FAIL to be consistent with i386

Revision 1.327 / (download) - annotate - [select for diffs], Sat Jul 23 21:12:57 2011 UTC (12 years, 8 months ago) by jakllsch
Branch: MAIN
Changes since 1.326: +3 -2 lines
Diff to previous 1.326 (colored) to selected 1.200 (colored)

Enable or note aubtfwl(4) wherever ubt(4) is enabled or noted.

Revision 1.326 / (download) - annotate - [select for diffs], Thu Jul 21 04:05:14 2011 UTC (12 years, 8 months ago) by jakllsch
Branch: MAIN
Changes since 1.325: +3 -2 lines
Diff to previous 1.325 (colored) to selected 1.200 (colored)

Add wmieeepc(4) to amd64 GENERIC.

Revision 1.325 / (download) - annotate - [select for diffs], Thu Jul 21 04:00:25 2011 UTC (12 years, 8 months ago) by jakllsch
Branch: MAIN
Changes since 1.324: +3 -2 lines
Diff to previous 1.324 (colored) to selected 1.200 (colored)

Add dtv* at dtvbus? because I'll get weird looks if I introduce a #if NDTV > 0,
and also if I don't un-Break the build.

Revision 1.324 / (download) - annotate - [select for diffs], Wed Jul 20 20:29:54 2011 UTC (12 years, 8 months ago) by jakllsch
Branch: MAIN
Changes since 1.323: +8 -3 lines
Diff to previous 1.323 (colored) to selected 1.200 (colored)

Add cxdtv(4) and urndis(4).  Also, two slight cosmetic changes.

Revision 1.323 / (download) - annotate - [select for diffs], Wed Jul 13 07:52:49 2011 UTC (12 years, 9 months ago) by jruoho
Branch: MAIN
Changes since 1.322: +3 -2 lines
Diff to previous 1.322 (colored) to selected 1.200 (colored)

A driver for HP 3D DriverGuard; a LIS3LV02DL-based accelerometer. Tested on
HP NC4400. Like aps(4), this is commented out in the GENERIC kernels.

Revision 1.322 / (download) - annotate - [select for diffs], Sun Jul 3 10:40:16 2011 UTC (12 years, 9 months ago) by bouyer
Branch: MAIN
Changes since 1.321: +4 -3 lines
Diff to previous 1.321 (colored) to selected 1.200 (colored)

Add back DIAGNOSTIC option to x86 GENERIC kernels, as discussed on tech-kern.
This will have to be commented out on release branches.

Revision 1.321 / (download) - annotate - [select for diffs], Tue Jun 21 05:01:18 2011 UTC (12 years, 9 months ago) by jruoho
Branch: MAIN
Changes since 1.320: +4 -4 lines
Diff to previous 1.320 (colored) to selected 1.200 (colored)

By default, enable wmihp(4) instead of hpqlb(4), as it has a better chance
of working with a greater number of HP laptops. Ok cegger@.

Revision 1.320 / (download) - annotate - [select for diffs], Tue Jun 14 13:59:23 2011 UTC (12 years, 10 months ago) by jruoho
Branch: MAIN
Changes since 1.319: +4 -3 lines
Diff to previous 1.319 (colored) to selected 1.200 (colored)

Try to attach hpet(4) also via a specific HPET table. Fixes PR kern/43702.

Revision 1.319 / (download) - annotate - [select for diffs], Sat May 28 16:58:51 2011 UTC (12 years, 10 months ago) by ryo
Branch: MAIN
CVS Tags: rmind-uvmplock-nbase, rmind-uvmplock-base, cherry-xenmp-base
Branch point for: cherry-xenmp
Changes since 1.318: +88 -88 lines
Diff to previous 1.318 (colored) to selected 1.200 (colored)

many whitespace cleanup.

Revision 1.318 / (download) - annotate - [select for diffs], Fri Apr 1 12:11:17 2011 UTC (13 years ago) by jruoho
Branch: MAIN
Changes since 1.317: +3 -3 lines
Diff to previous 1.317 (colored) to selected 1.200 (colored)

Enable acpicpu(4) by default.

Revision 1.317 / (download) - annotate - [select for diffs], Sun Mar 6 17:08:19 2011 UTC (13 years, 1 month ago) by bouyer
Branch: MAIN
Changes since 1.316: +4 -3 lines
Diff to previous 1.316 (colored) to selected 1.200 (colored)

merge the bouyer-quota2 branch. This adds a new on-disk format
to store disk quota usage and limits, integrated with ffs
metadata. Usage is checked by fsck_ffs (no more quotacheck)
and is covered by the WAPBL journal. Enabled with kernel
option QUOTA2 (added where QUOTA was enabled in kernel config files),
turned on with tunefs(8) on a per-filesystem
basis. mount_mfs(8) can also turn quotas on.

See http://mail-index.netbsd.org/tech-kern/2011/02/19/msg010025.html
for details.

Revision 1.316 / (download) - annotate - [select for diffs], Fri Mar 4 04:48:40 2011 UTC (13 years, 1 month ago) by jruoho
Branch: MAIN
CVS Tags: bouyer-quota2-nbase
Changes since 1.315: +3 -5 lines
Diff to previous 1.315 (colored) to selected 1.200 (colored)

Move INTEL_ONDEMAND_CLOCKMOD -- or odcm(4) -- to the cpufeaturebus.

Revision 1.315 / (download) - annotate - [select for diffs], Sun Feb 27 17:10:33 2011 UTC (13 years, 1 month ago) by jruoho
Branch: MAIN
Changes since 1.314: +3 -3 lines
Diff to previous 1.314 (colored) to selected 1.200 (colored)

Move acpicpu(4) from "acpinodebus" to "cpufeaturebus".

Revision 1.314 / (download) - annotate - [select for diffs], Thu Feb 24 10:56:00 2011 UTC (13 years, 1 month ago) by jruoho
Branch: MAIN
Changes since 1.313: +3 -5 lines
Diff to previous 1.313 (colored) to selected 1.200 (colored)

Move PowerNow! to the cpufeaturebus.

Revision 1.313 / (download) - annotate - [select for diffs], Wed Feb 23 11:43:21 2011 UTC (13 years, 1 month ago) by jruoho
Branch: MAIN
Changes since 1.312: +5 -8 lines
Diff to previous 1.312 (colored) to selected 1.200 (colored)

Move ENHANCED_SPEEDSTEP, or henceforth est(4), to the cpufeaturebus.

Revision 1.312 / (download) - annotate - [select for diffs], Wed Feb 23 00:46:29 2011 UTC (13 years, 1 month ago) by jmcneill
Branch: MAIN
Changes since 1.311: +3 -2 lines
Diff to previous 1.311 (colored) to selected 1.200 (colored)

add alc@pci

Revision 1.311 / (download) - annotate - [select for diffs], Mon Feb 21 16:24:29 2011 UTC (13 years, 1 month ago) by pooka
Branch: MAIN
Changes since 1.310: +2 -3 lines
Diff to previous 1.310 (colored) to selected 1.200 (colored)

Put coredumps back as a built-in.  Until it can autoload or something,
there's no point in causing user-visible (and test-visible)
regressions.

Revision 1.310 / (download) - annotate - [select for diffs], Sun Feb 20 13:42:45 2011 UTC (13 years, 1 month ago) by jruoho
Branch: MAIN
Changes since 1.309: +5 -5 lines
Diff to previous 1.309 (colored) to selected 1.200 (colored)

Modularize coretemp(4). Ok jmcneill@.

Revision 1.309 / (download) - annotate - [select for diffs], Sat Feb 19 00:13:55 2011 UTC (13 years, 1 month ago) by jmcneill
Branch: MAIN
Changes since 1.308: +3 -2 lines
Diff to previous 1.308 (colored) to selected 1.200 (colored)

add VCONS_DRAW_INTR

Revision 1.308 / (download) - annotate - [select for diffs], Fri Feb 18 23:38:58 2011 UTC (13 years, 1 month ago) by christos
Branch: MAIN
Changes since 1.307: +3 -2 lines
Diff to previous 1.307 (colored) to selected 1.200 (colored)

add ifmpls since MPLS was added

Revision 1.307 / (download) - annotate - [select for diffs], Wed Feb 16 20:23:21 2011 UTC (13 years, 2 months ago) by jym
Branch: MAIN
CVS Tags: uebayasi-xip-base7, bouyer-quota2-base
Changes since 1.306: +3 -3 lines
Diff to previous 1.306 (colored) to selected 1.200 (colored)

Per mrg@ request, add MFS as default builtin, for things like init(8).

XXX should be replaced by TMPFS eventually.

Revision 1.306 / (download) - annotate - [select for diffs], Wed Feb 16 09:57:57 2011 UTC (13 years, 2 months ago) by jruoho
Branch: MAIN
Changes since 1.305: +5 -2 lines
Diff to previous 1.305 (colored) to selected 1.200 (colored)

Add (commented) aps(4) from i386 GENERIC.

Revision 1.305 / (download) - annotate - [select for diffs], Wed Feb 16 03:16:57 2011 UTC (13 years, 2 months ago) by jym
Branch: MAIN
Changes since 1.304: +38 -30 lines
Diff to previous 1.304 (colored) to selected 1.200 (colored)

Build certain file-systems and options(7) as module(7). 32 and 64 bits
support are still builtin, as well as FFS, NFS, TMPFS, and most COMPAT
code. Saves approx. 750kiB.

Reflect this in INSTALL kernel, where we have to support more file systems
statically.

See http://mail-index.netbsd.org/port-amd64/2011/02/13/msg001318.html

Revision 1.304 / (download) - annotate - [select for diffs], Mon Feb 14 08:50:39 2011 UTC (13 years, 2 months ago) by hannken
Branch: MAIN
Changes since 1.303: +5 -2 lines
Diff to previous 1.303 (colored) to selected 1.200 (colored)

Initial implementation of ibmhawk(4) driver for sensors behind the IBM Hawk
on-board Integrated Systems Management Processor found on some eServers.

Tested on an IBM eServer x335.

Revision 1.303 / (download) - annotate - [select for diffs], Sun Feb 13 04:21:23 2011 UTC (13 years, 2 months ago) by jym
Branch: MAIN
Changes since 1.302: +3 -2 lines
Diff to previous 1.302 (colored) to selected 1.200 (colored)

Missing MPLS options (commented out).

Revision 1.302 / (download) - annotate - [select for diffs], Fri Feb 11 02:06:09 2011 UTC (13 years, 2 months ago) by jmcneill
Branch: MAIN
Changes since 1.301: +10 -10 lines
Diff to previous 1.301 (colored) to selected 1.200 (colored)

attach drm hw drivers to 'drm' not 'vga'

Revision 1.301 / (download) - annotate - [select for diffs], Sun Feb 6 23:25:16 2011 UTC (13 years, 2 months ago) by jmcneill
Branch: MAIN
Changes since 1.300: +2 -3 lines
Diff to previous 1.300 (colored) to selected 1.200 (colored)

- add support for using compressed images as splash images
- retire SPLASHSCREEN_PROGRESS and SPLASHSCREEN_IMAGE options

Revision 1.300 / (download) - annotate - [select for diffs], Wed Jan 26 00:25:55 2011 UTC (13 years, 2 months ago) by pooka
Branch: MAIN
Changes since 1.299: +3 -2 lines
Diff to previous 1.299 (colored) to selected 1.200 (colored)

Add bwi from PR kern/40279.  There is no know case of testing the
driver on amd64/i386, but if it doesn't work at least we're more
likely to get a PR instead of people wondering about lacking driver
support.

Revision 1.299 / (download) - annotate - [select for diffs], Mon Jan 17 15:56:03 2011 UTC (13 years, 3 months ago) by jmcneill
Branch: MAIN
Branch point for: bouyer-quota2
Changes since 1.298: +3 -2 lines
Diff to previous 1.298 (colored) to selected 1.200 (colored)

add acpiwdrt

Revision 1.298 / (download) - annotate - [select for diffs], Sun Jan 9 15:12:33 2011 UTC (13 years, 3 months ago) by jruoho
Branch: MAIN
CVS Tags: jruoho-x86intr-base
Branch point for: jruoho-x86intr
Changes since 1.297: +3 -2 lines
Diff to previous 1.297 (colored) to selected 1.200 (colored)

Add a dummy-driver for ACPI fans.

Revision 1.297 / (download) - annotate - [select for diffs], Sun Jan 9 08:05:47 2011 UTC (13 years, 3 months ago) by jruoho
Branch: MAIN
Changes since 1.296: +2 -12 lines
Diff to previous 1.296 (colored) to selected 1.200 (colored)

Remove APM. (Already commented out.)

Revision 1.296 / (download) - annotate - [select for diffs], Wed Jan 5 20:08:12 2011 UTC (13 years, 3 months ago) by jruoho
Branch: MAIN
Changes since 1.295: +5 -7 lines
Diff to previous 1.295 (colored) to selected 1.200 (colored)

Add a driver for ACPI power meters.

Revision 1.295 / (download) - annotate - [select for diffs], Mon Jan 3 06:07:42 2011 UTC (13 years, 3 months ago) by tsutsui
Branch: MAIN
Changes since 1.294: +4 -4 lines
Diff to previous 1.294 (colored) to selected 1.200 (colored)

Xref module(7) in comments.

Revision 1.294 / (download) - annotate - [select for diffs], Mon Dec 27 15:56:50 2010 UTC (13 years, 3 months ago) by jmcneill
Branch: MAIN
CVS Tags: matt-mips64-premerge-20101231
Changes since 1.293: +3 -2 lines
Diff to previous 1.293 (colored) to selected 1.200 (colored)

add 'uaudio* at usbifif?' so uaudio can attach to something other than
a hub

Revision 1.293 / (download) - annotate - [select for diffs], Sat Nov 27 20:19:41 2010 UTC (13 years, 4 months ago) by christos
Branch: MAIN
Changes since 1.292: +3 -2 lines
Diff to previous 1.292 (colored) to selected 1.200 (colored)

add ihphy

Revision 1.292 / (download) - annotate - [select for diffs], Tue Nov 23 11:13:53 2010 UTC (13 years, 4 months ago) by hannken
Branch: MAIN
Changes since 1.291: +3 -3 lines
Diff to previous 1.291 (colored) to selected 1.200 (colored)

Remove unused count from pseudo-device md.

Revision 1.291 / (download) - annotate - [select for diffs], Sat Nov 13 09:48:54 2010 UTC (13 years, 5 months ago) by jnemeth
Branch: MAIN
CVS Tags: uebayasi-xip-base6
Changes since 1.290: +4 -2 lines
Diff to previous 1.290 (colored) to selected 1.200 (colored)

Add new et(4)/etphy(4) devices.

Revision 1.290 / (download) - annotate - [select for diffs], Wed Nov 10 10:07:44 2010 UTC (13 years, 5 months ago) by dholland
Branch: MAIN
Changes since 1.289: +9 -9 lines
Diff to previous 1.289 (colored) to selected 1.200 (colored)

<space><tab>

I went and wrote a gizmo to automate this a while back, but I seem to
have *lost* the thing. grr.

Revision 1.289 / (download) - annotate - [select for diffs], Fri Nov 5 10:28:21 2010 UTC (13 years, 5 months ago) by gsutre
Branch: MAIN
CVS Tags: uebayasi-xip-base5, uebayasi-xip-base4
Changes since 1.288: +4 -2 lines
Diff to previous 1.288 (colored) to selected 1.200 (colored)

Merge ACPI Fujitsu Driver.  Provides support for hotkeys and other
built-in components through vendor-specific ACPI devices.

ok jruoho@

Revision 1.288 / (download) - annotate - [select for diffs], Wed Nov 3 20:09:09 2010 UTC (13 years, 5 months ago) by christos
Branch: MAIN
Changes since 1.287: +3 -2 lines
Diff to previous 1.287 (colored) to selected 1.200 (colored)

add otus

Revision 1.287 / (download) - annotate - [select for diffs], Sun Oct 24 08:54:14 2010 UTC (13 years, 5 months ago) by jruoho
Branch: MAIN
Changes since 1.286: +3 -2 lines
Diff to previous 1.286 (colored) to selected 1.200 (colored)

Add acpiwmi(4) mappings for MSI laptops.

XXX: It may be necessary to fix PR # 43659 before this works on all models.

Revision 1.286 / (download) - annotate - [select for diffs], Tue Oct 12 19:10:49 2010 UTC (13 years, 6 months ago) by gsutre
Branch: MAIN
CVS Tags: uebayasi-xip-base3
Changes since 1.285: +4 -2 lines
Diff to previous 1.285 (colored) to selected 1.200 (colored)

Merge ACPI display driver.  Provides generic support for brightness
control and output switching, through ACPI video extensions.

TODO: use wsconsctl(8) instead of sysctl(8) for brightness control.

ok jruoho@
also discussed with cegger@ and jmcneill@

Revision 1.285 / (download) - annotate - [select for diffs], Sun Aug 22 18:56:21 2010 UTC (13 years, 7 months ago) by rmind
Branch: MAIN
CVS Tags: yamt-nfs-mp-base11
Changes since 1.284: +5 -2 lines
Diff to previous 1.284 (colored) to selected 1.200 (colored)

Import NPF - a packet filter.  Some features:

- Designed to be fully MP-safe and highly efficient.

- Tables/IP sets (hash or red-black tree) for high performance lookups.

- Stateful filtering and Network Address Port Translation (NAPT).
  Framework for application level gateways (ALGs).

- Packet inspection engine called n-code processor - inspired by BPF -
  supporting generic RISC-like and specific CISC-like instructions for
  common patterns (e.g. IPv4 address matching).  See npf_ncode(9) manual.

- Convenient userland utility npfctl(8) with npf.conf(8).

NOTE: This is not yet a fully capable alternative to PF or IPFilter.
Further work (support for binat/rdr, return-rst/return-icmp, common ALGs,
state saving/restoring, logging, etc) is in progress.

Thanks a lot to Matt Thomas for various useful comments and code review.
Aye by: board@

Revision 1.284 / (download) - annotate - [select for diffs], Sun Aug 8 18:28:00 2010 UTC (13 years, 8 months ago) by chs
Branch: MAIN
CVS Tags: yamt-nfs-mp-base10, uebayasi-xip-base2
Changes since 1.283: +6 -2 lines
Diff to previous 1.283 (colored) to selected 1.200 (colored)

add more (commented-out) spdmem instances for HP xw-series workstations.

Revision 1.283 / (download) - annotate - [select for diffs], Fri Jul 23 00:43:20 2010 UTC (13 years, 8 months ago) by jakllsch
Branch: MAIN
Changes since 1.282: +5 -4 lines
Diff to previous 1.282 (colored) to selected 1.200 (colored)

Almost entirely rework Intel Firmware Hub random number generator support.

This introduces fwhrng(4) which attaches via ichlpcib(4), replacing
the rnd(4) support in pchb(4).

Revision 1.282 / (download) - annotate - [select for diffs], Sun Jul 18 09:29:11 2010 UTC (13 years, 9 months ago) by jruoho
Branch: MAIN
Changes since 1.281: +3 -2 lines
Diff to previous 1.281 (colored) to selected 1.200 (colored)

Merge a driver for ACPI CPUs with basic support for processor power states,
also known as C-states. The code is modular and provides an easy way to add
the remaining functionality later (namely throttling and P-states).

Remarks:

  1.	Commented out in the GENERICs; more testing exposure is needed.

  2.	The C3-state is disabled for the time being because it turns off
	timers, among them the local APIC timer. This may not be universally
	true on all x86 processors; define ACPICPU_ENABLE_C3 to test.

  3.	The algorithm used to choose a power state may need tuning. When
	evaluating the appropriate state, the implementation uses the
	previous sleep time as an indicator. Additional hints would include
	for example the system load.

	Also bus master activity is evaluated when choosing a state. The
	usb(4) stack is notorious for such activity even when unused.
	Typically it must be disabled in order to reach the C3-state,
	but it may also prevent the use of C2.

  4.	While no extensive empirical measurements have been carried out, the
	power savings are somewhere between 1-2 W with C1 and C2, depending
	on the processor, firmware, and load. With C3 even up to 4 W can be
	saved.  The less something ticks, the more power is saved.

ok jmcneill@, joerg@, and discussed with various people.

Revision 1.281 / (download) - annotate - [select for diffs], Wed Jun 2 18:05:28 2010 UTC (13 years, 10 months ago) by dholland
Branch: MAIN
Changes since 1.280: +2 -4 lines
Diff to previous 1.280 (colored) to selected 1.200 (colored)

Remove orphaned heading "Mice"

Revision 1.280 / (download) - annotate - [select for diffs], Wed Jun 2 18:02:57 2010 UTC (13 years, 10 months ago) by dholland
Branch: MAIN
Changes since 1.279: +4 -4 lines
Diff to previous 1.279 (colored) to selected 1.200 (colored)

COMPAT_43 should not be sorted between COMPAT_40 and COMPAT_50.

Revision 1.279 / (download) - annotate - [select for diffs], Sat May 22 19:02:07 2010 UTC (13 years, 10 months ago) by plunky
Branch: MAIN
Changes since 1.278: +6 -2 lines
Diff to previous 1.278 (colored) to selected 1.200 (colored)

add btmagic(4) where other Bluetooth drivers are listed

Revision 1.278 / (download) - annotate - [select for diffs], Sat May 8 22:16:25 2010 UTC (13 years, 11 months ago) by mrg
Branch: MAIN
Changes since 1.277: +3 -2 lines
Diff to previous 1.277 (colored) to selected 1.200 (colored)

enable IPFILTER_COMPAT in all kernels that have ipfilter already.
canonicalise several of the ipf option segments in various files
(this mostly means adding commented out IPFILTER_DEFAULT_BLOCK,
or adding commented or uncommented IPFILTER_LOG or IPFILTER_LOOKUP
option statements.)

i built about 20 of these kernels to check, but not all of them.

Revision 1.277 / (download) - annotate - [select for diffs], Fri Apr 16 13:48:28 2010 UTC (14 years ago) by pooka
Branch: MAIN
CVS Tags: uebayasi-xip-base1
Changes since 1.276: +3 -3 lines
Diff to previous 1.276 (colored) to selected 1.200 (colored)

Remove unused count (invariably "4") from pseudo-device fss.

Revision 1.276 / (download) - annotate - [select for diffs], Fri Apr 9 14:37:57 2010 UTC (14 years ago) by ahoka
Branch: MAIN
Changes since 1.275: +3 -0 lines
Diff to previous 1.275 (colored) to selected 1.200 (colored)

revert last change, amd64 doesnt have monolith so dont remove pad.

Revision 1.275 / (download) - annotate - [select for diffs], Fri Apr 9 14:02:05 2010 UTC (14 years ago) by ahoka
Branch: MAIN
Changes since 1.274: +2 -5 lines
Diff to previous 1.274 (colored) to selected 1.200 (colored)

Remove pad from GENERIC, add to MONOLITH, we have it as a module now.

Revision 1.274 / (download) - annotate - [select for diffs], Thu Apr 8 17:32:30 2010 UTC (14 years ago) by jruoho
Branch: MAIN
Changes since 1.273: +3 -2 lines
Diff to previous 1.273 (colored) to selected 1.200 (colored)

Add WMI mappings for HP laptops. Requested by cegger@.
Thanks to apb@ and cegger@ for initial testing.

XXX: This conflicts with hpqlb(4). Someone with the suitable hardware needs
     to complete the list of hotkeys before -- and if -- this can replace
     hpqlb(4). For now, the driver was left uncommented in the GENERICs.

Revision 1.273 / (download) - annotate - [select for diffs], Thu Apr 8 09:45:17 2010 UTC (14 years ago) by jruoho
Branch: MAIN
Changes since 1.272: +3 -2 lines
Diff to previous 1.272 (colored) to selected 1.200 (colored)

Add wmidell(4).

Revision 1.272 / (download) - annotate - [select for diffs], Sun Mar 28 00:00:07 2010 UTC (14 years ago) by dholland
Branch: MAIN
Changes since 1.271: +4 -4 lines
Diff to previous 1.271 (colored) to selected 1.200 (colored)

sort a couple things

Revision 1.271 / (download) - annotate - [select for diffs], Sun Mar 7 09:39:42 2010 UTC (14 years, 1 month ago) by plunky
Branch: MAIN
CVS Tags: yamt-nfs-mp-base9
Branch point for: rmind-uvmplock
Changes since 1.270: +5 -2 lines
Diff to previous 1.270 (colored) to selected 1.200 (colored)

add uhso(4) device where appropriate
    - follow the lead of other USB driver declarations wrt commented out
    - (cross-)build tested all these kernels

Revision 1.270 / (download) - annotate - [select for diffs], Sat Mar 6 04:28:53 2010 UTC (14 years, 1 month ago) by cnst
Branch: MAIN
Changes since 1.269: +2 -3 lines
Diff to previous 1.269 (colored) to selected 1.200 (colored)

remove aiboost(4) from GENERICs, since it cannot win in autoconf(9) over aibs(4);  ok pgoyette

Revision 1.269 / (download) - annotate - [select for diffs], Mon Feb 22 13:42:04 2010 UTC (14 years, 1 month ago) by pgoyette
Branch: MAIN
Changes since 1.268: +6 -2 lines
Diff to previous 1.268 (colored) to selected 1.200 (colored)

Correct spelling of smscmon and add (commented out) to GENERICs

Revision 1.268 / (download) - annotate - [select for diffs], Mon Feb 22 05:59:04 2010 UTC (14 years, 1 month ago) by ahoka
Branch: MAIN
Changes since 1.267: +5 -2 lines
Diff to previous 1.267 (colored) to selected 1.200 (colored)

Add SPLASH example, like in i386.

Revision 1.267 / (download) - annotate - [select for diffs], Sun Feb 21 05:16:29 2010 UTC (14 years, 1 month ago) by cnst
Branch: MAIN
Changes since 1.266: +7 -2 lines
Diff to previous 1.266 (colored) to selected 1.200 (colored)

New wbsio(4) driver for Winbond Super I/O attachment of lm(4) on any port.

    http://mail-index.netbsd.org/tech-kern/2010/02/17/msg007338.html

Reviewed by <pgoyette>, <tech-kern>.

Revision 1.266 / (download) - annotate - [select for diffs], Tue Feb 9 03:19:50 2010 UTC (14 years, 2 months ago) by cnst
Branch: MAIN
Changes since 1.265: +3 -2 lines
Diff to previous 1.265 (colored) to selected 1.200 (colored)

New aibs(4) driver for ASUSTeK AI Booster (ACPI ATK0110) hardware monitor
with limit support.

        http://thread.gmane.org/gmane.os.netbsd.devel.kernel/35654

Reviewed by <pgoyette>, <jruoho> and <tech-kern>.

Revision 1.265 / (download) - annotate - [select for diffs], Mon Feb 8 21:45:32 2010 UTC (14 years, 2 months ago) by pgoyette
Branch: MAIN
Changes since 1.264: +4 -3 lines
Diff to previous 1.264 (colored) to selected 1.200 (colored)

Add flags to all instances of lm(4), add a reference to man page

Revision 1.264 / (download) - annotate - [select for diffs], Sat Feb 6 20:12:32 2010 UTC (14 years, 2 months ago) by pgoyette
Branch: MAIN
CVS Tags: uebayasi-xip-base
Branch point for: uebayasi-xip
Changes since 1.263: +3 -2 lines
Diff to previous 1.263 (colored) to selected 1.200 (colored)

Add acpismbus enries - commented out!

Revision 1.263 / (download) - annotate - [select for diffs], Sun Jan 31 12:20:22 2010 UTC (14 years, 2 months ago) by jruoho
Branch: MAIN
Changes since 1.262: +2 -3 lines
Diff to previous 1.262 (colored) to selected 1.200 (colored)

Remove ACPICA_PEDANTIC.

Revision 1.262 / (download) - annotate - [select for diffs], Thu Jan 7 18:49:30 2010 UTC (14 years, 3 months ago) by tnn
Branch: MAIN
Changes since 1.261: +2 -6 lines
Diff to previous 1.261 (colored) to selected 1.200 (colored)

uhmodem(4) is superseded by u3g(4) and u3ginit(4).
Prepare for uhmodem(4) removal by not building it anymore.
This may fix PR kern/41174.

Revision 1.261 / (download) - annotate - [select for diffs], Thu Jan 7 00:18:47 2010 UTC (14 years, 3 months ago) by martin
Branch: MAIN
Changes since 1.260: +3 -2 lines
Diff to previous 1.260 (colored) to selected 1.200 (colored)

Add the u3ginit driver to all configs which have the u3g driver

Revision 1.260 / (download) - annotate - [select for diffs], Wed Dec 23 01:04:45 2009 UTC (14 years, 3 months ago) by pooka
Branch: MAIN
Changes since 1.259: +2 -4 lines
Diff to previous 1.259 (colored) to selected 1.200 (colored)

unifdef -D UGEN_BULK_RA_WB

Default behaviour unchanged, the feature must still be explicitly
enabled for a ugen fd.

Revision 1.259 / (download) - annotate - [select for diffs], Sat Dec 5 20:11:03 2009 UTC (14 years, 4 months ago) by pooka
Branch: MAIN
CVS Tags: matt-premerge-20091211
Changes since 1.258: +4 -3 lines
Diff to previous 1.258 (colored) to selected 1.200 (colored)

Remove the portalfs kernel file system driver.  Replace mount_portal(8)
with a version based on puffs.  User functionality remains the same.

Revision 1.258 / (download) - annotate - [select for diffs], Thu Dec 3 11:37:55 2009 UTC (14 years, 4 months ago) by sborrill
Branch: MAIN
Changes since 1.257: +6 -2 lines
Diff to previous 1.257 (colored) to selected 1.200 (colored)

Add udl(4)

Revision 1.257 / (download) - annotate - [select for diffs], Fri Oct 2 16:47:52 2009 UTC (14 years, 6 months ago) by jmcneill
Branch: MAIN
Changes since 1.256: +3 -2 lines
Diff to previous 1.256 (colored) to selected 1.200 (colored)

PR# kern/42139: ACPI WMI: new driver

Import acpiwmi(4) from Jukka Ruohonen. From the PR:

Attached is a driver that implements ACPI WMI API:

http://www.microsoft.com/whdc/system/pnppwr/wmi/wmi-acpi.mspx

The WMI is used to provide a generic interface for OEMs to use certain
platform/laptop-specific additions to the standard ACPI in a somewhat
portable way. These can be hotkeys for additional buttons, different event
handlers (wireless kill switch, lid switch, etc.), and so on. At least HP
and Acer use it by default nowadays.

The benefit of this interface would be portability. For an example, instead
of hpqlb(4) that works only with certain HP models, we could have a generic
HP WMI-driver that should work in theory across all HP laptops. On many new
laptops WMI may also be the only way to access laptop/manufacturer-specific
features.

Revision 1.256 / (download) - annotate - [select for diffs], Wed Sep 30 22:19:27 2009 UTC (14 years, 6 months ago) by jmcneill
Branch: MAIN
Changes since 1.255: +3 -2 lines
Diff to previous 1.255 (colored) to selected 1.200 (colored)

Need sdmmc* at wb?

Revision 1.255 / (download) - annotate - [select for diffs], Wed Sep 30 20:49:07 2009 UTC (14 years, 6 months ago) by jmcneill
Branch: MAIN
Changes since 1.254: +2 -3 lines
Diff to previous 1.254 (colored) to selected 1.200 (colored)

wss@acpi doesn't make much sense on amd64, so remove it

Revision 1.254 / (download) - annotate - [select for diffs], Wed Sep 30 20:48:09 2009 UTC (14 years, 6 months ago) by jmcneill
Branch: MAIN
Changes since 1.253: +3 -2 lines
Diff to previous 1.253 (colored) to selected 1.200 (colored)

add and enable wb(4)

Revision 1.253 / (download) - annotate - [select for diffs], Sun Sep 20 01:14:31 2009 UTC (14 years, 6 months ago) by christos
Branch: MAIN
Changes since 1.252: +4 -3 lines
Diff to previous 1.252 (colored) to selected 1.200 (colored)

add toshide

Revision 1.252 / (download) - annotate - [select for diffs], Mon Sep 7 22:59:47 2009 UTC (14 years, 7 months ago) by jmcneill
Branch: MAIN
CVS Tags: yamt-nfs-mp-base8
Changes since 1.251: +4 -4 lines
Diff to previous 1.251 (colored) to selected 1.200 (colored)

Switch on hdaudio(4)

Revision 1.251 / (download) - annotate - [select for diffs], Mon Sep 7 10:40:54 2009 UTC (14 years, 7 months ago) by jmcneill
Branch: MAIN
Changes since 1.250: +4 -4 lines
Diff to previous 1.250 (colored) to selected 1.200 (colored)

Refer to hdaudio as 'High Definition Audio', not
'Intel High Definition Audio' as many vendors implement the HD audio spec.

Revision 1.250 / (download) - annotate - [select for diffs], Sun Sep 6 17:25:56 2009 UTC (14 years, 7 months ago) by sborrill
Branch: MAIN
Changes since 1.249: +6 -2 lines
Diff to previous 1.249 (colored) to selected 1.200 (colored)

hdaudio(4) is a standards-compliant driver for Intel High Definition Audio.
It will replace azalia(4) after testing.

To use, comment out azalia in your kernel configuration and uncomment the
hdaudio and hdafg lines so it reads:

# Intel High Definition Audio
hdaudio*	at pci? dev ? function ?
hdafg*		at hdaudiobus?

You should also:
cd /dev
sh MAKEDEV audio

Revision 1.249 / (download) - annotate - [select for diffs], Sun Aug 9 21:32:16 2009 UTC (14 years, 8 months ago) by christos
Branch: MAIN
CVS Tags: yamt-nfs-mp-base7
Changes since 1.248: +10 -0 lines
Diff to previous 1.248 (colored) to selected 1.200 (colored)

put back drm.

Revision 1.248 / (download) - annotate - [select for diffs], Sun Aug 9 20:27:06 2009 UTC (14 years, 8 months ago) by christos
Branch: MAIN
Changes since 1.247: +2 -12 lines
Diff to previous 1.247 (colored) to selected 1.200 (colored)

remove drm stuff for now

Revision 1.247 / (download) - annotate - [select for diffs], Sun Aug 9 19:37:35 2009 UTC (14 years, 8 months ago) by christos
Branch: MAIN
Changes since 1.246: +14 -2 lines
Diff to previous 1.246 (colored) to selected 1.200 (colored)

add spic and drm to generic

Revision 1.246 / (download) - annotate - [select for diffs], Mon Jul 27 12:34:13 2009 UTC (14 years, 8 months ago) by kiyohara
Branch: MAIN
Changes since 1.245: +3 -2 lines
Diff to previous 1.245 (colored) to selected 1.200 (colored)

Support Marvell Hercules-I/II SATA Controllers.

Revision 1.245 / (download) - annotate - [select for diffs], Sun Jul 19 06:28:08 2009 UTC (14 years, 9 months ago) by kiyohara
Branch: MAIN
CVS Tags: jymxensuspend-base
Changes since 1.244: +3 -2 lines
Diff to previous 1.244 (colored) to selected 1.200 (colored)

Support siisata@cardbus.
  It tested on amd64 and i386 only.

Revision 1.244 / (download) - annotate - [select for diffs], Fri May 22 18:57:40 2009 UTC (14 years, 10 months ago) by christos
Branch: MAIN
CVS Tags: yamt-nfs-mp-base6, yamt-nfs-mp-base5
Changes since 1.243: +7 -3 lines
Diff to previous 1.243 (colored) to selected 1.200 (colored)

add uhmodem, uncomment wd* at umass

Revision 1.243 / (download) - annotate - [select for diffs], Mon Apr 27 12:02:10 2009 UTC (14 years, 11 months ago) by joerg
Branch: MAIN
CVS Tags: yamt-nfs-mp-base4, yamt-nfs-mp-base3, nick-hppapmap-base4
Changes since 1.242: +3 -2 lines
Diff to previous 1.242 (colored) to selected 1.200 (colored)

Add commented out hpet@ichlpcib entry.

Revision 1.242 / (download) - annotate - [select for diffs], Tue Apr 21 03:00:29 2009 UTC (14 years, 11 months ago) by nonaka
Branch: MAIN
CVS Tags: nick-hppapmap-base3, nick-hppapmap-base
Changes since 1.241: +15 -2 lines
Diff to previous 1.241 (colored) to selected 1.200 (colored)

Added SD/MMC support from OpenBSD.
tested on i386, amd64 at current-users ML by pgoyette@.
tested on zaurus by myself.

Revision 1.241 / (download) - annotate - [select for diffs], Mon Apr 20 20:49:22 2009 UTC (14 years, 11 months ago) by cegger
Branch: MAIN
Changes since 1.240: +3 -2 lines
Diff to previous 1.240 (colored) to selected 1.200 (colored)

add ale(4)

Revision 1.240 / (download) - annotate - [select for diffs], Fri Apr 10 23:01:46 2009 UTC (15 years ago) by perry
Branch: MAIN
Changes since 1.239: +3 -2 lines
Diff to previous 1.239 (colored) to selected 1.200 (colored)

add (commented out) options LOCKDEBUG

Revision 1.239 / (download) - annotate - [select for diffs], Fri Mar 6 09:58:14 2009 UTC (15 years, 1 month ago) by cegger
Branch: MAIN
Changes since 1.238: +4 -2 lines
Diff to previous 1.238 (colored) to selected 1.200 (colored)

add age(4) and atphy(4)

Revision 1.238 / (download) - annotate - [select for diffs], Mon Feb 16 22:41:32 2009 UTC (15 years, 2 months ago) by jmcneill
Branch: MAIN
CVS Tags: nick-hppapmap-base2
Changes since 1.237: +4 -2 lines
Diff to previous 1.237 (colored) to selected 1.200 (colored)

Add and enable genfb(4)

Revision 1.237 / (download) - annotate - [select for diffs], Thu Jan 29 21:48:13 2009 UTC (15 years, 2 months ago) by ad
Branch: MAIN
Branch point for: jym-xensuspend
Changes since 1.236: +5 -5 lines
Diff to previous 1.236 (colored) to selected 1.200 (colored)

Enable BUFQ_PRIOCSCAN by default.

Revision 1.236 / (download) - annotate - [select for diffs], Sun Jan 11 02:45:45 2009 UTC (15 years, 3 months ago) by christos
Branch: MAIN
CVS Tags: mjf-devfs2-base
Changes since 1.235: +3 -2 lines
Diff to previous 1.235 (colored) to selected 1.200 (colored)

merge christos-time_t

Revision 1.235 / (download) - annotate - [select for diffs], Sun Dec 14 00:45:03 2008 UTC (15 years, 4 months ago) by jmcneill
Branch: MAIN
CVS Tags: christos-time_t-nbase, christos-time_t-base
Branch point for: christos-time_t
Changes since 1.234: +3 -2 lines
Diff to previous 1.234 (colored) to selected 1.200 (colored)

add options PMS_ELANTECH_TOUCHPAD

Revision 1.234 / (download) - annotate - [select for diffs], Mon Nov 24 11:41:07 2008 UTC (15 years, 4 months ago) by ad
Branch: MAIN
CVS Tags: haad-nbase2, haad-dm-base2, haad-dm-base, ad-audiomp2-base, ad-audiomp2
Changes since 1.233: +2 -3 lines
Diff to previous 1.233 (colored) to selected 1.200 (colored)

Remove softdep, pass 1. We are focused on improving journalling.

Proposed on tech-kern@.

Revision 1.233 / (download) - annotate - [select for diffs], Wed Nov 12 14:36:31 2008 UTC (15 years, 5 months ago) by ad
Branch: MAIN
Changes since 1.232: +3 -3 lines
Diff to previous 1.232 (colored) to selected 1.200 (colored)

Comment out P1003_1B_SEMAPHORE. The ksem module will now be autoloaded from
the file system if POSIX semaphores are used.

Revision 1.232 / (download) - annotate - [select for diffs], Wed Nov 12 12:35:56 2008 UTC (15 years, 5 months ago) by ad
Branch: MAIN
Changes since 1.231: +2 -3 lines
Diff to previous 1.231 (colored) to selected 1.200 (colored)

Remove LKMs and switch to the module framework, pass 1.

Proposed on tech-kern@.

Revision 1.231 / (download) - annotate - [select for diffs], Sun Oct 19 11:34:31 2008 UTC (15 years, 6 months ago) by joerg
Branch: MAIN
CVS Tags: netbsd-5-base, netbsd-5-0-RC1, matt-mips64-base2, haad-dm-base1
Branch point for: nick-hppapmap, netbsd-5
Changes since 1.230: +8 -4 lines
Diff to previous 1.230 (colored) to selected 1.200 (colored)

Add u3g entries in kernels that have ugensa as well.

Revision 1.230 / (download) - annotate - [select for diffs], Sat Oct 11 21:54:11 2008 UTC (15 years, 6 months ago) by bouyer
Branch: MAIN
Changes since 1.229: +3 -2 lines
Diff to previous 1.229 (colored) to selected 1.200 (colored)

jme(4), a driver for JMicron Technologies JME250 Gigabit Ethernet and
JME260 Fast Ethernet PCI Express controllers.
Written with a lot of cut-n-paste from the FreeBSD jme(4) driver.
No support for jumbo ethernet frames yet (but should come soon).
Thanks to JMicron Technologies for providing me sample boards and
documentation for this work.

Revision 1.229 / (download) - annotate - [select for diffs], Tue Oct 7 12:43:31 2008 UTC (15 years, 6 months ago) by pgoyette
Branch: MAIN
CVS Tags: wrstuden-revivesa-base-4
Changes since 1.228: +6 -5 lines
Diff to previous 1.228 (colored) to selected 1.200 (colored)

Move all platforms to new dbCool driver in preparation for removal of
chip-specific drivers

Revision 1.228 / (download) - annotate - [select for diffs], Tue Oct 7 09:30:04 2008 UTC (15 years, 6 months ago) by rmind
Branch: MAIN
Changes since 1.227: +3 -2 lines
Diff to previous 1.227 (colored) to selected 1.200 (colored)

Add a note that SysV IPC parameters could be changed dynamically.

Revision 1.227 / (download) - annotate - [select for diffs], Tue Sep 30 16:46:56 2008 UTC (15 years, 6 months ago) by jmcneill
Branch: MAIN
Changes since 1.226: +2 -6 lines
Diff to previous 1.226 (colored) to selected 1.200 (colored)

Remove esl(4)

Revision 1.226 / (download) - annotate - [select for diffs], Tue Sep 9 03:26:42 2008 UTC (15 years, 7 months ago) by ober
Branch: MAIN
CVS Tags: wrstuden-revivesa-base-3
Changes since 1.225: +3 -2 lines
Diff to previous 1.225 (colored) to selected 1.200 (colored)

Adding iwn(4) to GENERIC

Revision 1.225 / (download) - annotate - [select for diffs], Tue Sep 9 01:18:45 2008 UTC (15 years, 7 months ago) by jmcneill
Branch: MAIN
Changes since 1.224: +3 -2 lines
Diff to previous 1.224 (colored) to selected 1.200 (colored)

Add uvideo(4)

Revision 1.224 / (download) - annotate - [select for diffs], Sat Sep 6 20:08:13 2008 UTC (15 years, 7 months ago) by jmcneill
Branch: MAIN
CVS Tags: wrstuden-revivesa-base-2
Changes since 1.223: +8 -2 lines
Diff to previous 1.223 (colored) to selected 1.200 (colored)

Enable video(4) and pseye(4)

Revision 1.223 / (download) - annotate - [select for diffs], Mon Aug 25 15:27:47 2008 UTC (15 years, 7 months ago) by cegger
Branch: MAIN
Changes since 1.222: +3 -2 lines
Diff to previous 1.222 (colored) to selected 1.200 (colored)

GENERIC: add auacer(4) which is already in XEN3_DOM0
XEN3_DOM0: add azalia(4) which is already in GENERIC

Revision 1.222 / (download) - annotate - [select for diffs], Thu Aug 21 18:06:17 2008 UTC (15 years, 7 months ago) by bouyer
Branch: MAIN
Changes since 1.221: +3 -3 lines
Diff to previous 1.221 (colored) to selected 1.200 (colored)

Enable ipmi(4) by default in GENERIC and related kernels.

Revision 1.221 / (download) - annotate - [select for diffs], Sun Aug 10 18:43:52 2008 UTC (15 years, 8 months ago) by cube
Branch: MAIN
Changes since 1.220: +2 -7 lines
Diff to previous 1.220 (colored) to selected 1.200 (colored)

Accept filters are cool, but it's not a reason to select them twice.

Revision 1.220 / (download) - annotate - [select for diffs], Sun Aug 10 15:31:20 2008 UTC (15 years, 8 months ago) by tls
Branch: MAIN
Changes since 1.219: +7 -2 lines
Diff to previous 1.219 (colored) to selected 1.200 (colored)

Add accept filters to GENERIC kernels where they exist.

Revision 1.219 / (download) - annotate - [select for diffs], Sun Aug 10 08:53:29 2008 UTC (15 years, 8 months ago) by cegger
Branch: MAIN
Changes since 1.218: +7 -2 lines
Diff to previous 1.218 (colored) to selected 1.200 (colored)

Add accept filters per request from port-xen:
http://mail-index.netbsd.org/port-xen/2008/08/10/msg004087.html

pseudo-device entries were copied from sys/arch/i386/conf/GENERIC, rev. 1.904

Revision 1.218 / (download) - annotate - [select for diffs], Thu Jul 31 14:15:00 2008 UTC (15 years, 8 months ago) by joerg
Branch: MAIN
Changes since 1.217: +3 -2 lines
Diff to previous 1.217 (colored) to selected 1.200 (colored)

Include VGA_POST by default in GENERIC and ALL on x86 now that the code
is conditional.

Revision 1.217 / (download) - annotate - [select for diffs], Thu Jul 31 07:40:59 2008 UTC (15 years, 8 months ago) by simonb
Branch: MAIN
Changes since 1.216: +3 -2 lines
Diff to previous 1.216 (colored) to selected 1.200 (colored)

Add "options WAPBL" to standard GENERIC/INSTALL type configs.

Revision 1.216 / (download) - annotate - [select for diffs], Mon May 26 00:33:37 2008 UTC (15 years, 10 months ago) by jmcneill
Branch: MAIN
CVS Tags: yamt-pf42-base4, yamt-pf42-base3, wrstuden-revivesa-base-1, wrstuden-revivesa-base, simonb-wapbl-nbase, simonb-wapbl-base
Branch point for: simonb-wapbl, haad-dm
Changes since 1.215: +5 -2 lines
Diff to previous 1.215 (colored) to selected 1.200 (colored)

Add uberry.

Revision 1.215 / (download) - annotate - [select for diffs], Sun May 25 19:05:16 2008 UTC (15 years, 10 months ago) by agc
Branch: MAIN
Changes since 1.214: +3 -3 lines
Diff to previous 1.214 (colored) to selected 1.200 (colored)

Re-enable INCLUDE_CONFIG_FILE in the GENERIC kernel config files for
i386, amd64 and usermode - it is necessary for retrieving information
on kernel configuration for running kernels - cf config -x.

Revision 1.214 / (download) - annotate - [select for diffs], Fri May 23 21:22:38 2008 UTC (15 years, 10 months ago) by jnemeth
Branch: MAIN
Changes since 1.213: +3 -2 lines
Diff to previous 1.213 (colored) to selected 1.200 (colored)

add siisata(4) -- SiI SteelVine SATA2

Revision 1.213 / (download) - annotate - [select for diffs], Sun May 18 22:05:59 2008 UTC (15 years, 11 months ago) by cegger
Branch: MAIN
CVS Tags: hpcarm-cleanup-nbase
Changes since 1.212: +3 -2 lines
Diff to previous 1.212 (colored) to selected 1.200 (colored)

acpidalb(4): Driver for PNP0C32 Hotkeys aka "Direct Application Launch Buttons".
"awesome" jmcneill

Revision 1.212 / (download) - annotate - [select for diffs], Sun May 18 03:52:17 2008 UTC (15 years, 11 months ago) by bjs
Branch: MAIN
CVS Tags: yamt-pf42-base2
Changes since 1.211: +3 -3 lines
Diff to previous 1.211 (colored) to selected 1.200 (colored)

second instance of PCI_INTR_FIXUP -> PCI_ADDR_FIXUP, change comment to
match.

Revision 1.211 / (download) - annotate - [select for diffs], Sun May 18 02:10:10 2008 UTC (15 years, 11 months ago) by jmcneill
Branch: MAIN
Changes since 1.210: +4 -2 lines
Diff to previous 1.210 (colored) to selected 1.200 (colored)

Add commented out entries for PCI_BUS_FIXUP and PCI_ADDR_FIXUP

Revision 1.210 / (download) - annotate - [select for diffs], Mon May 5 14:44:26 2008 UTC (15 years, 11 months ago) by ad
Branch: MAIN
CVS Tags: yamt-nfs-mp-base2
Branch point for: wrstuden-revivesa
Changes since 1.209: +7 -7 lines
Diff to previous 1.209 (colored) to selected 1.200 (colored)

The kernel is too large. Reduce size by commenting out eye candy options:

{ACPI,MII,PCI,USB}VERBOSE

Also remove INCLUDE_CONFIG_FILE, because it doesn't make sense in GENERIC.

Revision 1.209 / (download) - annotate - [select for diffs], Fri May 2 15:26:38 2008 UTC (15 years, 11 months ago) by ad
Branch: MAIN
Changes since 1.208: +6 -2 lines
Diff to previous 1.208 (colored) to selected 1.200 (colored)

- Give x86 BIOS boot the ability to load new style modules and pass them
  into the kernel. Based on a patch by jmcneill@, with many fixes and
  improvements by me.

- Put MEMORY_DISK_DYNAMIC and MODULAR into the GENERIC kernels, so that
  you can load miniroot.kmod from the boot blocks and boot into the
  installer!

Revision 1.208 / (download) - annotate - [select for diffs], Thu May 1 20:18:18 2008 UTC (15 years, 11 months ago) by cegger
Branch: MAIN
Changes since 1.207: +3 -2 lines
Diff to previous 1.207 (colored) to selected 1.200 (colored)

hpqlb(4): driver for HP Quick Launch buttons - found on HP Pavilion Notebooks

Revision 1.207 / (download) - annotate - [select for diffs], Wed Apr 30 22:08:18 2008 UTC (15 years, 11 months ago) by ad
Branch: MAIN
Changes since 1.206: +2 -7 lines
Diff to previous 1.206 (colored) to selected 1.200 (colored)

Shuffle ioapic/mainbus/cpu into std.amd64 like i386.

Revision 1.206 / (download) - annotate - [select for diffs], Tue Apr 29 12:43:58 2008 UTC (15 years, 11 months ago) by ad
Branch: MAIN
Changes since 1.205: +2 -3 lines
Diff to previous 1.205 (colored) to selected 1.200 (colored)

Require MULTIPROCESSOR. PR kern/38537.

Revision 1.205 / (download) - annotate - [select for diffs], Tue Apr 22 22:37:13 2008 UTC (15 years, 11 months ago) by cegger
Branch: MAIN
CVS Tags: yamt-nfs-mp-base
Branch point for: yamt-nfs-mp
Changes since 1.204: +4 -2 lines
Diff to previous 1.204 (colored) to selected 1.200 (colored)

amdtemp(4): Driver for AMD CPU Temperature Sensors. Adopted from OpenBSD's kate(4).
Changes beyond OpenBSD's driver:
- Improved support for AMD K8
- Added support for AMD Barcelona, AMD Phenom and AMD Griffin
Tested on various single and multi-socket machines.
Review and OK xtreame

Revision 1.204 / (download) - annotate - [select for diffs], Thu Apr 3 22:51:09 2008 UTC (16 years ago) by xtraeme
Branch: MAIN
CVS Tags: yamt-pf42-baseX, yamt-pf42-base
Branch point for: yamt-pf42
Changes since 1.203: +5 -2 lines
Diff to previous 1.203 (colored) to selected 1.200 (colored)

Add finsio(4) entry (commented out).

Revision 1.203 / (download) - annotate - [select for diffs], Mon Mar 31 15:21:01 2008 UTC (16 years ago) by jmcneill
Branch: MAIN
Changes since 1.202: +3 -2 lines
Diff to previous 1.202 (colored) to selected 1.200 (colored)

Enable asus(4)

Revision 1.202 / (download) - annotate - [select for diffs], Mon Mar 31 09:42:25 2008 UTC (16 years ago) by njoly
Branch: MAIN
Changes since 1.201: +3 -3 lines
Diff to previous 1.201 (colored) to selected 1.200 (colored)

Revert unexpected DDB_ONPANIC change introduced in last revision.

Revision 1.201 / (download) - annotate - [select for diffs], Sat Mar 29 01:14:25 2008 UTC (16 years ago) by cube
Branch: MAIN
Changes since 1.200: +4 -3 lines
Diff to previous 1.200 (colored)

Add and enable lii(4) in amd64 configurations, too, as it is very likely
the hw is used on amd64-capable otherboards, although it is not confirmed
yet.

Revision 1.200 / (download) - annotate - [selected], Fri Feb 29 14:42:32 2008 UTC (16 years, 1 month ago) by jmmv
Branch: MAIN
CVS Tags: yamt-lazymbuf-base15, yamt-lazymbuf-base14, matt-armv6-nbase, keiichi-mipv6-nbase, keiichi-mipv6-base, ad-socklock-base1
Changes since 1.199: +3 -3 lines
Diff to previous 1.199 (colored)

Remove GENERIC.local from the repository

Make all the kernels that currently include their corresponding GENERIC.local
file use the cinclude directive instead of include.  This way config(1) will
not complain if the file cannot be found.

After doing this, remove the GENERIC.local files from the repository so that
the user will not see modified files during updates, and local changes to
them cannot end up in the repository by mistake.

Discussed in tech-kern@ earlier this month.  No strong objections.

Revision 1.199 / (download) - annotate - [select for diffs], Wed Jan 30 19:58:20 2008 UTC (16 years, 2 months ago) by ad
Branch: MAIN
CVS Tags: nick-net80211-sync-base, nick-net80211-sync, mjf-devfs-base, hpcarm-cleanup-base
Branch point for: mjf-devfs2, keiichi-mipv6
Changes since 1.198: +3 -3 lines
Diff to previous 1.198 (colored) to selected 1.200 (colored)

Crank maxusers to 64.

Revision 1.198 / (download) - annotate - [select for diffs], Mon Jan 7 08:30:03 2008 UTC (16 years, 3 months ago) by martti
Branch: MAIN
CVS Tags: matt-armv6-base, bouyer-xeni386-nbase, bouyer-xeni386-base
Changes since 1.197: +8 -8 lines
Diff to previous 1.197 (colored) to selected 1.200 (colored)

Fixed option indentation, it should be

option<space><tab>
makeoption<space><tab>

Revision 1.197 / (download) - annotate - [select for diffs], Tue Jan 1 13:35:36 2008 UTC (16 years, 3 months ago) by jmmv
Branch: MAIN
Changes since 1.196: +2 -3 lines
Diff to previous 1.196 (colored) to selected 1.200 (colored)

Revert previous by removing the apm entry.  Even though the driver seems
to work, we do not build any userland support for it; see 1.183's commit
message.  Per jmcneill@'s request.

Revision 1.196 / (download) - annotate - [select for diffs], Tue Jan 1 11:05:27 2008 UTC (16 years, 3 months ago) by jmmv
Branch: MAIN
Changes since 1.195: +3 -2 lines
Diff to previous 1.195 (colored) to selected 1.200 (colored)

Add the ACPI apm emulation device.

Revision 1.195 / (download) - annotate - [select for diffs], Tue Jan 1 10:48:36 2008 UTC (16 years, 3 months ago) by jmmv
Branch: MAIN
Changes since 1.194: +6 -2 lines
Diff to previous 1.194 (colored) to selected 1.200 (colored)

Add and enable piixpm.  Confirmed working under VMware Fusion.

Revision 1.194 / (download) - annotate - [select for diffs], Mon Dec 31 15:31:47 2007 UTC (16 years, 3 months ago) by ad
Branch: MAIN
Changes since 1.193: +2 -3 lines
Diff to previous 1.193 (colored) to selected 1.200 (colored)

Remove systrace. Ok core@.

Revision 1.193 / (download) - annotate - [select for diffs], Sun Dec 30 13:15:21 2007 UTC (16 years, 3 months ago) by joerg
Branch: MAIN
Changes since 1.192: +9 -2 lines
Diff to previous 1.192 (colored) to selected 1.200 (colored)

Enable wedge autodiscovery and wedge support for GPT. Both MBR and BSD
disklabel support is *not* enabled, but documented.

Revision 1.192 / (download) - annotate - [select for diffs], Sat Dec 29 06:09:05 2007 UTC (16 years, 3 months ago) by xtraeme
Branch: MAIN
Changes since 1.191: +3 -3 lines
Diff to previous 1.191 (colored) to selected 1.200 (colored)

Update itesio(4) comments.

Revision 1.191 / (download) - annotate - [select for diffs], Wed Dec 26 23:00:50 2007 UTC (16 years, 3 months ago) by elad
Branch: MAIN
Changes since 1.190: +4 -3 lines
Diff to previous 1.190 (colored) to selected 1.200 (colored)

Compile in by default (disabled) PaX ASLR for amd64 and i386.

Revision 1.190 / (download) - annotate - [select for diffs], Wed Dec 26 16:28:17 2007 UTC (16 years, 3 months ago) by joerg
Branch: MAIN
CVS Tags: vmlocking2-base3
Changes since 1.189: +9 -2 lines
Diff to previous 1.189 (colored) to selected 1.200 (colored)

Add PHYSMEM_MAX_ADDR and PHYSMEM_MAX_SIZE options. This limit physical
memory based on overall size (useful for debugging to keep core dumps
small) or maximum address (when using devices with bus dma limits).
Contrary to REALBASEMEM and REALEXTMEM, they still use the BIOS memory
map and can therefore deal with fragmented memory.

Revision 1.189 / (download) - annotate - [select for diffs], Mon Dec 24 07:54:26 2007 UTC (16 years, 3 months ago) by kiyohara
Branch: MAIN
Changes since 1.188: +9 -9 lines
Diff to previous 1.188 (colored) to selected 1.200 (colored)

Remove white-spaces.

Revision 1.188 / (download) - annotate - [select for diffs], Sun Dec 23 17:33:57 2007 UTC (16 years, 3 months ago) by jmcneill
Branch: MAIN
Changes since 1.187: +3 -2 lines
Diff to previous 1.187 (colored) to selected 1.200 (colored)

Add sony* at acpi?

Revision 1.187 / (download) - annotate - [select for diffs], Fri Dec 21 18:31:12 2007 UTC (16 years, 3 months ago) by dsl
Branch: MAIN
Changes since 1.186: +4 -4 lines
Diff to previous 1.186 (colored) to selected 1.200 (colored)

Enable LINUX and LINUX32 emulation.

Revision 1.186 / (download) - annotate - [select for diffs], Fri Dec 21 15:18:28 2007 UTC (16 years, 3 months ago) by jmcneill
Branch: MAIN
Changes since 1.185: +3 -2 lines
Diff to previous 1.185 (colored) to selected 1.200 (colored)

Add thinkpad at acpi

Revision 1.185 / (download) - annotate - [select for diffs], Thu Dec 20 23:32:25 2007 UTC (16 years, 3 months ago) by ad
Branch: MAIN
Changes since 1.184: +3 -3 lines
Diff to previous 1.184 (colored) to selected 1.200 (colored)

Remove GENERIC.MP config and enable SMP by default on amd64.

Revision 1.184 / (download) - annotate - [select for diffs], Mon Dec 17 04:36:16 2007 UTC (16 years, 4 months ago) by riz
Branch: MAIN
Changes since 1.183: +5 -2 lines
Diff to previous 1.183 (colored) to selected 1.200 (colored)

Add drvctl(4)

Revision 1.183 / (download) - annotate - [select for diffs], Tue Dec 11 04:22:46 2007 UTC (16 years, 4 months ago) by jmcneill
Branch: MAIN
CVS Tags: yamt-kmem-base3, yamt-kmem-base2, cube-autoconf-base, cube-autoconf
Changes since 1.182: +2 -3 lines
Diff to previous 1.182 (colored) to selected 1.200 (colored)

Disable apm@acpi on amd64, since we don't create /dev/apmctl, build apmd,
or provide machine/apmvar.h. Ok ad@

Revision 1.182 / (download) - annotate - [select for diffs], Mon Dec 10 17:44:33 2007 UTC (16 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.181: +7 -3 lines
Diff to previous 1.181 (colored) to selected 1.200 (colored)

Add acpiecdt and add a comment explaining it (from i386/GENERIC).

Revision 1.181 / (download) - annotate - [select for diffs], Mon Dec 10 12:35:27 2007 UTC (16 years, 4 months ago) by jmcneill
Branch: MAIN
Branch point for: bouyer-xeni386
Changes since 1.180: +13 -13 lines
Diff to previous 1.180 (colored) to selected 1.200 (colored)

Revert previous, thanks wiz!

Revision 1.180 / (download) - annotate - [select for diffs], Sun Dec 9 20:27:43 2007 UTC (16 years, 4 months ago) by jmcneill
Branch: MAIN
Changes since 1.179: +15 -15 lines
Diff to previous 1.179 (colored) to selected 1.200 (colored)

Merge jmcneill-pm branch.

Revision 1.179 / (download) - annotate - [select for diffs], Wed Dec 5 00:19:40 2007 UTC (16 years, 4 months ago) by xtraeme
Branch: MAIN
CVS Tags: yamt-kmem-base, vmlocking2-base2, reinoud-bufcleanup-nbase, reinoud-bufcleanup-base, jmcneill-pm-base
Branch point for: yamt-kmem
Changes since 1.178: +3 -3 lines
Diff to previous 1.178 (colored) to selected 1.200 (colored)

arc(4) -> arcmsr(4)

Revision 1.178 / (download) - annotate - [select for diffs], Tue Dec 4 18:53:57 2007 UTC (16 years, 4 months ago) by xtraeme
Branch: MAIN
Changes since 1.177: +3 -2 lines
Diff to previous 1.177 (colored) to selected 1.200 (colored)

Enable arc(4).

Revision 1.177 / (download) - annotate - [select for diffs], Sun Dec 2 05:19:12 2007 UTC (16 years, 4 months ago) by kiyohara
Branch: MAIN
CVS Tags: vmlocking2-base1, vmlocking-nbase
Branch point for: vmlocking2
Changes since 1.176: +4 -2 lines
Diff to previous 1.176 (colored) to selected 1.200 (colored)

Add bcsp(4).

Revision 1.176 / (download) - annotate - [select for diffs], Thu Nov 22 14:33:53 2007 UTC (16 years, 4 months ago) by jnemeth
Branch: MAIN
CVS Tags: bouyer-xenamd64-base
Changes since 1.175: +4 -4 lines
Diff to previous 1.175 (colored) to selected 1.200 (colored)

comment out com*/lpt* at acpi? as they cause these ports to move from
their traditional location and imminent changes in -current will cause
them to move back

Revision 1.175 / (download) - annotate - [select for diffs], Thu Nov 15 12:58:29 2007 UTC (16 years, 5 months ago) by xtraeme
Branch: MAIN
CVS Tags: bouyer-xenamd64-base2
Changes since 1.174: +3 -3 lines
Diff to previous 1.174 (colored) to selected 1.200 (colored)

Update for it(4) -> itesio(4) rename.

Revision 1.174 / (download) - annotate - [select for diffs], Tue Nov 13 16:33:54 2007 UTC (16 years, 5 months ago) by ghen
Branch: MAIN
Changes since 1.173: +3 -3 lines
Diff to previous 1.173 (colored) to selected 1.200 (colored)

Add description for EST_FREQ_USERWRITE (from i386).

Revision 1.173 / (download) - annotate - [select for diffs], Sun Nov 11 17:56:10 2007 UTC (16 years, 5 months ago) by jmcneill
Branch: MAIN
Changes since 1.172: +5 -2 lines
Diff to previous 1.172 (colored) to selected 1.200 (colored)

Enable pad(4)

Revision 1.172 / (download) - annotate - [select for diffs], Sun Nov 4 14:34:19 2007 UTC (16 years, 5 months ago) by xtraeme
Branch: MAIN
CVS Tags: jmcneill-base
Branch point for: mjf-devfs
Changes since 1.171: +2 -7 lines
Diff to previous 1.171 (colored) to selected 1.200 (colored)

Remove System V semaphores and share memory options to set the limits:
SEMMNI, SEMMNS, SEMUME and SHMMAXPGS.

They can be tweaked via sysctl now. Ports that were setting values on
them weren't touched, I only removed the ones that were commented out.

Revision 1.171 / (download) - annotate - [select for diffs], Tue Oct 30 00:03:51 2007 UTC (16 years, 5 months ago) by xtraeme
Branch: MAIN
Changes since 1.170: +3 -3 lines
Diff to previous 1.170 (colored) to selected 1.200 (colored)

options<space><tab>FOO

Revision 1.170 / (download) - annotate - [select for diffs], Mon Oct 29 00:47:16 2007 UTC (16 years, 5 months ago) by xtraeme
Branch: MAIN
Changes since 1.169: +5 -2 lines
Diff to previous 1.169 (colored) to selected 1.200 (colored)

Enable "options INTEL_CORETEMP".

Revision 1.169 / (download) - annotate - [select for diffs], Sun Oct 28 18:39:38 2007 UTC (16 years, 5 months ago) by dsl
Branch: MAIN
Changes since 1.168: +5 -2 lines
Diff to previous 1.168 (colored) to selected 1.200 (colored)

Add (commented out) SYSCALL_COUNTS and SYSCALL_TIMES.

Revision 1.168 / (download) - annotate - [select for diffs], Wed Oct 24 07:09:09 2007 UTC (16 years, 5 months ago) by joerg
Branch: MAIN
Changes since 1.167: +108 -80 lines
Diff to previous 1.167 (colored) to selected 1.200 (colored)

Reduce difference to i386 GENERIC:
- add some comments from that
- options SPACE TAB
- enable EST
- enable DDB and build w/ frame pointer by default
- enable ACPI devices
- include AGP
- include Cardbus and PCMCIA
- include Synaptics driver
- include atw, ipw, iwi, hme, rtw, txp
- include uep, stuirda, utoppy, ugensa

This makes GENERIC actually usable for laptops.

Revision 1.167 / (download) - annotate - [select for diffs], Fri Oct 19 18:52:10 2007 UTC (16 years, 6 months ago) by njoly
Branch: MAIN
Changes since 1.166: +3 -2 lines
Diff to previous 1.166 (colored) to selected 1.200 (colored)

Add compat_linux and exec_linux_elf lkm support for amd64:
- Add needed COMPAT_OSSAUDIO to GENERIC.
- Add missing includes needed by linux_syscallargs.h.
- Add lkm building.

Revision 1.166 / (download) - annotate - [select for diffs], Wed Oct 17 19:53:02 2007 UTC (16 years, 6 months ago) by garbled
Branch: MAIN
CVS Tags: yamt-x86pmap-base4
Changes since 1.165: +2 -2 lines
Diff to previous 1.165 (colored) to selected 1.200 (colored)

Merge the ppcoea-renovation branch to HEAD.

This branch was a major cleanup and rototill of many of the various OEA
cpu based PPC ports that focused on sharing as much code as possible
between the various ports to eliminate near-identical copies of files in
every tree.  Additionally there is a new PIC system that unifies the
interface to interrupt code for all different OEA ppc arches.  The work
for this branch was done by a variety of people, too long to list here.

TODO:
bebox still needs work to complete the transition to -renovation.
ofppc still needs a bunch of work, which I will be looking at.
ev64260 still needs to be renovated
amigappc was not attempted.

NOTES:
pmppc was removed as an arch, and moved to a evbppc target.

Revision 1.165 / (download) - annotate - [select for diffs], Thu Oct 4 00:00:01 2007 UTC (16 years, 6 months ago) by christos
Branch: MAIN
CVS Tags: yamt-x86pmap-base3, yamt-x86pmap-base2, vmlocking-base, ppcoea-renovation-base
Branch point for: bouyer-xenamd64
Changes since 1.164: +6 -2 lines
Diff to previous 1.164 (colored) to selected 1.200 (colored)

add an smbus controller.

Revision 1.164 / (download) - annotate - [select for diffs], Thu Sep 6 10:24:13 2007 UTC (16 years, 7 months ago) by martti
Branch: MAIN
CVS Tags: yamt-x86pmap-base, nick-csl-alignment-base5
Branch point for: yamt-x86pmap
Changes since 1.163: +7 -7 lines
Diff to previous 1.163 (colored) to selected 1.200 (colored)

Fixed indentation (it should be <keyword><space><tab><name><tab><comment>).

Revision 1.163 / (download) - annotate - [select for diffs], Thu Sep 6 00:31:08 2007 UTC (16 years, 7 months ago) by joerg
Branch: MAIN
Changes since 1.162: +3 -3 lines
Diff to previous 1.162 (colored) to selected 1.200 (colored)

Enable CGD in GENERIC for amd64 and i386.

Revision 1.162 / (download) - annotate - [select for diffs], Mon Sep 3 20:04:22 2007 UTC (16 years, 7 months ago) by xtraeme
Branch: MAIN
Changes since 1.161: +17 -8 lines
Diff to previous 1.161 (colored) to selected 1.200 (colored)

Add uchcom(4) and uslsa(4).

Revision 1.161 / (download) - annotate - [select for diffs], Wed Aug 29 09:44:56 2007 UTC (16 years, 7 months ago) by xtraeme
Branch: MAIN
Changes since 1.160: +3 -2 lines
Diff to previous 1.160 (colored) to selected 1.200 (colored)

Add cdce(4).

Revision 1.160 / (download) - annotate - [select for diffs], Sun Aug 26 17:03:13 2007 UTC (16 years, 7 months ago) by xtraeme
Branch: MAIN
Branch point for: matt-armv6
Changes since 1.159: +6 -2 lines
Diff to previous 1.159 (colored) to selected 1.200 (colored)

Add ichlpcib commented out.

Revision 1.159 / (download) - annotate - [select for diffs], Tue Aug 21 12:09:21 2007 UTC (16 years, 7 months ago) by kiyohara
Branch: MAIN
Changes since 1.158: +2 -9 lines
Diff to previous 1.158 (colored) to selected 1.200 (colored)

Oops.
  I mistook commit.  sdmmc(4) is not commit yet.  And I don't have this.

Revision 1.158 / (download) - annotate - [select for diffs], Tue Aug 21 05:29:18 2007 UTC (16 years, 7 months ago) by kiyohara
Branch: MAIN
Changes since 1.157: +10 -3 lines
Diff to previous 1.157 (colored) to selected 1.200 (colored)

Comment-out 'slhci at pcmcia' because comment-outed for the pcmcia.

Revision 1.157 / (download) - annotate - [select for diffs], Tue Aug 21 02:48:14 2007 UTC (16 years, 8 months ago) by kiyohara
Branch: MAIN
Changes since 1.156: +5 -2 lines
Diff to previous 1.156 (colored) to selected 1.200 (colored)

Add slhci at pcmcia.
 And reorder.

Revision 1.156 / (download) - annotate - [select for diffs], Mon Aug 20 00:54:41 2007 UTC (16 years, 8 months ago) by kiyohara
Branch: MAIN
Changes since 1.155: +4 -2 lines
Diff to previous 1.155 (colored) to selected 1.200 (colored)

Add btbc(4).

Revision 1.155 / (download) - annotate - [select for diffs], Sat Aug 18 11:35:55 2007 UTC (16 years, 8 months ago) by tnn
Branch: MAIN
Changes since 1.154: +8 -2 lines
Diff to previous 1.154 (colored) to selected 1.200 (colored)

Enable spdmem(4) in ALL configuration. Add commented out entries to GENERIC

Revision 1.154 / (download) - annotate - [select for diffs], Mon Aug 6 21:26:53 2007 UTC (16 years, 8 months ago) by adrianp
Branch: MAIN
CVS Tags: matt-mips64-base
Changes since 1.153: +3 -3 lines
Diff to previous 1.153 (colored) to selected 1.200 (colored)

Remove iso(4) from GENERIC kernels, as discussed on tech-net@
Ok'ed by core@

Revision 1.153 / (download) - annotate - [select for diffs], Wed Jul 11 08:01:51 2007 UTC (16 years, 9 months ago) by kiyohara
Branch: MAIN
CVS Tags: nick-csl-alignment-base, mjf-ufs-trans-base, hpcarm-cleanup
Branch point for: nick-csl-alignment, matt-mips64, jmcneill-pm
Changes since 1.152: +8 -2 lines
Diff to previous 1.152 (colored) to selected 1.200 (colored)

Add nfsmb(4).

Revision 1.152 / (download) - annotate - [select for diffs], Tue Jul 10 11:23:21 2007 UTC (16 years, 9 months ago) by xtraeme
Branch: MAIN
Changes since 1.151: +3 -2 lines
Diff to previous 1.151 (colored) to selected 1.200 (colored)

Add wpi(4).

Revision 1.151 / (download) - annotate - [select for diffs], Tue Jul 3 23:05:26 2007 UTC (16 years, 9 months ago) by briggs
Branch: MAIN
Changes since 1.150: +5 -2 lines
Diff to previous 1.150 (colored) to selected 1.200 (colored)

Add (commented-out) support for IPMI on amd64--pretty much copied straight
from i386.

Revision 1.150 / (download) - annotate - [select for diffs], Sat Jun 16 12:35:54 2007 UTC (16 years, 10 months ago) by ad
Branch: MAIN
Changes since 1.149: +2 -3 lines
Diff to previous 1.149 (colored) to selected 1.200 (colored)

-options I2OVERBOSE.

Revision 1.149 / (download) - annotate - [select for diffs], Sat Jun 9 11:34:01 2007 UTC (16 years, 10 months ago) by kiyohara
Branch: MAIN
Changes since 1.148: +3 -2 lines
Diff to previous 1.148 (colored) to selected 1.200 (colored)

Add zyd(4).

Revision 1.148 / (download) - annotate - [select for diffs], Mon Jun 4 08:55:19 2007 UTC (16 years, 10 months ago) by martin
Branch: MAIN
Changes since 1.147: +3 -2 lines
Diff to previous 1.147 (colored) to selected 1.200 (colored)

Add pseudo-device agr to all GENERIC kernels where it might make sense
(commented out in some).

Revision 1.147 / (download) - annotate - [select for diffs], Sun Jun 3 19:34:07 2007 UTC (16 years, 10 months ago) by xtraeme
Branch: MAIN
Changes since 1.146: +6 -2 lines
Diff to previous 1.146 (colored) to selected 1.200 (colored)

Add the options for Enhanced Speedstep commented out.

Revision 1.146 / (download) - annotate - [select for diffs], Fri Jun 1 14:14:16 2007 UTC (16 years, 10 months ago) by blymn
Branch: MAIN
Changes since 1.145: +5 -2 lines
Diff to previous 1.145 (colored) to selected 1.200 (colored)

Added smsc device.

Revision 1.145 / (download) - annotate - [select for diffs], Tue May 29 23:21:52 2007 UTC (16 years, 10 months ago) by christos
Branch: MAIN
Changes since 1.144: +4 -3 lines
Diff to previous 1.144 (colored) to selected 1.200 (colored)

Add compat 4.0

Revision 1.144 / (download) - annotate - [select for diffs], Sat May 26 03:02:02 2007 UTC (16 years, 10 months ago) by briggs
Branch: MAIN
Changes since 1.143: +4 -3 lines
Diff to previous 1.143 (colored) to selected 1.200 (colored)

Enable aac(4) and ld at aac.

Revision 1.143 / (download) - annotate - [select for diffs], Tue May 15 17:53:44 2007 UTC (16 years, 11 months ago) by bouyer
Branch: MAIN
CVS Tags: yamt-idlelwp-base8
Changes since 1.142: +4 -2 lines
Diff to previous 1.142 (colored) to selected 1.200 (colored)

add jmide(4), a driver for the JMicron Technology JMB36x PCIe to SATA II/PATA
controllers. These controllers can be found on add-on PCIe cards, or
on some motherboards to provide the PATA connectivity (e.g. some intel
ICH8-based motherboards).

Thanks to JMicron Technology for providing me documentation and
different sample boards for this work.

Revision 1.142 / (download) - annotate - [select for diffs], Tue May 8 16:55:54 2007 UTC (16 years, 11 months ago) by xtraeme
Branch: MAIN
Changes since 1.141: +3 -2 lines
Diff to previous 1.141 (colored) to selected 1.200 (colored)

Add "ug* at acpi?" following the current scheme in the files.

Revision 1.141 / (download) - annotate - [select for diffs], Mon May 7 09:02:05 2007 UTC (16 years, 11 months ago) by jnemeth
Branch: MAIN
Changes since 1.140: +5 -3 lines
Diff to previous 1.140 (colored) to selected 1.200 (colored)

PR/36234 - Joerg Niendorf -- xi -> xirc

Revision 1.140 / (download) - annotate - [select for diffs], Mon May 7 07:42:21 2007 UTC (16 years, 11 months ago) by xtraeme
Branch: MAIN
Changes since 1.139: +3 -2 lines
Diff to previous 1.139 (colored) to selected 1.200 (colored)

Enable rum(4).

Revision 1.139 / (download) - annotate - [select for diffs], Tue May 1 17:18:54 2007 UTC (16 years, 11 months ago) by bouyer
Branch: MAIN
Changes since 1.138: +3 -2 lines
Diff to previous 1.138 (colored) to selected 1.200 (colored)

Add bio(4) and associated bioctl(8) from OpenBSD, a driver control block
device controllers, and more specifically raid controllers.
Add a new sensor type, ENVSYS_DRIVE, to report drive status. From OpenBSD.
Add bio and sysmon support to mfi(4). This allow userland to query
status for drives and logical volumes attached to a mfi(4) controller. While
there fix some debug printfs in mfi so they compile.
Add bio(4) to amd64 and i386 GENERIC.

Revision 1.138 / (download) - annotate - [select for diffs], Mon Apr 23 04:55:07 2007 UTC (16 years, 11 months ago) by dyoung
Branch: MAIN
Branch point for: ppcoea-renovation
Changes since 1.137: +3 -2 lines
Diff to previous 1.137 (colored) to selected 1.200 (colored)

Add ATADEBUG so that a person can patch atadebug without having to
recompile the kernel.

Revision 1.137 / (download) - annotate - [select for diffs], Tue Mar 20 21:29:28 2007 UTC (17 years, 1 month ago) by xtraeme
Branch: MAIN
CVS Tags: thorpej-atomic-base, thorpej-atomic
Changes since 1.136: +5 -2 lines
Diff to previous 1.136 (colored) to selected 1.200 (colored)

ALL: Enable INTEL_ONDEMAND_CLOCKMOD.
GENERIC: Add INTEL_ONDEMAND_CLOCKMOD disabled by default.

Revision 1.136 / (download) - annotate - [select for diffs], Wed Mar 14 12:27:21 2007 UTC (17 years, 1 month ago) by drochner
Branch: MAIN
Branch point for: reinoud-bufcleanup
Changes since 1.135: +4 -4 lines
Diff to previous 1.135 (colored) to selected 1.200 (colored)

It doesn't make sense to specify "configuration" and "interface"
locators for uhub because a hub can't have sub-devices.
This might be sanity-checked eventually.
Same for ubt now after the change to device attachment.

Revision 1.135 / (download) - annotate - [select for diffs], Tue Mar 13 04:09:26 2007 UTC (17 years, 1 month ago) by xtraeme
Branch: MAIN
Changes since 1.134: +3 -2 lines
Diff to previous 1.134 (colored) to selected 1.200 (colored)

Add aiboost* at acpi, enabled by default on i386/GENERIC and disable
in the other ones (to follow current scheme).

Revision 1.134 / (download) - annotate - [select for diffs], Fri Mar 9 21:16:54 2007 UTC (17 years, 1 month ago) by xtraeme
Branch: MAIN
Branch point for: vmlocking, mjf-ufs-trans
Changes since 1.133: +29 -29 lines
Diff to previous 1.133 (colored) to selected 1.200 (colored)

Erm, remove local changes added in previous.

Revision 1.133 / (download) - annotate - [select for diffs], Fri Mar 9 21:12:13 2007 UTC (17 years, 1 month ago) by xtraeme
Branch: MAIN
Changes since 1.132: +33 -31 lines
Diff to previous 1.132 (colored) to selected 1.200 (colored)

Enable SMBFS, as we do on i386.

Revision 1.132 / (download) - annotate - [select for diffs], Thu Mar 8 15:16:04 2007 UTC (17 years, 1 month ago) by njoly
Branch: MAIN
Changes since 1.131: +7 -2 lines
Diff to previous 1.131 (colored) to selected 1.200 (colored)

Add hpet support to i386/amd64 kernels.
- `hpet* at acpi?' to kernels that already support ACPI.
- `hpet* at amdpcib?' (commented out) to amd64 GENERIC.

Revision 1.131 / (download) - annotate - [select for diffs], Wed Mar 7 18:58:48 2007 UTC (17 years, 1 month ago) by bouyer
Branch: MAIN
Changes since 1.130: +6 -6 lines
Diff to previous 1.130 (colored) to selected 1.200 (colored)

Revert local changes that went in accidentally with the "add ACPI" commit.

Revision 1.130 / (download) - annotate - [select for diffs], Tue Mar 6 21:47:46 2007 UTC (17 years, 1 month ago) by bouyer
Branch: MAIN
Changes since 1.129: +9 -8 lines
Diff to previous 1.129 (colored) to selected 1.200 (colored)

For the benefit of modern hardware, enable ACPI by default in INSTALL and
GENERIC kernels. If ACPI is an issue on your hardware, 'boot -c' and
'disable acpi' should be a workaround. ACPI-enabled kernels works fine
on pre-acpi hardware.
for amd64:
- add ACPI to INSTALL and GENERIC, remove the *_ACPI config files.
- get rid of the bootfloppy-big.fs boot image, and got to a 3-floppy boot
  image
for i386:
- introduce INSTALL_LARGE which has ACPI and some devices with big firmware
- move some devices from INSTALL to INSTALL_LARGE
- Boot floppies still use INSTALL, and bootfloppy-big.fs is still there
  (for thoses who want to build el-torito floppy emulation boot CD) and use
  INSTALL.
For both, drop the 'iso-image' code in etc/ to make the iso bootable, we'll
use something else to build bootable CDs.

Revision 1.129 / (download) - annotate - [select for diffs], Tue Mar 6 11:28:46 2007 UTC (17 years, 1 month ago) by dillo
Branch: MAIN
Changes since 1.128: +3 -3 lines
Diff to previous 1.128 (colored) to selected 1.200 (colored)

Complete rename of hfsp to hfs, requested by thorpej.

Revision 1.128 / (download) - annotate - [select for diffs], Mon Mar 5 23:30:18 2007 UTC (17 years, 1 month ago) by dillo
Branch: MAIN
Changes since 1.127: +3 -2 lines
Diff to previous 1.127 (colored) to selected 1.200 (colored)

Add file-system HFSP (commented out) to GENERIC kernels of ports
on which Mac OS runs.

Revision 1.127 / (download) - annotate - [select for diffs], Thu Mar 1 14:57:38 2007 UTC (17 years, 1 month ago) by kiyohara
Branch: MAIN
Changes since 1.126: +4 -2 lines
Diff to previous 1.126 (colored) to selected 1.200 (colored)

Add btuart(4).

Revision 1.126 / (download) - annotate - [select for diffs], Fri Feb 9 21:55:01 2007 UTC (17 years, 2 months ago) by ad
Branch: MAIN
CVS Tags: post-newlock2-merge, ad-audiomp-base, ad-audiomp
Branch point for: yamt-idlelwp
Changes since 1.125: +3 -2 lines
Diff to previous 1.125 (colored) to selected 1.200 (colored)

Merge newlock2 to head.

Revision 1.125 / (download) - annotate - [select for diffs], Wed Jan 24 19:46:25 2007 UTC (17 years, 2 months ago) by tls
Branch: MAIN
CVS Tags: newlock2-nbase, newlock2-base
Changes since 1.124: +3 -3 lines
Diff to previous 1.124 (colored) to selected 1.200 (colored)

Remove option COMPAT_386BSD_MBRPART from default kernels.  NetBSD has
not used partition ID 0x165 for many, many years, and the presence of
this option in INSTALL kernels can cause overwriting of existing FreeBSD
installations when sysinst writes back the disklabel.  Those with very,
very old NetBSD installations may find that they must update their fdisk
partition tables to use partition ID 0x169 for their NetBSD partitions.

This seems like the best of a number of lousy choices for dealing with
this problem.  Sysinst should perhaps grow code that asks whether an
existing 0x165 partition should be converted.

~

Revision 1.124 / (download) - annotate - [select for diffs], Sat Jan 6 21:29:47 2007 UTC (17 years, 3 months ago) by xtraeme
Branch: MAIN
Changes since 1.123: +5 -2 lines
Diff to previous 1.123 (colored) to selected 1.200 (colored)

Add ug0 at isa? commented out (driver for the Abit uGuru
Hardware system monitor).

Revision 1.123 / (download) - annotate - [select for diffs], Sun Dec 17 23:02:06 2006 UTC (17 years, 4 months ago) by bouyer
Branch: MAIN
CVS Tags: yamt-splraiseipl-base5, yamt-splraiseipl-base4
Changes since 1.122: +3 -2 lines
Diff to previous 1.122 (colored) to selected 1.200 (colored)

Add bnx(4), a driver for Broadcom NetXtreme II 10/100/1000 Ethernet device.
Ported from OpenBSD by cube@, with some bus_dma fixes by me.
Tested on i386 and amd64.

Revision 1.122 / (download) - annotate - [select for diffs], Sun Dec 17 22:57:15 2006 UTC (17 years, 4 months ago) by bouyer
Branch: MAIN
Changes since 1.121: +3 -2 lines
Diff to previous 1.121 (colored) to selected 1.200 (colored)

Add mfi(4), a driver for LSI Logic & Dell MegaRAID SAS RAID controller.
Ported from OpenBSD, tested on i386 and amd64.

Revision 1.121 / (download) - annotate - [select for diffs], Mon Dec 11 15:24:27 2006 UTC (17 years, 4 months ago) by yamt
Branch: MAIN
Changes since 1.120: +2 -3 lines
Diff to previous 1.120 (colored) to selected 1.200 (colored)

- remove a static configuration, FILEASSOC_NHOOKS.  do it dynamically instead.
- make fileassoc_t a pointer and remove FILEASSOC_INVAL.
- clean up kern_fileassoc.c.  unify duplicated code.
- unexport fileassoc_init using RUN_ONCE(9).
- plug memory leaks in fileassoc_file_delete and fileassoc_table_delete.
- always call callbacks, regardless of the value of the associated data.

ok'ed by elad.

Revision 1.120 / (download) - annotate - [select for diffs], Thu Nov 30 21:01:16 2006 UTC (17 years, 4 months ago) by bouyer
Branch: MAIN
CVS Tags: yamt-splraiseipl-base3, netbsd-4-base
Branch point for: netbsd-4
Changes since 1.119: +3 -2 lines
Diff to previous 1.119 (colored) to selected 1.200 (colored)

Add ahcisata(4), a driver for AHCI 1.0 and 1.1 controllers. Tested on the sata
ports of a Intel 63xxESB chipset. Does not support NCQ yet.

Revision 1.119 / (download) - annotate - [select for diffs], Sat Nov 11 19:00:17 2006 UTC (17 years, 5 months ago) by jmmv
Branch: MAIN
Changes since 1.118: +3 -3 lines
Diff to previous 1.118 (colored) to selected 1.200 (colored)

Enable TMPFS by default.  OK'ed by core@.

I'm leaving those platforms with few users and those whose machines are
not very powerful untouched per uwe@'s suggestion.  The port masters or
the real users of those ports are better suited to make the decision of
enabling it.

Revision 1.118 / (download) - annotate - [select for diffs], Sat Nov 11 18:47:09 2006 UTC (17 years, 5 months ago) by jmmv
Branch: MAIN
Changes since 1.117: +3 -3 lines
Diff to previous 1.117 (colored) to selected 1.200 (colored)

Remove tmpfs's experimental status.  OK'ed by core@.

Revision 1.117 / (download) - annotate - [select for diffs], Tue Oct 31 00:23:20 2006 UTC (17 years, 5 months ago) by perry
Branch: MAIN
Changes since 1.116: +3 -3 lines
Diff to previous 1.116 (colored) to selected 1.200 (colored)

one more time. sigh.

Revision 1.116 / (download) - annotate - [select for diffs], Tue Oct 31 00:20:29 2006 UTC (17 years, 5 months ago) by perry
Branch: MAIN
Changes since 1.115: +3 -3 lines
Diff to previous 1.115 (colored) to selected 1.200 (colored)

reddo the last space/tab fix *correctly*

Revision 1.115 / (download) - annotate - [select for diffs], Tue Oct 31 00:18:12 2006 UTC (17 years, 5 months ago) by perry
Branch: MAIN
Changes since 1.114: +3 -3 lines
Diff to previous 1.114 (colored) to selected 1.200 (colored)

another space tab fix

Revision 1.114 / (download) - annotate - [select for diffs], Mon Oct 30 12:34:22 2006 UTC (17 years, 5 months ago) by perry
Branch: MAIN
Changes since 1.113: +6 -4 lines
Diff to previous 1.113 (colored) to selected 1.200 (colored)

note about UFS_DIRHASH from i386, and a couple of space tab fixes

Revision 1.113 / (download) - annotate - [select for diffs], Thu Oct 26 11:48:39 2006 UTC (17 years, 5 months ago) by elad
Branch: MAIN
Changes since 1.112: +10 -10 lines
Diff to previous 1.112 (colored) to selected 1.200 (colored)

Compile in Veriexec by default on some popular archs (amd64, i386, sparc64)
so it's more accessible and less of a hassle to put to use. Also enable
fileassoc(9) by default as a result, which for itself may open the door for
a lot of cool stuff. (stay tuned. :)

I recommend port masters of other archs to consider doing the same.
Personally I don't know which ports are considered more of a legacy than
in-production, so I'm leaving it for someone else for now...

No objections on tech-kern.

Revision 1.112 / (download) - annotate - [select for diffs], Sat Oct 21 14:10:33 2006 UTC (17 years, 5 months ago) by bouyer
Branch: MAIN
CVS Tags: yamt-splraiseipl-base2
Changes since 1.111: +3 -2 lines
Diff to previous 1.111 (colored) to selected 1.200 (colored)

Add support for the Intel 80003 Gigabit Ethernet controller (found e.g. in
newer server chipsets) to wm(4), from the FreeBSD em(4) driver.
While there, add a few other Intel Ethernet controller that should work as
is.
Properly update the RX error and TX collision counters.
Add ikphy(4), a driver for the Intel i82563 Kumeran 10/100/1000 Ethernet PHYs

Revision 1.111 / (download) - annotate - [select for diffs], Tue Sep 26 14:30:26 2006 UTC (17 years, 6 months ago) by elad
Branch: MAIN
Changes since 1.110: +3 -3 lines
Diff to previous 1.110 (colored) to selected 1.200 (colored)

Oops! forgot "options" in previous commit. Pointed out by freza@, thanks!

Revision 1.110 / (download) - annotate - [select for diffs], Tue Sep 26 14:08:18 2006 UTC (17 years, 6 months ago) by elad
Branch: MAIN
Changes since 1.109: +4 -2 lines
Diff to previous 1.109 (colored) to selected 1.200 (colored)

Make PaX mprotect(2) restrictions more accessible.

On amd64, sparc64, i386, and alpha, they will be compiled in and disabled
by default. That means that to use them you either enable the "global"
knob with sysctl, or use paxctl(1) to enable it on a per-program basis.

On sparc and macppc just include a commentd out line in the GENERIC kernel.

Revision 1.109 / (download) - annotate - [select for diffs], Sat Sep 23 04:37:04 2006 UTC (17 years, 6 months ago) by jmcneill
Branch: MAIN
Changes since 1.108: +3 -2 lines
Diff to previous 1.108 (colored) to selected 1.200 (colored)

Add iteide(4) driver to GENERIC and INSTALL kernels; PR# 33426.

Revision 1.108 / (download) - annotate - [select for diffs], Sun Sep 10 19:50:48 2006 UTC (17 years, 7 months ago) by plunky
Branch: MAIN
CVS Tags: yamt-splraiseipl-base, yamt-pdpolicy-base9
Branch point for: yamt-splraiseipl
Changes since 1.107: +29 -2 lines
Diff to previous 1.107 (colored) to selected 1.200 (colored)

add bluetooth support to amd64 port, built by default in GENERIC kernels

Revision 1.107 / (download) - annotate - [select for diffs], Sun Sep 10 02:28:33 2006 UTC (17 years, 7 months ago) by riz
Branch: MAIN
Changes since 1.106: +4 -2 lines
Diff to previous 1.106 (colored) to selected 1.200 (colored)

Add msk and mskc.

Revision 1.106 / (download) - annotate - [select for diffs], Sat Aug 26 20:26:44 2006 UTC (17 years, 7 months ago) by christos
Branch: MAIN
CVS Tags: yamt-pdpolicy-base8, rpaulo-netinet-merge-pcb-base
Branch point for: newlock2
Changes since 1.105: +3 -5 lines
Diff to previous 1.105 (colored) to selected 1.200 (colored)

PR/34283: Gene ENonymous: Add IPFILTER_LOOKUP to the default kernel options
Also remove CCITT,NS,NIP

Revision 1.105 / (download) - annotate - [select for diffs], Sat Aug 26 07:59:21 2006 UTC (17 years, 7 months ago) by tsutsui
Branch: MAIN
Changes since 1.104: +2 -3 lines
Diff to previous 1.104 (colored) to selected 1.200 (colored)

Remove obsolete #options VERIFIED_EXEC, found by grep(1).

Revision 1.104 / (download) - annotate - [select for diffs], Mon Aug 14 06:22:33 2006 UTC (17 years, 8 months ago) by skrll
Branch: MAIN
Changes since 1.103: +3 -3 lines
Diff to previous 1.103 (colored) to selected 1.200 (colored)

s/adpater/adapter/

Prompted by PR/34195

Revision 1.103 / (download) - annotate - [select for diffs], Sat Aug 12 15:29:52 2006 UTC (17 years, 8 months ago) by christos
Branch: MAIN
Changes since 1.102: +3 -3 lines
Diff to previous 1.102 (colored) to selected 1.200 (colored)

Disable SYSTRACE by default on all kernels (discussed with core)

Revision 1.102 / (download) - annotate - [select for diffs], Sun Aug 6 15:37:21 2006 UTC (17 years, 8 months ago) by xtraeme
Branch: MAIN
CVS Tags: yamt-pdpolicy-base7, abandoned-netbsd-4-base
Branch point for: abandoned-netbsd-4
Changes since 1.101: +5 -2 lines
Diff to previous 1.101 (colored) to selected 1.200 (colored)

AMD PowerNow!/Cool`n'Quiet driver for NetBSD/amd64,
adapted from OpenBSD.

Tested on a few machines:

http://bigbird.dohd.org:3021/NetBSD/dmesg
http://www.bsd.org.il/netbsd/acpi/dmesg

Thanks to cube, elad and others for testing and fixes.

Enabled by default on GENERIC.

Revision 1.101 / (download) - annotate - [select for diffs], Mon Jul 31 23:29:54 2006 UTC (17 years, 8 months ago) by hubertf
Branch: MAIN
Changes since 1.100: +3 -2 lines
Diff to previous 1.100 (colored) to selected 1.200 (colored)

spc(4) can also attach to pcmcia(4), as was already in hpcmips/GENERIC
for quite some time. Add it to all systems that have pcmcia SCSI.

Pointed out by Bjn Johannesson <rherdware@yahoo.com> in private mail,
OK'd by matt@

Revision 1.100 / (download) - annotate - [select for diffs], Sun Jul 30 17:55:31 2006 UTC (17 years, 8 months ago) by bouyer
Branch: MAIN
Changes since 1.99: +4 -2 lines
Diff to previous 1.99 (colored) to selected 1.200 (colored)

Add twa(4) and ld at twa

Revision 1.99 / (download) - annotate - [select for diffs], Mon Jul 24 17:41:30 2006 UTC (17 years, 8 months ago) by gdt
Branch: MAIN
Changes since 1.98: +4 -2 lines
Diff to previous 1.98 (colored) to selected 1.200 (colored)

Add UGEN_BULK_RA_WB, requested by cube@.

Revision 1.98 / (download) - annotate - [select for diffs], Sat Jul 15 07:55:20 2006 UTC (17 years, 9 months ago) by elad
Branch: MAIN
Changes since 1.97: +5 -2 lines
Diff to previous 1.97 (colored) to selected 1.200 (colored)

add (commented out) fileassoc(9) kernel options on some popular archs.

Revision 1.97 / (download) - annotate - [select for diffs], Tue Jul 4 00:30:22 2006 UTC (17 years, 9 months ago) by christos
Branch: MAIN
Changes since 1.96: +3 -5 lines
Diff to previous 1.96 (colored) to selected 1.200 (colored)

Apply fvdl's acpi pci interrupt configuration code.
- MPACPI is no more.
- MPACPI_SCANPCI -> ACPI_SCANPCI

Revision 1.96 / (download) - annotate - [select for diffs], Sat Jul 1 19:55:32 2006 UTC (17 years, 9 months ago) by xtraeme
Branch: MAIN
Changes since 1.95: +5 -2 lines
Diff to previous 1.95 (colored) to selected 1.200 (colored)

Add commented out it(4) entry, per suggestion in PR kern/33886.

Revision 1.95 / (download) - annotate - [select for diffs], Wed Jun 28 15:19:27 2006 UTC (17 years, 9 months ago) by liamjfoy
Branch: MAIN
Changes since 1.94: +3 -2 lines
Diff to previous 1.94 (colored) to selected 1.200 (colored)

Add CARP to GENERIC kernel configs. CARP is not enabled by default.

ok: christos

Revision 1.94 / (download) - annotate - [select for diffs], Thu Apr 27 20:16:01 2006 UTC (17 years, 11 months ago) by jonathan
Branch: MAIN
CVS Tags: yamt-pdpolicy-base6, yamt-pdpolicy-base5, simonb-timecounters-base, gdamore-uart-base, elad-kernelauth-base, chap-midi-nbase, chap-midi-base, chap-midi
Branch point for: gdamore-uart
Changes since 1.93: +3 -2 lines
Diff to previous 1.93 (colored) to selected 1.200 (colored)

Add entries for svwsata(4) to amd64 GENERIC and INSTALL kernels,
to support SATA ports on Serverworks HT-1000 (aka bcm5785) chips.

Revision 1.93 / (download) - annotate - [select for diffs], Wed Apr 19 10:31:44 2006 UTC (18 years ago) by drochner
Branch: MAIN
Changes since 1.92: +3 -3 lines
Diff to previous 1.92 (colored) to selected 1.200 (colored)

adjust comments for the new location of wskbdmap_mfii.c,
addresses PR kern/33290 by henry nelson

Revision 1.92 / (download) - annotate - [select for diffs], Sat Apr 15 17:48:23 2006 UTC (18 years ago) by jmmv
Branch: MAIN
Changes since 1.91: +2 -6 lines
Diff to previous 1.91 (colored) to selected 1.200 (colored)

Remove the getwschar and putwschar accessops from wsdisplay drivers as
requested by uwe@.  These were wrong because they were receiving an
emulcookie yet they were accessops (thus having to receive an accesscookie).
Instead, just handle the WSDISPLAYIO_{GET,PUT}WSCHAR ioctls from the
driver's ioctl accessop.

As this reduces the amount of code needed to handle these operations to
two small functions in each driver, remove the WSDISPLAY_CHARFUNCS kernel
option.

Reviewed by, at least, uwe@ and macallan@.  No objections in tech-kern@.

Revision 1.91 / (download) - annotate - [select for diffs], Wed Apr 12 03:41:51 2006 UTC (18 years ago) by martti
Branch: MAIN
Changes since 1.90: +3 -2 lines
Diff to previous 1.90 (colored) to selected 1.200 (colored)

Added ciss(4). Tested by Joseph Dacuma on HP DL-380 G3 with Smart Array 5i.

Revision 1.90 / (download) - annotate - [select for diffs], Tue Mar 28 20:58:39 2006 UTC (18 years ago) by pavel
Branch: MAIN
CVS Tags: yamt-pdpolicy-base4, yamt-pdpolicy-base3
Changes since 1.89: +3 -3 lines
Diff to previous 1.89 (colored) to selected 1.200 (colored)

Add stf to all kernel configs which have INET6 and gif, except the INSTALL
ones and those for specific machines of developers. PR 32304.

OK'ed by rpaulo.

N.B. stf is a cloning device, so it still must be enabled by
"ifconfig stf0 create".

Revision 1.89 / (download) - annotate - [select for diffs], Sat Mar 25 17:40:02 2006 UTC (18 years ago) by xtraeme
Branch: MAIN
Changes since 1.88: +3 -2 lines
Diff to previous 1.88 (colored) to selected 1.200 (colored)

Enable rgephy(4), closes PR port-amd64/33117.

Revision 1.88 / (download) - annotate - [select for diffs], Sun Mar 12 22:57:01 2006 UTC (18 years, 1 month ago) by chs
Branch: MAIN
CVS Tags: yamt-pdpolicy-base2, peter-altq-base
Branch point for: peter-altq
Changes since 1.87: +3 -2 lines
Diff to previous 1.87 (colored) to selected 1.200 (colored)

add nfe.

Revision 1.87 / (download) - annotate - [select for diffs], Sun Feb 19 02:55:21 2006 UTC (18 years, 2 months ago) by tls
Branch: MAIN
CVS Tags: yamt-uio_vmspace-base5, yamt-pdpolicy-base
Branch point for: yamt-pdpolicy, elad-kernelauth
Changes since 1.86: +9 -2 lines
Diff to previous 1.86 (colored) to selected 1.200 (colored)

Add amdpm -- without this, we're throwing away a good hardware random
number source on a huge set of machines.  Also, now that amdpm has
support for the SMBus controller, add (commented-out, since we don't
always know what address the sensors are at) iic at amdpm and adt7463c
at iic, which is the configuration used on the Tyan S2881 and S2882-D
server boards.  This should work in either 64-bit or 32-bit mode; it's
been tested in 64-bit mode.  Addresses PR kern/32463 submitted by
Anil Gopinath.

Revision 1.86 / (download) - annotate - [select for diffs], Thu Feb 9 20:13:43 2006 UTC (18 years, 2 months ago) by kleink
Branch: MAIN
Changes since 1.85: +4 -4 lines
Diff to previous 1.85 (colored) to selected 1.200 (colored)

options<space><tab>name previous.

Revision 1.85 / (download) - annotate - [select for diffs], Thu Feb 9 19:18:56 2006 UTC (18 years, 2 months ago) by manu
Branch: MAIN
Changes since 1.84: +4 -2 lines
Diff to previous 1.84 (colored) to selected 1.200 (colored)

Add initial (but unfinished) COMPAT_LINUX32 for amd64. This is good enough so
that the i386 license manager part of amd64 version of Fluent works.

While I'm here, add SysV IPC to COMPAT_LINUX/amd64

Revision 1.84 / (download) - annotate - [select for diffs], Sun Feb 5 05:01:48 2006 UTC (18 years, 2 months ago) by cube
Branch: MAIN
Changes since 1.83: +11 -11 lines
Diff to previous 1.83 (colored) to selected 1.200 (colored)

Remove 'count' argument for pseudo-devices that ignore it
(vnd, bpfilter, ppp, gif, gre, tun, sl, strip, faith, stf).

Revision 1.83 / (download) - annotate - [select for diffs], Sat Feb 4 02:40:01 2006 UTC (18 years, 2 months ago) by rpaulo
Branch: MAIN
Changes since 1.82: +3 -3 lines
Diff to previous 1.82 (colored) to selected 1.200 (colored)

bpfilter doesn't accept count anymore.

Revision 1.82 / (download) - annotate - [select for diffs], Thu Feb 2 21:32:08 2006 UTC (18 years, 2 months ago) by reinoud
Branch: MAIN
Branch point for: simonb-timecounters
Changes since 1.81: +3 -2 lines
Diff to previous 1.81 (colored) to selected 1.200 (colored)

Add commented out UDF file-system entry in all GENERIC configurations.

Revision 1.81 / (download) - annotate - [select for diffs], Tue Jan 31 16:39:47 2006 UTC (18 years, 2 months ago) by xtraeme
Branch: MAIN
Branch point for: rpaulo-netinet-merge-pcb
Changes since 1.80: +7 -2 lines
Diff to previous 1.80 (colored) to selected 1.200 (colored)

Add ral(4) at pci/uhub and atu(4) at uhub.

Revision 1.80 / (download) - annotate - [select for diffs], Tue Jan 31 09:32:21 2006 UTC (18 years, 2 months ago) by kochi
Branch: MAIN
Changes since 1.79: +2 -3 lines
Diff to previous 1.79 (colored) to selected 1.200 (colored)

remove ACPI_DISABLE_ON_POWEROFF option, which was there just for
compatibility of our old driver behavior, which is not necessary.

Revision 1.79 / (download) - annotate - [select for diffs], Wed Jan 4 23:38:27 2006 UTC (18 years, 3 months ago) by xtraeme
Branch: MAIN
Changes since 1.78: +3 -2 lines
Diff to previous 1.78 (colored) to selected 1.200 (colored)

Enable rlphy(4).

Revision 1.78 / (download) - annotate - [select for diffs], Tue Dec 20 05:35:27 2005 UTC (18 years, 4 months ago) by thorpej
Branch: MAIN
Branch point for: yamt-uio_vmspace
Changes since 1.77: +2 -3 lines
Diff to previous 1.77 (colored) to selected 1.200 (colored)

Remove the tablet line discipline.

Revision 1.77 / (download) - annotate - [select for diffs], Fri Dec 9 23:34:01 2005 UTC (18 years, 4 months ago) by elad
Branch: MAIN
CVS Tags: ktrace-lwp-base
Changes since 1.76: +19 -2 lines
Diff to previous 1.76 (colored) to selected 1.200 (colored)

Add (commented out) Veriexec options and pseudo-device to GENERIC kernels,
and remove the i386 GENERIC_VERIEXEC config.

Revision 1.76 / (download) - annotate - [select for diffs], Wed Dec 7 09:10:12 2005 UTC (18 years, 4 months ago) by tsutsui
Branch: MAIN
Changes since 1.75: +3 -3 lines
Diff to previous 1.75 (colored) to selected 1.200 (colored)

Adjust comments for options FFS_NO_SNAPSHOT.

XXX: This option should be mentioned in options(4).

Revision 1.75 / (download) - annotate - [select for diffs], Fri Nov 25 16:41:31 2005 UTC (18 years, 4 months ago) by thorpej
Branch: MAIN
CVS Tags: yamt-readahead-base3
Changes since 1.74: +3 -3 lines
Diff to previous 1.74 (colored) to selected 1.200 (colored)

swcr -> swcrypto

Revision 1.74 / (download) - annotate - [select for diffs], Fri Nov 25 16:35:11 2005 UTC (18 years, 4 months ago) by thorpej
Branch: MAIN
Changes since 1.73: +3 -3 lines
Diff to previous 1.73 (colored) to selected 1.200 (colored)

"pseudo-device crypto" really refers to the /dev/crypto API to the
opencrypto framework, not the framework itself.  Update the comment
accordingly.

Revision 1.73 / (download) - annotate - [select for diffs], Fri Nov 25 16:30:23 2005 UTC (18 years, 4 months ago) by thorpej
Branch: MAIN
Changes since 1.72: +3 -2 lines
Diff to previous 1.72 (colored) to selected 1.200 (colored)

Add "pseudo-device swcr" (commented out if "pseudo-device crypto" is also
commented out).

Revision 1.72 / (download) - annotate - [select for diffs], Thu Nov 3 23:12:16 2005 UTC (18 years, 5 months ago) by rpaulo
Branch: MAIN
CVS Tags: yamt-readahead-pervnode, yamt-readahead-perfile, yamt-readahead-base2, yamt-readahead-base
Branch point for: yamt-readahead
Changes since 1.71: +7 -6 lines
Diff to previous 1.71 (colored) to selected 1.200 (colored)

PR 31996: fix the comments for MPBIOS and MPACPI. By Damon Brodie.

Revision 1.71 / (download) - annotate - [select for diffs], Wed Sep 14 08:22:24 2005 UTC (18 years, 7 months ago) by tron
Branch: MAIN
CVS Tags: yamt-vop-base3, yamt-vop-base2, yamt-vop-base, yamt-vop, thorpej-vnode-attr-base, thorpej-vnode-attr
Changes since 1.70: +4 -2 lines
Diff to previous 1.70 (colored) to selected 1.200 (colored)

Add 10 Gigabit Ethernet drivers dge(4) and xge(4).

Revision 1.70 / (download) - annotate - [select for diffs], Sat Sep 10 19:20:48 2005 UTC (18 years, 7 months ago) by jmmv
Branch: MAIN
Changes since 1.69: +3 -2 lines
Diff to previous 1.69 (colored) to selected 1.200 (colored)

Initial addition of tmpfs, an efficient memory file-system.  This project
was developed as part of Google's Summer of Code 2005 program.  This
change adds the kernel code, the mount_tmpfs utility, a regression test
suite and does all other related changes to integrate these.

The file-system is still *experimental*.  Therefore, it is disabled by
default in all kernels.  However, as typically done, a commented-out
entry is added in them to ease its setup.

Note that I haven't commited the required mountd(8) changes to be able
to export tmpfs file-systems because NFS support is still very unstable
and because, before enabling it, I'd like to do some other changes.

OK'ed by my project mentor, William Studenmund (wrstuden@).

Revision 1.69 / (download) - annotate - [select for diffs], Fri Sep 9 16:28:10 2005 UTC (18 years, 7 months ago) by drochner
Branch: MAIN
Changes since 1.68: +14 -14 lines
Diff to previous 1.68 (colored) to selected 1.200 (colored)

remove "dev" locators from cardbus device definitions, it doesn't
make sense technically and might be removed

Revision 1.68 / (download) - annotate - [select for diffs], Fri Sep 9 13:43:39 2005 UTC (18 years, 7 months ago) by rpaulo
Branch: MAIN
Changes since 1.67: +4 -2 lines
Diff to previous 1.67 (colored) to selected 1.200 (colored)

Enable WSDISPLAY_SCROLLSUPPORT by default.

Revision 1.67 / (download) - annotate - [select for diffs], Tue Sep 6 02:03:53 2005 UTC (18 years, 7 months ago) by dogcow
Branch: MAIN
Changes since 1.66: +3 -2 lines
Diff to previous 1.66 (colored) to selected 1.200 (colored)

after discussion with dyoung, add rtw* at cardbus

Revision 1.66 / (download) - annotate - [select for diffs], Fri Aug 19 05:19:49 2005 UTC (18 years, 8 months ago) by christos
Branch: MAIN
Changes since 1.65: +3 -3 lines
Diff to previous 1.65 (colored) to selected 1.200 (colored)

Enable ptyfs by default on the non-install and non small/tiny/ramdisk kernels

Revision 1.65 / (download) - annotate - [select for diffs], Fri Aug 19 02:03:49 2005 UTC (18 years, 8 months ago) by christos
Branch: MAIN
Changes since 1.64: +3 -2 lines
Diff to previous 1.64 (colored) to selected 1.200 (colored)

64 bit inode changes.

Revision 1.64 / (download) - annotate - [select for diffs], Fri Aug 5 09:23:16 2005 UTC (18 years, 8 months ago) by skrll
Branch: MAIN
Changes since 1.63: +5 -2 lines
Diff to previous 1.63 (colored) to selected 1.200 (colored)

Add (commented out) ucycom to various kernel configs.

Revision 1.63 / (download) - annotate - [select for diffs], Sun Jul 31 04:04:30 2005 UTC (18 years, 8 months ago) by yamt
Branch: MAIN
Changes since 1.62: +2 -4 lines
Diff to previous 1.62 (colored) to selected 1.200 (colored)

revert "defflag VMSWAP" changes for now.
there seems to be far more people who don't want to edit
their kernel config files than i thought.

Revision 1.62 / (download) - annotate - [select for diffs], Sat Jul 30 06:35:35 2005 UTC (18 years, 8 months ago) by yamt
Branch: MAIN
Changes since 1.61: +4 -2 lines
Diff to previous 1.61 (colored) to selected 1.200 (colored)

add "options VMSWAP" to non INSTALL kernels.

Revision 1.61 / (download) - annotate - [select for diffs], Sun Jul 17 14:53:56 2005 UTC (18 years, 9 months ago) by augustss
Branch: MAIN
Changes since 1.60: +2 -3 lines
Diff to previous 1.60 (colored) to selected 1.200 (colored)

Remove obsolete comment about ehci.

Revision 1.60 / (download) - annotate - [select for diffs], Sun Jul 17 00:08:28 2005 UTC (18 years, 9 months ago) by hubertf
Branch: MAIN
Changes since 1.59: +3 -2 lines
Diff to previous 1.59 (colored) to selected 1.200 (colored)

Add support for reading cloop2 compressed filesystem image,
enable by putting VND_COMPRESSION into kernel config file.
Written by Cliff Wright, polished up slightly by me.

Revision 1.59 / (download) - annotate - [select for diffs], Thu Jul 14 11:59:53 2005 UTC (18 years, 9 months ago) by wiz
Branch: MAIN
Changes since 1.58: +3 -3 lines
Diff to previous 1.58 (colored) to selected 1.200 (colored)

Fix typo in comment, from Nicolas Joly in PR 30743.

Revision 1.58 / (download) - annotate - [select for diffs], Tue Jul 12 20:22:45 2005 UTC (18 years, 9 months ago) by sekiya
Branch: MAIN
Changes since 1.57: +4 -2 lines
Diff to previous 1.57 (colored) to selected 1.200 (colored)

Add config goo for ath.  Tested with a PCI card, detected as:

	ath0 at pci0 dev 10 function 0
	ath0: interrupting at ioapic0 pin 17 (irq 5)
	ath0: 11a rates: 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps
	ath0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps
	ath0: 11g rates: 1Mbps 2Mbps 5.5Mbps 11Mbps 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36M bps 48Mbps 54Mbps
	ath0: mac 5.9 phy 4.3 radio 3.6

Cardbus untested, so it is commented out.

Revision 1.57 / (download) - annotate - [select for diffs], Mon Jul 11 15:37:04 2005 UTC (18 years, 9 months ago) by kiyohara
Branch: MAIN
Changes since 1.56: +11 -2 lines
Diff to previous 1.56 (colored) to selected 1.200 (colored)

ieee1394 import from FreeBSD.

Revision 1.56 / (download) - annotate - [select for diffs], Thu Jul 7 17:05:46 2005 UTC (18 years, 9 months ago) by tron
Branch: MAIN
Changes since 1.55: +3 -2 lines
Diff to previous 1.55 (colored) to selected 1.200 (colored)

Add (commented out) IPSEC_NAT_T option.

Revision 1.55 / (download) - annotate - [select for diffs], Tue Jul 5 07:11:52 2005 UTC (18 years, 9 months ago) by augustss
Branch: MAIN
Branch point for: yamt-lazymbuf
Changes since 1.54: +3 -2 lines
Diff to previous 1.54 (colored) to selected 1.200 (colored)

Add auixp.

Revision 1.54 / (download) - annotate - [select for diffs], Mon Jul 4 13:43:45 2005 UTC (18 years, 9 months ago) by martti
Branch: MAIN
Changes since 1.53: +4 -2 lines
Diff to previous 1.53 (colored) to selected 1.200 (colored)

Added support for amr. Tested by Joseph A. Dacuma with Dell PowerEdge 2800.

Revision 1.53 / (download) - annotate - [select for diffs], Mon Jul 4 05:57:02 2005 UTC (18 years, 9 months ago) by augustss
Branch: MAIN
Changes since 1.52: +4 -4 lines
Diff to previous 1.52 (colored) to selected 1.200 (colored)

Uncomment ehci.  It works fairly well now.

Revision 1.52 / (download) - annotate - [select for diffs], Fri Jul 1 11:03:14 2005 UTC (18 years, 9 months ago) by augustss
Branch: MAIN
Changes since 1.51: +3 -2 lines
Diff to previous 1.51 (colored) to selected 1.200 (colored)

Add ixpide so we handle ATI controllers specially.

Revision 1.51 / (download) - annotate - [select for diffs], Sat Jun 25 12:05:15 2005 UTC (18 years, 9 months ago) by rpaulo
Branch: MAIN
Changes since 1.50: +3 -2 lines
Diff to previous 1.50 (colored) to selected 1.200 (colored)

Add file-system PTYFS (commented out) so that people know its existence.

Ok'ed by Christos Zoulas and Hubert Feyrer.

Revision 1.50 / (download) - annotate - [select for diffs], Thu Jun 23 23:39:40 2005 UTC (18 years, 9 months ago) by sekiya
Branch: MAIN
Changes since 1.49: +3 -3 lines
Diff to previous 1.49 (colored) to selected 1.200 (colored)

ACPI_PCI_FIXUP -> PCI_INTR_FIXUP

Revision 1.49 / (download) - annotate - [select for diffs], Wed Jun 22 14:10:34 2005 UTC (18 years, 9 months ago) by wiz
Branch: MAIN
Changes since 1.48: +2 -4 lines
Diff to previous 1.48 (colored) to selected 1.200 (colored)

Remove duplicate apci at mainbus line, from Nicolas Joly in PR 30564.

Revision 1.48 / (download) - annotate - [select for diffs], Tue Jun 21 02:23:13 2005 UTC (18 years, 10 months ago) by kent
Branch: MAIN
Changes since 1.47: +3 -2 lines
Diff to previous 1.47 (colored) to selected 1.200 (colored)

add "azalia at pci"

Revision 1.47 / (download) - annotate - [select for diffs], Thu Jun 9 14:43:29 2005 UTC (18 years, 10 months ago) by tsutsui
Branch: MAIN
Changes since 1.46: +4 -3 lines
Diff to previous 1.46 (colored) to selected 1.200 (colored)

- Rename options NEW_BUFQ_STRATEGY -> options BUFQ_READPRIO.
  (still commented out)
- Add (also commented out) options BUFQ_PRIOCSCAN.

Suggested by perry and soda on tech-kern.
Please refer options(4) for details for these options.

Revision 1.46 / (download) - annotate - [select for diffs], Fri Apr 15 17:27:21 2005 UTC (19 years ago) by itohy
Branch: MAIN
CVS Tags: kent-audio2-base
Changes since 1.45: +6 -2 lines
Diff to previous 1.45 (colored) to selected 1.200 (colored)

Add ukyopon(4).

Revision 1.45 / (download) - annotate - [select for diffs], Fri Mar 25 23:28:43 2005 UTC (19 years ago) by cube
Branch: MAIN
CVS Tags: yamt-km-base4
Changes since 1.44: +4 -2 lines
Diff to previous 1.44 (colored) to selected 1.200 (colored)

Add attimer(4) configurations everywhere pcppi(4) exists, with the
following rule:
  If a pcppi device is enabled for an attachment, enable an attimer for the
  same attachement, otherwise comment it.

Revision 1.44 / (download) - annotate - [select for diffs], Mon Mar 21 14:15:27 2005 UTC (19 years, 1 month ago) by xtraeme
Branch: MAIN
Changes since 1.43: +3 -2 lines
Diff to previous 1.43 (colored) to selected 1.200 (colored)

Add "pcppi* at acpi?" commented out.

Revision 1.43 / (download) - annotate - [select for diffs], Mon Mar 21 01:57:54 2005 UTC (19 years, 1 month ago) by cgd
Branch: MAIN
Changes since 1.42: +6 -6 lines
Diff to previous 1.42 (colored) to selected 1.200 (colored)

correctly alphabetize bce, skc/sk, inphy relative to their neighbors.
devices.  correct typo in bce comment.

Revision 1.42 / (download) - annotate - [select for diffs], Fri Feb 25 13:46:48 2005 UTC (19 years, 1 month ago) by simonb
Branch: MAIN
CVS Tags: yamt-km-base3, netbsd-3-base
Branch point for: netbsd-3
Changes since 1.41: +5 -4 lines
Diff to previous 1.41 (colored) to selected 1.200 (colored)

Add COMPAT_20 (and COMPAT_16 in some cases) to kernel config files
that didn't have those options but had other earlier compat options.

Revision 1.41 / (download) - annotate - [select for diffs], Sun Feb 20 18:49:26 2005 UTC (19 years, 1 month ago) by jdolecek
Branch: MAIN
Changes since 1.40: +4 -2 lines
Diff to previous 1.40 (colored) to selected 1.200 (colored)

add ciphy(4) and vge(4)

Revision 1.40 / (download) - annotate - [select for diffs], Fri Feb 18 21:05:50 2005 UTC (19 years, 2 months ago) by dsl
Branch: MAIN
Changes since 1.39: +3 -3 lines
Diff to previous 1.39 (colored) to selected 1.200 (colored)

Invert FFS_SNAPSHOT to FFS_NO_SNAPSHOT

Revision 1.39 / (download) - annotate - [select for diffs], Fri Feb 11 08:25:53 2005 UTC (19 years, 2 months ago) by dsl
Branch: MAIN
CVS Tags: yamt-km-base2
Changes since 1.38: +3 -2 lines
Diff to previous 1.38 (colored) to selected 1.200 (colored)

Add 'option FFS_SNAPSHOT' to most of the config files.
Commented out for kernels that appear to hace space constraints.

Revision 1.38 / (download) - annotate - [select for diffs], Mon Jan 31 16:54:33 2005 UTC (19 years, 2 months ago) by hannken
Branch: MAIN
Changes since 1.37: +3 -2 lines
Diff to previous 1.37 (colored) to selected 1.200 (colored)

Add file system snapshots to kernel configs.

- Ffs internal snapshots get compiled in unconditionally.

- File system snapshot device fss(4) added to all kernel configs that
  have a disk.  Device is commented out on all non-GENERIC kernels.

Reviewed by: Jason Thorpe <thorpej@netbsd.org>

Revision 1.37 / (download) - annotate - [select for diffs], Fri Jan 28 03:19:49 2005 UTC (19 years, 2 months ago) by rumble
Branch: MAIN
Changes since 1.36: +3 -2 lines
Diff to previous 1.36 (colored) to selected 1.200 (colored)

Sprinkle options UFS_DIRHASH on GENERIC kernels. It's presently
commented out and labeled experimental pending further review and
testing.

Revision 1.36 / (download) - annotate - [select for diffs], Tue Jan 18 10:30:11 2005 UTC (19 years, 3 months ago) by scw
Branch: MAIN
CVS Tags: yamt-km-base
Branch point for: yamt-km
Changes since 1.35: +3 -2 lines
Diff to previous 1.35 (colored) to selected 1.200 (colored)

Add "options PMS_SYNAPTICS_TOUCHPAD", commented out by default.

Revision 1.35 / (download) - annotate - [select for diffs], Mon Jan 17 15:28:51 2005 UTC (19 years, 3 months ago) by cube
Branch: MAIN
Changes since 1.34: +3 -2 lines
Diff to previous 1.34 (colored) to selected 1.200 (colored)

Add tap(4) support to a random^Wcarefully chosen set of kernel configs.
All those kernels have a line for both tun and bridge, and if either is
commented out, tap is commented out also.  With the exception of i386's
GENERIC_TINY.

XXX:  we _need_ some way of making this more simple.

Revision 1.34 / (download) - annotate - [select for diffs], Thu Dec 2 14:33:31 2004 UTC (19 years, 4 months ago) by xtraeme
Branch: MAIN
CVS Tags: kent-audio1-beforemerge, kent-audio1-base, kent-audio1
Branch point for: kent-audio2
Changes since 1.33: +3 -2 lines
Diff to previous 1.33 (colored) to selected 1.200 (colored)

Add ACPI joy(4) attachment, based on lpt_acpi.c by jmcneill@,
reviewed and ok'ed by cube@ and martin@.

Revision 1.33 / (download) - annotate - [select for diffs], Thu Dec 2 09:50:42 2004 UTC (19 years, 4 months ago) by xtraeme
Branch: MAIN
Changes since 1.32: +3 -2 lines
Diff to previous 1.32 (colored) to selected 1.200 (colored)

Add ACPI mpu(4) attachment, based on lpt_acpi.c by jmcneill@,
reviewed by christos@, cube@ and martin@.

While here, remove a printf() in mpu_attach() (ic/mpu.c) to remove
an empty line in some frontends (mpu_isa.c, etc).

Revision 1.32 / (download) - annotate - [select for diffs], Wed Nov 24 20:49:20 2004 UTC (19 years, 4 months ago) by bouyer
Branch: MAIN
Changes since 1.31: +3 -2 lines
Diff to previous 1.31 (colored) to selected 1.200 (colored)

pdcsata(4), a driver for the Promise SATA150 (aka PDC203xx) serie of
controllers. Tested with a PDC20375 (2 SATA, one PATA) controller on sparc64.
Added to all kernel config file which had pdcide(4).

Revision 1.31 / (download) - annotate - [select for diffs], Wed Nov 10 17:54:02 2004 UTC (19 years, 5 months ago) by christos
Branch: MAIN
Changes since 1.30: +3 -2 lines
Diff to previous 1.30 (colored) to selected 1.200 (colored)

Add COMPAT_BSDPTY to the rest of the config files.

Revision 1.30 / (download) - annotate - [select for diffs], Sat Oct 23 14:00:51 2004 UTC (19 years, 5 months ago) by augustss
Branch: MAIN
Changes since 1.29: +3 -3 lines
Diff to previous 1.29 (colored) to selected 1.200 (colored)

s/uax/axe/

Revision 1.29 / (download) - annotate - [select for diffs], Sat Sep 4 23:29:45 2004 UTC (19 years, 7 months ago) by manu
Branch: MAIN
Changes since 1.28: +3 -2 lines
Diff to previous 1.28 (colored) to selected 1.200 (colored)

IPv4 PIM support, based on a submission from Pavlin Radoslavov posted on
tech-net@

Revision 1.28 / (download) - annotate - [select for diffs], Thu Jul 15 03:53:45 2004 UTC (19 years, 9 months ago) by atatat
Branch: MAIN
Changes since 1.27: +3 -2 lines
Diff to previous 1.27 (colored) to selected 1.200 (colored)

Add "options SYSCTL_INCLUDE_DESCR" to a lot of configs, but commented
out in most of them.

Revision 1.27 / (download) - annotate - [select for diffs], Sat Jun 26 07:32:05 2004 UTC (19 years, 9 months ago) by abs
Branch: MAIN
Changes since 1.26: +15 -2 lines
Diff to previous 1.26 (colored) to selected 1.200 (colored)

Add (commented out) ALTQ options to all GENERIC-like files

Revision 1.26 / (download) - annotate - [select for diffs], Tue Jun 22 15:18:34 2004 UTC (19 years, 9 months ago) by toshii
Branch: MAIN
Changes since 1.25: +3 -2 lines
Diff to previous 1.25 (colored) to selected 1.200 (colored)

Add re; Realtek GbE.

Revision 1.25 / (download) - annotate - [select for diffs], Tue Jun 22 14:09:50 2004 UTC (19 years, 9 months ago) by itojun
Branch: MAIN
Changes since 1.24: +4 -2 lines
Diff to previous 1.24 (colored) to selected 1.200 (colored)

have pf and pflog pseudo-device (commented out).
reviewed by matt, perry, christos

Revision 1.24 / (download) - annotate - [select for diffs], Fri Jun 18 15:04:04 2004 UTC (19 years, 10 months ago) by christos
Branch: MAIN
Changes since 1.23: +2 -3 lines
Diff to previous 1.23 (colored) to selected 1.200 (colored)

ptm is now mandatory, depends on pty, and can be disabled with -DNO_DEV_PTM

Revision 1.23 / (download) - annotate - [select for diffs], Wed Jun 16 15:07:39 2004 UTC (19 years, 10 months ago) by christos
Branch: MAIN
Changes since 1.22: +3 -2 lines
Diff to previous 1.22 (colored) to selected 1.200 (colored)

Add pseudo-device ptm on all the generic flavored kernels.

Revision 1.22 / (download) - annotate - [select for diffs], Mon Jun 7 15:36:22 2004 UTC (19 years, 10 months ago) by kochi
Branch: MAIN
Changes since 1.21: +4 -2 lines
Diff to previous 1.21 (colored) to selected 1.200 (colored)

Add ACPICA_PEDANTIC/ACPI_DISABLE_ON_POWEROFF options; follow the i386
changes.

Revision 1.21 / (download) - annotate - [select for diffs], Wed Jan 14 22:29:03 2004 UTC (20 years, 3 months ago) by jonathan
Branch: MAIN
CVS Tags: netbsd-2-0-base
Branch point for: netbsd-2-0
Changes since 1.20: +10 -2 lines
Diff to previous 1.20 (colored) to selected 1.200 (colored)

Add support for opencrypto, PCI accelerators to sys/arch/*/conf/GENERIC
files for machines I know to have genuine PCI slots.  As sent to tech-kern
for feedback in December 2003. Based on feedback, opencrypto is commented
out in the macppc GENERIC (due to absense of GENERIC_SOFTINT support),
and added to the sparc64 config (sys/arch/sparc64/conf/GENERIC32).

Revision 1.20 / (download) - annotate - [select for diffs], Sun Dec 14 01:32:01 2003 UTC (20 years, 4 months ago) by thorpej
Branch: MAIN
Changes since 1.19: +3 -2 lines
Diff to previous 1.19 (colored) to selected 1.200 (colored)

Split the Intel i31244 SATA controller ("Artisea") driver out of piixide
into its own driver (artsata).

Revision 1.19 / (download) - annotate - [select for diffs], Sat Dec 13 23:13:40 2003 UTC (20 years, 4 months ago) by thorpej
Branch: MAIN
Changes since 1.18: +3 -2 lines
Diff to previous 1.18 (colored) to selected 1.200 (colored)

Split out the Silicon Image SATALink support into its own driver,
"satalink".

Revision 1.18 / (download) - annotate - [select for diffs], Sat Nov 22 14:20:47 2003 UTC (20 years, 4 months ago) by fvdl
Branch: MAIN
Changes since 1.17: +4 -2 lines
Diff to previous 1.17 (colored) to selected 1.200 (colored)

Add and enable sk/skc drivers.

Revision 1.17 / (download) - annotate - [select for diffs], Sat Nov 8 21:38:18 2003 UTC (20 years, 5 months ago) by fvdl
Branch: MAIN
Changes since 1.16: +3 -2 lines
Diff to previous 1.16 (colored) to selected 1.200 (colored)

Add POSIX 1003.1b semaphores.

Revision 1.16 / (download) - annotate - [select for diffs], Wed Nov 5 13:51:29 2003 UTC (20 years, 5 months ago) by fvdl
Branch: MAIN
Changes since 1.15: +3 -2 lines
Diff to previous 1.15 (colored) to selected 1.200 (colored)

Add igphy.

Revision 1.15 / (download) - annotate - [select for diffs], Sat Oct 25 20:26:54 2003 UTC (20 years, 5 months ago) by fvdl
Branch: MAIN
Changes since 1.14: +8 -2 lines
Diff to previous 1.14 (colored) to selected 1.200 (colored)

Add ahd, bce, ataraid.

Revision 1.14 / (download) - annotate - [select for diffs], Thu Oct 23 01:14:43 2003 UTC (20 years, 5 months ago) by fvdl
Branch: MAIN
Changes since 1.13: +4 -3 lines
Diff to previous 1.13 (colored) to selected 1.200 (colored)

Add auvia.

Revision 1.13 / (download) - annotate - [select for diffs], Sat Oct 18 08:30:14 2003 UTC (20 years, 6 months ago) by lukem
Branch: MAIN
Changes since 1.12: +4 -16 lines
Diff to previous 1.12 (colored) to selected 1.200 (colored)

Use one  'atabus* at ata?'  instead of multiple  'atabus* at FOOide?  channel ?'
Use  'atapibus* at atapi?'  instead of  'atapibus* at atabus?'

Revision 1.12 / (download) - annotate - [select for diffs], Wed Oct 8 11:55:43 2003 UTC (20 years, 6 months ago) by bouyer
Branch: MAIN
Changes since 1.11: +25 -3 lines
Diff to previous 1.11 (colored) to selected 1.200 (colored)

Add new per-chip pciide drivers.

Revision 1.11 / (download) - annotate - [select for diffs], Wed Oct 8 11:02:18 2003 UTC (20 years, 6 months ago) by bouyer
Branch: MAIN
Changes since 1.10: +7 -4 lines
Diff to previous 1.10 (colored) to selected 1.200 (colored)

Add atabus.

Revision 1.10 / (download) - annotate - [select for diffs], Mon Oct 6 22:53:47 2003 UTC (20 years, 6 months ago) by fvdl
Branch: MAIN
Changes since 1.9: +3 -2 lines
Diff to previous 1.9 (colored) to selected 1.200 (colored)

SIGINFO support.
Todo: 32bit compat support (COMPAT_NETBSD32 will not compile right now,
as it won't on other platforms).

Revision 1.9 / (download) - annotate - [select for diffs], Mon Sep 1 00:35:44 2003 UTC (20 years, 7 months ago) by fvdl
Branch: MAIN
Changes since 1.8: +3 -3 lines
Diff to previous 1.8 (colored) to selected 1.200 (colored)

Use MPBIOS_SCANPCI by default.

Revision 1.8 / (download) - annotate - [select for diffs], Fri Aug 22 07:52:48 2003 UTC (20 years, 7 months ago) by itojun
Branch: MAIN
Changes since 1.7: +3 -2 lines
Diff to previous 1.7 (colored) to selected 1.200 (colored)

add udav*

Revision 1.7 / (download) - annotate - [select for diffs], Wed Aug 6 12:32:05 2003 UTC (20 years, 8 months ago) by bouyer
Branch: MAIN
Changes since 1.6: +3 -2 lines
Diff to previous 1.6 (colored) to selected 1.200 (colored)

Add esiop at pci to GENERIC which already have siop at pci.
esiop has been tested enouth now.
esiop not added to INSTALL kernels because of possible space constraint.
siop should be able to drive all adapters supported by esiop.

Revision 1.6 / (download) - annotate - [select for diffs], Sun Jul 6 04:03:21 2003 UTC (20 years, 9 months ago) by kochi
Branch: MAIN
Changes since 1.5: +3 -3 lines
Diff to previous 1.5 (colored) to selected 1.200 (colored)

o cleanup usage of ACPI_ACTIVATE_DEV/ACPI_PCI_FIXUP
o delete usage of ENABLE_DEBUGGER

As ACPI_ACTIVATE_DEV/ACPI_PCI_FIXUP are defflag'ed in files.acpi,
these options don't have to have a value.

Revision 1.5 / (download) - annotate - [select for diffs], Thu May 29 20:22:33 2003 UTC (20 years, 10 months ago) by fvdl
Branch: MAIN
Branch point for: ktrace-lwp
Changes since 1.4: +5 -3 lines
Diff to previous 1.4 (colored) to selected 1.200 (colored)

Add the options MPBIOS_SCANPCI and MPACPI_SCANPCI to configure PCI roots
with the MPBIOS/ACPI bus information, by walking through the buses, and
descending down every bus that hasn't been marked configured yet.

Revision 1.4 / (download) - annotate - [select for diffs], Wed May 21 17:23:35 2003 UTC (20 years, 11 months ago) by christos
Branch: MAIN
Changes since 1.3: +23 -2 lines
Diff to previous 1.3 (colored) to selected 1.200 (colored)

Add ACPI gunk.

Revision 1.3 / (download) - annotate - [select for diffs], Sun May 11 21:41:00 2003 UTC (20 years, 11 months ago) by fvdl
Branch: MAIN
Changes since 1.2: +5 -3 lines
Diff to previous 1.2 (colored) to selected 1.200 (colored)

Add commented out acpi.

Revision 1.2 / (download) - annotate - [select for diffs], Wed May 7 22:58:41 2003 UTC (20 years, 11 months ago) by fvdl
Branch: MAIN
Changes since 1.1: +3 -3 lines
Diff to previous 1.1 (colored) to selected 1.200 (colored)

Enable LKM.

Revision 1.1 / (download) - annotate - [select for diffs], Sat Apr 26 18:39:34 2003 UTC (20 years, 11 months ago) by fvdl
Branch: MAIN
Diff to selected 1.200 (colored)

Rename the x86_64 port to amd64, as this is the actual name used for
the processor family now. x86_64 is kept as the MACHINE_ARCH value,
since it's already widely used (by e.g. the toolchain, etc), and
by other operating systems.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>