The NetBSD Project

CVS log for src/sys/arch/i386/conf/ALL

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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.506 / (download) - annotate - [select for diffs], Thu Feb 9 14:09:48 2023 UTC (6 weeks, 4 days ago) by abs
Branch: MAIN
CVS Tags: HEAD
Changes since 1.505: +3 -3 lines
Diff to previous 1.505 (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.505 / (download) - annotate - [select for diffs], Thu Dec 22 19:09:48 2022 UTC (3 months ago) by jakllsch
Branch: MAIN
Changes since 1.504: +6 -2 lines
Diff to previous 1.504 (colored)

Add missing virtio devices to x86 ALL kernels

Revision 1.504 / (download) - annotate - [select for diffs], Thu Dec 22 11:05:55 2022 UTC (3 months ago) by nat
Branch: MAIN
Changes since 1.503: +3 -2 lines
Diff to previous 1.503 (colored)

Driver for DaynaPORT SCSI/Link (dse.4).

Written by Hiroshi Noguchi, of which an updated version was posted to
port-mac68k in 2001.

Attachments were added to kernel configs for platforms that already had
the Cabletron (se.4) driver added, although other platorms may benefit.

Reviewed on tech-net by Izumi Tsutsui.

Revision 1.503 / (download) - annotate - [select for diffs], Sat Sep 24 11:05:17 2022 UTC (6 months ago) by riastradh
Branch: MAIN
CVS Tags: netbsd-10-base, netbsd-10, bouyer-sunxi-drm-base, bouyer-sunxi-drm
Changes since 1.502: +6 -2 lines
Diff to previous 1.502 (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.502 / (download) - annotate - [select for diffs], Sun Aug 7 02:52:26 2022 UTC (7 months, 2 weeks ago) by simonb
Branch: MAIN
Changes since 1.501: +14 -9 lines
Diff to previous 1.501 (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.501 / (download) - annotate - [select for diffs], Fri May 13 10:45:24 2022 UTC (10 months, 2 weeks ago) by msaitoh
Branch: MAIN
Changes since 1.500: +4 -2 lines
Diff to previous 1.500 (colored)

Add MFI_DEBUG and MFII_DEBUG.

Revision 1.500 / (download) - annotate - [select for diffs], Thu Dec 23 17:13:13 2021 UTC (15 months ago) by hannken
Branch: MAIN
Changes since 1.499: +5 -4 lines
Diff to previous 1.499 (colored)

Disable amdgpu as it uses floating point arithmetics and subr_kcov
doesnt handle it.

Ok: riastradh@

Revision 1.498.4.1 / (download) - annotate - [select for diffs], Sun Aug 1 22:42:10 2021 UTC (19 months, 3 weeks ago) by thorpej
Branch: thorpej-i2c-spi-conf
Changes since 1.498: +2 -5 lines
Diff to previous 1.498 (colored) next main 1.499 (colored)

Sync with HEAD.

Revision 1.499 / (download) - annotate - [select for diffs], Tue Jun 29 10:22:36 2021 UTC (20 months, 3 weeks ago) by nia
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
Changes since 1.498: +2 -5 lines
Diff to previous 1.498 (colored)

Remove uscanner(4) driver

This exists for compatibility with a Linux interface which was apparently
deprecated in Linux 2.6. There are various mailing list threads going
back to 2004 where the usefulness of this driver is discussed, but
the conclusion is that scanner software has all moved to using ugen(4)
instead, and enabling this driver will not help you scan things.

Revision 1.497.2.1 / (download) - annotate - [select for diffs], Sat Apr 3 22:28:27 2021 UTC (23 months, 3 weeks ago) by thorpej
Branch: thorpej-futex
Changes since 1.497: +3 -2 lines
Diff to previous 1.497 (colored) next main 1.498 (colored)

Sync with HEAD.

Revision 1.498 / (download) - annotate - [select for diffs], Mon Mar 1 17:53:29 2021 UTC (2 years ago) by jakllsch
Branch: MAIN
CVS Tags: thorpej-futex-base, thorpej-cfargs-base, thorpej-cfargs, cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x
Branch point for: thorpej-i2c-spi-conf
Changes since 1.497: +3 -2 lines
Diff to previous 1.497 (colored)

add rge(4) to x86 ALL kernels

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

vether: Add to kernel configurations

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

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

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

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

Revision 1.495 / (download) - annotate - [select for diffs], Sat Aug 1 08:20:49 2020 UTC (2 years, 7 months ago) by maxv
Branch: MAIN
Changes since 1.494: +2 -3 lines
Diff to previous 1.494 (colored)

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

Revision 1.494 / (download) - annotate - [select for diffs], Tue Jul 14 00:45:52 2020 UTC (2 years, 8 months ago) by yamaguchi
Branch: MAIN
Changes since 1.493: +3 -2 lines
Diff to previous 1.493 (colored)

Introduce per-cpu IDTs

This is realized by following modifications:
- Add IDT pages and its allocation maps for each cpu in "struct cpu_info"
- Load per-cpu IDTs at cpu_init_idt(struct cpu_info*)
- Copy the IDT entries for cpu0 to other CPUs at attach
   - These are, for example, exceptions, db, system calls, etc.

And, added a kernel option named PCPU_IDT to enable the feature.

Revision 1.469.2.3 / (download) - annotate - [select for diffs], Tue Jul 7 10:29:06 2020 UTC (2 years, 8 months ago) by martin
Branch: netbsd-9
CVS Tags: netbsd-9-3-RELEASE, netbsd-9-2-RELEASE, netbsd-9-1-RELEASE
Changes since 1.469.2.2: +3 -2 lines
Diff to previous 1.469.2.2 (colored) to branchpoint 1.469 (colored) next main 1.470 (colored)

Pull up following revision(s) (requested by jmcneill in ticket #980):

	sys/dev/pci/if_aq.c: revision 1.4
	sys/dev/pci/if_aq.c: revision 1.5
	sys/arch/amd64/conf/GENERIC: revision 1.553
	sys/dev/pci/files.pci: revision 1.419
	sys/arch/amd64/conf/XEN3_DOM0: revision 1.170
	sys/dev/pci/if_aq.c: revision 1.9
	share/man/man4/Makefile: revision 1.693
	sys/dev/pci/pcidevs: revision 1.1411
	share/man/man4/aq.4: revision 1.1
	share/man/man4/aq.4: revision 1.3
	sys/arch/i386/conf/ALL: revision 1.479
	share/man/man4/aq.4: revision 1.4
	sys/dev/pci/if_aq.c: revision 1.10
	sys/dev/pci/files.pci: revision 1.421
	sys/dev/pci/if_aq.c: revision 1.11
	sys/dev/pci/if_aq.c: revision 1.12
	sys/dev/pci/if_aq.c: revision 1.13
	sys/dev/pci/if_aq.c: revision 1.14
	sys/dev/pci/if_aq.c: revision 1.15
	sys/dev/pci/if_aq.c: revision 1.16
	sys/dev/pci/pcidevs: revision 1.1408
	sys/arch/amd64/conf/ALL: revision 1.135
	sys/net/ethertypes.h: revision 1.19
	sys/arch/i386/conf/GENERIC: revision 1.1218
	distrib/sets/lists/man/mi: revision 1.1668
	sys/dev/pci/if_aq.c: revision 1.1
	sys/dev/pci/if_aq.c: revision 1.2
	sys/dev/pci/pcidevs: revision 1.1395
	sys/dev/pci/if_aq.c: revision 1.3
	sys/arch/evbarm/conf/GENERIC64: revision 1.125

Add the ETHERTYPE_QINQ for 802.1ad VLAN stacking

add Aquantia AQC 10G network adapters
add support Aquantia AQC seriese 10G network adapters.

this driver is based on the FreeBSD version https://github.com/Aquantia/aqtion-freebsd ,
but drastically rewritten for NetBSD.

add aq(4)

 Add Aquantia AQC100, AQC100S and D100.

add support VLAN HW filter

set/clear IFF_OACTIVE flag only on txring 0

make counters per queue

support internal PHY temperature sensor

Found by kUBSan:
- Use unsigned to avoid undefined behavior in aq_hw_init().
- Cast to unsigned to avoid undefined behavior in aq_set_mac_addr().

fix descriptions of register map in comment

return the ifmedia active status correctly even while the link is not up after attach.
pointed out by msaitoh@. thanks.

On FIBRE devices, there are times when linkstat interrupt doesn't occur?
reported from Andrius V. thanks.
- use polling instead of linkstat interrupt when FIBRE
- add AQ_FORCE_POLL_LINKSTAT options (not by default)

sort product table, and tabify

add support AQC100S and D100.
not tested, but they are probably the same as the AQC100.

Revision 1.493 / (download) - annotate - [select for diffs], Mon May 25 07:20:15 2020 UTC (2 years, 10 months ago) by yamaguchi
Branch: MAIN
Changes since 1.492: +2 -3 lines
Diff to previous 1.492 (colored)

Obsolete VIOIF_SOFTINT_INTR

The kernel option is introduced to realize softint-based if_input.
Since the same scheme has been implemented in if_percpuq_enqueue(),
the option is no longer needed.

pointed out by ozaki-r@n.o.

Revision 1.492 / (download) - annotate - [select for diffs], Sat May 16 13:46:11 2020 UTC (2 years, 10 months ago) by maya
Branch: MAIN
Changes since 1.491: +2 -5 lines
Diff to previous 1.491 (colored)

Remove uyap, USB YAP phone firmware loader.

And the associated ezload EZ-USB code, which is only used by uyap.
It could theoretically be used by other drivers, but none of them are
in tree.

I suspect that this device isn't in use, as phone technology has improved
a lot since 2001 when uyap(4) was added to the tree.

Proposed with no objections on netbsd-users on 13 April 2020

Revision 1.491 / (download) - annotate - [select for diffs], Fri May 1 14:15:41 2020 UTC (2 years, 10 months ago) by hannken
Branch: MAIN
Changes since 1.490: +2 -3 lines
Diff to previous 1.490 (colored)

Remove wd* at umass?, it was dropped.

Revision 1.440.2.3 / (download) - annotate - [select for diffs], Mon Apr 13 08:03:52 2020 UTC (2 years, 11 months ago) by martin
Branch: phil-wifi
Changes since 1.440.2.2: +7 -5 lines
Diff to previous 1.440.2.2 (colored) to branchpoint 1.440 (colored) next main 1.441 (colored)

Mostly merge changes from HEAD upto 20200411

Revision 1.440.2.2 / (download) - annotate - [select for diffs], Wed Apr 8 14:07:39 2020 UTC (2 years, 11 months ago) by martin
Branch: phil-wifi
Changes since 1.440.2.1: +8 -27 lines
Diff to previous 1.440.2.1 (colored) to branchpoint 1.440 (colored)

Merge changes from current as of 20200406

Revision 1.490 / (download) - annotate - [select for diffs], Wed Mar 25 17:06:19 2020 UTC (3 years ago) by jdolecek
Branch: MAIN
CVS Tags: phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, bouyer-xenpvh-base2, bouyer-xenpvh-base1, bouyer-xenpvh-base, bouyer-xenpvh
Changes since 1.489: +2 -6 lines
Diff to previous 1.489 (colored)

remove 'file-system SMBFS' and 'pseudo-device nsmb' from all kernel configs
to prepare for their eventual removal

Revision 1.479.2.3 / (download) - annotate - [select for diffs], Sat Feb 29 20:18:24 2020 UTC (3 years ago) by ad
Branch: ad-namecache
Changes since 1.479.2.2: +2 -7 lines
Diff to previous 1.479.2.2 (colored) to branchpoint 1.479 (colored) next main 1.480 (colored)

Sync with head.

Revision 1.489 / (download) - annotate - [select for diffs], Sun Feb 9 16:06:18 2020 UTC (3 years, 1 month ago) by jmcneill
Branch: MAIN
CVS Tags: is-mlppp-base, is-mlppp, ad-namecache-base3
Changes since 1.488: +2 -3 lines
Diff to previous 1.488 (colored)

Retire azalia(4).

Revision 1.488 / (download) - annotate - [select for diffs], Mon Feb 3 19:37:42 2020 UTC (3 years, 1 month ago) by maya
Branch: MAIN
Changes since 1.487: +2 -3 lines
Diff to previous 1.487 (colored)

Remove more urio(4) traces.

Pointed out by maxv, thanks.

Revision 1.487 / (download) - annotate - [select for diffs], Wed Jan 29 18:39:02 2020 UTC (3 years, 1 month ago) by maya
Branch: MAIN
Changes since 1.486: +2 -5 lines
Diff to previous 1.486 (colored)

remove urio(4), a driver for the Rio500 MP3 player.

At this point it is highly unlikely this 1999 device still has users,
but it still comes up in the context of maxv's USB-fuzzing (and any device
could pretend to be a urio(4)), so it's best to get rid of it.

Renamed all major entries to obsolete, as was done in previous removals.

This still requires an update to sanitizers, but they're located in
"external", perhaps it should be first committed upstream?

Proposed on tech-kern a month ago.

Revision 1.479.2.2 / (download) - annotate - [select for diffs], Sat Jan 25 22:38:40 2020 UTC (3 years, 2 months ago) by ad
Branch: ad-namecache
Changes since 1.479.2.1: +2 -16 lines
Diff to previous 1.479.2.1 (colored) to branchpoint 1.479 (colored)

Sync with head.

Revision 1.486 / (download) - annotate - [select for diffs], Sat Jan 25 18:38:36 2020 UTC (3 years, 2 months ago) by thorpej
Branch: MAIN
CVS Tags: ad-namecache-base2
Changes since 1.485: +2 -3 lines
Diff to previous 1.485 (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.485 / (download) - annotate - [select for diffs], Mon Jan 20 18:38:20 2020 UTC (3 years, 2 months ago) by thorpej
Branch: MAIN
Changes since 1.484: +2 -4 lines
Diff to previous 1.484 (colored)

Remove FDDI support.

Revision 1.484 / (download) - annotate - [select for diffs], Sun Jan 19 20:41:18 2020 UTC (3 years, 2 months ago) by riastradh
Branch: MAIN
Changes since 1.483: +2 -4 lines
Diff to previous 1.483 (colored)

Remove filemon(4).

Discussed on tech-kern:
https://mail-index.NetBSD.org/tech-kern/2020/01/13/msg025938.html

This was never (intentionally) enabled by default, and the design has
some shortcomings.  You can get mostly the same results with ktrace,
as in usr.bin/make/filemon/filemon_ktrace.c which is now used instead
of filemon for make's meta mode.

If applications require higher performance than ktrace, or nesting
that ktrace doesn't support, we might consider adding something back
into the vfs system calls themselves, without hijacking the syscall
table.  (Might want a more reliable output format too, e.g. one that
can handle newlines in file names.)

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

Remove Token Ring support.

Revision 1.482 / (download) - annotate - [select for diffs], Sun Jan 19 06:55:23 2020 UTC (3 years, 2 months ago) by thorpej
Branch: MAIN
Changes since 1.481: +2 -3 lines
Diff to previous 1.481 (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.481 / (download) - annotate - [select for diffs], Sun Jan 19 01:25:05 2020 UTC (3 years, 2 months ago) by thorpej
Branch: MAIN
Changes since 1.480: +2 -3 lines
Diff to previous 1.480 (colored)

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

Revision 1.479.2.1 / (download) - annotate - [select for diffs], Fri Jan 17 21:47:25 2020 UTC (3 years, 2 months ago) by ad
Branch: ad-namecache
Changes since 1.479: +2 -4 lines
Diff to previous 1.479 (colored)

Sync with head.

Revision 1.480 / (download) - annotate - [select for diffs], Fri Jan 17 15:00:20 2020 UTC (3 years, 2 months ago) by maya
Branch: MAIN
CVS Tags: ad-namecache-base1
Changes since 1.479: +2 -4 lines
Diff to previous 1.479 (colored)

Remove uyurex(4).

This is a driver for a "nonsense machine" made by the art group Maywa-Denki
in 2008. It was disabled by default.

Unfortunately even so it draws development attention (flaws found in the
code, MP-ification needs) and it is best not to continue to maintain this
driver.

Proposed without objections on tech-kern.

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

add aq(4)

Revision 1.478 / (download) - annotate - [select for diffs], Mon Dec 23 06:45:37 2019 UTC (3 years, 3 months ago) by maxv
Branch: MAIN
Changes since 1.477: +4 -2 lines
Diff to previous 1.477 (colored)

Revert the removal of filemon.

Revision 1.477 / (download) - annotate - [select for diffs], Wed Dec 18 07:37:18 2019 UTC (3 years, 3 months ago) by maxv
Branch: MAIN
Changes since 1.476: +2 -4 lines
Diff to previous 1.476 (colored)

Retire filemon, discussed on tech-kern@.

Revision 1.476 / (download) - annotate - [select for diffs], Sun Dec 15 17:17:16 2019 UTC (3 years, 3 months ago) by riastradh
Branch: MAIN
Changes since 1.475: +6 -2 lines
Diff to previous 1.475 (colored)

Add vhci to x86/ALL.

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

Ported driver for Intel Ethernet 700 series

reviewed by msaitoh and knakahara

Revision 1.469.2.2 / (download) - annotate - [select for diffs], Mon Nov 25 20:47:24 2019 UTC (3 years, 4 months ago) by martin
Branch: netbsd-9
CVS Tags: netbsd-9-0-RELEASE, netbsd-9-0-RC2, netbsd-9-0-RC1
Changes since 1.469.2.1: +4 -2 lines
Diff to previous 1.469.2.1 (colored) to branchpoint 1.469 (colored)

Pull up following revision(s) (requested by msaitoh in ticket #478):

	sys/dev/mii/smscphy.c: revision 1.1
	sys/arch/amd64/conf/ALL: revision 1.127
	sys/arch/amd64/conf/ALL: revision 1.128
	sys/dev/mii/files.mii: revision 1.52
	sys/dev/mii/files.mii: revision 1.53
	sys/arch/i386/conf/ALL: revision 1.473
	share/man/man4/mii.4: revision 1.29
	sys/arch/i386/conf/ALL: revision 1.474
	sys/arch/amd64/conf/GENERIC: revision 1.543
	sys/arch/amd64/conf/GENERIC: revision 1.544
	sys/dev/mii/jmphyreg.h: revision 1.1
	share/man/man4/Makefile: revision 1.687
	share/man/man4/smscphy.4: revision 1.1
	share/man/man4/Makefile: revision 1.688
	sys/dev/mii/jmphy.c: revision 1.1
	sys/dev/DEVNAMES: revision 1.324
	sys/dev/DEVNAMES: revision 1.325
	distrib/sets/lists/man/mi: revision 1.1661
	sys/arch/i386/conf/GENERIC: revision 1.1214
	distrib/sets/lists/man/mi: revision 1.1662
	sys/arch/i386/conf/GENERIC: revision 1.1215
	share/man/man4/jmphy.4: revision 1.1
	share/man/man4/jme.4: revision 1.8

Add jmphy(4) from OpenBSD.

Add jmphy.4.

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

Revision 1.469.2.1 / (download) - annotate - [select for diffs], Mon Nov 25 16:44:32 2019 UTC (3 years, 4 months ago) by martin
Branch: netbsd-9
Changes since 1.469: +3 -2 lines
Diff to previous 1.469 (colored)

Pull up following revision(s) (requested by msaitoh in ticket #476):

	sys/dev/pci/if_stgereg.h: revision 1.6
	sys/arch/amd64/conf/ALL: revision 1.124
	sys/dev/mii/files.mii: revision 1.51
	share/man/man4/vge.4: revision 1.8
	share/man/man4/vge.4: revision 1.9
	distrib/sets/lists/man/mi: revision 1.1656
	sys/arch/i386/conf/ALL: revision 1.471
	share/man/man4/mii.4: revision 1.28
	sys/dev/pci/if_stge.c: revision 1.71
	sys/dev/mii/ipgphy.c: revision 1.1
	sys/dev/mii/ipgphy.c: revision 1.2
	share/man/man4/Makefile: revision 1.684
	sys/dev/mii/ipgphy.c: revision 1.3
	sys/dev/mii/ipgphyreg.h: revision 1.1
	sys/dev/mii/ipgphy.c: revision 1.4
	sys/dev/mii/ipgphyreg.h: revision 1.2
	sys/dev/mii/ipgphy.c: revision 1.5
	sys/dev/mii/ipgphyreg.h: revision 1.3
	sys/dev/DEVNAMES: revision 1.322
	sys/arch/i386/conf/GENERIC: revision 1.1211
	sys/arch/amd64/conf/GENERIC: revision 1.537
	share/man/man4/ipgphy.4: revision 1.1
	share/man/man4/ipgphy.4: revision 1.2

 Add support IC Plus IP1000* PHYs. PR/kern 42314 first reported by

Tomokazu HARADA and patch provided by Andrius V.

New sentence, new line.
Fix date. Add RCS Id.

 KNF. No functional change.

 STGE_PhyCtrl is not PHY register but MAC register, so use ukphy_status()
for IP1000A device.

- Use auto-negotiation when forcing 1000BASE-T.
- Add XXX comment for strange pause setting code. I suspect this is wrong.
- On my environments, 1000BASE-T half duplex doesn't work, so we might remove
  IFM_1000T_HDX from this device in future.
- Define IPGPHY_SCR's address.
- Whitespace fix.

 Add missing NetBSD RCS Id. Reported by Andrius V.

Revision 1.474 / (download) - annotate - [select for diffs], Fri Nov 1 02:53:23 2019 UTC (3 years, 4 months ago) by msaitoh
Branch: MAIN
CVS Tags: phil-wifi-20191119
Changes since 1.473: +3 -2 lines
Diff to previous 1.473 (colored)

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

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

Add jmphy(4) from OpenBSD.

Revision 1.472 / (download) - annotate - [select for diffs], Tue Oct 8 18:50:44 2019 UTC (3 years, 5 months ago) by maxv
Branch: MAIN
Changes since 1.471: +2 -7 lines
Diff to previous 1.471 (colored)

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

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

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

Revision 1.470 / (download) - annotate - [select for diffs], Mon Aug 19 03:25:40 2019 UTC (3 years, 7 months ago) by ozaki-r
Branch: MAIN
Changes since 1.469: +3 -2 lines
Diff to previous 1.469 (colored)

Add MBUFTRACE to ALL configs

Revision 1.469 / (download) - annotate - [select for diffs], Wed Jul 24 23:13:46 2019 UTC (3 years, 8 months ago) by tnn
Branch: MAIN
CVS Tags: netbsd-9-base
Branch point for: netbsd-9
Changes since 1.468: +5 -2 lines
Diff to previous 1.468 (colored)

add ssdfb(4) to ALL

Revision 1.440.2.1 / (download) - annotate - [select for diffs], Mon Jun 10 22:06:20 2019 UTC (3 years, 9 months ago) by christos
Branch: phil-wifi
Changes since 1.440: +42 -123 lines
Diff to previous 1.440 (colored)

Sync with HEAD

Revision 1.468 / (download) - annotate - [select for diffs], Tue May 7 22:00:10 2019 UTC (3 years, 10 months ago) by mrg
Branch: MAIN
CVS Tags: phil-wifi-20190609
Changes since 1.467: +2 -5 lines
Diff to previous 1.467 (colored)

obsolete moscom(4).  it was never in any default configs, did
not work for some cases.

umcs(4) supports everything it does plus one additional chipset,
has been in default configurations since netbsd 7.

Revision 1.467 / (download) - annotate - [select for diffs], Fri Apr 26 22:46:03 2019 UTC (3 years, 11 months ago) by sevan
Branch: MAIN
Changes since 1.466: +3 -14 lines
Diff to previous 1.466 (colored)

Use veriexec.config to reduce duplication

Revision 1.466 / (download) - annotate - [select for diffs], Fri Apr 12 04:46:48 2019 UTC (3 years, 11 months ago) by msaitoh
Branch: MAIN
CVS Tags: isaki-audio2-base, isaki-audio2
Changes since 1.465: +27 -2 lines
Diff to previous 1.465 (colored)

Add the following debug options:

 AI_DEBUG
 ATHN_DEBUG
 ATU_DEBUG
 AXEN_DEBUG
 BGE_DEBUG
 BNX_DEBUG
 BWFM_DEBUG
 CAS_DEBUG
 CBB_DEBUG
 CMALO_DEBUG
 EF_DEBUG
 IWN_DEBUG
 IX_DEBUG
 LII_DEBUG
 MSK_DEBUG
 OTUS_DEBUG
 RUM_DEBUG
 RUN_DEBUG
 UMB_DEBUG
 UPGT_DEBUG
 URAL_DEBUG
 URNDIS_DEBUG
 URTW_DEBUG
 URTWN_DEBUG
 WPI_DEBUG
 ZYD_DEBUG

Revision 1.465 / (download) - annotate - [select for diffs], Sat Mar 16 04:31:25 2019 UTC (4 years ago) by isaki
Branch: MAIN
Changes since 1.464: +2 -3 lines
Diff to previous 1.464 (colored)

Remove duplicated option.

Revision 1.464 / (download) - annotate - [select for diffs], Sun Feb 24 20:56:27 2019 UTC (4 years, 1 month ago) by kamil
Branch: MAIN
Changes since 1.463: +8 -2 lines
Diff to previous 1.463 (colored)

Enable kUBSan and KCOV in NetBSD/i386 kernel=ALL

Revision 1.463 / (download) - annotate - [select for diffs], Wed Feb 6 11:58:31 2019 UTC (4 years, 1 month ago) by rin
Branch: MAIN
Changes since 1.462: +3 -2 lines
Diff to previous 1.462 (colored)

Add ure(4) to kernel config files. Also add PHY drivers where necessary.

Revision 1.462 / (download) - annotate - [select for diffs], Sun Jan 27 08:53:30 2019 UTC (4 years, 1 month ago) by maxv
Branch: MAIN
Changes since 1.461: +2 -5 lines
Diff to previous 1.461 (colored)

Remove the satlink driver. It was disabled everywhere, had no man page and
no use either. Spotted by thorpej in PR/21345, ok christos.

Revision 1.434.2.12 / (download) - annotate - [select for diffs], Fri Jan 18 08:50:17 2019 UTC (4 years, 2 months ago) by pgoyette
Branch: pgoyette-compat
CVS Tags: pgoyette-compat-merge-20190127
Changes since 1.434.2.11: +2 -3 lines
Diff to previous 1.434.2.11 (colored) to branchpoint 1.434 (colored) next main 1.435 (colored)

Synch with HEAD

Revision 1.461 / (download) - annotate - [select for diffs], Sat Dec 29 11:30:11 2018 UTC (4 years, 2 months ago) by maxv
Branch: MAIN
CVS Tags: pgoyette-compat-20190127, pgoyette-compat-20190118
Changes since 1.460: +2 -3 lines
Diff to previous 1.460 (colored)

Retire compat_ibcs2, as discussed on tech-kern@. FreeBSD did the same
recently.

Revision 1.434.2.11 / (download) - annotate - [select for diffs], Wed Dec 26 14:01:37 2018 UTC (4 years, 3 months ago) by pgoyette
Branch: pgoyette-compat
Changes since 1.434.2.10: +3 -3 lines
Diff to previous 1.434.2.10 (colored) to branchpoint 1.434 (colored)

Sync with HEAD, resolve a few conflicts

Revision 1.460 / (download) - annotate - [select for diffs], Fri Dec 14 22:00:26 2018 UTC (4 years, 3 months ago) by jakllsch
Branch: MAIN
CVS Tags: pgoyette-compat-1226
Changes since 1.459: +3 -2 lines
Diff to previous 1.459 (colored)

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

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

Remove references to "lmc" in the kernel configurations.

Revision 1.419.2.4 / (download) - annotate - [select for diffs], Fri Dec 7 17:11:37 2018 UTC (4 years, 3 months ago) by martin
Branch: netbsd-8
CVS Tags: netbsd-8-2-RELEASE, netbsd-8-1-RELEASE, netbsd-8-1-RC1
Changes since 1.419.2.3: +3 -2 lines
Diff to previous 1.419.2.3 (colored) to branchpoint 1.419 (colored) next main 1.420 (colored)

Pull up following revision(s) (requested by bouyer in ticket #1129):

	sys/arch/amd64/conf/XEN3_DOM0: revision 1.159
	sys/arch/amd64/conf/GENERIC: revision 1.508
	sys/arch/i386/conf/ALL: revision 1.458
	sys/dev/ic/mfi.c: revision 1.60
	sys/dev/pci/mpiireg.h: revision 1.1
	distrib/sets/lists/man/mi: revision 1.1628
	sys/dev/pci/mfii.c: revision 1.1,1.2 (adapted)
	sys/arch/i386/conf/GENERIC: revision 1.1194
	sys/dev/pci/mpii.c: revision 1.13
	sys/dev/ic/mfireg.h: revision 1.9
	share/man/man4/mfii.4: revision 1.1
	share/man/man4/Makefile: revision 1.673 (patch)
	sys/dev/pci/files.pci: revision 1.410
	share/man/man4/mfii.4: revision 1.2
	sys/arch/amd64/conf/ALL: revision 1.108
	sys/arch/i386/conf/XEN3PAE_DOM0: revision 1.8 (patch, in XEN3_DOM0)

Add some definitions from OpenBSD, needed by the upcoming mfii driver.
No functionnal change.

 -

Move registers definitions to a separate file, needed for the upcomning mpii
driver. No functionnal change.

 -

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.

 -

Add my name in copyright list

 -

add a man page for the new mpii, mostly from OpenBSD.

 -

Sort SEE ALSO. Fix date. Whitespace fixes.

Revision 1.434.2.10 / (download) - annotate - [select for diffs], Mon Nov 26 01:52:25 2018 UTC (4 years, 4 months ago) by pgoyette
Branch: pgoyette-compat
Changes since 1.434.2.9: +3 -2 lines
Diff to previous 1.434.2.9 (colored) to branchpoint 1.434 (colored)

Sync with HEAD, resolve a couple of conflicts

Revision 1.458 / (download) - annotate - [select for diffs], Sat Nov 24 18:23:29 2018 UTC (4 years, 4 months ago) by bouyer
Branch: MAIN
CVS Tags: pgoyette-compat-1126
Changes since 1.457: +3 -2 lines
Diff to previous 1.457 (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.434.2.9 / (download) - annotate - [select for diffs], Sun Sep 30 01:45:44 2018 UTC (4 years, 5 months ago) by pgoyette
Branch: pgoyette-compat
Changes since 1.434.2.8: +2 -95 lines
Diff to previous 1.434.2.8 (colored) to branchpoint 1.434 (colored)

Ssync with HEAD

Revision 1.457 / (download) - annotate - [select for diffs], Sun Sep 23 09:21:02 2018 UTC (4 years, 6 months ago) by maxv
Branch: MAIN
CVS Tags: pgoyette-compat-1020, pgoyette-compat-0930
Changes since 1.456: +2 -6 lines
Diff to previous 1.456 (colored)

Remove ISDN from the kernel. It has remained unmaintained for a long time,
is of poor quality, and is now an obstacle to MP-ification. It was removed
ten years ago from FreeBSD for the same reason.

This retires a big user of the mbuf API, and will ease maintenance of the
kernel.

Revision 1.456 / (download) - annotate - [select for diffs], Sat Sep 22 16:22:23 2018 UTC (4 years, 6 months ago) by maxv
Branch: MAIN
Changes since 1.455: +2 -78 lines
Diff to previous 1.455 (colored)

Remove isic(4). It is part of ISDN, which we are now retiring.

Revision 1.455 / (download) - annotate - [select for diffs], Sat Sep 22 12:41:00 2018 UTC (4 years, 6 months ago) by maxv
Branch: MAIN
Changes since 1.454: +2 -5 lines
Diff to previous 1.454 (colored)

Remove iwic(4). It is part of ISDN, which we are now retiring. This driver
was still marked as experimental (its man page dates back to 2002).

Revision 1.454 / (download) - annotate - [select for diffs], Sat Sep 22 12:26:27 2018 UTC (4 years, 6 months ago) by maxv
Branch: MAIN
Changes since 1.453: +2 -5 lines
Diff to previous 1.453 (colored)

Remove the "ifritz" driver (no man page). It is part of ISDN, which we are
retiring.

Revision 1.453 / (download) - annotate - [select for diffs], Sat Sep 22 12:19:11 2018 UTC (4 years, 6 months ago) by maxv
Branch: MAIN
Changes since 1.452: +2 -5 lines
Diff to previous 1.452 (colored)

Remove ifpci(4). It is part of ISDN, which we are retiring.

Revision 1.452 / (download) - annotate - [select for diffs], Fri Sep 21 18:38:25 2018 UTC (4 years, 6 months ago) by maxv
Branch: MAIN
Changes since 1.451: +2 -5 lines
Diff to previous 1.451 (colored)

Remove iavc(4).

Revision 1.434.2.8 / (download) - annotate - [select for diffs], Thu Sep 6 06:55:34 2018 UTC (4 years, 6 months ago) by pgoyette
Branch: pgoyette-compat
Changes since 1.434.2.7: +8 -5 lines
Diff to previous 1.434.2.7 (colored) to branchpoint 1.434 (colored)

Sync with HEAD

Resolve a couple of conflicts (result of the uimin/uimax changes)

Revision 1.451 / (download) - annotate - [select for diffs], Thu Sep 6 05:36:50 2018 UTC (4 years, 6 months ago) by maxv
Branch: MAIN
Changes since 1.450: +2 -3 lines
Diff to previous 1.450 (colored)

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

Revision 1.450 / (download) - annotate - [select for diffs], Mon Aug 27 16:29:18 2018 UTC (4 years, 7 months ago) by riastradh
Branch: MAIN
CVS Tags: pgoyette-compat-0906
Changes since 1.449: +5 -2 lines
Diff to previous 1.449 (colored)

Add amdgpu to i386/ALL.

Revision 1.449 / (download) - annotate - [select for diffs], Sat Aug 25 20:52:41 2018 UTC (4 years, 7 months ago) by rin
Branch: MAIN
Changes since 1.448: +3 -2 lines
Diff to previous 1.448 (colored)

Add (commented out) mue(4) to where appropriate.
Also add MII/PHY drivers for USB NICs if missing.

Revision 1.448 / (download) - annotate - [select for diffs], Sat Aug 25 07:48:56 2018 UTC (4 years, 7 months ago) by maxv
Branch: MAIN
Changes since 1.447: +2 -4 lines
Diff to previous 1.447 (colored)

Retire NDIS. It appears that it has never worked, after 13 years it was
still marked as "experimental", and nowadays it may be one more obstacle
to MPification of the network stack.

Discussed on tech-net@.

Revision 1.447 / (download) - annotate - [select for diffs], Tue Aug 14 06:37:59 2018 UTC (4 years, 7 months ago) by maxv
Branch: MAIN
Changes since 1.446: +2 -3 lines
Diff to previous 1.446 (colored)

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

Revision 1.446 / (download) - annotate - [select for diffs], Tue Aug 14 06:04:24 2018 UTC (4 years, 7 months ago) by maxv
Branch: MAIN
Changes since 1.445: +3 -2 lines
Diff to previous 1.445 (colored)

Enable L2TP on all x86 configurations, not just native amd64.

Revision 1.445 / (download) - annotate - [select for diffs], Wed Aug 1 18:36:14 2018 UTC (4 years, 7 months ago) by khorben
Branch: MAIN
Changes since 1.444: +3 -2 lines
Diff to previous 1.444 (colored)

Build the umb(4) driver in the ALL kernels (amd64, i386)

As suggested by Robert Swindells; thank you!

Revision 1.434.2.7 / (download) - annotate - [select for diffs], Sat Jul 28 04:37:34 2018 UTC (4 years, 8 months ago) by pgoyette
Branch: pgoyette-compat
Changes since 1.434.2.6: +2 -7 lines
Diff to previous 1.434.2.6 (colored) to branchpoint 1.434 (colored)

Sync with HEAD

Revision 1.444 / (download) - annotate - [select for diffs], Thu Jul 26 15:46:09 2018 UTC (4 years, 8 months ago) by maxv
Branch: MAIN
CVS Tags: pgoyette-compat-0728
Changes since 1.443: +2 -4 lines
Diff to previous 1.443 (colored)

Retire XENDEBUG_LOW, and switch its only user to XENDEBUG.

Revision 1.443 / (download) - annotate - [select for diffs], Fri Jul 13 09:37:32 2018 UTC (4 years, 8 months ago) by maxv
Branch: MAIN
Changes since 1.442: +2 -3 lines
Diff to previous 1.442 (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.442 / (download) - annotate - [select for diffs], Tue Jul 10 19:58:13 2018 UTC (4 years, 8 months ago) by maya
Branch: MAIN
Changes since 1.441: +2 -3 lines
Diff to previous 1.441 (colored)

Remove unused macro.

Revision 1.441 / (download) - annotate - [select for diffs], Tue Jul 10 17:01:43 2018 UTC (4 years, 8 months ago) by maya
Branch: MAIN
Changes since 1.440: +2 -3 lines
Diff to previous 1.440 (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.434.2.6 / (download) - annotate - [select for diffs], Mon Jun 25 07:25:42 2018 UTC (4 years, 9 months ago) by pgoyette
Branch: pgoyette-compat
Changes since 1.434.2.5: +25 -25 lines
Diff to previous 1.434.2.5 (colored) to branchpoint 1.434 (colored)

Sync with HEAD

Revision 1.440 / (download) - annotate - [select for diffs], Thu Jun 7 13:36:29 2018 UTC (4 years, 9 months ago) by thorpej
Branch: MAIN
CVS Tags: phil-wifi-base, pgoyette-compat-0625
Branch point for: phil-wifi
Changes since 1.439: +23 -23 lines
Diff to previous 1.439 (colored)

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

Revision 1.434.2.5 / (download) - annotate - [select for diffs], Mon May 21 04:36:00 2018 UTC (4 years, 10 months ago) by pgoyette
Branch: pgoyette-compat
Changes since 1.434.2.4: +25 -25 lines
Diff to previous 1.434.2.4 (colored) to branchpoint 1.434 (colored)

Sync with HEAD

Revision 1.439 / (download) - annotate - [select for diffs], Tue May 15 01:53:27 2018 UTC (4 years, 10 months ago) by thorpej
Branch: MAIN
CVS Tags: pgoyette-compat-0521
Changes since 1.438: +25 -25 lines
Diff to previous 1.438 (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.434.2.4 / (download) - annotate - [select for diffs], Wed May 2 07:20:04 2018 UTC (4 years, 10 months ago) by pgoyette
Branch: pgoyette-compat
Changes since 1.434.2.3: +3 -3 lines
Diff to previous 1.434.2.3 (colored) to branchpoint 1.434 (colored)

Synch with HEAD

Revision 1.438 / (download) - annotate - [select for diffs], Tue May 1 16:16:05 2018 UTC (4 years, 10 months ago) by maya
Branch: MAIN
CVS Tags: pgoyette-compat-0502
Changes since 1.437: +3 -3 lines
Diff to previous 1.437 (colored)

Fix ALL configs following MPVERBOSE becoming a defparam

XXX i386 ALL kernel build is failing

Revision 1.434.2.3 / (download) - annotate - [select for diffs], Mon Apr 16 01:59:54 2018 UTC (4 years, 11 months ago) by pgoyette
Branch: pgoyette-compat
Changes since 1.434.2.2: +4 -2 lines
Diff to previous 1.434.2.2 (colored) to branchpoint 1.434 (colored)

Sync with HEAD, resolve some conflicts

Revision 1.419.2.3 / (download) - annotate - [select for diffs], Wed Apr 11 14:23:30 2018 UTC (4 years, 11 months ago) by martin
Branch: netbsd-8
CVS Tags: netbsd-8-0-RELEASE, netbsd-8-0-RC2, netbsd-8-0-RC1
Changes since 1.419.2.2: +4 -2 lines
Diff to previous 1.419.2.2 (colored) to branchpoint 1.419 (colored)

Pull up following revision(s) (requested by mrg in ticket #731):
	sys/arch/i386/conf/files.i386: revision 1.392
	sys/arch/i386/conf/GENERIC: revision 1.1175
	sys/arch/i386/conf/GENERIC: revision 1.1176
	sys/arch/amd64/conf/files.amd64: revision 1.102
	sys/arch/i386/conf/GENERIC: revision 1.1177
	share/man/man4/options.4: revision 1.485 (patch)
	sys/arch/i386/conf/Makefile.i386: revision 1.190
	sys/arch/amd64/conf/GENERIC: revision 1.487
	sys/arch/amd64/conf/ALL: revision 1.85
	sys/arch/amd64/conf/GENERIC: revision 1.488
	sys/arch/amd64/conf/GENERIC: revision 1.489
	sys/arch/amd64/conf/Makefile.amd64: revision 1.67
	sys/arch/i386/conf/ALL: revision 1.437

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.

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

turn on GCC spectre v2 mitigation options.
XXX: amd64 ALL doesn't build for me right now

Revision 1.437 / (download) - annotate - [select for diffs], Sun Apr 8 00:52:38 2018 UTC (4 years, 11 months ago) by mrg
Branch: MAIN
CVS Tags: pgoyette-compat-0422, pgoyette-compat-0415
Changes since 1.436: +4 -2 lines
Diff to previous 1.436 (colored)

turn on GCC spectre v2 mitigation options.

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

Revision 1.434.2.2 / (download) - annotate - [select for diffs], Fri Mar 30 06:20:11 2018 UTC (4 years, 11 months ago) by pgoyette
Branch: pgoyette-compat
Changes since 1.434.2.1: +2 -3 lines
Diff to previous 1.434.2.1 (colored) to branchpoint 1.434 (colored)

Resolve conflicts between branch and HEAD

Revision 1.436 / (download) - annotate - [select for diffs], Thu Mar 29 18:54:48 2018 UTC (4 years, 11 months ago) by maxv
Branch: MAIN
CVS Tags: pgoyette-compat-0407, pgoyette-compat-0330
Changes since 1.435: +2 -3 lines
Diff to previous 1.435 (colored)

Remove TCPREASS_DEBUG. It was introduced 20 years ago when the reassembler
was being developed, but it's irrelevant today. Makes the code clearer.

Revision 1.434.2.1 / (download) - annotate - [select for diffs], Thu Mar 22 01:44:45 2018 UTC (5 years ago) by pgoyette
Branch: pgoyette-compat
Changes since 1.434: +2 -4 lines
Diff to previous 1.434 (colored)

Synch with HEAD, resolve conflicts

Revision 1.435 / (download) - annotate - [select for diffs], Fri Mar 16 12:48:54 2018 UTC (5 years ago) by maxv
Branch: MAIN
CVS Tags: pgoyette-compat-0322
Changes since 1.434: +2 -4 lines
Diff to previous 1.434 (colored)

Remove ipkdb from i386. Also remove unused references in amd64.

I already talked about doing that six months ago on port-i386@. Back then
it was as general cleanup, but now, with SVS etc, we do actually have
good reasons for simplifying the entry points.

Ok kamil@. (christos@ was in the conversation too)

Revision 1.434 / (download) - annotate - [select for diffs], Sun Feb 25 22:00:22 2018 UTC (5 years, 1 month ago) by pgoyette
Branch: MAIN
CVS Tags: pgoyette-compat-base, pgoyette-compat-0315
Branch point for: pgoyette-compat
Changes since 1.433: +7 -2 lines
Diff to previous 1.433 (colored)

As requested by chuq@, add the new imc devices to the i386 and amd64
ALL kernels.

Revision 1.433 / (download) - annotate - [select for diffs], Sun Dec 10 17:52:13 2017 UTC (5 years, 3 months ago) by hannken
Branch: MAIN
Changes since 1.432: +3 -2 lines
Diff to previous 1.432 (colored)

Add option XHCI_DEBUG.

Revision 1.432 / (download) - annotate - [select for diffs], Sun Dec 10 17:19:48 2017 UTC (5 years, 3 months ago) by bouyer
Branch: MAIN
Changes since 1.431: +13 -2 lines
Diff to previous 1.431 (colored)

Add dwiic, ihidev and ims

Revision 1.343.2.5 / (download) - annotate - [select for diffs], Sun Dec 3 11:36:17 2017 UTC (5 years, 3 months ago) by jdolecek
Branch: tls-maxphys
Changes since 1.343.2.4: +114 -92 lines
Diff to previous 1.343.2.4 (colored) next main 1.344 (colored)

update from HEAD

Revision 1.431 / (download) - annotate - [select for diffs], Thu Nov 30 11:56:45 2017 UTC (5 years, 3 months ago) by jmcneill
Branch: MAIN
CVS Tags: tls-maxphys-base-20171202
Changes since 1.430: +3 -2 lines
Diff to previous 1.430 (colored)

add qemufwcfg(4)

Revision 1.430 / (download) - annotate - [select for diffs], Thu Sep 14 07:58:41 2017 UTC (5 years, 6 months ago) by mrg
Branch: MAIN
Changes since 1.429: +3 -19 lines
Diff to previous 1.429 (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.429 / (download) - annotate - [select for diffs], Wed Sep 13 22:24:44 2017 UTC (5 years, 6 months ago) by sevan
Branch: MAIN
Changes since 1.428: +2 -5 lines
Diff to previous 1.428 (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.419.2.2 / (download) - annotate - [select for diffs], Sat Sep 9 17:29:40 2017 UTC (5 years, 6 months ago) by snj
Branch: netbsd-8
CVS Tags: matt-nb8-mediatek-base, matt-nb8-mediatek
Changes since 1.419.2.1: +2 -3 lines
Diff to previous 1.419.2.1 (colored) to branchpoint 1.419 (colored)

Pull up following revision(s) (requested by maxv in ticket #258):
	sys/arch/amd64/conf/ALL: 1.68
	sys/arch/i386/conf/ALL: 1.428
	sys/arch/i386/i386/i386_trap.S: 1.12
	sys/arch/i386/i386/locore.S: 1.149-1.150
	sys/arch/x86/x86/sys_machdep.c: 1.38
Remove undocumented hack.
--
Switch to the temporary stack right away when booted via multiboot. GRUB
happens to give a correct stack, but it is not guaranteed by the spec. This
temporary stack will be reset later, which is fine.
Fixes PR/50245.
--
Pfff, use %ss and not %ds. The latter is controlled by userland, the former
contains the kernel value (flat); FreeBSD fixed this too a few weeks ago.
As I said earlier, this dtrace code is complete bullshit.
--
Don't allow userland to create 286/386 call gates anymore - they are not
used by Wine. While here, don't allow it to overwrite the static entries
either, don't allow unknown entry types, remove LDT_DEBUG, and style.

Revision 1.419.2.1 / (download) - annotate - [select for diffs], Thu Aug 31 08:41:33 2017 UTC (5 years, 6 months ago) by bouyer
Branch: netbsd-8
Changes since 1.419: +3 -3 lines
Diff to previous 1.419 (colored)

apply paych, requested by maxv in ticket #237:
	sys/arch/amiga/conf/DRACO		patch
	sys/arch/amiga/conf/GENERIC		patch
	sys/arch/amiga/conf/GENERIC.in		patch
	sys/arch/i386/conf/ALL			patch
	sys/arch/i386/conf/GENERIC		patch
	sys/arch/i386/conf/XEN3_DOM0		patch
	sys/arch/i386/conf/XEN3_DOMU		patch
	sys/arch/sparc/conf/GENERIC		patch
	sys/arch/sparc/conf/KRUPS		patch
	sys/arch/sparc/conf/MRCOFFEE		patch
	sys/arch/sparc/conf/TADPOLE3GX		patch
	sys/arch/sparc64/conf/GENERIC		patch
	sys/arch/sparc64/conf/NONPLUS64		patch
	sys/kern/kern_exec.c			patch

Disables compat_svr4 and compat_svr4_32 on each architecture,
and removes the associated module autoload entries.

Revision 1.428 / (download) - annotate - [select for diffs], Wed Aug 30 15:44:01 2017 UTC (5 years, 6 months ago) by maxv
Branch: MAIN
Changes since 1.427: +2 -3 lines
Diff to previous 1.427 (colored)

Don't allow userland to create 286/386 call gates anymore - they are not
used by Wine. While here, don't allow it to overwrite the static entries
either, don't allow unknown entry types, remove LDT_DEBUG, and style.

Revision 1.389.2.8 / (download) - annotate - [select for diffs], Mon Aug 28 17:51:40 2017 UTC (5 years, 6 months ago) by skrll
Branch: nick-nhusb
Changes since 1.389.2.7: +14 -13 lines
Diff to previous 1.389.2.7 (colored) to branchpoint 1.389 (colored) next main 1.390 (colored)

Sync with HEAD

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

Add ALPS pms support

Revision 1.426 / (download) - annotate - [select for diffs], Sat Aug 12 06:46:13 2017 UTC (5 years, 7 months ago) by maxv
Branch: MAIN
Changes since 1.425: +2 -3 lines
Diff to previous 1.425 (colored)

Remove support for vm86 on i386. It is bug-friendly, and there is no point
in having kernel support for this: the instruction set of the CPU is small,
and it can easily be emulated in userland entirely. There are also several
assumptions in the code that are not respected, and the slightest confusion
in the trap frame can lead to ring0 exploits.

vm86 has received zero maintenance. As far as I can tell, it was added
20 years ago in order to make doscmd work. But doscmd has not been
maintained either, and was removed from pkgsrc in 2011. dosbox can be used
instead: it does not require kernel support, and will produce better
results than our flimsy implementation.

Pass 1. (many pieces still in the tree)

Revision 1.425 / (download) - annotate - [select for diffs], Wed Aug 9 18:45:30 2017 UTC (5 years, 7 months ago) by maxv
Branch: MAIN
Changes since 1.424: +2 -3 lines
Diff to previous 1.424 (colored)

Remove compat_ibcs2 from i386. After a discussion on port-vax, it turns
out that compat_ibcs2 does not implement the iBCS2 standard - which is
x86-specific - but rather SVR3. Our real iBCS2 implementation was a
mixture of compat_ibcs2 and compat_svr4, and was only partial. Keeping
support for this in i386 is totally irrelevant today. I also asked on
port-i386 but didn't wait long.

The main issue is that compat_ibcs2 should have been called compat_svr3.
But CVS does not support renaming files, and moving things around is both
painful and tiring, even more so when no one seems to be interested in
doing this work or in the feature at all. For now compat_ibcs2 is available
on Vax and will stay, until someone (not me) cleans it up.

Revision 1.424 / (download) - annotate - [select for diffs], Sat Jul 29 18:08:58 2017 UTC (5 years, 7 months ago) by maxv
Branch: MAIN
Changes since 1.423: +2 -3 lines
Diff to previous 1.423 (colored)

Remove TCP_COMPAT_42 from the config files. Pass 3.

Revision 1.423 / (download) - annotate - [select for diffs], Sat Jul 29 12:00:56 2017 UTC (5 years, 7 months ago) by maxv
Branch: MAIN
Changes since 1.422: +2 -4 lines
Diff to previous 1.422 (colored)

Remove svr4 from the config files.

Revision 1.422 / (download) - annotate - [select for diffs], Sat Jul 29 07:19:47 2017 UTC (5 years, 7 months ago) by maxv
Branch: MAIN
Changes since 1.421: +2 -3 lines
Diff to previous 1.421 (colored)

Remove DEBUG_HPUX (does not exist).

Revision 1.421 / (download) - annotate - [select for diffs], Sat Jul 29 07:16:14 2017 UTC (5 years, 7 months ago) by maxv
Branch: MAIN
Changes since 1.420: +2 -3 lines
Diff to previous 1.420 (colored)

Remove IBCS2_DEBUG (does not exist).

Revision 1.420 / (download) - annotate - [select for diffs], Wed Jun 14 09:00:08 2017 UTC (5 years, 9 months ago) by pgoyette
Branch: MAIN
CVS Tags: perseant-stdc-iso10646-base, perseant-stdc-iso10646
Changes since 1.419: +3 -2 lines
Diff to previous 1.419 (colored)

Add wsbell

Revision 1.419 / (download) - annotate - [select for diffs], Sat May 27 22:53:29 2017 UTC (5 years, 10 months ago) by bouyer
Branch: MAIN
CVS Tags: netbsd-8-base
Branch point for: netbsd-8
Changes since 1.418: +5 -2 lines
Diff to previous 1.418 (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.418 / (download) - annotate - [select for diffs], Wed May 24 20:23:04 2017 UTC (5 years, 10 months ago) by christos
Branch: MAIN
Changes since 1.417: +3 -3 lines
Diff to previous 1.417 (colored)

rename u3ginit driver to umodeswitch

Revision 1.399.2.5 / (download) - annotate - [select for diffs], Wed Apr 26 02:53:03 2017 UTC (5 years, 11 months ago) by pgoyette
Branch: pgoyette-localcount
Changes since 1.399.2.4: +5 -2 lines
Diff to previous 1.399.2.4 (colored) to branchpoint 1.399 (colored) next main 1.400 (colored)

Sync with HEAD

Revision 1.411.2.1 / (download) - annotate - [select for diffs], Fri Apr 21 16:53:28 2017 UTC (5 years, 11 months ago) by bouyer
Branch: bouyer-socketcan
Changes since 1.411: +8 -5 lines
Diff to previous 1.411 (colored) next main 1.412 (colored)

Sync with HEAD

Revision 1.417 / (download) - annotate - [select for diffs], Tue Apr 18 19:09:12 2017 UTC (5 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.416: +3 -3 lines
Diff to previous 1.416 (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.416 / (download) - annotate - [select for diffs], Mon Apr 17 08:59:37 2017 UTC (5 years, 11 months ago) by riastradh
Branch: MAIN
Changes since 1.415: +5 -2 lines
Diff to previous 1.415 (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.380.2.4 / (download) - annotate - [select for diffs], Wed Apr 5 19:54:17 2017 UTC (5 years, 11 months ago) by snj
Branch: netbsd-7
CVS Tags: netbsd-7-2-RELEASE
Changes since 1.380.2.3: +2 -2 lines
Diff to previous 1.380.2.3 (colored) to branchpoint 1.380 (colored) next main 1.381 (colored)

Pull up following revision(s) (requested by skrll in ticket #1395):
	share/man/man4/axe.4: netbsd-7-nhusb
	share/man/man4/axen.4: netbsd-7-nhusb
	share/man/man4/cdce.4: netbsd-7-nhusb
	share/man/man4/uaudio.4: netbsd-7-nhusb
	share/man/man4/ucom.4: netbsd-7-nhusb
	share/man/man4/uep.4: netbsd-7-nhusb
	share/man/man4/urtw.4: netbsd-7-nhusb
	share/man/man4/usb.4: netbsd-7-nhusb
	share/man/man4/uyap.4: netbsd-7-nhusb
	share/man/man4/xhci.4: netbsd-7-nhusb
	share/man/man9/usbdi.9: netbsd-7-nhusb
	sys/arch/amd64/conf/ALL: netbsd-7-nhusb
	sys/arch/amd64/conf/GENERIC: netbsd-7-nhusb
	sys/arch/amiga/dev/slhci_zbus.c: netbsd-7-nhusb
	sys/arch/arm/allwinner/awin_otg.c: netbsd-7-nhusb
	sys/arch/arm/allwinner/awin_usb.c: netbsd-7-nhusb
	sys/arch/arm/amlogic/amlogic_dwctwo.c: netbsd-7-nhusb
	sys/arch/arm/at91/at91ohci.c: netbsd-7-nhusb
	sys/arch/arm/broadcom/bcm2835_dwctwo.c: netbsd-7-nhusb
	sys/arch/arm/broadcom/bcm53xx_usb.c: netbsd-7-nhusb
	sys/arch/arm/ep93xx/epohci.c: netbsd-7-nhusb
	sys/arch/arm/gemini/obio_ehci.c: netbsd-7-nhusb
	sys/arch/arm/imx/files.imx23: netbsd-7-nhusb
	sys/arch/arm/imx/imxusb.c: netbsd-7-nhusb
	sys/arch/arm/imx/imxusbreg.h: netbsd-7-nhusb
	sys/arch/arm/omap/obio_ohci.c: netbsd-7-nhusb
	sys/arch/arm/omap/omap3_ehci.c: netbsd-7-nhusb
	sys/arch/arm/omap/omapl1x_ohci.c: netbsd-7-nhusb
	sys/arch/arm/omap/tiotg.c: netbsd-7-nhusb
	sys/arch/arm/s3c2xx0/ohci_s3c24x0.c: netbsd-7-nhusb
	sys/arch/arm/samsung/exynos_usb.c: netbsd-7-nhusb
	sys/arch/arm/xscale/pxa2x0_ohci.c: netbsd-7-nhusb
	sys/arch/arm/zynq/zynq_usb.c: netbsd-7-nhusb
	sys/arch/hpcarm/dev/nbp_slhci.c: netbsd-7-nhusb
	sys/arch/hpcmips/dev/plumohci.c: netbsd-7-nhusb
	sys/arch/i386/conf/ALL: netbsd-7-nhusb
	sys/arch/i386/conf/GENERIC: netbsd-7-nhusb
	sys/arch/i386/pci/gcscehci.c: netbsd-7-nhusb
	sys/arch/luna68k/conf/GENERIC: netbsd-7-nhusb
	sys/arch/mips/adm5120/dev/ahci.c: netbsd-7-nhusb
	sys/arch/mips/adm5120/dev/ahcivar.h: netbsd-7-nhusb
	sys/arch/mips/alchemy/dev/ohci_aubus.c: netbsd-7-nhusb
	sys/arch/mips/atheros/dev/ehci_arbus.c: netbsd-7-nhusb
	sys/arch/mips/atheros/dev/ohci_arbus.c: netbsd-7-nhusb
	sys/arch/mips/conf/files.adm5120: netbsd-7-nhusb
	sys/arch/mips/ralink/ralink_ehci.c: netbsd-7-nhusb
	sys/arch/mips/ralink/ralink_ohci.c: netbsd-7-nhusb
	sys/arch/mips/rmi/rmixl_ehci.c: netbsd-7-nhusb
	sys/arch/mips/rmi/rmixl_ohci.c: netbsd-7-nhusb
	sys/arch/playstation2/dev/ohci_sbus.c: netbsd-7-nhusb
	sys/arch/powerpc/booke/dev/pq3ehci.c: netbsd-7-nhusb
	sys/arch/powerpc/ibm4xx/dev/dwctwo_plb.c: netbsd-7-nhusb
	sys/arch/x68k/dev/slhci_intio.c: netbsd-7-nhusb
	sys/conf/files: netbsd-7-nhusb
	sys/dev/cardbus/ehci_cardbus.c: netbsd-7-nhusb
	sys/dev/cardbus/ohci_cardbus.c: netbsd-7-nhusb
	sys/dev/cardbus/uhci_cardbus.c: netbsd-7-nhusb
	sys/dev/ic/sl811hs.c: netbsd-7-nhusb
	sys/dev/ic/sl811hsvar.h: netbsd-7-nhusb
	sys/dev/isa/slhci_isa.c: netbsd-7-nhusb
	sys/dev/marvell/ehci_mv.c: netbsd-7-nhusb
	sys/dev/pci/ehci_pci.c: netbsd-7-nhusb
	sys/dev/pci/ohci_pci.c: netbsd-7-nhusb
	sys/dev/pci/uhci_pci.c: netbsd-7-nhusb
	sys/dev/pci/xhci_pci.c: netbsd-7-nhusb
	sys/dev/pcmcia/slhci_pcmcia.c: netbsd-7-nhusb
	sys/dev/usb/Makefile.usbdevs: netbsd-7-nhusb
	sys/dev/usb/TODO: netbsd-7-nhusb
	sys/dev/usb/TODO.usbmp: netbsd-7-nhusb
	sys/dev/usb/aubtfwl.c: netbsd-7-nhusb
	sys/dev/usb/auvitek.c: netbsd-7-nhusb
	sys/dev/usb/auvitek_audio.c: netbsd-7-nhusb
	sys/dev/usb/auvitek_dtv.c: netbsd-7-nhusb
	sys/dev/usb/auvitek_i2c.c: netbsd-7-nhusb
	sys/dev/usb/auvitek_video.c: netbsd-7-nhusb
	sys/dev/usb/auvitekvar.h: netbsd-7-nhusb
	sys/dev/usb/ehci.c: netbsd-7-nhusb
	sys/dev/usb/ehcireg.h: netbsd-7-nhusb
	sys/dev/usb/ehcivar.h: netbsd-7-nhusb
	sys/dev/usb/emdtv.c: netbsd-7-nhusb
	sys/dev/usb/emdtv_dtv.c: netbsd-7-nhusb
	sys/dev/usb/emdtv_ir.c: netbsd-7-nhusb
	sys/dev/usb/emdtvvar.h: netbsd-7-nhusb
	sys/dev/usb/ezload.c: netbsd-7-nhusb
	sys/dev/usb/ezload.h: netbsd-7-nhusb
	sys/dev/usb/files.usb: netbsd-7-nhusb
	sys/dev/usb/hid.c: netbsd-7-nhusb
	sys/dev/usb/hid.h: netbsd-7-nhusb
	sys/dev/usb/if_athn_usb.c: netbsd-7-nhusb
	sys/dev/usb/if_athn_usb.h: netbsd-7-nhusb
	sys/dev/usb/if_atu.c: netbsd-7-nhusb
	sys/dev/usb/if_atureg.h: netbsd-7-nhusb
	sys/dev/usb/if_aue.c: netbsd-7-nhusb
	sys/dev/usb/if_auereg.h: netbsd-7-nhusb
	sys/dev/usb/if_axe.c: netbsd-7-nhusb
	sys/dev/usb/if_axen.c: netbsd-7-nhusb
	sys/dev/usb/if_axenreg.h: netbsd-7-nhusb
	sys/dev/usb/if_axereg.h: netbsd-7-nhusb
	sys/dev/usb/if_cdce.c: netbsd-7-nhusb
	sys/dev/usb/if_cdcereg.h: netbsd-7-nhusb
	sys/dev/usb/if_cue.c: netbsd-7-nhusb
	sys/dev/usb/if_cuereg.h: netbsd-7-nhusb
	sys/dev/usb/if_kue.c: netbsd-7-nhusb
	sys/dev/usb/if_kuereg.h: netbsd-7-nhusb
	sys/dev/usb/if_otus.c: netbsd-7-nhusb
	sys/dev/usb/if_otusvar.h: netbsd-7-nhusb
	sys/dev/usb/if_rum.c: netbsd-7-nhusb
	sys/dev/usb/if_rumreg.h: netbsd-7-nhusb
	sys/dev/usb/if_rumvar.h: netbsd-7-nhusb
	sys/dev/usb/if_run.c: netbsd-7-nhusb
	sys/dev/usb/if_runvar.h: netbsd-7-nhusb
	sys/dev/usb/if_smsc.c: netbsd-7-nhusb
	sys/dev/usb/if_smscreg.h: netbsd-7-nhusb
	sys/dev/usb/if_smscvar.h: netbsd-7-nhusb
	sys/dev/usb/if_udav.c: netbsd-7-nhusb
	sys/dev/usb/if_udavreg.h: netbsd-7-nhusb
	sys/dev/usb/if_upgt.c: netbsd-7-nhusb
	sys/dev/usb/if_upgtvar.h: netbsd-7-nhusb
	sys/dev/usb/if_upl.c: netbsd-7-nhusb
	sys/dev/usb/if_ural.c: netbsd-7-nhusb
	sys/dev/usb/if_uralreg.h: netbsd-7-nhusb
	sys/dev/usb/if_uralvar.h: netbsd-7-nhusb
	sys/dev/usb/if_url.c: netbsd-7-nhusb
	sys/dev/usb/if_urlreg.h: netbsd-7-nhusb
	sys/dev/usb/if_urndis.c: netbsd-7-nhusb
	sys/dev/usb/if_urndisreg.h: netbsd-7-nhusb
	sys/dev/usb/if_urtw.c: netbsd-7-nhusb
	sys/dev/usb/if_urtwn.c: netbsd-7-nhusb
	sys/dev/usb/if_urtwn_data.h: netbsd-7-nhusb
	sys/dev/usb/if_urtwnreg.h: netbsd-7-nhusb
	sys/dev/usb/if_urtwnvar.h: netbsd-7-nhusb
	sys/dev/usb/if_urtwreg.h: netbsd-7-nhusb
	sys/dev/usb/if_zyd.c: netbsd-7-nhusb
	sys/dev/usb/if_zydreg.h: netbsd-7-nhusb
	sys/dev/usb/irmce.c: netbsd-7-nhusb
	sys/dev/usb/moscom.c: netbsd-7-nhusb
	sys/dev/usb/motg.c: netbsd-7-nhusb
	sys/dev/usb/motgvar.h: netbsd-7-nhusb
	sys/dev/usb/ohci.c: netbsd-7-nhusb
	sys/dev/usb/ohcireg.h: netbsd-7-nhusb
	sys/dev/usb/ohcivar.h: netbsd-7-nhusb
	sys/dev/usb/pseye.c: netbsd-7-nhusb
	sys/dev/usb/slurm.c: netbsd-7-nhusb
	sys/dev/usb/stuirda.c: netbsd-7-nhusb
	sys/dev/usb/u3g.c: netbsd-7-nhusb
	sys/dev/usb/uark.c: netbsd-7-nhusb
	sys/dev/usb/uatp.c: netbsd-7-nhusb
	sys/dev/usb/uaudio.c: netbsd-7-nhusb
	sys/dev/usb/uberry.c: netbsd-7-nhusb
	sys/dev/usb/ubsa.c: netbsd-7-nhusb
	sys/dev/usb/ubsa_common.c: netbsd-7-nhusb
	sys/dev/usb/ubsavar.h: netbsd-7-nhusb
	sys/dev/usb/ubt.c: netbsd-7-nhusb
	sys/dev/usb/uchcom.c: netbsd-7-nhusb
	sys/dev/usb/ucom.c: netbsd-7-nhusb
	sys/dev/usb/ucomvar.h: netbsd-7-nhusb
	sys/dev/usb/ucycom.c: netbsd-7-nhusb
	sys/dev/usb/udl.c: netbsd-7-nhusb
	sys/dev/usb/udl.h: netbsd-7-nhusb
	sys/dev/usb/udsbr.c: netbsd-7-nhusb
	sys/dev/usb/udsir.c: netbsd-7-nhusb
	sys/dev/usb/uep.c: netbsd-7-nhusb
	sys/dev/usb/uftdi.c: netbsd-7-nhusb
	sys/dev/usb/uftdireg.h: netbsd-7-nhusb
	sys/dev/usb/ugen.c: netbsd-7-nhusb
	sys/dev/usb/ugensa.c: netbsd-7-nhusb
	sys/dev/usb/uhci.c: netbsd-7-nhusb
	sys/dev/usb/uhcireg.h: netbsd-7-nhusb
	sys/dev/usb/uhcivar.h: netbsd-7-nhusb
	sys/dev/usb/uhid.c: netbsd-7-nhusb
	sys/dev/usb/uhidev.c: netbsd-7-nhusb
	sys/dev/usb/uhidev.h: netbsd-7-nhusb
	sys/dev/usb/uhmodem.c: netbsd-7-nhusb
	sys/dev/usb/uhso.c: netbsd-7-nhusb
	sys/dev/usb/uhub.c: netbsd-7-nhusb
	sys/dev/usb/uipad.c: netbsd-7-nhusb
	sys/dev/usb/uipaq.c: netbsd-7-nhusb
	sys/dev/usb/uirda.c: netbsd-7-nhusb
	sys/dev/usb/uirdavar.h: netbsd-7-nhusb
	sys/dev/usb/ukbd.c: netbsd-7-nhusb
	sys/dev/usb/ukbdmap.c: netbsd-7-nhusb
	sys/dev/usb/ukyopon.c: netbsd-7-nhusb
	sys/dev/usb/ukyopon.h: netbsd-7-nhusb
	sys/dev/usb/ulpt.c: netbsd-7-nhusb
	sys/dev/usb/umass.c: netbsd-7-nhusb
	sys/dev/usb/umass_isdata.c: netbsd-7-nhusb
	sys/dev/usb/umass_isdata.h: netbsd-7-nhusb
	sys/dev/usb/umass_quirks.c: netbsd-7-nhusb
	sys/dev/usb/umass_quirks.h: netbsd-7-nhusb
	sys/dev/usb/umass_scsipi.c: netbsd-7-nhusb
	sys/dev/usb/umass_scsipi.h: netbsd-7-nhusb
	sys/dev/usb/umassvar.h: netbsd-7-nhusb
	sys/dev/usb/umcs.c: netbsd-7-nhusb
	sys/dev/usb/umct.c: netbsd-7-nhusb
	sys/dev/usb/umidi.c: netbsd-7-nhusb
	sys/dev/usb/umidi_quirks.c: netbsd-7-nhusb
	sys/dev/usb/umidi_quirks.h: netbsd-7-nhusb
	sys/dev/usb/umodem.c: netbsd-7-nhusb
	sys/dev/usb/umodem_common.c: netbsd-7-nhusb
	sys/dev/usb/umodemvar.h: netbsd-7-nhusb
	sys/dev/usb/ums.c: netbsd-7-nhusb
	sys/dev/usb/uplcom.c: netbsd-7-nhusb
	sys/dev/usb/urio.c: netbsd-7-nhusb
	sys/dev/usb/urio.h: netbsd-7-nhusb
	sys/dev/usb/usb.c: netbsd-7-nhusb
	sys/dev/usb/usb.h: netbsd-7-nhusb
	sys/dev/usb/usb_mem.c: netbsd-7-nhusb
	sys/dev/usb/usb_mem.h: netbsd-7-nhusb
	sys/dev/usb/usb_quirks.c: netbsd-7-nhusb
	sys/dev/usb/usb_quirks.h: netbsd-7-nhusb
	sys/dev/usb/usb_subr.c: netbsd-7-nhusb
	sys/dev/usb/usbdevices.config: netbsd-7-nhusb
	sys/dev/usb/usbdevs: netbsd-7-nhusb
	sys/dev/usb/usbdevs.h: netbsd-7-nhusb
	sys/dev/usb/usbdevs_data.h: netbsd-7-nhusb
	sys/dev/usb/usbdi.c: netbsd-7-nhusb
	sys/dev/usb/usbdi.h: netbsd-7-nhusb
	sys/dev/usb/usbdi_util.c: netbsd-7-nhusb
	sys/dev/usb/usbdi_util.h: netbsd-7-nhusb
	sys/dev/usb/usbdivar.h: netbsd-7-nhusb
	sys/dev/usb/usbhid.h: netbsd-7-nhusb
	sys/dev/usb/usbhist.h: netbsd-7-nhusb
	sys/dev/usb/usbroothub.c: netbsd-7-nhusb
	sys/dev/usb/usbroothub.h: netbsd-7-nhusb
	sys/dev/usb/usbroothub_subr.c: delete
	sys/dev/usb/usbroothub_subr.h: delete
	sys/dev/usb/uscanner.c: netbsd-7-nhusb
	sys/dev/usb/uslsa.c: netbsd-7-nhusb
	sys/dev/usb/usscanner.c: netbsd-7-nhusb
	sys/dev/usb/ustir.c: netbsd-7-nhusb
	sys/dev/usb/uthum.c: netbsd-7-nhusb
	sys/dev/usb/utoppy.c: netbsd-7-nhusb
	sys/dev/usb/uts.c: netbsd-7-nhusb
	sys/dev/usb/uvideo.c: netbsd-7-nhusb
	sys/dev/usb/uvisor.c: netbsd-7-nhusb
	sys/dev/usb/uvscom.c: netbsd-7-nhusb
	sys/dev/usb/uyap.c: netbsd-7-nhusb
	sys/dev/usb/uyap_firmware.h: netbsd-7-nhusb
	sys/dev/usb/uyurex.c: netbsd-7-nhusb
	sys/dev/usb/x1input_rdesc.h: netbsd-7-nhusb
	sys/dev/usb/xhci.c: netbsd-7-nhusb
	sys/dev/usb/xhcireg.h: netbsd-7-nhusb
	sys/dev/usb/xhcivar.h: netbsd-7-nhusb
	sys/dev/usb/xinput_rdesc.h: netbsd-7-nhusb
	sys/external/bsd/common/conf/files.linux: netbsd-7-nhusb
	sys/external/bsd/common/include/linux/err.h: netbsd-7-nhusb
	sys/external/bsd/common/include/linux/kernel.h: netbsd-7-nhusb
	sys/external/bsd/common/include/linux/workqueue.h: netbsd-7-nhusb
	sys/external/bsd/common/linux/linux_work.c: netbsd-7-nhusb
	sys/external/bsd/drm2/dist/drm/radeon/atombios_encoders.c: netbsd-7-nhusb
	sys/external/bsd/drm2/dist/drm/radeon/radeon_legacy_encoders.c: netbsd-7-nhusb
	sys/external/bsd/drm2/drm/files.drmkms: netbsd-7-nhusb
	sys/external/bsd/drm2/i915drm/files.i915drmkms: netbsd-7-nhusb
	sys/external/bsd/drm2/include/linux/err.h: delete
	sys/external/bsd/drm2/include/linux/workqueue.h: delete
	sys/external/bsd/drm2/linux/files.drmkms_linux: netbsd-7-nhusb
	sys/external/bsd/drm2/linux/linux_work.c: delete
	sys/external/bsd/dwc2/dwc2.c: netbsd-7-nhusb
	sys/external/bsd/dwc2/dwc2.h: netbsd-7-nhusb
	sys/external/bsd/dwc2/dwc2var.h: netbsd-7-nhusb
	sys/external/bsd/dwc2/dwctwo2netbsd: netbsd-7-nhusb
	sys/external/bsd/dwc2/conf/files.dwc2: netbsd-7-nhusb
	sys/external/bsd/dwc2/dist/dwc2_core.c: netbsd-7-nhusb
	sys/external/bsd/dwc2/dist/dwc2_core.h: netbsd-7-nhusb
	sys/external/bsd/dwc2/dist/dwc2_coreintr.c: netbsd-7-nhusb
	sys/external/bsd/dwc2/dist/dwc2_hcd.c: netbsd-7-nhusb
	sys/external/bsd/dwc2/dist/dwc2_hcd.h: netbsd-7-nhusb
	sys/external/bsd/dwc2/dist/dwc2_hcdddma.c: netbsd-7-nhusb
	sys/external/bsd/dwc2/dist/dwc2_hcdintr.c: netbsd-7-nhusb
	sys/external/bsd/dwc2/dist/dwc2_hcdqueue.c: netbsd-7-nhusb
	sys/external/bsd/dwc2/dist/dwc2_hw.h: netbsd-7-nhusb
	sys/modules/drmkms_linux/Makefile: netbsd-7-nhusb
	sys/modules/i915drmkms/Makefile: netbsd-7-nhusb
	sys/rump/dev/lib/libugenhc/ugenhc.c: netbsd-7-nhusb
	sys/rump/dev/lib/libusb/Makefile: netbsd-7-nhusb
	sys/rump/dev/lib/libusb/USB.ioconf: netbsd-7-nhusb
	sys/rump/dev/lib/libusb/usb_at_ugenhc.c: delete
	sys/rump/dev/lib/libusb/opt/opt_usb.h: delete
	sys/rump/dev/lib/libusb/opt/opt_usbverbose.h: delete
	sys/sys/mbuf.h: netbsd-7-nhusb
	usr.sbin/usbdevs/usbdevs.8: netbsd-7-nhusb
	usr.sbin/usbdevs/usbdevs.c: netbsd-7-nhusb
Merge netbsd-7-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
- Change the SOFTINT level from NET to SERIAL for the USB softint handler.
  This gives the callback a chance of running when another softint handler
  at SOFTINT_NET has blocked holding a lock, e.g. softnet_lock and most of
  the network stack.
     - kern/49065 - ifconfig tun0 ... sequence locks up system / lockup:
       softnet_lock held across usb xfr
     - kern/50491 - unkillable wait in usbd_transfer while using usmsc0
       on raspberry pi 2
     - kern/51395 - USB Ethernet makes xhci hang
- Various improvements to slhci(4)
- Various improvements to dwc2(4)

Revision 1.399.2.4 / (download) - annotate - [select for diffs], Mon Mar 20 06:57:14 2017 UTC (6 years ago) by pgoyette
Branch: pgoyette-localcount
Changes since 1.399.2.3: +46 -46 lines
Diff to previous 1.399.2.3 (colored) to branchpoint 1.399 (colored)

Sync with HEAD

Revision 1.415 / (download) - annotate - [select for diffs], Wed Mar 8 18:00:49 2017 UTC (6 years ago) by maxv
Branch: MAIN
CVS Tags: pgoyette-localcount-20170320, jdolecek-ncq-base, jdolecek-ncq
Changes since 1.414: +2 -3 lines
Diff to previous 1.414 (colored)

A few changes:
 * Use markers to reduce false sharing.
 * Remove XENDEBUG_SYNC and several debug messages, they are just useless.
 * Remove xen_vcpu_*. They are unused and not optimized: if we really
   wanted to flush ranges we should pack the VAs in a mmuext_op array
   instead of performing several hypercalls in a loop.
 * Start removing PG_k.
 * KNF, reorder, simplify and remove stupid comments.

Revision 1.414 / (download) - annotate - [select for diffs], Sun Feb 26 12:03:14 2017 UTC (6 years ago) by rin
Branch: MAIN
Changes since 1.413: +3 -2 lines
Diff to previous 1.413 (colored)

Add DKWEDGE_METHOD_RDB option, which is enabled for x86, commented out for
other platforms by default.

Revision 1.413 / (download) - annotate - [select for diffs], Sun Feb 19 07:47:00 2017 UTC (6 years, 1 month ago) by rin
Branch: MAIN
Changes since 1.412: +3 -2 lines
Diff to previous 1.412 (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.412 / (download) - annotate - [select for diffs], Sat Feb 18 14:36:32 2017 UTC (6 years, 1 month ago) by maxv
Branch: MAIN
Changes since 1.411: +3 -4 lines
Diff to previous 1.411 (colored)

There is currently an ugly mix between the PERFCTRS subsystem (MI), and
i386's own PMC interface (MD). Stop using PERFCTRS and use PMC instead.
While here remove some unused flags, which are wrong on the latest CPUs
anyway.

Revision 1.389.2.7 / (download) - annotate - [select for diffs], Sun Feb 5 13:40:12 2017 UTC (6 years, 1 month ago) by skrll
Branch: nick-nhusb
Changes since 1.389.2.6: +48 -44 lines
Diff to previous 1.389.2.6 (colored) to branchpoint 1.389 (colored)

Sync with HEAD

Revision 1.380.2.2.4.1 / (download) - annotate - [select for diffs], Wed Jan 18 08:46:25 2017 UTC (6 years, 2 months ago) by skrll
Branch: netbsd-7-nhusb
Changes since 1.380.2.2: +9 -2 lines
Diff to previous 1.380.2.2 (colored) next main 1.380.2.3 (colored)

Sync with netbsd-5

Revision 1.411 / (download) - annotate - [select for diffs], Thu Jan 12 05:24:36 2017 UTC (6 years, 2 months ago) by ryo
Branch: MAIN
CVS Tags: nick-nhusb-base-20170204, bouyer-socketcan-base
Branch point for: bouyer-socketcan
Changes since 1.410: +43 -43 lines
Diff to previous 1.410 (colored)

white space police

Revision 1.399.2.3 / (download) - annotate - [select for diffs], Sat Jan 7 08:56:18 2017 UTC (6 years, 2 months ago) by pgoyette
Branch: pgoyette-localcount
Changes since 1.399.2.2: +9 -4 lines
Diff to previous 1.399.2.2 (colored) to branchpoint 1.399 (colored)

Sync with HEAD.  (Note that most of these changes are simply $NetBSD$
tag issues.)

Revision 1.410 / (download) - annotate - [select for diffs], Tue Dec 27 01:11:52 2016 UTC (6 years, 3 months ago) by pgoyette
Branch: MAIN
CVS Tags: pgoyette-localcount-20170107
Changes since 1.409: +4 -2 lines
Diff to previous 1.409 (colored)

Add BIOHIST (and belatedly, UVMHIST) to the ALL kernels for i386 and amd64.

XXX Perhaps it should be added to others as well?  Perhaps just as comments?

Revision 1.409 / (download) - annotate - [select for diffs], Fri Dec 23 11:27:10 2016 UTC (6 years, 3 months ago) by maya
Branch: MAIN
Changes since 1.408: +3 -2 lines
Diff to previous 1.408 (colored)

add SCTP_DEBUG to ALL kernels

Revision 1.408 / (download) - annotate - [select for diffs], Thu Dec 15 04:01:09 2016 UTC (6 years, 3 months ago) by ozaki-r
Branch: MAIN
Changes since 1.407: +3 -2 lines
Diff to previous 1.407 (colored)

Add SCTP to ALL configs to keep it buildable anyway

Revision 1.407 / (download) - annotate - [select for diffs], Tue Dec 13 20:42:18 2016 UTC (6 years, 3 months ago) by christos
Branch: MAIN
Changes since 1.406: +4 -5 lines
Diff to previous 1.406 (colored)

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

Revision 1.406 / (download) - annotate - [select for diffs], Sat Dec 10 23:03:24 2016 UTC (6 years, 3 months ago) by christos
Branch: MAIN
Changes since 1.405: +2 -3 lines
Diff to previous 1.405 (colored)

remove VAUDIOSPEAKER for now, will be done differently.

Revision 1.380.2.3 / (download) - annotate - [select for diffs], Fri Dec 9 05:10:45 2016 UTC (6 years, 3 months ago) by snj
Branch: netbsd-7
CVS Tags: netbsd-7-nhusb-base-20170116, netbsd-7-1-RELEASE, netbsd-7-1-RC2, netbsd-7-1-RC1, netbsd-7-1-2-RELEASE, netbsd-7-1-1-RELEASE, netbsd-7-1
Changes since 1.380.2.2: +9 -2 lines
Diff to previous 1.380.2.2 (colored) to branchpoint 1.380 (colored)

Pull up following revision(s) (requested by msaitoh in ticket #1297):
	sys/arch/amd64/conf/ALL: revision 1.37
	sys/arch/amd64/conf/GENERIC: revision 1.436
	sys/arch/amd64/conf/XEN3_DOM0: revision 1.120
	sys/arch/i386/conf/ALL: revision 1.400
	sys/arch/i386/conf/GENERIC: revision 1.1138
	sys/arch/i386/conf/XEN3_DOM0: revision 1.99
Add sdtemp(4)
--
Add ichsmb(4), spdmem(4) and sdtemp(4).

Revision 1.405 / (download) - annotate - [select for diffs], Fri Dec 9 02:24:17 2016 UTC (6 years, 3 months ago) by christos
Branch: MAIN
Changes since 1.404: +2 -3 lines
Diff to previous 1.404 (colored)

PCPPISPEAKER

Revision 1.404 / (download) - annotate - [select for diffs], Thu Dec 8 11:31:10 2016 UTC (6 years, 3 months ago) by nat
Branch: MAIN
Changes since 1.403: +5 -2 lines
Diff to previous 1.403 (colored)

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

Revision 1.389.2.6 / (download) - annotate - [select for diffs], Mon Dec 5 10:54:53 2016 UTC (6 years, 3 months ago) by skrll
Branch: nick-nhusb
Changes since 1.389.2.5: +4 -2 lines
Diff to previous 1.389.2.5 (colored) to branchpoint 1.389 (colored)

Sync with HEAD

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

mention PAX_SEGVGUARD dependency on FILEASSOC

Revision 1.399.2.2 / (download) - annotate - [select for diffs], Fri Nov 4 14:49:01 2016 UTC (6 years, 4 months ago) by pgoyette
Branch: pgoyette-localcount
Changes since 1.399.2.1: +3 -2 lines
Diff to previous 1.399.2.1 (colored) to branchpoint 1.399 (colored)

Sync with HEAD

Revision 1.402 / (download) - annotate - [select for diffs], Tue Oct 11 05:16:04 2016 UTC (6 years, 5 months ago) by ozaki-r
Branch: MAIN
CVS Tags: pgoyette-localcount-20161104
Changes since 1.401: +3 -2 lines
Diff to previous 1.401 (colored)

Add IFA_STATS to ALLs

Revision 1.389.2.5 / (download) - annotate - [select for diffs], Wed Oct 5 20:55:28 2016 UTC (6 years, 5 months ago) by skrll
Branch: nick-nhusb
Changes since 1.389.2.4: +22 -4 lines
Diff to previous 1.389.2.4 (colored) to branchpoint 1.389 (colored)

Sync with HEAD

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

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

Revision 1.399.2.1 / (download) - annotate - [select for diffs], Sat Aug 6 00:19:04 2016 UTC (6 years, 7 months ago) by pgoyette
Branch: pgoyette-localcount
Changes since 1.399: +9 -2 lines
Diff to previous 1.399 (colored)

Sync with HEAD

Revision 1.400 / (download) - annotate - [select for diffs], Wed Jul 27 07:04:56 2016 UTC (6 years, 8 months ago) by msaitoh
Branch: MAIN
CVS Tags: pgoyette-localcount-20160806
Changes since 1.399: +9 -2 lines
Diff to previous 1.399 (colored)

Add sdtemp(4)

Revision 1.399 / (download) - annotate - [select for diffs], Mon Jul 11 11:26:46 2016 UTC (6 years, 8 months ago) by msaitoh
Branch: MAIN
CVS Tags: pgoyette-localcount-base, pgoyette-localcount-20160726
Branch point for: pgoyette-localcount
Changes since 1.398: +13 -2 lines
Diff to previous 1.398 (colored)

Add tcpcib, gpioiic, gpiopwm and bwi into i386/conf/ALL.

Revision 1.389.2.4 / (download) - annotate - [select for diffs], Sun May 29 08:44:17 2016 UTC (6 years, 9 months ago) by skrll
Branch: nick-nhusb
Changes since 1.389.2.3: +4 -5 lines
Diff to previous 1.389.2.3 (colored) to branchpoint 1.389 (colored)

Sync with HEAD

Revision 1.398 / (download) - annotate - [select for diffs], Wed May 11 02:09:10 2016 UTC (6 years, 10 months ago) by riastradh
Branch: MAIN
CVS Tags: nick-nhusb-base-20160907, nick-nhusb-base-20160529
Changes since 1.397: +4 -5 lines
Diff to previous 1.397 (colored)

Enable nouveau in i386/ALL.  Omit incorrect option NV_DEBUG.

NV_DEBUG does not appear except as a macro function in nouveau, which
is broken by defining it on the command line.

From coypu.

Revision 1.389.2.3 / (download) - annotate - [select for diffs], Sun Dec 27 12:09:36 2015 UTC (7 years, 3 months ago) by skrll
Branch: nick-nhusb
Changes since 1.389.2.2: +3 -5 lines
Diff to previous 1.389.2.2 (colored) to branchpoint 1.389 (colored)

Sync with HEAD (as of 26th Dec)

Revision 1.397 / (download) - annotate - [select for diffs], Sun Oct 25 22:48:23 2015 UTC (7 years, 5 months ago) by khorben
Branch: MAIN
CVS Tags: nick-nhusb-base-20160422, nick-nhusb-base-20160319, nick-nhusb-base-20151226
Changes since 1.396: +2 -3 lines
Diff to previous 1.396 (colored)

Remove references to SPLASHSCREEN_PROGRESS

To my knowledge this feature is no longer supported at the moment. The
manual page for wsdisplay(4) should probably also be updated to reflect
this situation.

Revision 1.396 / (download) - annotate - [select for diffs], Sat Sep 26 16:33:16 2015 UTC (7 years, 6 months ago) by maxv
Branch: MAIN
Changes since 1.395: +3 -3 lines
Diff to previous 1.395 (colored)

Disable PAX_SEGVGUARD.

We actually have a big problem: the fileassocs are never deleted.
Therefore, if a user generates a lot of buggy binaries and launches them
all, the kernel will allocate memory again again and again for all these
entries and will never free them (unless the files are deleted from the
disk). Which means that a user can too easily put the kernel under memory
pressure.

Revision 1.395 / (download) - annotate - [select for diffs], Sat Sep 26 11:16:12 2015 UTC (7 years, 6 months ago) by maxv
Branch: MAIN
Changes since 1.394: +2 -3 lines
Diff to previous 1.394 (colored)

Remove KMEMSTATS. Normally it's ok now.

Revision 1.389.2.2 / (download) - annotate - [select for diffs], Sat Jun 6 14:40:00 2015 UTC (7 years, 9 months ago) by skrll
Branch: nick-nhusb
Changes since 1.389.2.1: +11 -5 lines
Diff to previous 1.389.2.1 (colored) to branchpoint 1.389 (colored)

Sync with HEAD

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

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

Revision 1.393 / (download) - annotate - [select for diffs], Wed Apr 29 11:37:31 2015 UTC (7 years, 10 months ago) by riastradh
Branch: MAIN
Changes since 1.392: +6 -2 lines
Diff to previous 1.392 (colored)

Hook up viadrmums and include it it i386/ALL.

Revision 1.392 / (download) - annotate - [select for diffs], Tue Apr 28 13:52:50 2015 UTC (7 years, 11 months ago) by rjs
Branch: MAIN
Changes since 1.391: +3 -2 lines
Diff to previous 1.391 (colored)

Add DCCP.

Revision 1.332.2.5 / (download) - annotate - [select for diffs], Thu Apr 16 07:01:38 2015 UTC (7 years, 11 months ago) by snj
Branch: netbsd-6
Changes since 1.332.2.4: +6 -2 lines
Diff to previous 1.332.2.4 (colored) to branchpoint 1.332 (colored) next main 1.333 (colored)

Pull up following revision(s) (requested by mbalmer in ticket #891):
	distrib/sets/lists/man/mi: revision 1.1411
	share/man/man4/Makefile: revision 1.593
	share/man/man4/gpio.4: revision 1.24
	share/man/man4/ptcd.4: revision 1.1-1.4
	sys/arch/i386/conf/ALL: revision 1.348
	sys/arch/i386/conf/files.i386: revision 1.369
	sys/dev/isa/ptcd.c: revision 1.1
ptcd(4) is a device driver for the cash drawer port found on Protech PS3100
point of sale terminals.  It controls the cash drawer using a gpio(4) device
that attaches at ptcd0:  Pin 0 controls the drawer, pin 1 reports the current
state.  For details read the manual page.
--
Mention ptcd(4) in the synopsis.
--
Add ptcd(4).
--
Mention ibmcd(4).
--
Sort sections.
--
Sort SEE ALSO.

Revision 1.389.2.1 / (download) - annotate - [select for diffs], Mon Apr 6 15:17:57 2015 UTC (7 years, 11 months ago) by skrll
Branch: nick-nhusb
Changes since 1.389: +4 -2 lines
Diff to previous 1.389 (colored)

Sync with HEAD

Revision 1.380.2.2 / (download) - annotate - [select for diffs], Wed Mar 18 03:57:15 2015 UTC (8 years ago) by snj
Branch: netbsd-7
CVS Tags: netbsd-7-nhusb-base, netbsd-7-0-RELEASE, netbsd-7-0-RC3, netbsd-7-0-RC2, netbsd-7-0-RC1, netbsd-7-0-2-RELEASE, netbsd-7-0-1-RELEASE, netbsd-7-0
Branch point for: netbsd-7-nhusb
Changes since 1.380.2.1: +22 -14 lines
Diff to previous 1.380.2.1 (colored) to branchpoint 1.380 (colored)

Apply patch (requested by christos in ticket #542):
- Enable intel and radeon DRM/KMS drivers in GENERIC
- Disable all of the old DRM drivers in GENERIC
- Remove the separate DRMKMS kernel

Revision 1.391 / (download) - annotate - [select for diffs], Fri Feb 13 18:57:47 2015 UTC (8 years, 1 month ago) by nonaka
Branch: MAIN
CVS Tags: nick-nhusb-base-20150406
Changes since 1.390: +3 -2 lines
Diff to previous 1.390 (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.390 / (download) - annotate - [select for diffs], Fri Dec 19 07:04:52 2014 UTC (8 years, 3 months ago) by ozaki-r
Branch: MAIN
Changes since 1.389: +3 -2 lines
Diff to previous 1.389 (colored)

Add SOFTINT_INTR to ALL

Revision 1.380.2.1 / (download) - annotate - [select for diffs], Tue Nov 18 19:05:30 2014 UTC (8 years, 4 months ago) by snj
Branch: netbsd-7
Changes since 1.380: +2 -3 lines
Diff to previous 1.380 (colored)

Pull up following revision(s) (requested by manu in ticket #251):
	sys/arch/acorn26/conf/GENERIC: revision 1.81
	sys/arch/acorn32/conf/GENERIC: revision 1.116
	sys/arch/alpha/conf/GENERIC: revision 1.362
	sys/arch/amd64/conf/ALL: revision 1.23
	sys/arch/amd64/conf/GENERIC: revision 1.404
	sys/arch/amd64/conf/XEN3_DOM0: revision 1.112
	sys/arch/amd64/conf/XEN3_DOMU: revision 1.60
	sys/arch/amiga/conf/GENERIC.in: revision 1.129
	sys/arch/amiga/conf/GENERIC: revision 1.311
	sys/arch/amigappc/conf/GENERIC: revision 1.24
	sys/arch/arc/conf/GENERIC: revision 1.184
	sys/arch/bebox/conf/GENERIC: revision 1.145
	sys/arch/cats/conf/GENERIC: revision 1.155
	sys/arch/cesfic/conf/GENERIC: revision 1.65
	sys/arch/cobalt/conf/GENERIC: revision 1.147
	sys/arch/dreamcast/conf/GENERIC: revision 1.121
	sys/arch/emips/conf/GENERIC: revision 1.15
	sys/arch/epoc32/conf/GENERIC: revision 1.8
	sys/arch/ews4800mips/conf/GENERIC: revision 1.51
	sys/arch/hp300/conf/GENERIC: revision 1.190
	sys/arch/hpcmips/conf/GENERIC: revision 1.229
	sys/arch/hpcsh/conf/GENERIC: revision 1.106
	sys/arch/hppa/conf/GENERIC: revision 1.6
	sys/arch/i386/conf/ALL: revision 1.389
	sys/arch/i386/conf/GENERIC: revision 1.1118
	sys/arch/i386/conf/XEN3_DOM0: revision 1.93
	sys/arch/i386/conf/XEN3_DOMU: revision 1.65
	sys/arch/ibmnws/conf/GENERIC: revision 1.46
	sys/arch/iyonix/conf/GENERIC: revision 1.88
	sys/arch/landisk/conf/GENERIC: revision 1.45
	sys/arch/luna68k/conf/GENERIC: revision 1.119
	sys/arch/mac68k/conf/GENERIC: revision 1.220
	sys/arch/macppc/conf/GENERIC: revision 1.320
	sys/arch/macppc/conf/MAMBO: revision 1.24
	sys/arch/macppc/conf/POWERMAC_G5: revision 1.25
	sys/arch/mipsco/conf/GENERIC: revision 1.88
	sys/arch/mmeye/conf/GENERIC: revision 1.120
	sys/arch/mvme68k/conf/GENERIC: revision 1.94
	sys/arch/mvmeppc/conf/GENERIC: revision 1.24
	sys/arch/netwinder/conf/GENERIC: revision 1.126
	sys/arch/news68k/conf/GENERIC: revision 1.125
	sys/arch/newsmips/conf/GENERIC: revision 1.129
	sys/arch/next68k/conf/GENERIC: revision 1.139
	sys/arch/ofppc/conf/GENERIC: revision 1.157
	sys/arch/pmax/conf/GENERIC64: revision 1.21
	sys/arch/pmax/conf/GENERIC: revision 1.185
	sys/arch/prep/conf/GENERIC: revision 1.174
	sys/arch/rs6000/conf/GENERIC: revision 1.33
	sys/arch/sandpoint/conf/GENERIC: revision 1.88
	sys/arch/sbmips/conf/GENERIC: revision 1.101
	sys/arch/sgimips/conf/GENERIC32_IP12: revision 1.28
	sys/arch/sgimips/conf/GENERIC32_IP2x: revision 1.104
	sys/arch/sgimips/conf/GENERIC32_IP3x: revision 1.106
	sys/arch/shark/conf/GENERIC: revision 1.121
	sys/arch/sparc/conf/GENERIC: revision 1.248
	sys/arch/sparc/conf/TADPOLE3GX: revision 1.65
	sys/arch/sparc64/conf/GENERIC: revision 1.177
	sys/arch/sparc64/conf/NONPLUS64: revision 1.44
	sys/arch/sun2/conf/GENERIC: revision 1.94
	sys/arch/sun3/conf/GENERIC: revision 1.171
	sys/arch/vax/conf/GENERIC: revision 1.193
	sys/arch/vax/conf/VAX780: revision 1.19
	sys/arch/x68k/conf/GENERIC: revision 1.179
	sys/arch/zaurus/conf/GENERIC: revision 1.65
	sys/ufs/files.ufs: revision 1.38
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.389 / (download) - annotate - [select for diffs], Sun Nov 16 16:01:41 2014 UTC (8 years, 4 months ago) by manu
Branch: MAIN
CVS Tags: nick-nhusb-base
Branch point for: nick-nhusb
Changes since 1.388: +2 -3 lines
Diff to previous 1.388 (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.388 / (download) - annotate - [select for diffs], Sun Nov 2 23:14:20 2014 UTC (8 years, 4 months ago) by christos
Branch: MAIN
Changes since 1.387: +22 -13 lines
Diff to previous 1.387 (colored)

switch to DRMKMS drivers

Revision 1.332.2.4 / (download) - annotate - [select for diffs], Mon Oct 27 05:37:28 2014 UTC (8 years, 5 months ago) by msaitoh
Branch: netbsd-6
Changes since 1.332.2.3: +3 -3 lines
Diff to previous 1.332.2.3 (colored) to branchpoint 1.332 (colored)

Pull up following revision(s) (requested by riastradh in ticket #1128):
	sys/arch/i386/conf/ALL: revision 1.372
Remove FFS_NO_SNAPSHOT from x86/ALL so we do compile the snapshot code.

Revision 1.387 / (download) - annotate - [select for diffs], Sat Oct 18 16:56:51 2014 UTC (8 years, 5 months ago) by uebayasi
Branch: MAIN
Changes since 1.386: +3 -2 lines
Diff to previous 1.386 (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.386 / (download) - annotate - [select for diffs], Fri Sep 19 17:30:03 2014 UTC (8 years, 6 months ago) by christos
Branch: MAIN
Changes since 1.385: +3 -2 lines
Diff to previous 1.385 (colored)

Add HDAUDIOVERBOSE

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

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

Revision 1.384 / (download) - annotate - [select for diffs], Sat Aug 23 21:05:39 2014 UTC (8 years, 7 months ago) by dholland
Branch: MAIN
Changes since 1.383: +3 -2 lines
Diff to previous 1.383 (colored)

Add options COMPAT_44, which controls mostly MD code but should be in
here anyway.

Revision 1.383 / (download) - annotate - [select for diffs], Sat Aug 23 20:26:58 2014 UTC (8 years, 7 months ago) by dholland
Branch: MAIN
Changes since 1.382: +16 -16 lines
Diff to previous 1.382 (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.343.2.4 / (download) - annotate - [select for diffs], Wed Aug 20 00:03:05 2014 UTC (8 years, 7 months ago) by tls
Branch: tls-maxphys
Changes since 1.343.2.3: +24 -14 lines
Diff to previous 1.343.2.3 (colored)

Rebase to HEAD as of a few days ago.

Revision 1.382 / (download) - annotate - [select for diffs], Mon Aug 18 06:31:24 2014 UTC (8 years, 7 months ago) by christos
Branch: MAIN
Changes since 1.381: +2 -3 lines
Diff to previous 1.381 (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.381 / (download) - annotate - [select for diffs], Sat Aug 16 17:56:32 2014 UTC (8 years, 7 months ago) by apb
Branch: MAIN
Changes since 1.380: +3 -2 lines
Diff to previous 1.380 (colored)

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

Revision 1.370.2.1 / (download) - annotate - [select for diffs], Sun Aug 10 06:53:59 2014 UTC (8 years, 7 months ago) by tls
Branch: tls-earlyentropy
Changes since 1.370: +15 -5 lines
Diff to previous 1.370 (colored) next main 1.371 (colored)

Rebase.

Revision 1.380 / (download) - annotate - [select for diffs], Fri Jul 25 15:01:14 2014 UTC (8 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.379: +3 -3 lines
Diff to previous 1.379 (colored)

Fix description of DIAGNOSTIC in x86 kernels.

Revision 1.379 / (download) - annotate - [select for diffs], Wed Jul 2 07:18:32 2014 UTC (8 years, 8 months ago) by ozaki-r
Branch: MAIN
Changes since 1.378: +3 -2 lines
Diff to previous 1.378 (colored)

Add NET_MPSAFE to ALL

Revision 1.378 / (download) - annotate - [select for diffs], Sun Jun 29 03:44:33 2014 UTC (8 years, 8 months ago) by tsutsui
Branch: MAIN
Changes since 1.377: +3 -2 lines
Diff to previous 1.377 (colored)

Add gffb(4) at pci.

Revision 1.377 / (download) - annotate - [select for diffs], Tue Jun 24 11:59:10 2014 UTC (8 years, 9 months ago) by maxv
Branch: MAIN
Changes since 1.376: +2 -3 lines
Diff to previous 1.376 (colored)

Remove dead code. The kernel already checks for PT_INTERP sections, and puts
their content into "itp". There's no need for re-reading the whole binary and
trying to find this section again. Just use "itp".

DEBUG_FREEBSD_ELF is now unused, so remove its references in amd64/conf/ALL
and i386/conf/ALL.

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

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

Revision 1.375 / (download) - annotate - [select for diffs], Mon Jun 2 02:11:52 2014 UTC (8 years, 9 months ago) by dholland
Branch: MAIN
Changes since 1.374: +3 -2 lines
Diff to previous 1.374 (colored)

add MPVERBOSE, noted missing in PR 48733.

Revision 1.325.2.5 / (download) - annotate - [select for diffs], Thu May 22 11:39:51 2014 UTC (8 years, 10 months ago) by yamt
Branch: yamt-pagecache
Changes since 1.325.2.4: +43 -23 lines
Diff to previous 1.325.2.4 (colored) to branchpoint 1.325 (colored) next main 1.326 (colored)

sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs.  ("Protocol error: too many arguments")

Revision 1.361.2.2 / (download) - annotate - [select for diffs], Sun May 18 17:45:12 2014 UTC (8 years, 10 months ago) by rmind
Branch: rmind-smpnet
Changes since 1.361.2.1: +21 -13 lines
Diff to previous 1.361.2.1 (colored) next main 1.362 (colored)

sync with head

Revision 1.374 / (download) - annotate - [select for diffs], Fri Apr 25 18:25:52 2014 UTC (8 years, 11 months ago) by riastradh
Branch: MAIN
CVS Tags: yamt-pagecache-base9, rmind-smpnet-nbase, rmind-smpnet-base
Changes since 1.373: +7 -2 lines
Diff to previous 1.373 (colored)

Add applesmc(4) to {i386,amd64}/ALL.

Revision 1.373 / (download) - annotate - [select for diffs], Mon Apr 21 16:35:38 2014 UTC (8 years, 11 months ago) by chs
Branch: MAIN
Changes since 1.372: +3 -2 lines
Diff to previous 1.372 (colored)

add malo at pcmcia.

Revision 1.372 / (download) - annotate - [select for diffs], Tue Apr 8 22:04:15 2014 UTC (8 years, 11 months ago) by riastradh
Branch: MAIN
Changes since 1.371: +3 -3 lines
Diff to previous 1.371 (colored)

Remove FFS_NO_SNAPSHOT from x86/ALL so we do compile the snapshot code.

Revision 1.371 / (download) - annotate - [select for diffs], Tue Apr 8 19:40:57 2014 UTC (8 years, 11 months ago) by christos
Branch: MAIN
Changes since 1.370: +3 -2 lines
Diff to previous 1.370 (colored)

add ixg

Revision 1.370 / (download) - annotate - [select for diffs], Mon Mar 24 14:15:38 2014 UTC (9 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.369: +3 -3 lines
Diff to previous 1.369 (colored)

fix manual section numbering of sysctl.
  thanks wiz@

Revision 1.369 / (download) - annotate - [select for diffs], Wed Mar 19 15:26:42 2014 UTC (9 years ago) by nonaka
Branch: MAIN
Changes since 1.368: +4 -2 lines
Diff to previous 1.368 (colored)

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

Revision 1.368 / (download) - annotate - [select for diffs], Sun Mar 16 09:35:05 2014 UTC (9 years ago) by martin
Branch: MAIN
CVS Tags: riastradh-drm2-base3
Changes since 1.367: +5 -2 lines
Diff to previous 1.367 (colored)

Add umcs(4)

Revision 1.367 / (download) - annotate - [select for diffs], Sun Jan 26 19:16:16 2014 UTC (9 years, 2 months ago) by dsl
Branch: MAIN
Changes since 1.366: +2 -10 lines
Diff to previous 1.366 (colored)

Remove support for 'external' floating point units and the MS-DOS
  compatible method of handling floating point exceptions.
Make kernel support for teh fpu non-optional (486SX should still work).
Only 386 cpus support external fpu, and i386 support was removed years ago.
This means that the npx code no longer uses port 0xf0 or interupt 13.
All the "npx at isa" lines go from the configs, arch/i386/isa/npx.c
  is now mandatory for all i386 kernels.
I've renamed npxinit() to fpuinit() and npxinit_cpu() to fpuinit_cpu()
  to match the very similar amd64 functions.
The fpu of the boot cpu is now initialised by a direct call from
  cpu_configure(), this enables FP emulation for a 486SX.
  (for amd64 the cr0 values are set in locore.S and similar).
This fixes a long-standing bug in linux_setregs() - which did not
  save the fpu regsiters if they were active.
I've test booted a single cpu i386 kernel (using anita).
amd64 builds - none of teh changes should affect it.
The i386 XEN kernels build, but I'm not sure where they set cr0, and
  it might have got lost!

Revision 1.366 / (download) - annotate - [select for diffs], Sat Nov 23 23:36:34 2013 UTC (9 years, 4 months ago) by riz
Branch: MAIN
Changes since 1.365: +3 -2 lines
Diff to previous 1.365 (colored)

Add RAID_DIAGNOSTIC so that code gets built.

ok oster@

Revision 1.365 / (download) - annotate - [select for diffs], Fri Nov 22 18:58:01 2013 UTC (9 years, 4 months ago) by riz
Branch: MAIN
Changes since 1.364: +3 -3 lines
Diff to previous 1.364 (colored)

Comment out npf for now, as we can't have both NPF and PF in the
same kernel - rmind has said he'll address this eventually,
and for now PF is more likely to have unnoticed breakage.  ALL now
builds again!

Revision 1.364 / (download) - annotate - [select for diffs], Sat Oct 26 09:16:20 2013 UTC (9 years, 5 months ago) by nonaka
Branch: MAIN
Changes since 1.363: +3 -2 lines
Diff to previous 1.363 (colored)

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

Revision 1.363 / (download) - annotate - [select for diffs], Sat Sep 14 00:42:21 2013 UTC (9 years, 6 months ago) by jakllsch
Branch: MAIN
Changes since 1.362: +4 -2 lines
Diff to previous 1.362 (colored)

Add xhci(4).

Revision 1.361.2.1 / (download) - annotate - [select for diffs], Wed Aug 28 23:59:17 2013 UTC (9 years, 6 months ago) by rmind
Branch: rmind-smpnet
Changes since 1.361: +2 -3 lines
Diff to previous 1.361 (colored)

sync with head

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

G/C PFIL_HOOKS from the kernel configs.

Revision 1.183.4.11 / (download) - annotate - [select for diffs], Sun Jun 23 11:09:54 2013 UTC (9 years, 9 months ago) by bouyer
Branch: netbsd-5
Changes since 1.183.4.10: +6 -2 lines
Diff to previous 1.183.4.10 (colored) to branchpoint 1.183 (colored) next main 1.184 (colored)

Pull up following revision(s) (requested by mbalmer in ticket #1863):
	distrib/sets/lists/man/mi: revision 1.1411
	share/man/man4/gpio.4: revision 1.24
	sys/arch/i386/conf/ALL: revision 1.348
	sys/arch/i386/conf/files.i386: revision 1.369
	sys/dev/isa/ptcd.c: revision 1.1
	share/man/man4/Makefile: revision 1.593
	share/man/man4/ptcd.4: revision 1.1, 1.3, 1.4
ptcd(4) is a device driver for the cash drawer port found on Protech PS3100
point of sale terminals.  It controls the cash drawer using a gpio(4) device
that attaches at ptcd0:  Pin 0 controls the drawer, pin 1 reports the current
state.  For details read the manual page.
Mention ptcd(4) in the synopsis.

Revision 1.343.2.3 / (download) - annotate - [select for diffs], Sun Jun 23 06:20:06 2013 UTC (9 years, 9 months ago) by tls
Branch: tls-maxphys
Changes since 1.343.2.2: +24 -11 lines
Diff to previous 1.343.2.2 (colored)

resync from head

Revision 1.183.4.10 / (download) - annotate - [select for diffs], Wed Jun 19 07:50:14 2013 UTC (9 years, 9 months ago) by bouyer
Branch: netbsd-5
Changes since 1.183.4.9: +3 -2 lines
Diff to previous 1.183.4.9 (colored) to branchpoint 1.183 (colored)

Pullup the following revisions via patch, requested by msaitoh in ticket #1850:
	sys/dev/pci/if_wm.c			1.201, 1.203-1.204,
						1.207-1.212, 1.215,
						1.217-1.218, 1.220-1.223,
						1.228, 1.232-245
	sys/dev/pci/if_wmreg.h			1.40-1.45, 1.47-1.48
	sys/dev/pci/if_wmvar.h			1.11-1.13
	sys/dev/pci/pcidevs			1.1074, 1.1077, 1.1117
	sys/dev/pci/pcidevs.h			regen
	sys/dev/pci/pcidevs_data.h		regen
	sys/dev/mii/igphyreg.h			1.6
	sys/dev/mii/ihphy.c			1.1-1.2
	sys/dev/mii/ihphyreg.h			1.1
	sys/dev/mii/inbmphyreg.h		1.3
	sys/dev/mii/files.mii			1.47 via patch
	sys/dev/mii/miidevs			1.97 and 1.100
	sys/dev/mii/miidevs.h			regen
	sys/dev/mii/miidevs_data.h		regen
	sys/arch/i386/conf/ALL			1.280
	sys/arch/i386/conf/GENERIC		1.1001
	sys/arch/i386/conf/INSTALL_FLOPPY	1.11
	sys/arch/i386/conf/XEN2_DOM0		patch
	sys/arch/amd64/conf/GENERIC		1.293
	sys/arch/amd64/conf/XEN3_DOM0		1.61
	share/man/man4/wm.4			1.21-1.24

Apply almost all fixes and improvements from netbsd-6 except for
the rev. 1.196's iqdrops' change.

- Add the detach code.
- Add code for WOL, ASF, IPMI and Intel AMT. WOL is disabled by default
- Add Yet another workaround for ICH8.
- 82576 is dual port, so check the FUNCID and increment the MAC address for
  the 2nd port.
- Fix the names of 82577L[MC] LAN controllers (for mobile).
- Fix CTRL_EXT_SWDPIN() and CTRL_EXT_SWDPIO() macros. The bit order of the
  SW definable pin is not 6543 but 3654!!!
- Rewrite the code to read MAC address from eeprom.
- Add 82580 support.
- 82571 quirk. Only 82571 shares port 0 of EEMNGCTL_CFGDONE.
- The document says that the TDH register must be set after
  TCL.EN is set on 82575 and newer devices.
- Fix some register names. No functional change.
- Omit U+00AE "REGISTERED SIGN" in a product name due to its non-ASCII nature.
- Stop wm(4) from needlessly resetting when you add or delete a vlan(4).
- Fix MAC address check on 8257[156] and 80003 case. Some cards have non 0xffff
  pointer but those don't use alternative MAC address in reality. So we check
  whether the broadcast bit is set or not like Intel's e1000 driver.
  Fixes PR kern/44072 reported by Jean-Yves Moulin.
- Add PCH2(and 82579) support. Fixes PR#46487
- Add yet another 82567V support.
- Add ICH10+HANKSVILL support.
- Add support Intel I350 Ethernet.
- Make vlan and all ip/ip6 checksum offload work for the I350.
- Fix compile error with  WM_DEBUG.
- Fix a bug that PHY isn't set to low-power mode on PCH and PCH2.
- Add WM_DEBUG_NVM. If WM_DEBUG_NVM is enabled, dump the FLASH ROM data.
- Skip 64bit BAR correctly.
- Fix RAL_TABSIZE for ICH8, 82576, 82580 and I350.
- Use 82580(and I350) specific PHY read/write functions. Fixes PR#47542.
- Style fix. Fix typo in comment. Fix comments. Add comments.

Revision 1.361 / (download) - annotate - [select for diffs], Tue Jun 18 04:33:57 2013 UTC (9 years, 9 months ago) by dholland
Branch: MAIN
Branch point for: rmind-smpnet
Changes since 1.360: +3 -2 lines
Diff to previous 1.360 (colored)

Add LFS_KERNEL_RFW, a preexisting lfs option that should have been
here all along.

Revision 1.360 / (download) - annotate - [select for diffs], Mon Jun 10 07:14:01 2013 UTC (9 years, 9 months ago) by kardel
Branch: MAIN
Changes since 1.359: +5 -2 lines
Diff to previous 1.359 (colored)

adjust soekrisgpio driver to NetBSD

Revision 1.359 / (download) - annotate - [select for diffs], Sat Jun 8 02:43:10 2013 UTC (9 years, 9 months ago) by dholland
Branch: MAIN
Changes since 1.358: +8 -2 lines
Diff to previous 1.358 (colored)

Add the new LFS options.

Revision 1.358 / (download) - annotate - [select for diffs], Wed Jun 5 23:08:01 2013 UTC (9 years, 9 months ago) by christos
Branch: MAIN
Changes since 1.357: +2 -3 lines
Diff to previous 1.357 (colored)

remove obsolete networking options

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

Add udsir.

Revision 1.356 / (download) - annotate - [select for diffs], Sat Apr 27 22:21:14 2013 UTC (9 years, 11 months ago) by christos
Branch: MAIN
CVS Tags: khorben-n900
Changes since 1.355: +3 -3 lines
Diff to previous 1.355 (colored)

more bogus number removal

Revision 1.355 / (download) - annotate - [select for diffs], Sat Apr 27 21:43:28 2013 UTC (9 years, 11 months ago) by christos
Branch: MAIN
Changes since 1.354: +4 -4 lines
Diff to previous 1.354 (colored)

the bogus number police

Revision 1.354 / (download) - annotate - [select for diffs], Sat Apr 27 18:19:38 2013 UTC (9 years, 11 months ago) by christos
Branch: MAIN
Changes since 1.353: +4 -4 lines
Diff to previous 1.353 (colored)

remove confusing numeric locators where they are unused.

Revision 1.353 / (download) - annotate - [select for diffs], Sat Apr 6 16:57:32 2013 UTC (9 years, 11 months ago) by martin
Branch: MAIN
Changes since 1.352: +5 -2 lines
Diff to previous 1.352 (colored)

Add athn

Revision 1.352 / (download) - annotate - [select for diffs], Sat Mar 2 02:42:16 2013 UTC (10 years ago) by christos
Branch: MAIN
CVS Tags: agc-symver-base, agc-symver
Changes since 1.351: +2 -3 lines
Diff to previous 1.351 (colored)

Under FAST_IPSEC, IPSEC_ESP is mandatory; GC it.

Revision 1.351 / (download) - annotate - [select for diffs], Fri Mar 1 18:25:43 2013 UTC (10 years ago) by joerg
Branch: MAIN
Changes since 1.350: +2 -4 lines
Diff to previous 1.350 (colored)

Retire OSI network stack. OK core@

Revision 1.343.2.2 / (download) - annotate - [select for diffs], Mon Feb 25 00:28:43 2013 UTC (10 years, 1 month ago) by tls
Branch: tls-maxphys
Changes since 1.343.2.1: +21 -2 lines
Diff to previous 1.343.2.1 (colored)

resync with head

Revision 1.325.2.4 / (download) - annotate - [select for diffs], Wed Jan 23 00:05:48 2013 UTC (10 years, 2 months ago) by yamt
Branch: yamt-pagecache
CVS Tags: yamt-pagecache-tag8
Changes since 1.325.2.3: +21 -2 lines
Diff to previous 1.325.2.3 (colored) to branchpoint 1.325 (colored)

sync with head

Revision 1.350 / (download) - annotate - [select for diffs], Thu Dec 27 14:39:39 2012 UTC (10 years, 3 months ago) by skrll
Branch: MAIN
CVS Tags: yamt-pagecache-base8
Changes since 1.349: +13 -2 lines
Diff to previous 1.349 (colored)

Add some usb devices.

Revision 1.349 / (download) - annotate - [select for diffs], Mon Dec 17 20:38:00 2012 UTC (10 years, 3 months ago) by mbalmer
Branch: MAIN
Changes since 1.348: +6 -2 lines
Diff to previous 1.348 (colored)

Adding ibmcd(4), a device driver for the IBM 4810 BSP cash drawer port as
found e.g. in SurePOS 300 series point of sale terminals.  The driver
provides a gpio(4) device with three pins:  pin 0 to open drawer, pin 1
to read the status and pin 2 to read whether a cash drawer is connected or
not.

Revision 1.348 / (download) - annotate - [select for diffs], Sun Dec 16 18:52:17 2012 UTC (10 years, 3 months ago) by mbalmer
Branch: MAIN
Changes since 1.347: +6 -2 lines
Diff to previous 1.347 (colored)

Add ptcd(4).

Revision 1.343.2.1 / (download) - annotate - [select for diffs], Tue Nov 20 03:01:25 2012 UTC (10 years, 4 months ago) by tls
Branch: tls-maxphys
Changes since 1.343: +9 -9 lines
Diff to previous 1.343 (colored)

Resync to 2012-11-19 00:00:00 UTC

Revision 1.325.2.3 / (download) - annotate - [select for diffs], Tue Oct 30 17:19:47 2012 UTC (10 years, 4 months ago) by yamt
Branch: yamt-pagecache
Changes since 1.325.2.2: +19 -11 lines
Diff to previous 1.325.2.2 (colored) to branchpoint 1.325 (colored)

sync with head

Revision 1.347 / (download) - annotate - [select for diffs], Wed Oct 17 14:48:13 2012 UTC (10 years, 5 months ago) by apb
Branch: MAIN
CVS Tags: yamt-pagecache-base7, yamt-pagecache-base6
Changes since 1.346: +3 -2 lines
Diff to previous 1.346 (colored)

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

Revision 1.346 / (download) - annotate - [select for diffs], Wed Oct 3 18:58:30 2012 UTC (10 years, 5 months ago) by dsl
Branch: MAIN
Changes since 1.345: +2 -3 lines
Diff to previous 1.345 (colored)

Remove all references to KVM86.
It was only ever used by APMBIOS - and then only if an option was selected.
Probably didn't work well at all!

Revision 1.345 / (download) - annotate - [select for diffs], Sun Sep 30 21:36:18 2012 UTC (10 years, 5 months ago) by dsl
Branch: MAIN
Changes since 1.344: +2 -3 lines
Diff to previous 1.344 (colored)

Remove code from dev/apm/apm.c for setting global variables to parameterise
  the i386 bios apm code (now removed).
Remove the same code from the clone dev/hpc/apm/apmdev.c
Remove some not-used options from dev/apm/files.apm and the commented out
  lines in ALL and GENERIC.
Maybe the APM_V10_ONLY and APM_NO_V12 could also be shot, but they are
  further entwined in the code.

Revision 1.344 / (download) - annotate - [select for diffs], Sun Sep 23 01:03:39 2012 UTC (10 years, 6 months ago) by chs
Branch: MAIN
Changes since 1.343: +8 -7 lines
Diff to previous 1.343 (colored)

add some more devices and options.

Revision 1.343 / (download) - annotate - [select for diffs], Sat Sep 1 18:17:50 2012 UTC (10 years, 6 months ago) by jakllsch
Branch: MAIN
Branch point for: tls-maxphys
Changes since 1.342: +3 -3 lines
Diff to previous 1.342 (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.342 / (download) - annotate - [select for diffs], Sat Aug 4 04:39:40 2012 UTC (10 years, 7 months ago) by riastradh
Branch: MAIN
Changes since 1.341: +6 -2 lines
Diff to previous 1.341 (colored)

Add uatp(4) to i386 ALL kernel configuration.

Revision 1.341 / (download) - annotate - [select for diffs], Mon Jul 30 19:40:52 2012 UTC (10 years, 7 months ago) by degroote
Branch: MAIN
Changes since 1.340: +3 -2 lines
Diff to previous 1.340 (colored)

Add malo(4) entry in various kernel configuration

Revision 1.340 / (download) - annotate - [select for diffs], Sun Jul 22 14:23:47 2012 UTC (10 years, 8 months ago) by matt
Branch: MAIN
Changes since 1.339: +5 -2 lines
Diff to previous 1.339 (colored)

Add a few missing devices.

Revision 1.332.2.3 / (download) - annotate - [select for diffs], Tue Jun 12 17:47:53 2012 UTC (10 years, 9 months ago) by riz
Branch: netbsd-6
CVS Tags: netbsd-6-1-RELEASE, netbsd-6-1-RC4, netbsd-6-1-RC3, netbsd-6-1-RC2, netbsd-6-1-RC1, netbsd-6-1-5-RELEASE, netbsd-6-1-4-RELEASE, netbsd-6-1-3-RELEASE, netbsd-6-1-2-RELEASE, netbsd-6-1-1-RELEASE, netbsd-6-1, netbsd-6-0-RELEASE, netbsd-6-0-RC2, netbsd-6-0-RC1, netbsd-6-0-6-RELEASE, netbsd-6-0-5-RELEASE, netbsd-6-0-4-RELEASE, netbsd-6-0-3-RELEASE, netbsd-6-0-2-RELEASE, netbsd-6-0-1-RELEASE, netbsd-6-0, matt-nb6-plus-nbase, matt-nb6-plus-base, matt-nb6-plus
Changes since 1.332.2.2: +3 -3 lines
Diff to previous 1.332.2.2 (colored) to branchpoint 1.332 (colored)

Pull up following revision(s) (requested by abs in ticket #311):
	sys/arch/netwinder/conf/GENERIC: revision 1.112
	sys/arch/i386/conf/GENERIC: revision 1.1074
	sys/arch/atari/conf/MILAN.in: revision 1.26
	sys/arch/zaurus/conf/GENERIC: revision 1.54
	sys/arch/shark/conf/GENERIC: revision 1.101
	sys/arch/hpcmips/conf/MPC303: revision 1.60
	sys/arch/i386/conf/XEN3_DOM0: revision 1.67
	sys/arch/evbarm/conf/MPCSA_GENERIC: revision 1.29
	sys/arch/vax/conf/GENERIC: revision 1.181
	sys/arch/sparc/conf/KRUPS: revision 1.59
	sys/arch/evbarm/conf/BEAGLEBOARD: revision 1.27
	sys/arch/i386/conf/INSTALL_FLOPPY: revision 1.16
	sys/arch/prep/conf/GENERIC: revision 1.163
	sys/arch/hpcmips/conf/GENERIC: revision 1.216
	sys/arch/sparc/conf/TADPOLE3GX: revision 1.56
	sys/arch/shark/conf/INSTALL: revision 1.50
	sys/arch/next68k/conf/GENERIC: revision 1.127
	sys/arch/evbppc/conf/VIRTEX_GSRD2: revision 1.16
	sys/arch/evbppc/conf/VIRTEX_DFC: revision 1.17
	sys/arch/evbppc/conf/EXPLORA451: revision 1.48
	sys/arch/bebox/conf/INSTALL: revision 1.54
	sys/arch/next68k/conf/SLAB: revision 1.46
	sys/arch/i386/conf/GENERIC_TINY: revision 1.132
	sys/arch/bebox/conf/GENERIC: revision 1.131
	sys/arch/amd64/conf/XEN3_DOM0: revision 1.84
	sys/arch/amd64/conf/GENERIC: revision 1.356
	sys/arch/evbarm/conf/MMNET_GENERIC: revision 1.6
	share/man/man4/wscons.4: revision 1.31
	sys/arch/hpcmips/conf/TX3912: revision 1.79
	sys/arch/evbarm/conf/ARMADILLO9: revision 1.35
	sys/arch/hpcsh/conf/GENERIC: revision 1.97
	sys/arch/i386/conf/ALL: revision 1.339
	sys/arch/hpcmips/conf/TX3922: revision 1.93
	sys/arch/cats/conf/INSTALL: revision 1.82
	sys/arch/sparc64/conf/GENERIC: revision 1.151
	sys/arch/i386/conf/INSTALL_TINY: revision 1.135
	sys/arch/evbppc/conf/VIRTEX_GSRD1: revision 1.15
	sys/arch/evbarm/conf/TS7200: revision 1.49
	sys/arch/hpcmips/conf/VR41XX: revision 1.55
	sys/arch/hp700/conf/GENERIC: revision 1.115
	sys/arch/cats/conf/GENERIC: revision 1.140
Mention wsconscfg(8) needs WSDISPLAY_COMPAT_USL
If a port is going to have wscons for virtual terminals then it really make=
s
sense to enable WSDISPLAY_COMPAT_USL so the system can switch between the
virtual terminals...
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.339 / (download) - annotate - [select for diffs], Tue Jun 5 08:44:12 2012 UTC (10 years, 9 months ago) by abs
Branch: MAIN
Changes since 1.338: +3 -3 lines
Diff to previous 1.338 (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.325.2.2 / (download) - annotate - [select for diffs], Wed May 23 10:07:43 2012 UTC (10 years, 10 months ago) by yamt
Branch: yamt-pagecache
Changes since 1.325.2.1: +5 -4 lines
Diff to previous 1.325.2.1 (colored) to branchpoint 1.325 (colored)

sync with head.

Revision 1.327.2.6 / (download) - annotate - [select for diffs], Sun Apr 29 23:04:40 2012 UTC (10 years, 10 months ago) by mrg
Branch: jmcneill-usbmp
Changes since 1.327.2.5: +8 -5 lines
Diff to previous 1.327.2.5 (colored) to branchpoint 1.327 (colored) next main 1.328 (colored)

sync to latest -current.

Revision 1.332.2.2 / (download) - annotate - [select for diffs], Mon Apr 23 16:31:36 2012 UTC (10 years, 11 months ago) by riz
Branch: netbsd-6
Changes since 1.332.2.1: +4 -3 lines
Diff to previous 1.332.2.1 (colored) to branchpoint 1.332 (colored)

Pull up following revision(s) (requested by bouyer in ticket #193):
	sys/arch/i386/conf/GENERIC: revision 1.1072
	sys/dev/pci/mpii.c: revision 1.1
	sys/arch/i386/conf/XEN3_DOM0: revision 1.66
	sys/dev/pci/files.pci: revision 1.357
	share/man/man4/Makefile: revision 1.584
	distrib/sets/lists/man/mi: revision 1.1387
	share/man/man4/mpii.4: revision 1.1
	sys/arch/amd64/conf/GENERIC: revision 1.354
	sys/arch/amd64/conf/XEN3_DOM0: revision 1.83
	sys/arch/i386/conf/ALL: revision 1.337
Add mpii(4), a driver for LSI Logic Fusion-MPT Message Passing Interface II
SAS controllers. Ported from OpenBSD.

Revision 1.338 / (download) - annotate - [select for diffs], Thu Apr 19 20:20:34 2012 UTC (10 years, 11 months ago) by wiz
Branch: MAIN
CVS Tags: yamt-pagecache-base5, jmcneill-usbmp-base9, jmcneill-usbmp-base10
Changes since 1.337: +3 -3 lines
Diff to previous 1.337 (colored)

Correct option name for hdaudio debugging.
Reported by Dave Tyson in PR 46357.

Revision 1.337 / (download) - annotate - [select for diffs], Thu Apr 19 17:50:51 2012 UTC (10 years, 11 months ago) by bouyer
Branch: MAIN
Changes since 1.336: +4 -3 lines
Diff to previous 1.336 (colored)

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

Revision 1.325.2.1 / (download) - annotate - [select for diffs], Tue Apr 17 00:06:27 2012 UTC (10 years, 11 months ago) by yamt
Branch: yamt-pagecache
Changes since 1.325: +20 -16 lines
Diff to previous 1.325 (colored)

sync with head

Revision 1.336 / (download) - annotate - [select for diffs], Fri Apr 13 13:11:16 2012 UTC (10 years, 11 months ago) by cegger
Branch: MAIN
CVS Tags: yamt-pagecache-base4
Changes since 1.335: +4 -3 lines
Diff to previous 1.335 (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.335 / (download) - annotate - [select for diffs], Tue Apr 10 23:59:47 2012 UTC (10 years, 11 months ago) by christos
Branch: MAIN
Changes since 1.334: +3 -2 lines
Diff to previous 1.334 (colored)

Add apple partition recognition.

Revision 1.327.2.5 / (download) - annotate - [select for diffs], Sun Mar 11 01:52:21 2012 UTC (11 years ago) by mrg
Branch: jmcneill-usbmp
Changes since 1.327.2.4: +2 -3 lines
Diff to previous 1.327.2.4 (colored) to branchpoint 1.327 (colored)

sync to latest -current

Revision 1.334 / (download) - annotate - [select for diffs], Sat Mar 10 21:51:52 2012 UTC (11 years ago) by joerg
Branch: MAIN
CVS Tags: jmcneill-usbmp-base8, jmcneill-usbmp-base7
Changes since 1.333: +2 -3 lines
Diff to previous 1.333 (colored)

P1003_1B_SEMAPHORE is no longer optional.

Revision 1.327.2.4 / (download) - annotate - [select for diffs], Tue Mar 6 18:26:36 2012 UTC (11 years ago) by mrg
Branch: jmcneill-usbmp
Changes since 1.327.2.3: +3 -2 lines
Diff to previous 1.327.2.3 (colored) to branchpoint 1.327 (colored)

sync to -current

Revision 1.327.2.3 / (download) - annotate - [select for diffs], Tue Mar 6 09:56:07 2012 UTC (11 years ago) by mrg
Branch: jmcneill-usbmp
Changes since 1.327.2.2: +2 -3 lines
Diff to previous 1.327.2.2 (colored) to branchpoint 1.327 (colored)

sync to -current

Revision 1.327.2.2 / (download) - annotate - [select for diffs], Sun Mar 4 00:46:08 2012 UTC (11 years ago) by mrg
Branch: jmcneill-usbmp
Changes since 1.327.2.1: +3 -2 lines
Diff to previous 1.327.2.1 (colored) to branchpoint 1.327 (colored)

sync to latest -current.

Revision 1.332.2.1 / (download) - annotate - [select for diffs], Fri Mar 2 16:31:44 2012 UTC (11 years ago) by riz
Branch: netbsd-6
Changes since 1.332: +3 -2 lines
Diff to previous 1.332 (colored)

Pull up following revision(s) (requested by tron in ticket #63):
	sys/ufs/chfs/chfs_inode.h: revision 1.2
	sys/ufs/chfs/chfs_malloc.c: revision 1.2
	sys/arch/i386/conf/ALL: revision 1.333
	sys/ufs/chfs/chfs_pool.c: revision 1.2
Make this compile again. From Paul Fleischer.
Add Chip File System.

Revision 1.333 / (download) - annotate - [select for diffs], Tue Feb 28 07:47:50 2012 UTC (11 years ago) by tron
Branch: MAIN
CVS Tags: jmcneill-usbmp-base6, jmcneill-usbmp-base4
Changes since 1.332: +3 -2 lines
Diff to previous 1.332 (colored)

Add Chip File System.

Revision 1.327.2.1 / (download) - annotate - [select for diffs], Sat Feb 18 07:32:18 2012 UTC (11 years, 1 month ago) by mrg
Branch: jmcneill-usbmp
Changes since 1.327: +16 -4 lines
Diff to previous 1.327 (colored)

merge to -current.

Revision 1.332 / (download) - annotate - [select for diffs], Fri Feb 3 23:37:20 2012 UTC (11 years, 1 month 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.331: +10 -2 lines
Diff to previous 1.331 (colored)

add tpm

Revision 1.331 / (download) - annotate - [select for diffs], Sun Jan 29 18:55:12 2012 UTC (11 years, 1 month ago) by jakllsch
Branch: MAIN
Changes since 1.330: +2 -3 lines
Diff to previous 1.330 (colored)

options MALLOC_DEBUG is no longer expected to compile,
but has not yet been removed.  Avoid compiling it here.

Revision 1.183.4.9 / (download) - annotate - [select for diffs], Wed Jan 25 21:18:14 2012 UTC (11 years, 2 months ago) by riz
Branch: netbsd-5
CVS Tags: netbsd-5-2-RELEASE, netbsd-5-2-RC1, netbsd-5-2-3-RELEASE, netbsd-5-2-2-RELEASE, netbsd-5-2-1-RELEASE, netbsd-5-2
Changes since 1.183.4.8: +8 -2 lines
Diff to previous 1.183.4.8 (colored) to branchpoint 1.183 (colored)

Pull up following revision(s) (requested by hannken in ticket #1715):
- Be robust against an invalid timer period value.
sys/dev/ic/hpetreg.h			Rev. 1.4
sys/dev/ic/hpet.c			Rev. 1.8

- Fix wrong definition of LAPIC_LEVEL_ASSERT / _MASK
sys/arch/x86/include/i82489reg.h	Rev. 1.11

- Add virtio driver - speed up disk and network access in virtual environments
sys/arch/i386/conf/GENERIC		Rev. 1.1055
sys/arch/i386/conf/ALL			Rev. 1.325
sys/arch/amd64/conf/GENERIC		Rev. 1.338
sys/dev/pci/files.pci			Rev. 1.350
sys/dev/pci/if_vioif.c			Rev. 0-1.2
sys/dev/pci/ld_virtio.c			Rev. 0-1.4
sys/dev/pci/viomb.c			Rev. 0-1.1
sys/dev/pci/virtio.c			Rev. 0-1.3
sys/dev/pci/virtioreg.h			Rev. 0-1.1
sys/dev/pci/virtiovar.h			Rev. 0-1.1
distrib/sets/lists/man/mi		Rev. 1.1352 and 1.1358
share/man/man4/Makefile			Rev. 1.573 and 1.575
share/man/man4/ld.4			Rev. 1.19
share/man/man4/virtio.4			Rev. 0-1.4
share/man/man4/vioif.4			Rev. 0-1.2
share/man/man4/viomb.4			Rev. 0-1.2

Allow NetBSD to run unmodified under Linux/kvm.

Revision 1.330 / (download) - annotate - [select for diffs], Sat Jan 14 12:30:12 2012 UTC (11 years, 2 months ago) by tron
Branch: MAIN
Changes since 1.329: +4 -2 lines
Diff to previous 1.329 (colored)

Add "CPU_UCODE" option.

Revision 1.329 / (download) - annotate - [select for diffs], Sat Dec 31 00:11:20 2011 UTC (11 years, 2 months ago) by christos
Branch: MAIN
Changes since 1.328: +5 -2 lines
Diff to previous 1.328 (colored)

add uipad

Revision 1.328 / (download) - annotate - [select for diffs], Sun Dec 18 05:49:28 2011 UTC (11 years, 3 months ago) by dholland
Branch: MAIN
Changes since 1.327: +3 -3 lines
Diff to previous 1.327 (colored)

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

Revision 1.327 / (download) - annotate - [select for diffs], Tue Nov 22 21:25:18 2011 UTC (11 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.326: +2 -3 lines
Diff to previous 1.326 (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.326 / (download) - annotate - [select for diffs], Fri Nov 18 22:18:07 2011 UTC (11 years, 4 months ago) by jmcneill
Branch: MAIN
CVS Tags: jmcneill-audiomp3-base, jmcneill-audiomp3
Changes since 1.325: +2 -11 lines
Diff to previous 1.325 (colored)

remove Xbox support

Revision 1.325 / (download) - annotate - [select for diffs], Sun Oct 30 12:12:21 2011 UTC (11 years, 4 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.324: +8 -2 lines
Diff to previous 1.324 (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.324 / (download) - annotate - [select for diffs], Mon Oct 17 22:40:31 2011 UTC (11 years, 5 months ago) by jmcneill
Branch: MAIN
Changes since 1.323: +3 -2 lines
Diff to previous 1.323 (colored)

add vmt(4)

Revision 1.323 / (download) - annotate - [select for diffs], Sat Oct 15 00:23:08 2011 UTC (11 years, 5 months ago) by sjg
Branch: MAIN
Changes since 1.322: +4 -2 lines
Diff to previous 1.322 (colored)

Add the plumbing so one could compile filemon(4) into a kernel.

Revision 1.322 / (download) - annotate - [select for diffs], Sun Oct 2 16:39:47 2011 UTC (11 years, 5 months ago) by jmcneill
Branch: MAIN
Changes since 1.321: +2 -3 lines
Diff to previous 1.321 (colored)

Install dev/i2c/i2c_io.h and implement the API in the iic(4) driver.
Obsolete the I2C_SCAN option as this can now be done from userland.

Revision 1.321 / (download) - annotate - [select for diffs], Mon Sep 26 18:14:07 2011 UTC (11 years, 6 months ago) by jakllsch
Branch: MAIN
Changes since 1.320: +2 -3 lines
Diff to previous 1.320 (colored)

options PMS_DISABLE_POWERHOOK is obsolete.

Revision 1.320 / (download) - annotate - [select for diffs], Thu Sep 22 01:15:31 2011 UTC (11 years, 6 months ago) by jakllsch
Branch: MAIN
Changes since 1.319: +2 -5 lines
Diff to previous 1.319 (colored)

valz(4) is superseded entirely by acpivga(4) these days.

Revision 1.191.2.7 / (download) - annotate - [select for diffs], Sat Aug 27 15:37:23 2011 UTC (11 years, 7 months ago) by jym
Branch: jym-xensuspend
Changes since 1.191.2.6: +90 -72 lines
Diff to previous 1.191.2.6 (colored) next main 1.192 (colored)

Sync with HEAD. Most notably: uvm/pmap work done by rmind@, and MP Xen
work of cherry@.

No regression observed on suspend/restore.

Revision 1.319 / (download) - annotate - [select for diffs], Thu Aug 18 20:55:20 2011 UTC (11 years, 7 months ago) by jakllsch
Branch: MAIN
CVS Tags: jym-xensuspend-nbase, jym-xensuspend-base
Changes since 1.318: +3 -3 lines
Diff to previous 1.318 (colored)

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

Should fix PR#45268.

Revision 1.318 / (download) - annotate - [select for diffs], Thu Aug 11 07:38:56 2011 UTC (11 years, 7 months ago) by mbalmer
Branch: MAIN
Changes since 1.317: +4 -2 lines
Diff to previous 1.317 (colored)

Add entries for pwdog(4).

Revision 1.317 / (download) - annotate - [select for diffs], Thu Aug 4 14:45:54 2011 UTC (11 years, 7 months ago) by jakllsch
Branch: MAIN
Changes since 1.316: +6 -2 lines
Diff to previous 1.316 (colored)

Add coram(4).

Revision 1.316 / (download) - annotate - [select for diffs], Sat Jul 30 12:19:12 2011 UTC (11 years, 7 months ago) by jmcneill
Branch: MAIN
Changes since 1.315: +2 -6 lines
Diff to previous 1.315 (colored)

remove xboxcontroller; use the uhidev driver instead

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

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

Revision 1.314 / (download) - annotate - [select for diffs], Wed Jul 20 20:29:54 2011 UTC (11 years, 8 months ago) by jakllsch
Branch: MAIN
Changes since 1.313: +7 -2 lines
Diff to previous 1.313 (colored)

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

Revision 1.313 / (download) - annotate - [select for diffs], Tue Jul 19 21:02:23 2011 UTC (11 years, 8 months ago) by jmcneill
Branch: MAIN
Changes since 1.312: +6 -2 lines
Diff to previous 1.312 (colored)

add irmce

Revision 1.312 / (download) - annotate - [select for diffs], Tue Jul 19 19:46:38 2011 UTC (11 years, 8 months ago) by tron
Branch: MAIN
Changes since 1.311: +4 -2 lines
Diff to previous 1.311 (colored)

Build 7th Edition(V7) File System.

Revision 1.311 / (download) - annotate - [select for diffs], Wed Jul 13 07:52:48 2011 UTC (11 years, 8 months ago) by jruoho
Branch: MAIN
Changes since 1.310: +3 -2 lines
Diff to previous 1.310 (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.310 / (download) - annotate - [select for diffs], Mon Jul 11 18:31:10 2011 UTC (11 years, 8 months ago) by jmcneill
Branch: MAIN
Changes since 1.309: +3 -2 lines
Diff to previous 1.309 (colored)

add emdtv at uhub

Revision 1.309 / (download) - annotate - [select for diffs], Sat Jul 9 15:02:03 2011 UTC (11 years, 8 months ago) by jmcneill
Branch: MAIN
Changes since 1.308: +3 -2 lines
Diff to previous 1.308 (colored)

add dtv at dtvbus

Revision 1.307.2.1 / (download) - annotate - [select for diffs], Thu Jun 23 14:19:13 2011 UTC (11 years, 9 months ago) by cherry
Branch: cherry-xenmp
Changes since 1.307: +4 -3 lines
Diff to previous 1.307 (colored) next main 1.308 (colored)

Catchup with rmind-uvmplock merge.

Revision 1.308 / (download) - annotate - [select for diffs], Tue Jun 14 13:59:23 2011 UTC (11 years, 9 months ago) by jruoho
Branch: MAIN
Changes since 1.307: +4 -3 lines
Diff to previous 1.307 (colored)

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

Revision 1.284.2.1 / (download) - annotate - [select for diffs], Mon Jun 6 09:05:46 2011 UTC (11 years, 9 months ago) by jruoho
Branch: jruoho-x86intr
Changes since 1.284: +109 -122 lines
Diff to previous 1.284 (colored) next main 1.285 (colored)

Sync with HEAD.

Revision 1.249.2.5 / (download) - annotate - [select for diffs], Tue May 31 03:04:03 2011 UTC (11 years, 9 months ago) by rmind
Branch: rmind-uvmplock
Changes since 1.249.2.4: +65 -78 lines
Diff to previous 1.249.2.4 (colored) to branchpoint 1.249 (colored) next main 1.250 (colored)

sync with head

Revision 1.307 / (download) - annotate - [select for diffs], Sat May 28 13:01:49 2011 UTC (11 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.306: +67 -67 lines
Diff to previous 1.306 (colored)

many whitespace cleanup.
confirmed "cvs diff -b" are identical.

Revision 1.191.2.6 / (download) - annotate - [select for diffs], Mon May 2 22:49:55 2011 UTC (11 years, 10 months ago) by jym
Branch: jym-xensuspend
Changes since 1.191.2.5: +5 -15 lines
Diff to previous 1.191.2.5 (colored)

Sync with head.

Revision 1.306 / (download) - annotate - [select for diffs], Tue Apr 26 16:57:40 2011 UTC (11 years, 11 months ago) by joerg
Branch: MAIN
Changes since 1.305: +2 -4 lines
Diff to previous 1.305 (colored)

Remove PECOFF/Win32 emulation.

Revision 1.305 / (download) - annotate - [select for diffs], Tue Apr 26 16:36:40 2011 UTC (11 years, 11 months ago) by joerg
Branch: MAIN
Changes since 1.304: +2 -3 lines
Diff to previous 1.304 (colored)

Remove IRIX emulation

Revision 1.304 / (download) - annotate - [select for diffs], Tue Apr 26 15:51:22 2011 UTC (11 years, 11 months ago) by joerg
Branch: MAIN
Changes since 1.303: +2 -12 lines
Diff to previous 1.303 (colored)

Remove Darwin, MACH and Mach-O support.

Revision 1.249.2.4 / (download) - annotate - [select for diffs], Thu Apr 21 01:41:05 2011 UTC (11 years, 11 months ago) by rmind
Branch: rmind-uvmplock
Changes since 1.249.2.3: +5 -1 lines
Diff to previous 1.249.2.3 (colored) to branchpoint 1.249 (colored)

sync with head

Revision 1.303 / (download) - annotate - [select for diffs], Mon Apr 4 17:09:39 2011 UTC (11 years, 11 months ago) by bouyer
Branch: MAIN
Changes since 1.302: +4 -2 lines
Diff to previous 1.302 (colored)

Add a driver for RDC's vortex86/PMX-1000 SoC PCI/ISA bridge, with support
for the integrated watchdog timer.

Revision 1.302 / (download) - annotate - [select for diffs], Mon Apr 4 14:33:51 2011 UTC (11 years, 11 months ago) by bouyer
Branch: MAIN
Changes since 1.301: +3 -2 lines
Diff to previous 1.301 (colored)

Add rdcide(4), a driver for the IDE controller found in RDC's
vortex86/PMX-1000 system-on-chip.

Revision 1.191.2.5 / (download) - annotate - [select for diffs], Tue Mar 29 20:42:57 2011 UTC (12 years ago) by jym
Branch: jym-xensuspend
Changes since 1.191.2.4: +313 -118 lines
Diff to previous 1.191.2.4 (colored)

More sync fixes. And add the mbr_gpt files.

Revision 1.191.2.4 / (download) - annotate - [select for diffs], Mon Mar 28 23:04:38 2011 UTC (12 years ago) by jym
Branch: jym-xensuspend
Changes since 1.191.2.3: +70 -50 lines
Diff to previous 1.191.2.3 (colored)

Sync with HEAD. TODO before merge:
- shortcut for suspend code in sysmon, when powerd(8) is not running.
Borrow ``xs_watch'' thread context?
- bug hunting in xbd + xennet resume. Rings are currently thrashed upon
resume, so current implementation force flush them on suspend. It's not
really needed.

Revision 1.301 / (download) - annotate - [select for diffs], Sun Mar 6 17:08:25 2011 UTC (12 years ago) by bouyer
Branch: MAIN
Changes since 1.300: +4 -3 lines
Diff to previous 1.300 (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.249.2.3 / (download) - annotate - [select for diffs], Sat Mar 5 20:50:37 2011 UTC (12 years ago) by rmind
Branch: rmind-uvmplock
Changes since 1.249.2.2: +96 -54 lines
Diff to previous 1.249.2.2 (colored) to branchpoint 1.249 (colored)

sync with head

Revision 1.285.2.3 / (download) - annotate - [select for diffs], Sat Mar 5 15:09:43 2011 UTC (12 years ago) by bouyer
Branch: bouyer-quota2
Changes since 1.285.2.2: +25 -34 lines
Diff to previous 1.285.2.2 (colored) next main 1.286 (colored)

Sync with HEAD

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

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

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

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

Revision 1.298 / (download) - annotate - [select for diffs], Sat Feb 26 18:07:30 2011 UTC (12 years, 1 month ago) by ahoka
Branch: MAIN
Changes since 1.297: +10 -2 lines
Diff to previous 1.297 (colored)

Import the Flash and NAND subsytem code contributed by the University
of Szeged, Hungary.

The commit includes:
 - Flash layer, which gives a common API to access flash devices
 - NAND controller subsystem for the flash layer
 - An example OMAP driver which is used on BeagleBoard or alike ARM boards

Revision 1.297 / (download) - annotate - [select for diffs], Thu Feb 24 17:42:16 2011 UTC (12 years, 1 month ago) by macallan
Branch: MAIN
Changes since 1.296: +4 -12 lines
Diff to previous 1.296 (colored)

Some cleanup:
- voyagerfb has no business on x86, so throw it out
- add igsfb, unlike the above it exists in real life on PC graphics cards
- remove duplicate genfb and machfb entries
- remove duplicate wsdisplay entries

Revision 1.296 / (download) - annotate - [select for diffs], Thu Feb 24 13:58:39 2011 UTC (12 years, 1 month ago) by jruoho
Branch: MAIN
Changes since 1.295: +3 -5 lines
Diff to previous 1.295 (colored)

Move VIA_C7TEMP to the cpufeaturebus.

Revision 1.295 / (download) - annotate - [select for diffs], Thu Feb 24 10:56:01 2011 UTC (12 years, 1 month ago) by jruoho
Branch: MAIN
Changes since 1.294: +3 -8 lines
Diff to previous 1.294 (colored)

Move PowerNow! to the cpufeaturebus.

Revision 1.294 / (download) - annotate - [select for diffs], Wed Feb 23 11:43:22 2011 UTC (12 years, 1 month ago) by jruoho
Branch: MAIN
Changes since 1.293: +6 -11 lines
Diff to previous 1.293 (colored)

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

Revision 1.293 / (download) - annotate - [select for diffs], Wed Feb 23 00:45:56 2011 UTC (12 years, 1 month ago) by jmcneill
Branch: MAIN
Changes since 1.292: +3 -2 lines
Diff to previous 1.292 (colored)

add alc@pci

Revision 1.292 / (download) - annotate - [select for diffs], Tue Feb 22 23:57:22 2011 UTC (12 years, 1 month ago) by dyoung
Branch: MAIN
Changes since 1.291: +5 -2 lines
Diff to previous 1.291 (colored)

Add CardBus to PCI bridge, ppb at cardbus, but comment it out for now.

Revision 1.291 / (download) - annotate - [select for diffs], Sun Feb 20 15:41:22 2011 UTC (12 years, 1 month ago) by jmcneill
Branch: MAIN
Changes since 1.290: +3 -2 lines
Diff to previous 1.290 (colored)

add vboxdrm* at drm?

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

Modularize coretemp(4). Ok jmcneill@.

Revision 1.289 / (download) - annotate - [select for diffs], Sat Feb 19 13:52:27 2011 UTC (12 years, 1 month ago) by jmcneill
Branch: MAIN
Changes since 1.288: +3 -3 lines
Diff to previous 1.288 (colored)

modularize VIA PadLock support
 - retire options VIA_PADLOCK, replace with 'padlock0 at cpu0'
 - driver supports attach & detach
 - support building as a module

Revision 1.285.2.2 / (download) - annotate - [select for diffs], Thu Feb 17 11:59:44 2011 UTC (12 years, 1 month ago) by bouyer
Branch: bouyer-quota2
Changes since 1.285.2.1: +15 -11 lines
Diff to previous 1.285.2.1 (colored)

Sync with HEAD

Revision 1.288 / (download) - annotate - [select for diffs], Wed Feb 16 07:30:27 2011 UTC (12 years, 1 month ago) by jruoho
Branch: MAIN
CVS Tags: uebayasi-xip-base7, bouyer-quota2-base
Changes since 1.287: +3 -2 lines
Diff to previous 1.287 (colored)

Add a skeleton driver for Asus EeePC acpiwmi(4) mappings.

Revision 1.287 / (download) - annotate - [select for diffs], Mon Feb 14 08:50:39 2011 UTC (12 years, 1 month ago) by hannken
Branch: MAIN
Changes since 1.286: +5 -2 lines
Diff to previous 1.286 (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.286 / (download) - annotate - [select for diffs], Fri Feb 11 01:59:56 2011 UTC (12 years, 1 month ago) by jmcneill
Branch: MAIN
Changes since 1.285: +11 -11 lines
Diff to previous 1.285 (colored)

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

Revision 1.285.2.1 / (download) - annotate - [select for diffs], Tue Feb 8 19:29:35 2011 UTC (12 years, 1 month ago) by bouyer
Branch: bouyer-quota2
Changes since 1.285: +4 -3 lines
Diff to previous 1.285 (colored)

Add QUOTA2 where QUOTA is enabled (and QUOTA2 commented out where QUOTA
is commented out)

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

add acpiwdrt

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

Add a dummy-driver for ACPI fans.

Revision 1.283 / (download) - annotate - [select for diffs], Mon Jan 3 06:07:43 2011 UTC (12 years, 2 months ago) by tsutsui
Branch: MAIN
Changes since 1.282: +5 -5 lines
Diff to previous 1.282 (colored)

Xref module(7) in comments.

Revision 1.282 / (download) - annotate - [select for diffs], Mon Dec 27 20:45:00 2010 UTC (12 years, 3 months ago) by jmcneill
Branch: MAIN
CVS Tags: matt-mips64-premerge-20101231
Changes since 1.281: +3 -2 lines
Diff to previous 1.281 (colored)

add auvitek at uhub

Revision 1.281 / (download) - annotate - [select for diffs], Thu Dec 16 07:51:21 2010 UTC (12 years, 3 months ago) by cegger
Branch: MAIN
Changes since 1.280: +12 -4 lines
Diff to previous 1.280 (colored)

add PCI VGA drivers

Revision 1.280 / (download) - annotate - [select for diffs], Sat Nov 27 20:18:46 2010 UTC (12 years, 4 months ago) by christos
Branch: MAIN
Changes since 1.279: +3 -2 lines
Diff to previous 1.279 (colored)

add ihphy

Revision 1.279 / (download) - annotate - [select for diffs], Tue Nov 23 11:14:00 2010 UTC (12 years, 4 months ago) by hannken
Branch: MAIN
Changes since 1.278: +3 -3 lines
Diff to previous 1.278 (colored)

Remove unused count from pseudo-device md.

Revision 1.183.4.8 / (download) - annotate - [select for diffs], Sun Nov 21 03:05:05 2010 UTC (12 years, 4 months ago) by riz
Branch: netbsd-5
CVS Tags: matt-nb5-pq3-base, matt-nb5-pq3
Changes since 1.183.4.7: +6 -2 lines
Diff to previous 1.183.4.7 (colored) to branchpoint 1.183 (colored)

Pull up following revision(s) (requested by plunky in ticket #1407):
	sys/dev/bluetooth/btdev.h: revision 1.9
	sys/arch/iyonix/conf/GENERIC: revision 1.60
	sys/arch/sparc64/conf/GENERIC: revision 1.129
	sys/dev/usb/hid.c: revision 1.30
	sys/dev/usb/hid.h: revision 1.13
	sys/arch/i386/conf/GENERIC: revision 1.983
	usr.sbin/btdevctl/print.c: revision 1.10
	sys/arch/evbarm/conf/MPCSA_GENERIC: revision 1.16
	sys/arch/alpha/conf/GENERIC: revision 1.337
	sys/dev/bluetooth/files.bluetooth: revision 1.14
	sys/arch/evbarm/conf/GUMSTIX: revision 1.49
	sys/dev/usb/usbdevs: revision 1.550
	sys/arch/evbppc/conf/OPENBLOCKS266_OPT: revision 1.14
	sys/arch/hpcsh/conf/GENERIC: revision 1.91
	sys/dev/bluetooth/btmagic.c: revision 1.1
	distrib/sets/lists/man/mi: revision 1.1210
	sys/arch/amd64/conf/GENERIC: revision 1.279
	sys/arch/i386/conf/ALL: revision 1.258
	sys/arch/amd64/conf/XEN3_DOM0: revision 1.54
	sys/arch/hpcarm/conf/JORNADA720: revision 1.78
	sys/dev/usb/hid.c: revision 1.29
	share/man/man4/btmagic.4: revision 1.1
hid_get_data() does not work if the size of data is less than
a byte and crosses a byte boundary, and it always returns a
sign-extended value.
fix this by using the algorithm from libusbhid to read bytes,
and provide a hid_get_udata() function to return unsigned data
values.
while here, const args
update DPRINTF to reflect actual function name
add Apple Magic Mouse product-id
regen for Magic Mouse id
allow for vendor-id and product-id properties, passing them
through to child devices
add Magic Mouse driver and manpage btmagic(4)
additionally query the "PnP Information" service record to discover
any USB Forum vendor-id and product-id values and store them in the
property list if found.
add btmagic(4) where other Bluetooth drivers are listed

Revision 1.278 / (download) - annotate - [select for diffs], Sat Nov 13 14:38:44 2010 UTC (12 years, 4 months ago) by pgoyette
Branch: MAIN
CVS Tags: uebayasi-xip-base6
Changes since 1.277: +5 -2 lines
Diff to previous 1.277 (colored)

Add pseudo-device dmoverio(4) to ALL

Revision 1.277 / (download) - annotate - [select for diffs], Sat Nov 13 09:48:55 2010 UTC (12 years, 4 months ago) by jnemeth
Branch: MAIN
Changes since 1.276: +4 -2 lines
Diff to previous 1.276 (colored)

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

Revision 1.233.2.5 / (download) - annotate - [select for diffs], Tue Nov 9 06:03:37 2010 UTC (12 years, 4 months ago) by uebayasi
Branch: uebayasi-xip
Changes since 1.233.2.4: +4 -2 lines
Diff to previous 1.233.2.4 (colored) to branchpoint 1.233 (colored) next main 1.234 (colored)

Sync with HEAD.

Revision 1.276 / (download) - annotate - [select for diffs], Sat Nov 6 15:11:50 2010 UTC (12 years, 4 months ago) by jakllsch
Branch: MAIN
CVS Tags: uebayasi-xip-base5
Changes since 1.275: +3 -2 lines
Diff to previous 1.275 (colored)

fwhrng(4) is in i386 GENERIC already, add it to ALL too.

Revision 1.275 / (download) - annotate - [select for diffs], Sat Nov 6 15:06:29 2010 UTC (12 years, 4 months ago) by jakllsch
Branch: MAIN
Changes since 1.274: +3 -2 lines
Diff to previous 1.274 (colored)

Enable schide(4), Intel SCH IDE controller driver from PR#42310.

Revision 1.233.2.4 / (download) - annotate - [select for diffs], Sat Nov 6 08:08:17 2010 UTC (12 years, 4 months ago) by uebayasi
Branch: uebayasi-xip
Changes since 1.233.2.3: +18 -2 lines
Diff to previous 1.233.2.3 (colored) to branchpoint 1.233 (colored)

Sync with HEAD.

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

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

ok jruoho@

Revision 1.273 / (download) - annotate - [select for diffs], Fri Nov 5 01:34:51 2010 UTC (12 years, 4 months ago) by rmind
Branch: MAIN
Changes since 1.272: +3 -2 lines
Diff to previous 1.272 (colored)

Add pfsync to ALL kernel.

Revision 1.272 / (download) - annotate - [select for diffs], Wed Nov 3 23:24:14 2010 UTC (12 years, 4 months ago) by dyoung
Branch: MAIN
Changes since 1.271: +13 -2 lines
Diff to previous 1.271 (colored)

Add to ALL some USB drivers that are never compiled, otherwise:
moscom(4), uark(4), uhmodem(4), uyurex(4).

Revision 1.271 / (download) - annotate - [select for diffs], Wed Nov 3 20:10:00 2010 UTC (12 years, 4 months ago) by christos
Branch: MAIN
Changes since 1.270: +3 -2 lines
Diff to previous 1.270 (colored)

add otus

Revision 1.270 / (download) - annotate - [select for diffs], Sun Oct 24 09:27:45 2010 UTC (12 years, 5 months ago) by jruoho
Branch: MAIN
Changes since 1.269: +3 -2 lines
Diff to previous 1.269 (colored)

Add wmimsi(4).

Revision 1.233.2.3 / (download) - annotate - [select for diffs], Fri Oct 22 07:21:19 2010 UTC (12 years, 5 months ago) by uebayasi
Branch: uebayasi-xip
Changes since 1.233.2.2: +9 -0 lines
Diff to previous 1.233.2.2 (colored) to branchpoint 1.233 (colored)

Sync with HEAD (-D20101022).

Revision 1.269 / (download) - annotate - [select for diffs], Tue Oct 19 11:58:42 2010 UTC (12 years, 5 months ago) by pgoyette
Branch: MAIN
CVS Tags: uebayasi-xip-base3
Changes since 1.268: +5 -2 lines
Diff to previous 1.268 (colored)

Include swsensor(4) in ALL

Revision 1.268 / (download) - annotate - [select for diffs], Tue Oct 12 19:10:50 2010 UTC (12 years, 5 months ago) by gsutre
Branch: MAIN
Changes since 1.267: +4 -2 lines
Diff to previous 1.267 (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.167.2.8 / (download) - annotate - [select for diffs], Sat Oct 9 03:31:46 2010 UTC (12 years, 5 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.167.2.7: +6 -2 lines
Diff to previous 1.167.2.7 (colored) to branchpoint 1.167 (colored) next main 1.168 (colored)

sync with head

Revision 1.267 / (download) - annotate - [select for diffs], Sun Aug 22 18:56:21 2010 UTC (12 years, 7 months ago) by rmind
Branch: MAIN
CVS Tags: yamt-nfs-mp-base11
Changes since 1.266: +5 -2 lines
Diff to previous 1.266 (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.266 / (download) - annotate - [select for diffs], Sat Aug 21 03:06:37 2010 UTC (12 years, 7 months ago) by tsutsui
Branch: MAIN
Changes since 1.265: +3 -2 lines
Diff to previous 1.265 (colored)

Add upgt(4), Intersil PrismGT USB 802.11b/g adapter.

Revision 1.233.2.2 / (download) - annotate - [select for diffs], Tue Aug 17 06:44:34 2010 UTC (12 years, 7 months ago) by uebayasi
Branch: uebayasi-xip
Changes since 1.233.2.1: +19 -3 lines
Diff to previous 1.233.2.1 (colored) to branchpoint 1.233 (colored)

Sync with HEAD.

Revision 1.167.2.7 / (download) - annotate - [select for diffs], Wed Aug 11 22:52:10 2010 UTC (12 years, 7 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.167.2.6: +33 -9 lines
Diff to previous 1.167.2.6 (colored) to branchpoint 1.167 (colored)

sync with head.

Revision 1.265 / (download) - annotate - [select for diffs], Sun Aug 8 20:04:54 2010 UTC (12 years, 7 months ago) by chs
Branch: MAIN
CVS Tags: yamt-nfs-mp-base10, uebayasi-xip-base2
Changes since 1.264: +7 -2 lines
Diff to previous 1.264 (colored)

add more spdmem instances for HP xw-series workstations.
add se (scsi ethernet).

Revision 1.264 / (download) - annotate - [select for diffs], Sat Aug 7 09:55:59 2010 UTC (12 years, 7 months ago) by jruoho
Branch: MAIN
Changes since 1.263: +2 -3 lines
Diff to previous 1.263 (colored)

Remove the last ACPI driver -specific #ifdef, ACPI_FDC_DEBUG.

Revision 1.263 / (download) - annotate - [select for diffs], Sat Aug 7 09:53:25 2010 UTC (12 years, 7 months ago) by jruoho
Branch: MAIN
Changes since 1.262: +2 -3 lines
Diff to previous 1.262 (colored)

Remove ACPI_MADT_DEBUG.

Revision 1.262 / (download) - annotate - [select for diffs], Mon Jul 26 22:33:23 2010 UTC (12 years, 8 months ago) by jym
Branch: MAIN
Changes since 1.261: +3 -2 lines
Diff to previous 1.261 (colored)

Add PAE to ALL kernel, so that most paddr_t format string errors get caught
during compilation.

While here, fix the compilation for ALL.

Revision 1.261 / (download) - annotate - [select for diffs], Sun Jul 18 10:19:09 2010 UTC (12 years, 8 months ago) by jruoho
Branch: MAIN
Changes since 1.260: +3 -2 lines
Diff to previous 1.260 (colored)

Add ACPI CPU.

Revision 1.249.2.2 / (download) - annotate - [select for diffs], Sat Jul 3 01:19:20 2010 UTC (12 years, 8 months ago) by rmind
Branch: rmind-uvmplock
Changes since 1.249.2.1: +4 -2 lines
Diff to previous 1.249.2.1 (colored) to branchpoint 1.249 (colored)

sync with head

Revision 1.260 / (download) - annotate - [select for diffs], Sat Jun 26 15:17:56 2010 UTC (12 years, 9 months ago) by kefren
Branch: MAIN
Changes since 1.259: +4 -3 lines
Diff to previous 1.259 (colored)

Fix build for MPLS import: add options MPLS, changed pseudo-device mpls
to pseudo-device ifmpls

Revision 1.259 / (download) - annotate - [select for diffs], Sat Jun 26 14:36:48 2010 UTC (12 years, 9 months ago) by kefren
Branch: MAIN
Changes since 1.258: +3 -2 lines
Diff to previous 1.258 (colored)

add pseudo-device mpls - commented in GENERIC for now

Revision 1.249.2.1 / (download) - annotate - [select for diffs], Sun May 30 05:16:53 2010 UTC (12 years, 10 months ago) by rmind
Branch: rmind-uvmplock
Changes since 1.249: +24 -7 lines
Diff to previous 1.249 (colored)

sync with head

Revision 1.258 / (download) - annotate - [select for diffs], Sat May 22 19:02:08 2010 UTC (12 years, 10 months ago) by plunky
Branch: MAIN
Changes since 1.257: +6 -2 lines
Diff to previous 1.257 (colored)

add btmagic(4) where other Bluetooth drivers are listed

Revision 1.257 / (download) - annotate - [select for diffs], Sat May 8 22:16:28 2010 UTC (12 years, 10 months ago) by mrg
Branch: MAIN
Changes since 1.256: +3 -2 lines
Diff to previous 1.256 (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.256 / (download) - annotate - [select for diffs], Sun May 2 17:27:16 2010 UTC (12 years, 10 months ago) by chs
Branch: MAIN
Changes since 1.255: +6 -2 lines
Diff to previous 1.255 (colored)

add alipm and its iic bus.

Revision 1.233.2.1 / (download) - annotate - [select for diffs], Fri Apr 30 14:39:27 2010 UTC (12 years, 10 months ago) by uebayasi
Branch: uebayasi-xip
Changes since 1.233: +43 -15 lines
Diff to previous 1.233 (colored)

Sync with HEAD.

Revision 1.183.4.1.4.1 / (download) - annotate - [select for diffs], Wed Apr 21 00:33:50 2010 UTC (12 years, 11 months ago) by matt
Branch: matt-nb5-mips64
CVS Tags: matt-nb5-mips64-premerge-20101231, matt-nb5-mips64-k15
Changes since 1.183.4.1: +22 -2 lines
Diff to previous 1.183.4.1 (colored) next main 1.183.4.2 (colored)

sync to netbsd-5

Revision 1.255 / (download) - annotate - [select for diffs], Fri Apr 16 13:48:32 2010 UTC (12 years, 11 months ago) by pooka
Branch: MAIN
CVS Tags: uebayasi-xip-base1
Changes since 1.254: +3 -3 lines
Diff to previous 1.254 (colored)

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

Revision 1.254 / (download) - annotate - [select for diffs], Sun Apr 11 22:42:30 2010 UTC (12 years, 11 months ago) by jakllsch
Branch: MAIN
Changes since 1.253: +5 -2 lines
Diff to previous 1.253 (colored)

Add valz(4), a simple driver to handle the backlight keys on some
Toshiba laptops.  As of yet only tested on a Satellite A135-S4527.

Revision 1.253 / (download) - annotate - [select for diffs], Thu Apr 8 17:50:34 2010 UTC (12 years, 11 months ago) by jruoho
Branch: MAIN
Changes since 1.252: +4 -2 lines
Diff to previous 1.252 (colored)

Add wmidell(4) and wmihp(4).

Revision 1.252 / (download) - annotate - [select for diffs], Thu Apr 1 04:04:11 2010 UTC (12 years, 11 months ago) by jakllsch
Branch: MAIN
Changes since 1.251: +3 -2 lines
Diff to previous 1.251 (colored)

Add support for Domex 536 PCI SCSI controller to nca(4).
This truly remarkable chip is found on the Domex DMX-3191D SCSI adapter.

Revision 1.251 / (download) - annotate - [select for diffs], Sat Mar 27 03:04:51 2010 UTC (13 years ago) by nonaka
Branch: MAIN
Changes since 1.250: +8 -5 lines
Diff to previous 1.250 (colored)

Added sdhc at cardbus support.

Revision 1.250 / (download) - annotate - [select for diffs], Fri Mar 19 04:04:27 2010 UTC (13 years ago) by cnst
Branch: MAIN
Changes since 1.249: +2 -3 lines
Diff to previous 1.249 (colored)

Remove aiboost(4) as obsolete and redundant since the introduction of aibs(4).

      http://mail-index.netbsd.org/tech-kern/2010/03/06/msg007458.html

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

Revision 1.167.2.6 / (download) - annotate - [select for diffs], Thu Mar 11 15:02:27 2010 UTC (13 years ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.167.2.5: +283 -122 lines
Diff to previous 1.167.2.5 (colored) to branchpoint 1.167 (colored)

sync with head

Revision 1.249 / (download) - annotate - [select for diffs], Sat Mar 6 21:12:04 2010 UTC (13 years ago) by plunky
Branch: MAIN
CVS Tags: yamt-nfs-mp-base9
Branch point for: rmind-uvmplock
Changes since 1.248: +5 -2 lines
Diff to previous 1.248 (colored)

add uhso(4)

Revision 1.248 / (download) - annotate - [select for diffs], Thu Mar 4 22:30:57 2010 UTC (13 years ago) by jruoho
Branch: MAIN
Changes since 1.247: +2 -3 lines
Diff to previous 1.247 (colored)

Remove ACPI_BUT_DEBUG.

Revision 1.247 / (download) - annotate - [select for diffs], Thu Mar 4 21:55:32 2010 UTC (13 years ago) by jruoho
Branch: MAIN
Changes since 1.246: +2 -3 lines
Diff to previous 1.246 (colored)

VALD_ACPI_DEBUG is dead.

Revision 1.246 / (download) - annotate - [select for diffs], Thu Mar 4 21:47:58 2010 UTC (13 years ago) by jruoho
Branch: MAIN
Changes since 1.245: +7 -7 lines
Diff to previous 1.245 (colored)

Enable (uncomment) ACPI_DEBUG, ACPI_DEBUG_ALLOC, and ACPI_MUTEX_DEBUG.

Revision 1.245 / (download) - annotate - [select for diffs], Wed Mar 3 06:57:53 2010 UTC (13 years ago) by jruoho
Branch: MAIN
Changes since 1.244: +2 -3 lines
Diff to previous 1.244 (colored)

Remove ACPI_EXTRA_DEBUG.

Revision 1.244 / (download) - annotate - [select for diffs], Sun Feb 28 13:10:43 2010 UTC (13 years ago) by jruoho
Branch: MAIN
Changes since 1.243: +8 -2 lines
Diff to previous 1.243 (colored)

Add ACPI_DEBUG_ALLOC.

Revision 1.243 / (download) - annotate - [select for diffs], Sun Feb 28 09:24:46 2010 UTC (13 years ago) by jruoho
Branch: MAIN
Changes since 1.242: +2 -3 lines
Diff to previous 1.242 (colored)

Remove ACPI_LID_DEBUG.

Revision 1.242 / (download) - annotate - [select for diffs], Mon Feb 22 13:42:04 2010 UTC (13 years, 1 month ago) by pgoyette
Branch: MAIN
Changes since 1.241: +4 -4 lines
Diff to previous 1.241 (colored)

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

Revision 1.241 / (download) - annotate - [select for diffs], Mon Feb 22 04:57:43 2010 UTC (13 years, 1 month ago) by pgoyette
Branch: MAIN
Changes since 1.240: +3 -3 lines
Diff to previous 1.240 (colored)

Specify the correct default address for smscmon

Revision 1.240 / (download) - annotate - [select for diffs], Mon Feb 22 03:52:06 2010 UTC (13 years, 1 month ago) by pgoyette
Branch: MAIN
Changes since 1.239: +6 -2 lines
Diff to previous 1.239 (colored)

Add smscmon(4)

Revision 1.239 / (download) - annotate - [select for diffs], Sun Feb 21 05:16:29 2010 UTC (13 years, 1 month ago) by cnst
Branch: MAIN
Changes since 1.238: +7 -2 lines
Diff to previous 1.238 (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.238 / (download) - annotate - [select for diffs], Fri Feb 12 15:51:16 2010 UTC (13 years, 1 month ago) by hubertf
Branch: MAIN
Changes since 1.237: +3 -2 lines
Diff to previous 1.237 (colored)

Add PPPOE_SERVER
 - disabled (commented out) in GENERIC,
 - enabled in ALL

Revision 1.237 / (download) - annotate - [select for diffs], Wed Feb 10 19:54:36 2010 UTC (13 years, 1 month ago) by tonio
Branch: MAIN
Changes since 1.236: +3 -3 lines
Diff to previous 1.236 (colored)

Fix typo in TEMPer comment, spotted by Patrick Welche

Revision 1.236 / (download) - annotate - [select for diffs], Tue Feb 9 22:38:32 2010 UTC (13 years, 1 month ago) by tonio
Branch: MAIN
Changes since 1.235: +5 -2 lines
Diff to previous 1.235 (colored)

Add TEMPer and TERMPerHUM driver

Revision 1.235 / (download) - annotate - [select for diffs], Tue Feb 9 03:19:50 2010 UTC (13 years, 1 month ago) by cnst
Branch: MAIN
Changes since 1.234: +3 -2 lines
Diff to previous 1.234 (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.234 / (download) - annotate - [select for diffs], Mon Feb 8 21:45:31 2010 UTC (13 years, 1 month ago) by pgoyette
Branch: MAIN
Changes since 1.233: +5 -4 lines
Diff to previous 1.233 (colored)

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

Revision 1.233 / (download) - annotate - [select for diffs], Sat Feb 6 21:27:51 2010 UTC (13 years, 1 month ago) by pgoyette
Branch: MAIN
CVS Tags: uebayasi-xip-base
Branch point for: uebayasi-xip
Changes since 1.232: +6 -3 lines
Diff to previous 1.232 (colored)

Enable acpismbus(4) for ALL kernel, per discussion on tech-kern

Revision 1.232 / (download) - annotate - [select for diffs], Sat Feb 6 20:12:32 2010 UTC (13 years, 1 month ago) by pgoyette
Branch: MAIN
Changes since 1.231: +3 -2 lines
Diff to previous 1.231 (colored)

Add acpismbus enries - commented out!

Revision 1.231 / (download) - annotate - [select for diffs], Sun Jan 31 12:14:45 2010 UTC (13 years, 1 month ago) by jruoho
Branch: MAIN
Changes since 1.230: +2 -3 lines
Diff to previous 1.230 (colored)

Remove ACPICA_PEDANTIC. Appears to be no longer in use.

Revision 1.230 / (download) - annotate - [select for diffs], Sun Jan 31 11:19:40 2010 UTC (13 years, 1 month ago) by jruoho
Branch: MAIN
Changes since 1.229: +2 -3 lines
Diff to previous 1.229 (colored)

No more ACPI_ACAD_DEBUG.

Revision 1.229 / (download) - annotate - [select for diffs], Sat Jan 23 15:40:14 2010 UTC (13 years, 2 months ago) by jruoho
Branch: MAIN
Changes since 1.228: +2 -3 lines
Diff to previous 1.228 (colored)

ACPI_BAT_DEBUG is no more.

Revision 1.228 / (download) - annotate - [select for diffs], Mon Jan 18 16:43:15 2010 UTC (13 years, 2 months ago) by pooka
Branch: MAIN
Changes since 1.227: +90 -3 lines
Diff to previous 1.227 (colored)

include ISDN support

Revision 1.227 / (download) - annotate - [select for diffs], Thu Jan 7 18:49:30 2010 UTC (13 years, 2 months ago) by tnn
Branch: MAIN
Changes since 1.226: +2 -6 lines
Diff to previous 1.226 (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.226 / (download) - annotate - [select for diffs], Thu Jan 7 00:18:47 2010 UTC (13 years, 2 months ago) by martin
Branch: MAIN
Changes since 1.225: +3 -2 lines
Diff to previous 1.225 (colored)

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

Revision 1.225 / (download) - annotate - [select for diffs], Sun Jan 3 03:53:34 2010 UTC (13 years, 2 months ago) by dholland
Branch: MAIN
Changes since 1.224: +33 -33 lines
Diff to previous 1.224 (colored)

Whitespace. Portions from Igor Sobrado in PR kern/22595.
Deploy <space><tab> where needed so columns don't teleport when
commenting or uncommenting things.

Revision 1.224 / (download) - annotate - [select for diffs], Sun Jan 3 03:50:38 2010 UTC (13 years, 2 months ago) by dholland
Branch: MAIN
Changes since 1.223: +15 -15 lines
Diff to previous 1.223 (colored)

Assorted spelling/capitalization fixes from Igor Sobrado in PR kern/22595.
Merged by yours truly as the set of configs has changed quite a bit since
the PR was filed in 2003, and I may have missed some stuff. These changes
should probably be merged into other arches' configs; I'm not going to do
that now though.

Revision 1.223 / (download) - annotate - [select for diffs], Wed Dec 23 01:04:46 2009 UTC (13 years, 3 months ago) by pooka
Branch: MAIN
Changes since 1.222: +2 -4 lines
Diff to previous 1.222 (colored)

unifdef -D UGEN_BULK_RA_WB

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

Revision 1.222 / (download) - annotate - [select for diffs], Sat Dec 5 20:11:15 2009 UTC (13 years, 3 months ago) by pooka
Branch: MAIN
CVS Tags: matt-premerge-20091211
Changes since 1.221: +3 -4 lines
Diff to previous 1.221 (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.221 / (download) - annotate - [select for diffs], Mon Nov 30 16:19:55 2009 UTC (13 years, 3 months ago) by tsutsui
Branch: MAIN
Changes since 1.220: +6 -2 lines
Diff to previous 1.220 (colored)

Add udl(4) and wsdisplay(4) as its child.

Revision 1.220 / (download) - annotate - [select for diffs], Sat Nov 21 13:19:04 2009 UTC (13 years, 4 months ago) by tsutsui
Branch: MAIN
Changes since 1.219: +113 -68 lines
Diff to previous 1.219 (colored)

Reduce diffs against GENERIC.

Revision 1.219 / (download) - annotate - [select for diffs], Thu Nov 12 14:58:09 2009 UTC (13 years, 4 months ago) by tron
Branch: MAIN
Changes since 1.218: +4 -2 lines
Diff to previous 1.218 (colored)

Turn on Stack Smash Protection (SSP) for the "ALL" kernel to get at least
compile time coverage during a full release build.

Suggested by Mindaugas Rasiukevicius.

Revision 1.191.2.3 / (download) - annotate - [select for diffs], Sun Nov 1 13:58:19 2009 UTC (13 years, 4 months ago) by jym
Branch: jym-xensuspend
Changes since 1.191.2.2: +41 -6 lines
Diff to previous 1.191.2.2 (colored)

Sync with HEAD.

Revision 1.183.4.7 / (download) - annotate - [select for diffs], Wed Oct 28 09:03:42 2009 UTC (13 years, 5 months ago) by bouyer
Branch: netbsd-5
CVS Tags: netbsd-5-1-RELEASE, netbsd-5-1-RC4, netbsd-5-1-RC3, netbsd-5-1-RC2, netbsd-5-1-RC1, netbsd-5-1-5-RELEASE, netbsd-5-1-4-RELEASE, netbsd-5-1-3-RELEASE, netbsd-5-1-2-RELEASE, netbsd-5-1-1-RELEASE, netbsd-5-1
Changes since 1.183.4.6: +6 -2 lines
Diff to previous 1.183.4.6 (colored) to branchpoint 1.183 (colored)

Pull up the following revisions, requested by sborrill in ticket #1114:
	share/man/man4/sdhc.4           1.1-1.2
	sys/dev/pci/sdhc_pci.c          1.1-1.3
	distrib/sets/lists/man/mi       patch
	share/man/man4/Makefile         patch
	sys/arch/amd64/conf/GENERIC     patch
	sys/arch/i386/conf/ALL          patch
	sys/arch/i386/conf/GENERIC      patch
	sys/dev/pci/files.pci           patch
	sys/dev/pci/pcidevs             patch
	sys/dev/pci/pcidevs.h           regen
	sys/dev/pci/pcidevs_data.h      regen

Add sdhc(4), a driver for SD controllers following the SD Host
Controller Standard Simplified Specification.

Revision 1.183.4.6 / (download) - annotate - [select for diffs], Thu Oct 8 09:47:08 2009 UTC (13 years, 5 months ago) by sborrill
Branch: netbsd-5
Changes since 1.183.4.5: +7 -2 lines
Diff to previous 1.183.4.5 (colored) to branchpoint 1.183 (colored)

Pull up the following revisions(s) (requested by jmcneill in ticket #1045):
	distrib/sets/lists/man/mi:	revision 1.1160
	share/man/man4/Makefile:	revision 1.499
	share/man/man4/wb.4:		revision 1.1-1.2
	share/man/man4/ld.4:		revision 1.17
	sys/arch/i386/conf/ALL:		revision 1.215-1.216 + patch
	sys/arch/i386/conf/GENERIC:	revision 1.946-1.947 + patch
	sys/arch/amd64/conf/GENERIC:	revision 1.254-1.256 + patch
	sys/conf/files:			revision 1.958
	sys/dev/acpi/files.acpi:	revision 1.59
	sys/dev/acpi/wb_acpi.c:		revision 1.1
	sys/dev/ic/w83l518d.c:		revision 1.1
	sys/dev/ic/w83l518d_sdmmc.c:	revision 1.1
	sys/dev/ic/w83l518d_sdmmc.h:	revision 1.1
	sys/dev/ic/w83l518dreg.h:	revision 1.1
	sys/dev/ic/w83l518dvar.h.c:	revision 1.1

wb(4): Add a driver for Winbond W83L518D SD/MMC readers.

Revision 1.183.4.5 / (download) - annotate - [select for diffs], Mon Oct 5 11:37:13 2009 UTC (13 years, 5 months ago) by sborrill
Branch: netbsd-5
Changes since 1.183.4.4: +5 -2 lines
Diff to previous 1.183.4.4 (colored) to branchpoint 1.183 (colored)

Pull up the following revisions(s) (requested by jmcneill in ticket #1061):
	sys/arch/x86/conf/files.x86:	revision 1.53
	sys/arch/x86/include/cpuvar.h:	revision 1.31
	sys/arch/x86/x86/identcpu.c:	revision 1.17
	sys/arch/x86/x86/viac7temp.c:	revision 1.1
	sys/arch/i386/conf/ALL:	revision 1.218
	sys/arch/i386/conf/GENERIC:	revision 1.949
Add support for VIA C7 temperature sensors (options VIA_C7TEMP) and enable
in i386 GENERIC kernel.

Revision 1.218 / (download) - annotate - [select for diffs], Fri Oct 2 18:50:49 2009 UTC (13 years, 5 months ago) by jmcneill
Branch: MAIN
Changes since 1.217: +5 -2 lines
Diff to previous 1.217 (colored)

Add and enable options VIA_C7TEMP

Revision 1.217 / (download) - annotate - [select for diffs], Fri Oct 2 16:47:52 2009 UTC (13 years, 5 months ago) by jmcneill
Branch: MAIN
Changes since 1.216: +3 -2 lines
Diff to previous 1.216 (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.216 / (download) - annotate - [select for diffs], Wed Sep 30 22:19:00 2009 UTC (13 years, 5 months ago) by jmcneill
Branch: MAIN
Changes since 1.215: +3 -2 lines
Diff to previous 1.215 (colored)

Need sdmmc* at wb?

Revision 1.215 / (download) - annotate - [select for diffs], Wed Sep 30 20:47:09 2009 UTC (13 years, 5 months ago) by jmcneill
Branch: MAIN
Changes since 1.214: +3 -2 lines
Diff to previous 1.214 (colored)

add and enable wb(4)

Revision 1.214 / (download) - annotate - [select for diffs], Tue Sep 29 11:58:18 2009 UTC (13 years, 5 months ago) by pooka
Branch: MAIN
Changes since 1.213: +2 -3 lines
Diff to previous 1.213 (colored)

remove the tempting VNODE_LOCKDEBUG option

Revision 1.213 / (download) - annotate - [select for diffs], Sun Sep 27 12:53:46 2009 UTC (13 years, 6 months ago) by tsutsui
Branch: MAIN
Changes since 1.212: +3 -2 lines
Diff to previous 1.212 (colored)

+jme* at pci?

Revision 1.212 / (download) - annotate - [select for diffs], Sun Sep 27 12:41:05 2009 UTC (13 years, 6 months ago) by jmcneill
Branch: MAIN
Changes since 1.211: +3 -2 lines
Diff to previous 1.211 (colored)

add viadrm at pci

Revision 1.183.4.4 / (download) - annotate - [select for diffs], Sat Sep 26 19:52:09 2009 UTC (13 years, 6 months ago) by snj
Branch: netbsd-5
Changes since 1.183.4.3: +8 -2 lines
Diff to previous 1.183.4.3 (colored) to branchpoint 1.183 (colored)

Pull up following revision(s) (requested by jmcneill in ticket #946):
	distrib/sets/lists/man/mi: revision 1.1155
	doc/CHANGES: revision 1.1285
	etc/MAKEDEV.tmpl: revision 1.128
	share/man/man4/Makefile: revision 1.498 via patch
	share/man/man4/hdaudio.4: revision 1.1-1.3
	share/man/man8/MAKEDEV.8: revision 1.36
	sys/arch/amd64/conf/GENERIC: revision 1.250-1.251
	sys/arch/amd64/conf/XEN3_DOM0: revision 1.44-1.45
	sys/arch/i386/conf/ALL: revision 1.206-1.207
	sys/arch/i386/conf/GENERIC: revision 1.942-1.943
	sys/arch/i386/conf/XEN3_DOM0: patch
	sys/conf/majors: revision 1.47 via patch
	sys/dev/pci/hdaudio/files.hdaudio: revision 1.1-1.2
	sys/dev/pci/hdaudio/hdaudio.c: revision 1.1-1.4
	sys/dev/pci/hdaudio/hdaudio_afg.c: revisions 1.1-1.14
	sys/dev/pci/hdaudio/hdaudio_mixer.h: revisions 1.1-1.3
	sys/dev/pci/hdaudio/hdaudio_pci.c: revisions 1.1-1.2
	sys/dev/pci/hdaudio/hdaudioio.h: revisions 1.1-1.2
	sys/dev/pci/hdaudio/hdaudioreg.h: revisions 1.1-1.3
	sys/dev/pci/hdaudio/hdaudiovar.h: revisions 1.1-1.4
	sys/dev/pci/files.pci: revisions 1.319 and 1.322 via patch
hdaudio(4) is a standards-compliant driver for 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:
hdaudio*        at pci? dev ? function ?
hdafg*          at hdaudiobus?
You should also:
cd /dev
sh MAKEDEV audio

Revision 1.211 / (download) - annotate - [select for diffs], Tue Sep 22 16:46:15 2009 UTC (13 years, 6 months ago) by tsutsui
Branch: MAIN
Changes since 1.210: +3 -2 lines
Diff to previous 1.210 (colored)

+cs* at isapnp?

Revision 1.167.2.5 / (download) - annotate - [select for diffs], Wed Sep 16 13:37:39 2009 UTC (13 years, 6 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.167.2.4: +23 -4 lines
Diff to previous 1.167.2.4 (colored) to branchpoint 1.167 (colored)

sync with head

Revision 1.210 / (download) - annotate - [select for diffs], Mon Sep 14 11:38:29 2009 UTC (13 years, 6 months ago) by tsutsui
Branch: MAIN
CVS Tags: yamt-nfs-mp-base8
Changes since 1.209: +4 -4 lines
Diff to previous 1.209 (colored)

Enable options IPKDB.

Revision 1.183.4.3 / (download) - annotate - [select for diffs], Sun Sep 13 22:11:14 2009 UTC (13 years, 6 months ago) by snj
Branch: netbsd-5
Changes since 1.183.4.2: +3 -2 lines
Diff to previous 1.183.4.2 (colored) to branchpoint 1.183 (colored)

Pull up following revision(s) (requested by jmcneill in ticket #943):
	sys/arch/i386/conf/ALL: revision 1.186
	sys/arch/i386/conf/GENERIC: revision 1.921
add options PMS_ELANTECH_TOUCHPAD

Revision 1.209 / (download) - annotate - [select for diffs], Sat Sep 12 18:53:22 2009 UTC (13 years, 6 months ago) by tsutsui
Branch: MAIN
Changes since 1.208: +13 -2 lines
Diff to previous 1.208 (colored)

Add MI and ISA gpib(4) stuff. (compile test only)

Revision 1.208 / (download) - annotate - [select for diffs], Sat Sep 12 18:09:47 2009 UTC (13 years, 6 months ago) by tsutsui
Branch: MAIN
Changes since 1.207: +3 -2 lines
Diff to previous 1.207 (colored)

+options RTSOCK_DEBUG

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

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

Revision 1.206 / (download) - annotate - [select for diffs], Sun Sep 6 17:25:56 2009 UTC (13 years, 6 months ago) by sborrill
Branch: MAIN
Changes since 1.205: +8 -2 lines
Diff to previous 1.205 (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.205 / (download) - annotate - [select for diffs], Wed Aug 26 03:39:16 2009 UTC (13 years, 7 months ago) by elad
Branch: MAIN
Changes since 1.204: +3 -2 lines
Diff to previous 1.204 (colored)

Build NiLFS(2).

Revision 1.167.2.4 / (download) - annotate - [select for diffs], Wed Aug 19 18:46:18 2009 UTC (13 years, 7 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.167.2.3: +12 -3 lines
Diff to previous 1.167.2.3 (colored) to branchpoint 1.167 (colored)

sync with head.

Revision 1.204 / (download) - annotate - [select for diffs], Sat Aug 15 09:43:58 2009 UTC (13 years, 7 months ago) by mbalmer
Branch: MAIN
CVS Tags: yamt-nfs-mp-base7
Changes since 1.203: +6 -2 lines
Diff to previous 1.203 (colored)

Move the keylock.h header from sys/sys to sys/dev where it really belongs.
Add keylock options to the ALL kernel configuration.

Revision 1.203 / (download) - annotate - [select for diffs], Wed Jul 29 11:52:44 2009 UTC (13 years, 8 months ago) by mbalmer
Branch: MAIN
Changes since 1.202: +5 -3 lines
Diff to previous 1.202 (colored)

Add pseudo-device gpiosim, fix gpioow usage.

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

Support Marvell Hercules-I/II SATA Controllers.

Revision 1.201 / (download) - annotate - [select for diffs], Sat Jul 25 19:04:41 2009 UTC (13 years, 8 months ago) by cegger
Branch: MAIN
Changes since 1.200: +3 -2 lines
Diff to previous 1.200 (colored)

add GPIO_DEBUG

Revision 1.191.2.2 / (download) - annotate - [select for diffs], Thu Jul 23 23:31:35 2009 UTC (13 years, 8 months ago) by jym
Branch: jym-xensuspend
Changes since 1.191.2.1: +3 -2 lines
Diff to previous 1.191.2.1 (colored)

Sync with HEAD.

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

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

Revision 1.167.2.3 / (download) - annotate - [select for diffs], Sat May 16 10:41:14 2009 UTC (13 years, 10 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.167.2.2: +6 -3 lines
Diff to previous 1.167.2.2 (colored) to branchpoint 1.167 (colored)

sync with head

Revision 1.191.2.1 / (download) - annotate - [select for diffs], Wed May 13 17:17:48 2009 UTC (13 years, 10 months ago) by jym
Branch: jym-xensuspend
Changes since 1.191: +19 -14 lines
Diff to previous 1.191 (colored)

Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.

Revision 1.199 / (download) - annotate - [select for diffs], Sun May 10 15:26:23 2009 UTC (13 years, 10 months ago) by elad
Branch: MAIN
CVS Tags: yamt-nfs-mp-base6, yamt-nfs-mp-base5, yamt-nfs-mp-base4
Changes since 1.198: +4 -2 lines
Diff to previous 1.198 (colored)

Add IPKDB options, but commented out as it doesn't build at the moment.

Revision 1.198 / (download) - annotate - [select for diffs], Sat May 9 15:04:25 2009 UTC (13 years, 10 months ago) by pgoyette
Branch: MAIN
Changes since 1.197: +4 -3 lines
Diff to previous 1.197 (colored)

Initial implementation of sdtemp(4) driver for on-DIMM temp sensor.

(These optional sensors are specified by JEDEC Standard No. 21-C
Section 4-7 and implemented by multiple vendors.  Tested on my
amd64 machine with Kingston KVR1066D3E7S/2G memory which includes
a STMicro STTS424E02 sensor.)

Revision 1.167.2.2 / (download) - annotate - [select for diffs], Mon May 4 08:11:15 2009 UTC (13 years, 10 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.167.2.1: +45 -25 lines
Diff to previous 1.167.2.1 (colored) to branchpoint 1.167 (colored)

sync with head.

Revision 1.183.4.2 / (download) - annotate - [select for diffs], Fri May 1 01:20:41 2009 UTC (13 years, 10 months ago) by snj
Branch: netbsd-5
Changes since 1.183.4.1: +3 -2 lines
Diff to previous 1.183.4.1 (colored) to branchpoint 1.183 (colored)

Pull up following revision(s) (requested by jmcneill in ticket #260):
	sys/arch/i386/conf/ALL: revision 1.187
	sys/arch/i386/conf/GENERIC: revision 1.922
PR# port-i386/40284: add AMD Geode CS5536 audio driver; add gcscaudio(4)
to i386 GENERIC and ALL kernels

Revision 1.183.2.3 / (download) - annotate - [select for diffs], Tue Apr 28 07:34:07 2009 UTC (13 years, 11 months ago) by skrll
Branch: nick-hppapmap
Changes since 1.183.2.2: +12 -3 lines
Diff to previous 1.183.2.2 (colored) to branchpoint 1.183 (colored) next main 1.184 (colored)

Sync with HEAD.

Revision 1.197 / (download) - annotate - [select for diffs], Tue Apr 21 22:47:55 2009 UTC (13 years, 11 months ago) by nonaka
Branch: MAIN
CVS Tags: yamt-nfs-mp-base3, nick-hppapmap-base4, nick-hppapmap-base3, nick-hppapmap-base
Changes since 1.196: +11 -2 lines
Diff to previous 1.196 (colored)

Add SD/MMC related devices.

Revision 1.196 / (download) - annotate - [select for diffs], Mon Apr 20 20:49:21 2009 UTC (13 years, 11 months ago) by cegger
Branch: MAIN
Changes since 1.195: +3 -2 lines
Diff to previous 1.195 (colored)

add ale(4)

Revision 1.73.2.11 / (download) - annotate - [select for diffs], Tue Mar 24 21:25:02 2009 UTC (14 years ago) by bouyer
Branch: netbsd-4
Changes since 1.73.2.10: +3 -2 lines
Diff to previous 1.73.2.10 (colored) to branchpoint 1.73 (colored) next main 1.74 (colored)

Pullup the following revisions (requested by msaitoh in ticket #1284):
	distrib/sets/lists/base/mi		1.706-707,1.797
	distrib/sets/lists/man/mi		1.1006
	etc/mtree/NetBSD.dist			1.340
	share/man/man4/Makefile			1.432
	sys/arch/amd64/conf/GENERIC		1.149 via patch
	sys/arch/i386/conf/ALL			1.103
	sys/arch/i386/conf/GENERIC		1.832
	sys/arch/i386/conf/GENERIC_LAPTOP	1.237
	sys/arch/macppc/conf/GENERIC		1.257
	sys/arch/sparc64/conf/GENERIC		1.86
	sys/dev/usb/usbdevs			1.468,1.479-480 via patch
	sys/dev/usb/usbdevs.h			regen
	sys/dev/usb/usbdevs_data.h		regen
	sys/dev/microcode/Makefile		1.7
	sys/dev/usb/files.usb			patch
	share/man/man4/zyd.4			1.1 via patch
	sys/dev/microcode/zyd/Makefile		1.1-1.2
	sys/dev/microcode/zyd/build.c		1.1
	sys/dev/microcode/zyd/microcode.h	1.1
	sys/dev/microcode/zyd/zd1211-license	1.1
	sys/dev/microcode/zyd/zyd-zd1211	1.1
	sys/dev/microcode/zyd/zyd-zd1211b	1.1
	sys/dev/usb/if_zyd.c			patch
	sys/dev/usb/if_zydreg.h			1.1-1.2

Add ZyDAS ZD1211/ZD1211B USB IEEE 802.11b/g wireless network device support

Revision 1.195 / (download) - annotate - [select for diffs], Fri Mar 6 20:31:49 2009 UTC (14 years ago) by joerg
Branch: MAIN
Changes since 1.194: +2 -3 lines
Diff to previous 1.194 (colored)

Remove SHMMAXPGS from all kernel configs. Dynamically compute the
initial limit as 1/4 of the physical memory. Ensure the limit is at
least 1024 pages, the old default on most platforms.

Revision 1.183.2.2 / (download) - annotate - [select for diffs], Tue Mar 3 18:28:59 2009 UTC (14 years ago) by skrll
Branch: nick-hppapmap
Changes since 1.183.2.1: +11 -12 lines
Diff to previous 1.183.2.1 (colored) to branchpoint 1.183 (colored)

Sync with HEAD.

Revision 1.194 / (download) - annotate - [select for diffs], Fri Feb 27 23:37:20 2009 UTC (14 years, 1 month ago) by dyoung
Branch: MAIN
CVS Tags: nick-hppapmap-base2
Changes since 1.193: +3 -2 lines
Diff to previous 1.193 (colored)

Add isv(4).

Revision 1.193 / (download) - annotate - [select for diffs], Thu Feb 19 00:54:09 2009 UTC (14 years, 1 month ago) by jmcneill
Branch: MAIN
Changes since 1.192: +2 -12 lines
Diff to previous 1.192 (colored)

Remove vesafb, it has been replaced by genfb on x86.

Revision 1.192 / (download) - annotate - [select for diffs], Sat Feb 14 22:13:22 2009 UTC (14 years, 1 month ago) by jmcneill
Branch: MAIN
Changes since 1.191: +4 -2 lines
Diff to previous 1.191 (colored)

Add genfb(4)

Revision 1.191 / (download) - annotate - [select for diffs], Sat Jan 24 15:49:14 2009 UTC (14 years, 2 months ago) by cegger
Branch: MAIN
Branch point for: jym-xensuspend
Changes since 1.190: +3 -2 lines
Diff to previous 1.190 (colored)

add bwi(4)

Revision 1.190 / (download) - annotate - [select for diffs], Sat Jan 24 14:19:04 2009 UTC (14 years, 2 months ago) by haad
Branch: MAIN
Changes since 1.189: +4 -2 lines
Diff to previous 1.189 (colored)

Add dm driver to ALL kernel.

Revision 1.189 / (download) - annotate - [select for diffs], Sat Jan 24 14:11:07 2009 UTC (14 years, 2 months ago) by cegger
Branch: MAIN
Changes since 1.188: +4 -2 lines
Diff to previous 1.188 (colored)

add age(4) and atphy(4).
Requested by cube@

Revision 1.188 / (download) - annotate - [select for diffs], Wed Jan 21 14:26:25 2009 UTC (14 years, 2 months ago) by tsutsui
Branch: MAIN
Changes since 1.187: +3 -2 lines
Diff to previous 1.187 (colored)

Add esp at mca, so that daily build will detect botches in it.

Revision 1.183.2.1 / (download) - annotate - [select for diffs], Mon Jan 19 13:16:14 2009 UTC (14 years, 2 months ago) by skrll
Branch: nick-hppapmap
Changes since 1.183: +4 -4 lines
Diff to previous 1.183 (colored)

Sync with HEAD.

Revision 1.160.6.5 / (download) - annotate - [select for diffs], Sat Jan 17 13:28:02 2009 UTC (14 years, 2 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.160.6.4: +9 -5 lines
Diff to previous 1.160.6.4 (colored) to branchpoint 1.160 (colored) next main 1.161 (colored)

Sync with HEAD.

Revision 1.187 / (download) - annotate - [select for diffs], Sun Dec 28 15:18:21 2008 UTC (14 years, 3 months ago) by jmcneill
Branch: MAIN
CVS Tags: mjf-devfs2-base
Changes since 1.186: +3 -2 lines
Diff to previous 1.186 (colored)

PR# port-i386/40284: add AMD Geode CS5536 audio driver; add gcscaudio(4)
to i386 GENERIC and ALL kernels

Revision 1.186 / (download) - annotate - [select for diffs], Sun Dec 14 00:44:29 2008 UTC (14 years, 3 months ago) by jmcneill
Branch: MAIN
Changes since 1.185: +3 -2 lines
Diff to previous 1.185 (colored)

add options PMS_ELANTECH_TOUCHPAD

Revision 1.173.4.2 / (download) - annotate - [select for diffs], Sat Dec 13 01:13:13 2008 UTC (14 years, 3 months ago) by haad
Branch: haad-dm
Changes since 1.173.4.1: +2 -4 lines
Diff to previous 1.173.4.1 (colored) to branchpoint 1.173 (colored) next main 1.174 (colored)

Update haad-dm branch to haad-dm-base2.

Revision 1.185 / (download) - annotate - [select for diffs], Mon Nov 24 11:41:11 2008 UTC (14 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.184: +2 -3 lines
Diff to previous 1.184 (colored)

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

Proposed on tech-kern@.

Revision 1.183.4.1 / (download) - annotate - [select for diffs], Tue Nov 18 01:56:58 2008 UTC (14 years, 4 months ago) by snj
Branch: netbsd-5
CVS Tags: netbsd-5-0-RELEASE, netbsd-5-0-RC4, netbsd-5-0-RC3, netbsd-5-0-RC2, netbsd-5-0-RC1, netbsd-5-0-2-RELEASE, netbsd-5-0-1-RELEASE, netbsd-5-0, matt-nb5-mips64-u2-k2-k4-k7-k8-k9, matt-nb5-mips64-u1-k1-k5, matt-nb5-mips64-premerge-20091211, matt-nb4-mips64-k7-u2a-k9b
Branch point for: matt-nb5-mips64
Changes since 1.183: +3 -2 lines
Diff to previous 1.183 (colored)

Apply patch (requested by bouyer in ticket #65):
Add i386-specific COMPAT_30_PTHREAD option (enabled where COMPAT_30
is enabled), which restore binary compatibility with netbsd-3 libpthread.

Revision 1.184 / (download) - annotate - [select for diffs], Wed Nov 12 12:36:01 2008 UTC (14 years, 4 months ago) by ad
Branch: MAIN
Changes since 1.183: +2 -3 lines
Diff to previous 1.183 (colored)

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

Proposed on tech-kern@.

Revision 1.173.4.1 / (download) - annotate - [select for diffs], Sun Oct 19 22:15:48 2008 UTC (14 years, 5 months ago) by haad
Branch: haad-dm
Changes since 1.173: +20 -12 lines
Diff to previous 1.173 (colored)

Sync with HEAD.

Revision 1.183 / (download) - annotate - [select for diffs], Mon Oct 13 12:20:37 2008 UTC (14 years, 5 months ago) by pgoyette
Branch: MAIN
CVS Tags: netbsd-5-base, matt-mips64-base2, haad-dm-base1
Branch point for: nick-hppapmap, netbsd-5
Changes since 1.182: +5 -2 lines
Diff to previous 1.182 (colored)

Add lm0 at iic?

Revision 1.170.2.4 / (download) - annotate - [select for diffs], Fri Oct 10 22:29:04 2008 UTC (14 years, 5 months ago) by skrll
Branch: wrstuden-revivesa
Changes since 1.170.2.3: +14 -10 lines
Diff to previous 1.170.2.3 (colored) next main 1.171 (colored)

Sync with HEAD.

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

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

Revision 1.160.6.4 / (download) - annotate - [select for diffs], Sun Oct 5 20:11:26 2008 UTC (14 years, 5 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.160.6.3: +0 -5 lines
Diff to previous 1.160.6.3 (colored) to branchpoint 1.160 (colored)

Sync with HEAD.

Revision 1.181 / (download) - annotate - [select for diffs], Tue Sep 30 16:45:33 2008 UTC (14 years, 5 months ago) by jmcneill
Branch: MAIN
Changes since 1.180: +2 -7 lines
Diff to previous 1.180 (colored)

Remove esl(4)

Revision 1.160.6.3 / (download) - annotate - [select for diffs], Sun Sep 28 10:39:58 2008 UTC (14 years, 6 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.160.6.2: +11 -2 lines
Diff to previous 1.160.6.2 (colored) to branchpoint 1.160 (colored)

Sync with HEAD.

Revision 1.170.2.3 / (download) - annotate - [select for diffs], Wed Sep 24 16:38:49 2008 UTC (14 years, 6 months ago) by wrstuden
Branch: wrstuden-revivesa
Changes since 1.170.2.2: +4 -2 lines
Diff to previous 1.170.2.2 (colored)

Merge in changes between wrstuden-revivesa-base-2 and
wrstuden-revivesa-base-3.

Revision 1.180 / (download) - annotate - [select for diffs], Fri Sep 19 22:50:05 2008 UTC (14 years, 6 months ago) by jmcneill
Branch: MAIN
Changes since 1.179: +10 -2 lines
Diff to previous 1.179 (colored)

Add pseye, uvideo, video, UVIDEO_DEBUG

Revision 1.170.2.2 / (download) - annotate - [select for diffs], Thu Sep 18 04:33:27 2008 UTC (14 years, 6 months ago) by wrstuden
Branch: wrstuden-revivesa
Changes since 1.170.2.1: +3 -4 lines
Diff to previous 1.170.2.1 (colored)

Sync with wrstuden-revivesa-base-2.

Revision 1.179 / (download) - annotate - [select for diffs], Thu Sep 11 20:50:04 2008 UTC (14 years, 6 months ago) by pgoyette
Branch: MAIN
CVS Tags: wrstuden-revivesa-base-3
Changes since 1.178: +3 -2 lines
Diff to previous 1.178 (colored)

Include new I2C_SCAN option in ALL.

Revision 1.178 / (download) - annotate - [select for diffs], Tue Sep 9 03:26:42 2008 UTC (14 years, 6 months ago) by ober
Branch: MAIN
Changes since 1.177: +3 -2 lines
Diff to previous 1.177 (colored)

Adding iwn(4) to GENERIC

Revision 1.177 / (download) - annotate - [select for diffs], Sun Sep 7 12:01:25 2008 UTC (14 years, 6 months ago) by tron
Branch: MAIN
CVS Tags: wrstuden-revivesa-base-2
Changes since 1.176: +2 -4 lines
Diff to previous 1.176 (colored)

Remove references to non-existant kernel option NO_TSC_TIME.
This fixes PR port-i386/39460 by Juan RP.

Revision 1.176 / (download) - annotate - [select for diffs], Thu Jul 31 23:56:00 2008 UTC (14 years, 7 months ago) by cegger
Branch: MAIN
Changes since 1.175: +0 -1 lines
Diff to previous 1.175 (colored)

backout rev. 1.175:
options VGA_POST already existed which makes config barf.

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

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

Revision 1.174 / (download) - annotate - [select for diffs], Thu Jul 31 07:41:01 2008 UTC (14 years, 7 months ago) by simonb
Branch: MAIN
Changes since 1.173: +3 -2 lines
Diff to previous 1.173 (colored)

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

Revision 1.170.2.1 / (download) - annotate - [select for diffs], Mon Jun 23 04:30:26 2008 UTC (14 years, 9 months ago) by wrstuden
Branch: wrstuden-revivesa
Changes since 1.170: +6 -4 lines
Diff to previous 1.170 (colored)

Sync w/ -current. 34 merge conflicts to follow.

Revision 1.166.2.2 / (download) - annotate - [select for diffs], Wed Jun 4 02:04:46 2008 UTC (14 years, 9 months ago) by yamt
Branch: yamt-pf42
Changes since 1.166.2.1: +6 -2 lines
Diff to previous 1.166.2.1 (colored) to branchpoint 1.166 (colored) next main 1.167 (colored)

sync with head

Revision 1.73.2.5.2.4 / (download) - annotate - [select for diffs], Tue Jun 3 20:47:14 2008 UTC (14 years, 9 months ago) by skrll
Branch: wrstuden-fixsa
Changes since 1.73.2.5.2.3: +3 -2 lines
Diff to previous 1.73.2.5.2.3 (colored) next main 1.73.2.6 (colored)

Sync with netbsd-4.

Revision 1.160.6.2 / (download) - annotate - [select for diffs], Mon Jun 2 13:22:13 2008 UTC (14 years, 9 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.160.6.1: +633 -10 lines
Diff to previous 1.160.6.1 (colored) to branchpoint 1.160 (colored)

Sync with HEAD.

Revision 1.173 / (download) - annotate - [select for diffs], Mon May 26 00:25:32 2008 UTC (14 years, 10 months ago) by christos
Branch: MAIN
CVS Tags: yamt-pf42-base4, yamt-pf42-base3, wrstuden-revivesa-base-1, wrstuden-revivesa-base, simonb-wapbl-nbase, simonb-wapbl-base, simonb-wapbl
Branch point for: haad-dm
Changes since 1.172: +5 -2 lines
Diff to previous 1.172 (colored)

Add uberry.

Revision 1.172 / (download) - annotate - [select for diffs], Fri May 23 21:17:39 2008 UTC (14 years, 10 months ago) by jnemeth
Branch: MAIN
Changes since 1.171: +3 -2 lines
Diff to previous 1.171 (colored)

add siisata(4) -- SiI SteelVine SATA2

Revision 1.166.2.1 / (download) - annotate - [select for diffs], Sun May 18 12:32:09 2008 UTC (14 years, 10 months ago) by yamt
Branch: yamt-pf42
Changes since 1.166: +625 -11 lines
Diff to previous 1.166 (colored)

sync with head.

Revision 1.167.2.1 / (download) - annotate - [select for diffs], Fri May 16 02:22:32 2008 UTC (14 years, 10 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.167: +623 -11 lines
Diff to previous 1.167 (colored)

sync with head.

Revision 1.171 / (download) - annotate - [select for diffs], Tue May 13 13:43:47 2008 UTC (14 years, 10 months ago) by ad
Branch: MAIN
CVS Tags: yamt-pf42-base2, yamt-nfs-mp-base2, hpcarm-cleanup-nbase
Changes since 1.170: +2 -4 lines
Diff to previous 1.170 (colored)

PR kern/35296 option PIC_DELAY not use

Revision 1.170 / (download) - annotate - [select for diffs], Thu May 1 20:18:18 2008 UTC (14 years, 10 months ago) by cegger
Branch: MAIN
Branch point for: wrstuden-revivesa
Changes since 1.169: +3 -2 lines
Diff to previous 1.169 (colored)

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

Revision 1.169 / (download) - annotate - [select for diffs], Wed Apr 30 15:29:11 2008 UTC (14 years, 10 months ago) by ad
Branch: MAIN
Changes since 1.168: +2 -9 lines
Diff to previous 1.168 (colored)

For PR kern/38537:

- Make MULTIPROCESSOR mandatory on i386.

Installation changes:

- Update installation section of release notes to match reality.
- Rename INSTALL to INSTALL_FLOPPY, retire INSTALL_LARGE.
- Build INSTALL kernel from GENERIC, like on amd64.
- Update boot menu to allow disabling ACPI and/or SMP.
- Remove GENERIC.NOACPI from the installed kernel list.
- TODO: install default boot.cfg in etc.tgz.
- TODO: possibly enable PCI fixup stuff at runtime if ACPI is disabled.

Build changes:

- No longer build ALL, it's for verification, is slow to build and the
  build process is already crippled by the number of kernels built.
- No longer build GENERIC.NOACPI.

Revision 1.168 / (download) - annotate - [select for diffs], Wed Apr 30 14:13:26 2008 UTC (14 years, 10 months ago) by ad
Branch: MAIN
Changes since 1.167: +622 -2 lines
Diff to previous 1.167 (colored)

Fold DEBUG into ALL.

Revision 1.167 / (download) - annotate - [select for diffs], Tue Apr 22 22:37:14 2008 UTC (14 years, 11 months ago) by cegger
Branch: MAIN
CVS Tags: yamt-nfs-mp-base
Branch point for: yamt-nfs-mp
Changes since 1.166: +4 -2 lines
Diff to previous 1.166 (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.73.2.10 / (download) - annotate - [select for diffs], Sat Apr 19 15:57:56 2008 UTC (14 years, 11 months ago) by bouyer
Branch: netbsd-4
CVS Tags: wrstuden-fixsa-newbase, wrstuden-fixsa-base
Changes since 1.73.2.9: +3 -2 lines
Diff to previous 1.73.2.9 (colored) to branchpoint 1.73 (colored)

Pull up following revision(s) (requested by sborrill in ticket #1128):
	sys/dev/pci/if_lii.c: revisions 1.1, 1.3 via patch
	sys/arch/i386/conf/ALL: revision 1.161 via patch
	share/man/man4/lii.4: revision 1.1 via patch
	sys/dev/pci/files.pci: revision 1.303 via patch
	sys/dev/DEVNAMES: revision 1.238 via patch
	sys/arch/i386/conf/GENERIC: revision 1.885 via patch
	distrib/sets/lists/man/mi: revisions 1.1062, 1.1063 via patch
	sys/arch/i386/conf/XEN2_DOM0: revision 1.43 via patch
	share/man/man4/Makefile: revision 1.460 via patch
	sys/arch/i386/conf/INSTALL: revision 1.323 via patch
	sys/dev/pci/if_liireg.h: revision 1.1 via patch
Add a driver for the Atheros/Attansic L2 Fast-Ethernet chip found on a
series of hardware that includes Asus's famous EeePC.

Revision 1.166 / (download) - annotate - [select for diffs], Sun Apr 13 04:59:45 2008 UTC (14 years, 11 months ago) by tsutsui
Branch: MAIN
CVS Tags: yamt-pf42-baseX, yamt-pf42-base
Branch point for: yamt-pf42
Changes since 1.165: +3 -2 lines
Diff to previous 1.165 (colored)

Add esp(4) at isa. (though I doubt it has ever worked)

Revision 1.165 / (download) - annotate - [select for diffs], Wed Apr 9 17:35:17 2008 UTC (14 years, 11 months ago) by dyoung
Branch: MAIN
Changes since 1.164: +3 -3 lines
Diff to previous 1.164 (colored)

Attach elansc at mainbus instead of at pci.

Revision 1.164 / (download) - annotate - [select for diffs], Fri Apr 4 16:21:08 2008 UTC (14 years, 11 months ago) by tsutsui
Branch: MAIN
Changes since 1.163: +3 -2 lines
Diff to previous 1.163 (colored)

Add nca at pcmcia (53C400 based SCSI).

Revision 1.163 / (download) - annotate - [select for diffs], Thu Apr 3 23:11:11 2008 UTC (14 years, 11 months ago) by xtraeme
Branch: MAIN
Changes since 1.162: +5 -2 lines
Diff to previous 1.162 (colored)

Enable finsio(4).

Revision 1.160.6.1 / (download) - annotate - [select for diffs], Thu Apr 3 12:42:17 2008 UTC (14 years, 11 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.160: +4 -2 lines
Diff to previous 1.160 (colored)

Sync with HEAD.

Revision 1.162 / (download) - annotate - [select for diffs], Mon Mar 31 15:19:28 2008 UTC (14 years, 11 months ago) by jmcneill
Branch: MAIN
Changes since 1.161: +3 -2 lines
Diff to previous 1.161 (colored)

Enable asus(4)

Revision 1.161 / (download) - annotate - [select for diffs], Sat Mar 29 00:21:01 2008 UTC (15 years ago) by cube
Branch: MAIN
Changes since 1.160: +3 -2 lines
Diff to previous 1.160 (colored)

Add and enable lii(4).

Revision 1.118.2.3 / (download) - annotate - [select for diffs], Sun Mar 23 02:04:05 2008 UTC (15 years ago) by matt
Branch: matt-armv6
Changes since 1.118.2.2: +29 -5 lines
Diff to previous 1.118.2.2 (colored) next main 1.119 (colored)

sync with HEAD

Revision 1.133.2.4 / (download) - annotate - [select for diffs], Mon Feb 18 21:04:37 2008 UTC (15 years, 1 month ago) by mjf
Branch: mjf-devfs
Changes since 1.133.2.3: +38 -11 lines
Diff to previous 1.133.2.3 (colored) to branchpoint 1.133 (colored) next main 1.134 (colored)

Sync with HEAD.

Revision 1.57.30.9 / (download) - annotate - [select for diffs], Mon Feb 11 14:59:27 2008 UTC (15 years, 1 month ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.57.30.8: +3 -2 lines
Diff to previous 1.57.30.8 (colored) to branchpoint 1.57 (colored) next main 1.58 (colored)

sync with head.

Revision 1.160 / (download) - annotate - [select for diffs], Sat Feb 9 19:34:58 2008 UTC (15 years, 1 month ago) by jmmv
Branch: MAIN
CVS Tags: yamt-lazymbuf-base15, yamt-lazymbuf-base14, nick-net80211-sync-base, nick-net80211-sync, mjf-devfs-base, matt-armv6-nbase, keiichi-mipv6-nbase, keiichi-mipv6-base, keiichi-mipv6, hpcarm-cleanup-base, ad-socklock-base1
Branch point for: mjf-devfs2
Changes since 1.159: +3 -2 lines
Diff to previous 1.159 (colored)

Add 'options MODULAR'.  Does not seem to conflict with anything else
(aka ALL builds fine).

Revision 1.57.30.8 / (download) - annotate - [select for diffs], Mon Feb 4 09:22:00 2008 UTC (15 years, 1 month ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.57.30.7: +23 -4 lines
Diff to previous 1.57.30.7 (colored) to branchpoint 1.57 (colored)

sync with head.

Revision 1.159 / (download) - annotate - [select for diffs], Wed Jan 30 14:24:11 2008 UTC (15 years, 1 month ago) by ad
Branch: MAIN
Changes since 1.158: +3 -2 lines
Diff to previous 1.158 (colored)

+UFS_EXTATTR

Revision 1.146.2.6 / (download) - annotate - [select for diffs], Wed Jan 23 19:27:15 2008 UTC (15 years, 2 months ago) by bouyer
Branch: bouyer-xeni386
Changes since 1.146.2.5: +22 -2 lines
Diff to previous 1.146.2.5 (colored) to branchpoint 1.146 (colored) next main 1.147 (colored)

Sync with HEAD.

Revision 1.158 / (download) - annotate - [select for diffs], Wed Jan 23 00:12:03 2008 UTC (15 years, 2 months ago) by jmcneill
Branch: MAIN
CVS Tags: bouyer-xeni386-nbase
Changes since 1.157: +18 -4 lines
Diff to previous 1.157 (colored)

Add XBOX specific device drivers and options.

Revision 1.157 / (download) - annotate - [select for diffs], Mon Jan 21 22:12:00 2008 UTC (15 years, 2 months ago) by ichiro
Branch: MAIN
Changes since 1.156: +6 -2 lines
Diff to previous 1.156 (colored)

enable 'uhmodem'

Revision 1.57.30.7 / (download) - annotate - [select for diffs], Mon Jan 21 09:36:49 2008 UTC (15 years, 2 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.57.30.6: +24 -9 lines
Diff to previous 1.57.30.6 (colored) to branchpoint 1.57 (colored)

sync with head

Revision 1.156 / (download) - annotate - [select for diffs], Mon Jan 21 08:04:51 2008 UTC (15 years, 2 months ago) by dyoung
Branch: MAIN
Changes since 1.155: +4 -2 lines
Diff to previous 1.155 (colored)

Attach two new devices to the AMD Elan SC520 System Controller,
elansc(4).

elanpex(4) is for PCI exception reporting.  I've already found some
kernel bugs by reading the exceptions reported.  Beware that it
will spam the console a lot while the kernel and pcictl(8) probe
non-existing addresses in PCI configuration space.

elanpar(4) protects the kernel text from writes by the CPU and by
PCI bus masters.  As you might guess, this is not compatible with
setting breakpoints using a debugger; detach the device using
'drvctl -d elanpar0' before you try to set breakpoints.  In the
future, I hope to extend elanpar(4) to provide general-purpose RAM
write-protection.

Revision 1.146.2.5 / (download) - annotate - [select for diffs], Sat Jan 19 12:14:14 2008 UTC (15 years, 2 months ago) by bouyer
Branch: bouyer-xeni386
Changes since 1.146.2.4: +0 -1 lines
Diff to previous 1.146.2.4 (colored) to branchpoint 1.146 (colored)

Sync with HEAD

Revision 1.155 / (download) - annotate - [select for diffs], Wed Jan 16 09:37:05 2008 UTC (15 years, 2 months ago) by ad
Branch: MAIN
CVS Tags: bouyer-xeni386-base
Changes since 1.154: +2 -3 lines
Diff to previous 1.154 (colored)

Remove options MATH_EMULATE.

Revision 1.146.2.4 / (download) - annotate - [select for diffs], Thu Jan 10 23:43:17 2008 UTC (15 years, 2 months ago) by bouyer
Branch: bouyer-xeni386
CVS Tags: bouyer-xeni386-merge1
Changes since 1.146.2.3: +3 -0 lines
Diff to previous 1.146.2.3 (colored) to branchpoint 1.146 (colored)

Sync with HEAD

Revision 1.154 / (download) - annotate - [select for diffs], Wed Jan 9 14:28:55 2008 UTC (15 years, 2 months ago) by xtraeme
Branch: MAIN
Changes since 1.153: +5 -2 lines
Diff to previous 1.153 (colored)

Add gcscpcib(4).

Revision 1.118.2.2 / (download) - annotate - [select for diffs], Wed Jan 9 01:46:26 2008 UTC (15 years, 2 months ago) by matt
Branch: matt-armv6
Changes since 1.118.2.1: +33 -24 lines
Diff to previous 1.118.2.1 (colored)

sync with HEAD

Revision 1.146.2.3 / (download) - annotate - [select for diffs], Tue Jan 8 22:09:51 2008 UTC (15 years, 2 months ago) by bouyer
Branch: bouyer-xeni386
Changes since 1.146.2.2: +5 -5 lines
Diff to previous 1.146.2.2 (colored) to branchpoint 1.146 (colored)

Sync with HEAD

Revision 1.153 / (download) - annotate - [select for diffs], Mon Jan 7 08:39:03 2008 UTC (15 years, 2 months ago) by martti
Branch: MAIN
CVS Tags: matt-armv6-base
Changes since 1.152: +7 -7 lines
Diff to previous 1.152 (colored)

Fixed indentation, it should be

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

Revision 1.146.2.2 / (download) - annotate - [select for diffs], Wed Jan 2 21:48:08 2008 UTC (15 years, 2 months ago) by bouyer
Branch: bouyer-xeni386
Changes since 1.146.2.1: +6 -2 lines
Diff to previous 1.146.2.1 (colored) to branchpoint 1.146 (colored)

Sync with HEAD

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

Remove systrace. Ok core@.

Revision 1.151 / (download) - annotate - [select for diffs], Sat Dec 29 06:09:04 2007 UTC (15 years, 3 months ago) by xtraeme
Branch: MAIN
Changes since 1.150: +3 -3 lines
Diff to previous 1.150 (colored)

Update itesio(4) comments.

Revision 1.133.2.3 / (download) - annotate - [select for diffs], Thu Dec 27 00:43:00 2007 UTC (15 years, 3 months ago) by mjf
Branch: mjf-devfs
Changes since 1.133.2.2: +11 -3 lines
Diff to previous 1.133.2.2 (colored) to branchpoint 1.133 (colored)

Sync with HEAD.

Revision 1.150 / (download) - annotate - [select for diffs], Wed Dec 26 22:32:44 2007 UTC (15 years, 3 months ago) by christos
Branch: MAIN
Changes since 1.149: +4 -2 lines
Diff to previous 1.149 (colored)

Add missing PAX defines

Revision 1.143.2.2 / (download) - annotate - [select for diffs], Wed Dec 26 21:38:44 2007 UTC (15 years, 3 months ago) by ad
Branch: vmlocking2
Changes since 1.143.2.1: +13 -3 lines
Diff to previous 1.143.2.1 (colored) to branchpoint 1.143 (colored) next main 1.144 (colored)

Sync with head.

Revision 1.149 / (download) - annotate - [select for diffs], Tue Dec 25 14:22:26 2007 UTC (15 years, 3 months ago) by joerg
Branch: MAIN
CVS Tags: vmlocking2-base3
Changes since 1.148: +4 -2 lines
Diff to previous 1.148 (colored)

Add initial version of calling VGA POST from vga_resume. This is the
equivalent to "vbetool post" using x86emu in the kernel.

Revision 1.148 / (download) - annotate - [select for diffs], Fri Dec 21 15:20:13 2007 UTC (15 years, 3 months ago) by jmcneill
Branch: MAIN
Changes since 1.147: +3 -2 lines
Diff to previous 1.147 (colored)

Add thinkpad at acpi

Revision 1.146.2.1 / (download) - annotate - [select for diffs], Thu Dec 13 21:54:38 2007 UTC (15 years, 3 months ago) by bouyer
Branch: bouyer-xeni386
Changes since 1.146: +4 -2 lines
Diff to previous 1.146 (colored)

Sync with HEAD

Revision 1.147 / (download) - annotate - [select for diffs], Thu Dec 13 17:25:19 2007 UTC (15 years, 3 months ago) by joerg
Branch: MAIN
Changes since 1.146: +4 -2 lines
Diff to previous 1.146 (colored)

Add glue for x86emu and build it as part of i386/ALL.

Revision 1.145.2.1 / (download) - annotate - [select for diffs], Tue Dec 11 15:20:27 2007 UTC (15 years, 3 months ago) by yamt
Branch: yamt-kmem
Changes since 1.145: +8 -3 lines
Diff to previous 1.145 (colored) next main 1.146 (colored)

sync with head.

Revision 1.146 / (download) - annotate - [select for diffs], Sun Dec 9 20:27:45 2007 UTC (15 years, 3 months ago) by jmcneill
Branch: MAIN
CVS Tags: yamt-kmem-base3, yamt-kmem-base2, cube-autoconf-base, cube-autoconf
Branch point for: bouyer-xeni386
Changes since 1.145: +8 -3 lines
Diff to previous 1.145 (colored)

Merge jmcneill-pm branch.

Revision 1.115.4.15 / (download) - annotate - [select for diffs], Sun Dec 9 19:35:18 2007 UTC (15 years, 3 months ago) by jmcneill
Branch: jmcneill-pm
Changes since 1.115.4.14: +3 -2 lines
Diff to previous 1.115.4.14 (colored) to branchpoint 1.115 (colored) next main 1.116 (colored)

Sync with HEAD.

Revision 1.133.2.2 / (download) - annotate - [select for diffs], Sat Dec 8 18:17:06 2007 UTC (15 years, 3 months ago) by mjf
Branch: mjf-devfs
Changes since 1.133.2.1: +8 -2 lines
Diff to previous 1.133.2.1 (colored) to branchpoint 1.133 (colored)

Sync with HEAD.

Revision 1.143.2.1 / (download) - annotate - [select for diffs], Sat Dec 8 17:56:22 2007 UTC (15 years, 3 months ago) by ad
Branch: vmlocking2
Changes since 1.143: +3 -2 lines
Diff to previous 1.143 (colored)

Sync with head.

Revision 1.57.30.6 / (download) - annotate - [select for diffs], Fri Dec 7 17:24:53 2007 UTC (15 years, 3 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.57.30.5: +9 -6 lines
Diff to previous 1.57.30.5 (colored) to branchpoint 1.57 (colored)

sync with head

Revision 1.145 / (download) - annotate - [select for diffs], Wed Dec 5 00:19:41 2007 UTC (15 years, 3 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.144: +3 -3 lines
Diff to previous 1.144 (colored)

arc(4) -> arcmsr(4)

Revision 1.144 / (download) - annotate - [select for diffs], Tue Dec 4 23:49:46 2007 UTC (15 years, 3 months ago) by xtraeme
Branch: MAIN
Changes since 1.143: +3 -2 lines
Diff to previous 1.143 (colored)

Enable arc(4), reminded by riz@.

Revision 1.85.2.10 / (download) - annotate - [select for diffs], Mon Dec 3 19:03:21 2007 UTC (15 years, 3 months ago) by ad
Branch: vmlocking
Changes since 1.85.2.9: +2 -14 lines
Diff to previous 1.85.2.9 (colored) next main 1.86 (colored)

Sync with HEAD.

Revision 1.85.2.9 / (download) - annotate - [select for diffs], Mon Dec 3 18:36:21 2007 UTC (15 years, 3 months ago) by ad
Branch: vmlocking
Changes since 1.85.2.8: +35 -18 lines
Diff to previous 1.85.2.8 (colored)

Sync with HEAD.

Revision 1.115.4.14 / (download) - annotate - [select for diffs], Mon Dec 3 16:14:01 2007 UTC (15 years, 3 months ago) by joerg
Branch: jmcneill-pm
Changes since 1.115.4.13: +4 -2 lines
Diff to previous 1.115.4.13 (colored) to branchpoint 1.115 (colored)

Sync with HEAD.

Revision 1.143 / (download) - annotate - [select for diffs], Sun Dec 2 05:19:13 2007 UTC (15 years, 3 months ago) by kiyohara
Branch: MAIN
CVS Tags: vmlocking2-base1, vmlocking-nbase
Branch point for: vmlocking2
Changes since 1.142: +4 -2 lines
Diff to previous 1.142 (colored)

Add bcsp(4).

Revision 1.115.4.13 / (download) - annotate - [select for diffs], Wed Nov 21 21:53:09 2007 UTC (15 years, 4 months ago) by joerg
Branch: jmcneill-pm
Changes since 1.115.4.12: +6 -18 lines
Diff to previous 1.115.4.12 (colored) to branchpoint 1.115 (colored)

Sync with HEAD.

Revision 1.125.2.3 / (download) - annotate - [select for diffs], Wed Nov 21 21:19:13 2007 UTC (15 years, 4 months ago) by bouyer
Branch: bouyer-xenamd64
Changes since 1.125.2.2: +3 -0 lines
Diff to previous 1.125.2.2 (colored) to branchpoint 1.125 (colored) next main 1.126 (colored)

Sync with HEAD

Revision 1.142 / (download) - annotate - [select for diffs], Tue Nov 20 18:54:31 2007 UTC (15 years, 4 months ago) by pooka
Branch: MAIN
CVS Tags: bouyer-xenamd64-base2, bouyer-xenamd64-base
Changes since 1.141: +5 -2 lines
Diff to previous 1.141 (colored)

pud (userspace char/block drivers) build goo

Revision 1.133.2.1 / (download) - annotate - [select for diffs], Mon Nov 19 00:46:17 2007 UTC (15 years, 4 months ago) by mjf
Branch: mjf-devfs
Changes since 1.133: +10 -18 lines
Diff to previous 1.133 (colored)

Sync with HEAD.

Revision 1.125.2.2 / (download) - annotate - [select for diffs], Sun Nov 18 19:34:14 2007 UTC (15 years, 4 months ago) by bouyer
Branch: bouyer-xenamd64
Changes since 1.125.2.1: +1 -16 lines
Diff to previous 1.125.2.1 (colored) to branchpoint 1.125 (colored)

Sync with HEAD

Revision 1.141 / (download) - annotate - [select for diffs], Thu Nov 15 19:18:32 2007 UTC (15 years, 4 months ago) by ad
Branch: MAIN
Changes since 1.140: +2 -5 lines
Diff to previous 1.140 (colored)

Remove support for 80386 level CPUs. PR port-i386/36163.

Revision 1.140 / (download) - annotate - [select for diffs], Thu Nov 15 12:58:28 2007 UTC (15 years, 4 months ago) by xtraeme
Branch: MAIN
Changes since 1.139: +3 -3 lines
Diff to previous 1.139 (colored)

Update for it(4) -> itesio(4) rename.

Revision 1.57.30.5 / (download) - annotate - [select for diffs], Thu Nov 15 11:42:46 2007 UTC (15 years, 4 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.57.30.4: +13 -15 lines
Diff to previous 1.57.30.4 (colored) to branchpoint 1.57 (colored)

sync with head.

Revision 1.115.4.12 / (download) - annotate - [select for diffs], Wed Nov 14 19:04:07 2007 UTC (15 years, 4 months ago) by joerg
Branch: jmcneill-pm
Changes since 1.115.4.11: +6 -2 lines
Diff to previous 1.115.4.11 (colored) to branchpoint 1.115 (colored)

Sync with HEAD.

Revision 1.139 / (download) - annotate - [select for diffs], Wed Nov 14 17:54:56 2007 UTC (15 years, 4 months ago) by ad
Branch: MAIN
Changes since 1.138: +3 -15 lines
Diff to previous 1.138 (colored)

- Remove I486_CPU, I586_CPU, I686_CPU options. They buy us nothing and
  clutter the code significantly.
- Remove pccons.

Revision 1.125.2.1 / (download) - annotate - [select for diffs], Tue Nov 13 15:58:29 2007 UTC (15 years, 4 months ago) by bouyer
Branch: bouyer-xenamd64
Changes since 1.125: +17 -2 lines
Diff to previous 1.125 (colored)

Sync with HEAD

Revision 1.138 / (download) - annotate - [select for diffs], Mon Nov 12 08:42:40 2007 UTC (15 years, 4 months ago) by njoly
Branch: MAIN
Changes since 1.137: +3 -2 lines
Diff to previous 1.137 (colored)

Add missing hpet@acpi.

Revision 1.137 / (download) - annotate - [select for diffs], Sun Nov 11 18:06:24 2007 UTC (15 years, 4 months ago) by jmcneill
Branch: MAIN
Changes since 1.136: +5 -2 lines
Diff to previous 1.136 (colored)

Enable pad(4)

Revision 1.115.4.11 / (download) - annotate - [select for diffs], Sun Nov 11 16:46:29 2007 UTC (15 years, 4 months ago) by joerg
Branch: jmcneill-pm
Changes since 1.115.4.10: +5 -2 lines
Diff to previous 1.115.4.10 (colored) to branchpoint 1.115 (colored)

Sync with HEAD.

Revision 1.136 / (download) - annotate - [select for diffs], Sat Nov 10 21:45:47 2007 UTC (15 years, 4 months ago) by pooka
Branch: MAIN
Changes since 1.135: +5 -2 lines
Diff to previous 1.135 (colored)

add pseudo-device putter

Revision 1.135 / (download) - annotate - [select for diffs], Sat Nov 10 13:17:24 2007 UTC (15 years, 4 months ago) by dsl
Branch: MAIN
Changes since 1.134: +3 -3 lines
Diff to previous 1.134 (colored)

Re-instate COMPAT_PECOFF, it is largely userspace and can use the standard
syscall table.

Revision 1.134 / (download) - annotate - [select for diffs], Fri Nov 9 22:31:47 2007 UTC (15 years, 4 months ago) by dsl
Branch: MAIN
Changes since 1.133: +3 -3 lines
Diff to previous 1.133 (colored)

Remove COMPAT_PECOFF from all - I suspect is doesn't build anymore,
and isn't worth fixing :-)

Revision 1.118.2.1 / (download) - annotate - [select for diffs], Tue Nov 6 23:17:09 2007 UTC (15 years, 4 months ago) by matt
Branch: matt-armv6
CVS Tags: matt-armv6-prevmlocking
Changes since 1.118: +33 -14 lines
Diff to previous 1.118 (colored)

sync with HEAD

Revision 1.115.4.10 / (download) - annotate - [select for diffs], Sun Nov 4 21:02:56 2007 UTC (15 years, 4 months ago) by jmcneill
Branch: jmcneill-pm
Changes since 1.115.4.9: +2 -2 lines
Diff to previous 1.115.4.9 (colored) to branchpoint 1.115 (colored)

Sync with HEAD.

Revision 1.133 / (download) - annotate - [select for diffs], Thu Nov 1 13:54:28 2007 UTC (15 years, 4 months ago) by xtraeme
Branch: MAIN
CVS Tags: jmcneill-base
Branch point for: mjf-devfs
Changes since 1.132: +3 -3 lines
Diff to previous 1.132 (colored)

Revert previous, thanks wikipedia :-)

Revision 1.132 / (download) - annotate - [select for diffs], Thu Nov 1 13:48:52 2007 UTC (15 years, 4 months ago) by xtraeme
Branch: MAIN
Changes since 1.131: +3 -3 lines
Diff to previous 1.131 (colored)

Fix typo "iff" -> "if" reported by leot via freenode@irc.

Revision 1.115.4.9 / (download) - annotate - [select for diffs], Wed Oct 31 23:13:58 2007 UTC (15 years, 4 months ago) by joerg
Branch: jmcneill-pm
Changes since 1.115.4.8: +3 -3 lines
Diff to previous 1.115.4.8 (colored) to branchpoint 1.115 (colored)

Sync with HEAD.

Revision 1.131 / (download) - annotate - [select for diffs], Tue Oct 30 00:03:50 2007 UTC (15 years, 5 months ago) by xtraeme
Branch: MAIN
Changes since 1.130: +3 -3 lines
Diff to previous 1.130 (colored)

options<space><tab>FOO

Revision 1.115.4.8 / (download) - annotate - [select for diffs], Mon Oct 29 02:57:19 2007 UTC (15 years, 5 months ago) by joerg
Branch: jmcneill-pm
Changes since 1.115.4.7: +5 -2 lines
Diff to previous 1.115.4.7 (colored) to branchpoint 1.115 (colored)

Sync with HEAD.

Revision 1.130 / (download) - annotate - [select for diffs], Mon Oct 29 00:47:16 2007 UTC (15 years, 5 months ago) by xtraeme
Branch: MAIN
Changes since 1.129: +5 -2 lines
Diff to previous 1.129 (colored)

Enable "options INTEL_CORETEMP".

Revision 1.115.4.7 / (download) - annotate - [select for diffs], Sun Oct 28 20:10:36 2007 UTC (15 years, 5 months ago) by joerg
Branch: jmcneill-pm
Changes since 1.115.4.6: +7 -2 lines
Diff to previous 1.115.4.6 (colored) to branchpoint 1.115 (colored)

Sync with HEAD.

Revision 1.57.30.4 / (download) - annotate - [select for diffs], Sat Oct 27 11:26:21 2007 UTC (15 years, 5 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.57.30.3: +28 -14 lines
Diff to previous 1.57.30.3 (colored) to branchpoint 1.57 (colored)

sync with head.

Revision 1.129 / (download) - annotate - [select for diffs], Fri Oct 26 22:21:20 2007 UTC (15 years, 5 months ago) by xtraeme
Branch: MAIN
Changes since 1.128: +5 -2 lines
Diff to previous 1.128 (colored)

Add amdpcib(4).

Revision 1.115.4.6 / (download) - annotate - [select for diffs], Fri Oct 26 15:42:32 2007 UTC (15 years, 5 months ago) by joerg
Branch: jmcneill-pm
Changes since 1.115.4.5: +4 -3 lines
Diff to previous 1.115.4.5 (colored) to branchpoint 1.115 (colored)

Sync with HEAD.

Follow the merge of pmap.c on i386 and amd64 and move
pmap_init_tmp_pgtbl into arch/x86/x86/pmap.c. Modify the ACPI wakeup
code to restore CR4 before jumping back into kernel space as the large
page option might cover that.

Revision 1.128 / (download) - annotate - [select for diffs], Thu Oct 25 08:15:32 2007 UTC (15 years, 5 months ago) by dogcow
Branch: MAIN
Changes since 1.127: +3 -3 lines
Diff to previous 1.127 (colored)

oh, for lack of a query...

Revision 1.127 / (download) - annotate - [select for diffs], Wed Oct 24 23:20:06 2007 UTC (15 years, 5 months ago) by xtraeme
Branch: MAIN
Changes since 1.126: +4 -2 lines
Diff to previous 1.126 (colored)

Add jmide(4).

Revision 1.126 / (download) - annotate - [select for diffs], Wed Oct 17 19:54:41 2007 UTC (15 years, 5 months ago) by garbled
Branch: MAIN
CVS Tags: yamt-x86pmap-base4
Changes since 1.125: +2 -2 lines
Diff to previous 1.125 (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.95.2.4 / (download) - annotate - [select for diffs], Tue Oct 16 18:23:41 2007 UTC (15 years, 5 months ago) by garbled
Branch: ppcoea-renovation
Changes since 1.95.2.3: +5 -3 lines
Diff to previous 1.95.2.3 (colored) next main 1.96 (colored)

Sync with HEAD

Revision 1.123.2.1 / (download) - annotate - [select for diffs], Sun Oct 14 11:47:37 2007 UTC (15 years, 5 months ago) by yamt
Branch: yamt-x86pmap
Changes since 1.123: +5 -3 lines
Diff to previous 1.123 (colored) next main 1.124 (colored)

sync with head.

Revision 1.85.2.8 / (download) - annotate - [select for diffs], Fri Oct 12 17:03:02 2007 UTC (15 years, 5 months ago) by ad
Branch: vmlocking
Changes since 1.85.2.7: +4 -3 lines
Diff to previous 1.85.2.7 (colored)

Sync with head.

Revision 1.125 / (download) - annotate - [select for diffs], Wed Oct 10 22:41:15 2007 UTC (15 years, 5 months ago) by ad
Branch: MAIN
CVS Tags: yamt-x86pmap-base3, vmlocking-base, ppcoea-renovation-base
Branch point for: bouyer-xenamd64
Changes since 1.124: +4 -3 lines
Diff to previous 1.124 (colored)

+DEBUG, +VNODE_LOCKDEBUG

Revision 1.85.2.7 / (download) - annotate - [select for diffs], Tue Oct 9 13:37:47 2007 UTC (15 years, 5 months ago) by ad
Branch: vmlocking
Changes since 1.85.2.6: +27 -14 lines
Diff to previous 1.85.2.6 (colored)

Sync with head.

Revision 1.115.4.5 / (download) - annotate - [select for diffs], Sun Oct 7 13:25:00 2007 UTC (15 years, 5 months ago) by joerg
Branch: jmcneill-pm
Changes since 1.115.4.4: +3 -2 lines
Diff to previous 1.115.4.4 (colored) to branchpoint 1.115 (colored)

Sync with HEAD.

Revision 1.124 / (download) - annotate - [select for diffs], Fri Oct 5 17:58:38 2007 UTC (15 years, 5 months ago) by joerg
Branch: MAIN
Changes since 1.123: +3 -2 lines
Diff to previous 1.123 (colored)

Add re* at cardbus.

Revision 1.95.2.3 / (download) - annotate - [select for diffs], Wed Oct 3 19:23:34 2007 UTC (15 years, 5 months ago) by garbled
Branch: ppcoea-renovation
Changes since 1.95.2.2: +49 -13 lines
Diff to previous 1.95.2.2 (colored)

Sync with HEAD

Revision 1.115.4.4 / (download) - annotate - [select for diffs], Tue Oct 2 21:44:08 2007 UTC (15 years, 5 months ago) by joerg
Branch: jmcneill-pm
Changes since 1.115.4.3: +7 -3 lines
Diff to previous 1.115.4.3 (colored) to branchpoint 1.115 (colored)

Rewrite the ACPI Embedded Controller handler to use pure event driven
operation. On suspend a special flag is set to force explicit polling
as AcpiLeaveSleep accesses the interrupt before GPE handling is
restored. The driver uses a kernel thread to handle GPE queries and
mutex/condvar for synchronisation.

Split the ACPI EC into two drivers, one that is attached directly by
acpi.c for the ECDT driven attachment and the normal acpiec for late
attachment. Share almost all code between this two drivers. If acpiecdt
is attached, acpiec is returning. This was discussed with cube@ and is
the best solution so far.

Revision 1.115.4.3 / (download) - annotate - [select for diffs], Tue Oct 2 18:27:05 2007 UTC (15 years, 5 months ago) by joerg
Branch: jmcneill-pm
Changes since 1.115.4.2: +20 -13 lines
Diff to previous 1.115.4.2 (colored) to branchpoint 1.115 (colored)

Sync with HEAD.

Revision 1.73.2.5.2.3 / (download) - annotate - [select for diffs], Sun Sep 30 03:39:00 2007 UTC (15 years, 5 months ago) by wrstuden
Branch: wrstuden-fixsa
Changes since 1.73.2.5.2.2: +5 -2 lines
Diff to previous 1.73.2.5.2.2 (colored)

Catch up on netbsd-4 as of a few days ago.

Revision 1.73.2.9 / (download) - annotate - [select for diffs], Thu Sep 27 22:04:27 2007 UTC (15 years, 6 months ago) by xtraeme
Branch: netbsd-4
CVS Tags: wrstuden-fixsa-base-1, netbsd-4-0-RELEASE, netbsd-4-0-RC5, netbsd-4-0-RC4, netbsd-4-0-RC3, netbsd-4-0-RC2, netbsd-4-0-1-RELEASE, netbsd-4-0, matt-nb4-arm-base, matt-nb4-arm
Changes since 1.73.2.8: +5 -2 lines
Diff to previous 1.73.2.8 (colored) to branchpoint 1.73 (colored)

Pull up following revision(s) (requested by mlelstv in ticket #895):
	sys/dev/usb/uslsa.c: revision 1.1
	sys/dev/usb/uslsa.c: revision 1.2
	sys/dev/usb/uslsa.c: revision 1.3
	sys/dev/usb/usbdevs: revision 1.466 (via patch)
	share/man/man4/uslsa.4: revision 1.1
	share/man/man4/Makefile: revision 1.429
	sys/arch/i386/conf/GENERIC: revision 1.828
	distrib/sets/lists/man/mi: revision 1.1002
	sys/dev/usb/files.usb: revision 1.77
	sys/arch/i386/conf/ALL: revision 1.99

From PR kern/33496 - add uslsa(4), a CP210x USB-RS232 ucom driver.

Revision 1.123 / (download) - annotate - [select for diffs], Sat Sep 22 21:44:38 2007 UTC (15 years, 6 months ago) by xtraeme
Branch: MAIN
CVS Tags: yamt-x86pmap-base2, yamt-x86pmap-base
Branch point for: yamt-x86pmap
Changes since 1.122: +3 -2 lines
Diff to previous 1.122 (colored)

Add DDB_VERBOSE_HELP.

Revision 1.122 / (download) - annotate - [select for diffs], Tue Sep 11 21:59:11 2007 UTC (15 years, 6 months ago) by xtraeme
Branch: MAIN
Changes since 1.121: +5 -2 lines
Diff to previous 1.121 (colored)

GENERIC_LAPTOP -> add aps(4) commented out
ALL -> add aps(4)

Revision 1.113.4.3 / (download) - annotate - [select for diffs], Mon Sep 10 10:54:19 2007 UTC (15 years, 6 months ago) by skrll
Branch: nick-csl-alignment
Changes since 1.113.4.2: +16 -13 lines
Diff to previous 1.113.4.2 (colored) to branchpoint 1.113 (colored) next main 1.114 (colored)

Sync with HEAD.

Revision 1.121 / (download) - annotate - [select for diffs], Thu Sep 6 11:10:30 2007 UTC (15 years, 6 months ago) by martti
Branch: MAIN
CVS Tags: nick-csl-alignment-base5
Changes since 1.120: +13 -13 lines
Diff to previous 1.120 (colored)

Fixed indentation (it should be <keyword><space><tab><name>tab><comment>).

Revision 1.115.4.2 / (download) - annotate - [select for diffs], Tue Sep 4 20:05:11 2007 UTC (15 years, 6 months ago) by joerg
Branch: jmcneill-pm
Changes since 1.115.4.1: +3 -2 lines
Diff to previous 1.115.4.1 (colored) to branchpoint 1.115 (colored)

Don't use a global variable to decide whether this is a ICH6+,
use a variable in the softc to determine whether the RCBA is supported.
Add generic HPET support for ICH5 and ICH6+.

This is not (yet) enabled by default, until someone adds the code to
not use the direct attachment if hpet was configured via ACPI.

Revision 1.120 / (download) - annotate - [select for diffs], Mon Sep 3 20:02:58 2007 UTC (15 years, 6 months ago) by xtraeme
Branch: MAIN
Changes since 1.119: +5 -2 lines
Diff to previous 1.119 (colored)

Add uchcom(4).

Revision 1.115.4.1 / (download) - annotate - [select for diffs], Mon Sep 3 16:47:20 2007 UTC (15 years, 6 months ago) by jmcneill
Branch: jmcneill-pm
Changes since 1.115: +12 -3 lines
Diff to previous 1.115 (colored)

Sync with HEAD.

Revision 1.57.30.3 / (download) - annotate - [select for diffs], Mon Sep 3 14:26:29 2007 UTC (15 years, 6 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.57.30.2: +75 -10 lines
Diff to previous 1.57.30.2 (colored) to branchpoint 1.57 (colored)

sync with head.

Revision 1.113.4.2 / (download) - annotate - [select for diffs], Mon Sep 3 10:19:00 2007 UTC (15 years, 6 months ago) by skrll
Branch: nick-csl-alignment
Changes since 1.113.4.1: +12 -3 lines
Diff to previous 1.113.4.1 (colored) to branchpoint 1.113 (colored)

Sync with HEAD.

Revision 1.73.2.5.2.2 / (download) - annotate - [select for diffs], Mon Sep 3 07:03:31 2007 UTC (15 years, 6 months ago) by wrstuden
Branch: wrstuden-fixsa
Changes since 1.73.2.5.2.1: +4 -2 lines
Diff to previous 1.73.2.5.2.1 (colored)

Sync w/ NetBSD-4-RC_1

Revision 1.119 / (download) - annotate - [select for diffs], Sat Sep 1 17:54:48 2007 UTC (15 years, 6 months ago) by dyoung
Branch: MAIN
Changes since 1.118: +4 -2 lines
Diff to previous 1.118 (colored)

Add se(4).

Revision 1.73.2.8 / (download) - annotate - [select for diffs], Wed Aug 29 18:34:16 2007 UTC (15 years, 7 months ago) by liamjfoy
Branch: netbsd-4
CVS Tags: netbsd-4-0-RC1
Changes since 1.73.2.7: +3 -2 lines
Diff to previous 1.73.2.7 (colored) to branchpoint 1.73 (colored)

Pull up following (requested by xtraeme ticket #846):

Import i386/gcscide(4). A driver for the IDE Controller of the
AMD CS5535 Companion device found in the decTOP.

gcscide0 at pci0 dev 15 function 2
gcscide0: National Semiconductor/AMD CS5535 IDE Controller (rev. 0x00)

Supports Ultra DMA mode 4, Pio Mode 4 and MDMA mode 2.

"Go for it" jmcneill@.

Revision 1.118 / (download) - annotate - [select for diffs], Tue Aug 21 02:48:15 2007 UTC (15 years, 7 months ago) by kiyohara
Branch: MAIN
Branch point for: matt-armv6
Changes since 1.117: +6 -3 lines
Diff to previous 1.117 (colored)

Add slhci at pcmcia.
 And reorder.

Revision 1.85.2.6 / (download) - annotate - [select for diffs], Mon Aug 20 18:38:07 2007 UTC (15 years, 7 months ago) by ad
Branch: vmlocking
Changes since 1.85.2.5: +15 -2 lines
Diff to previous 1.85.2.5 (colored)

Sync with HEAD.

Revision 1.117 / (download) - annotate - [select for diffs], Mon Aug 20 00:54:41 2007 UTC (15 years, 7 months ago) by kiyohara
Branch: MAIN
Changes since 1.116: +4 -2 lines
Diff to previous 1.116 (colored)

Add btbc(4).

Revision 1.116 / (download) - annotate - [select for diffs], Sat Aug 18 11:35:55 2007 UTC (15 years, 7 months ago) by tnn
Branch: MAIN
Changes since 1.115: +4 -2 lines
Diff to previous 1.115 (colored)

Enable spdmem(4) in ALL configuration. Add commented out entries to GENERIC

Revision 1.113.4.1 / (download) - annotate - [select for diffs], Wed Aug 15 13:47:21 2007 UTC (15 years, 7 months ago) by skrll
Branch: nick-csl-alignment
Changes since 1.113: +8 -3 lines
Diff to previous 1.113 (colored)

Sync with HEAD.

Revision 1.113.2.1 / (download) - annotate - [select for diffs], Tue Aug 7 18:05:18 2007 UTC (15 years, 7 months ago) by matt
Branch: matt-mips64
Changes since 1.113: +8 -3 lines
Diff to previous 1.113 (colored) next main 1.114 (colored)

Sync with HEAD.

Revision 1.115 / (download) - annotate - [select for diffs], Sat Jul 28 11:06:23 2007 UTC (15 years, 8 months ago) by kiyohara
Branch: MAIN
CVS Tags: matt-mips64-base, hpcarm-cleanup
Branch point for: jmcneill-pm
Changes since 1.114: +6 -2 lines
Diff to previous 1.114 (colored)

Add ichsmb(4).

Revision 1.114 / (download) - annotate - [select for diffs], Fri Jul 20 22:26:12 2007 UTC (15 years, 8 months ago) by rumble
Branch: MAIN
Changes since 1.113: +4 -3 lines
Diff to previous 1.113 (colored)

Comment FILECORE and add ADOSFS.

Revision 1.113 / (download) - annotate - [select for diffs], Tue Jul 17 16:40:21 2007 UTC (15 years, 8 months ago) by daniel
Branch: MAIN
CVS Tags: nick-csl-alignment-base
Branch point for: nick-csl-alignment, matt-mips64
Changes since 1.112: +5 -2 lines
Diff to previous 1.112 (colored)

Add VIA_PADLOCK.

Revision 1.112 / (download) - annotate - [select for diffs], Sun Jul 15 19:36:53 2007 UTC (15 years, 8 months ago) by dsl
Branch: MAIN
Changes since 1.111: +3 -2 lines
Diff to previous 1.111 (colored)

Add the FILECORE filesystem so it gets test compiled.

Revision 1.85.2.5 / (download) - annotate - [select for diffs], Sun Jul 15 13:16:07 2007 UTC (15 years, 8 months ago) by ad
Branch: vmlocking
Changes since 1.85.2.4: +18 -6 lines
Diff to previous 1.85.2.4 (colored)

Sync with head.

Revision 1.111 / (download) - annotate - [select for diffs], Sat Jul 14 16:16:17 2007 UTC (15 years, 8 months ago) by kiyohara
Branch: MAIN
Changes since 1.110: +6 -6 lines
Diff to previous 1.110 (colored)

Alphabetical reorder.

Revision 1.85.4.1 / (download) - annotate - [select for diffs], Wed Jul 11 19:59:42 2007 UTC (15 years, 8 months ago) by mjf
Branch: mjf-ufs-trans
Changes since 1.85: +50 -6 lines
Diff to previous 1.85 (colored) next main 1.86 (colored)

Sync with head.

Revision 1.110 / (download) - annotate - [select for diffs], Wed Jul 11 08:01:51 2007 UTC (15 years, 8 months ago) by kiyohara
Branch: MAIN
CVS Tags: mjf-ufs-trans-base
Changes since 1.109: +8 -2 lines
Diff to previous 1.109 (colored)

Add nfsmb(4).

Revision 1.109 / (download) - annotate - [select for diffs], Sun Jul 8 03:01:20 2007 UTC (15 years, 8 months ago) by jmcneill
Branch: MAIN
Changes since 1.108: +4 -2 lines
Diff to previous 1.108 (colored)

Enable gcscehci(4)

Revision 1.108 / (download) - annotate - [select for diffs], Fri Jun 29 23:30:25 2007 UTC (15 years, 9 months ago) by rumble
Branch: MAIN
Changes since 1.107: +3 -2 lines
Diff to previous 1.107 (colored)

Add read-only support for SGI's Extent File System.

Reviewed by pooka@.

Revision 1.107 / (download) - annotate - [select for diffs], Thu Jun 28 12:16:36 2007 UTC (15 years, 9 months ago) by tsutsui
Branch: MAIN
Changes since 1.106: +3 -2 lines
Diff to previous 1.106 (colored)

Add file-system SYSVBFS.

Revision 1.106 / (download) - annotate - [select for diffs], Wed Jun 27 23:12:03 2007 UTC (15 years, 9 months ago) by xtraeme
Branch: MAIN
Changes since 1.105: +3 -2 lines
Diff to previous 1.105 (colored)

Add gcscide(4).

Revision 1.95.2.2 / (download) - annotate - [select for diffs], Tue Jun 26 18:12:31 2007 UTC (15 years, 9 months ago) by garbled
Branch: ppcoea-renovation
Changes since 1.95.2.1: +9 -4 lines
Diff to previous 1.95.2.1 (colored)

Sync with HEAD.

Revision 1.73.2.7 / (download) - annotate - [select for diffs], Tue Jun 19 09:26:31 2007 UTC (15 years, 9 months ago) by liamjfoy
Branch: netbsd-4
Changes since 1.73.2.6: +3 -2 lines
Diff to previous 1.73.2.6 (colored) to branchpoint 1.73 (colored)

Pull up following revision(s) (requested by riz in ticket #734):
	sys/arch/i386/pci/glxsb.c: revision 1.1
	sys/arch/i386/conf/GENERIC: revision 1.833
	share/man/man4/man4.i386/glxsb.4: revision 1.1
	sys/arch/i386/conf/ALL: revision 1.104
	share/man/man4/man4.i386/Makefile: revision 1.66
	sys/arch/i386/conf/files.i386: revision 1.309
	distrib/sets/lists/man/mi: revision 1.1007
Import driver for the AMD Geode LX AES Security Block, from OpenBSD. The
glxsb(4) driver provides random numbers and AES acceleration.
Add man page for AMD Geode LX AES Security Block driver.
Enable glxsb(4)

Revision 1.105 / (download) - annotate - [select for diffs], Sat Jun 16 12:35:55 2007 UTC (15 years, 9 months ago) by ad
Branch: MAIN
Changes since 1.104: +2 -3 lines
Diff to previous 1.104 (colored)

-options I2OVERBOSE.

Revision 1.104 / (download) - annotate - [select for diffs], Fri Jun 15 23:05:28 2007 UTC (15 years, 9 months ago) by jmcneill
Branch: MAIN
Changes since 1.103: +3 -2 lines
Diff to previous 1.103 (colored)

Enable glxsb(4)

Revision 1.85.2.4 / (download) - annotate - [select for diffs], Sat Jun 9 23:55:05 2007 UTC (15 years, 9 months ago) by ad
Branch: vmlocking
Changes since 1.85.2.3: +6 -2 lines
Diff to previous 1.85.2.3 (colored)

Sync with head.

Revision 1.103 / (download) - annotate - [select for diffs], Sat Jun 9 11:34:02 2007 UTC (15 years, 9 months ago) by kiyohara
Branch: MAIN
Changes since 1.102: +3 -2 lines
Diff to previous 1.102 (colored)

Add zyd(4).

Revision 1.73.2.5.2.1 / (download) - annotate - [select for diffs], Mon Jun 4 01:54:17 2007 UTC (15 years, 9 months ago) by wrstuden
Branch: wrstuden-fixsa
Changes since 1.73.2.5: +3 -2 lines
Diff to previous 1.73.2.5 (colored)

Update to today's netbsd-4.

Revision 1.102 / (download) - annotate - [select for diffs], Fri Jun 1 14:26:36 2007 UTC (15 years, 9 months ago) by blymn
Branch: MAIN
Changes since 1.101: +5 -2 lines
Diff to previous 1.101 (colored)

Add smsc device

Revision 1.101 / (download) - annotate - [select for diffs], Tue May 29 21:37:07 2007 UTC (15 years, 10 months ago) by christos
Branch: MAIN
Changes since 1.100: +3 -2 lines
Diff to previous 1.100 (colored)

Add COMPAT_40 for struct ifreq changes.

Revision 1.85.2.3 / (download) - annotate - [select for diffs], Sun May 27 12:27:26 2007 UTC (15 years, 10 months ago) by ad
Branch: vmlocking
Changes since 1.85.2.2: +13 -3 lines
Diff to previous 1.85.2.2 (colored)

Sync with head.

Revision 1.73.2.6 / (download) - annotate - [select for diffs], Fri May 25 07:12:00 2007 UTC (15 years, 10 months ago) by pavel
Branch: netbsd-4
Changes since 1.73.2.5: +3 -2 lines
Diff to previous 1.73.2.5 (colored) to branchpoint 1.73 (colored)

Pull up following revision(s) (requested by riz in ticket #670):
	sys/netinet/tcp_input.c: revision 1.265
	sys/netinet/tcp_input.c: revision 1.266
	sys/arch/i386/conf/ALL: revision 1.98
Revert a small part of revision 1.254 - remove const qualifier from
the struct tcphdr * argument of tcp_dooptions().  RFC2385 support
(options TCP_SIGNATURE) needs to modify the header during options
processing, and this revision broke it.
OK yamt@.

Fix compilation in the TCP_SIGNATURE case:
	- don't use void * for pointer arithmetic
	- don't try to modify const parameters
A kernel with 'options TCP_SIGNATURE' works as well as it ever did, now.
(ie, clunky, but passable)

Add 'options TCP_SIGNATURE' to hopefully keep this code from
invisibly breaking periodically, as it's done a couple times.

Revision 1.100 / (download) - annotate - [select for diffs], Thu May 24 13:36:57 2007 UTC (15 years, 10 months ago) by xtraeme
Branch: MAIN
Changes since 1.99: +3 -3 lines
Diff to previous 1.99 (colored)

Indentation.

Revision 1.95.2.1 / (download) - annotate - [select for diffs], Tue May 22 17:26:55 2007 UTC (15 years, 10 months ago) by matt
Branch: ppcoea-renovation
Changes since 1.95: +8 -2 lines
Diff to previous 1.95 (colored)

Update to HEAD.

Revision 1.99 / (download) - annotate - [select for diffs], Sun May 20 05:19:18 2007 UTC (15 years, 10 months ago) by dogcow
Branch: MAIN
Changes since 1.98: +5 -2 lines
Diff to previous 1.98 (colored)

as pointed out by juan RP, uslsa should be in ALL as well.

Revision 1.98 / (download) - annotate - [select for diffs], Fri May 18 22:38:51 2007 UTC (15 years, 10 months ago) by riz
Branch: MAIN
Changes since 1.97: +3 -2 lines
Diff to previous 1.97 (colored)

Add 'options TCP_SIGNATURE' to hopefully keep this code from
invisibly breaking periodically, as it's done a couple times.

Revision 1.81.2.6 / (download) - annotate - [select for diffs], Thu May 17 13:40:56 2007 UTC (15 years, 10 months ago) by yamt
Branch: yamt-idlelwp
Changes since 1.81.2.5: +4 -2 lines
Diff to previous 1.81.2.5 (colored) next main 1.82 (colored)

sync with head.

Revision 1.97 / (download) - annotate - [select for diffs], Tue May 15 14:27:47 2007 UTC (15 years, 10 months ago) by xtraeme
Branch: MAIN
CVS Tags: yamt-idlelwp-base8
Changes since 1.96: +3 -2 lines
Diff to previous 1.96 (colored)

Add agr(4).

Revision 1.73.2.5 / (download) - annotate - [select for diffs], Sun May 13 06:52:51 2007 UTC (15 years, 10 months ago) by pavel
Branch: netbsd-4
Branch point for: wrstuden-fixsa
Changes since 1.73.2.4: +3 -2 lines
Diff to previous 1.73.2.4 (colored) to branchpoint 1.73 (colored)

Pull up patch (requested by xtraeme in ticket #633):
	sys/arch/amd64/conf/GENERIC:			patch
	sys/arch/i386/conf/ALL:				patch
	sys/arch/i386/conf/GENERIC:			patch
	sys/conf/files:					patch
	sys/dev/acpi/files.acpi:			patch
	sys/dev/acpi/ug_acpi.c:				patch
	sys/dev/ic/ug.c:				patch
	sys/dev/ic/ugreg.h:				patch
	sys/dev/ic/ugvar.h:				patch
	sys/dev/isa/files.isa:				patch
	sys/dev/isa/ug_isa.c:				patch
	share/man/man4/ug.4:				patch
	doc/CHANGES:					patch
	sys/dev/isa/ug.c:				delete
	sys/dev/isa/ugvar.h:				delete

Add an acpi attachement for the ug hardware monitor driver.

Revision 1.96 / (download) - annotate - [select for diffs], Tue May 8 16:55:55 2007 UTC (15 years, 10 months ago) by xtraeme
Branch: MAIN
Changes since 1.95: +3 -2 lines
Diff to previous 1.95 (colored)

Add "ug* at acpi?" following the current scheme in the files.

Revision 1.81.2.5 / (download) - annotate - [select for diffs], Mon May 7 10:54:55 2007 UTC (15 years, 10 months ago) by yamt
Branch: yamt-idlelwp
Changes since 1.81.2.4: +6 -2 lines
Diff to previous 1.81.2.4 (colored)

sync with head.

Revision 1.95 / (download) - annotate - [select for diffs], Thu Apr 26 17:21:18 2007 UTC (15 years, 11 months ago) by dyoung
Branch: MAIN
Branch point for: ppcoea-renovation
Changes since 1.94: +3 -2 lines
Diff to previous 1.94 (colored)

Add ATADEBUG to ease debugging.

Revision 1.94 / (download) - annotate - [select for diffs], Thu Apr 19 14:34:35 2007 UTC (15 years, 11 months ago) by xtraeme
Branch: MAIN
Changes since 1.93: +5 -2 lines
Diff to previous 1.93 (colored)

ALL: add ug(4).
GENERIC/GENERIC_LAPTOP: add ug(4) commented out.

Revision 1.81.2.4 / (download) - annotate - [select for diffs], Sun Apr 15 16:02:46 2007 UTC (15 years, 11 months ago) by yamt
Branch: yamt-idlelwp
Changes since 1.81.2.3: +12 -2 lines
Diff to previous 1.81.2.3 (colored)

sync with head.

Revision 1.85.2.2 / (download) - annotate - [select for diffs], Tue Apr 10 13:23:01 2007 UTC (15 years, 11 months ago) by ad
Branch: vmlocking
Changes since 1.85.2.1: +22 -5 lines
Diff to previous 1.85.2.1 (colored)

Sync with head.

Revision 1.88.2.2 / (download) - annotate - [select for diffs], Thu Mar 29 19:27:26 2007 UTC (16 years ago) by reinoud
Branch: reinoud-bufcleanup
Changes since 1.88.2.1: +15 -2 lines
Diff to previous 1.88.2.1 (colored) next main 1.89 (colored)

Pullup to -current

Revision 1.93 / (download) - annotate - [select for diffs], Thu Mar 29 13:11:14 2007 UTC (16 years ago) by dillo
Branch: MAIN
CVS Tags: thorpej-atomic-base, thorpej-atomic
Changes since 1.92: +10 -0 lines
Diff to previous 1.92 (colored)

Now that all DRM drivers build (thanks jmcneill), readd them.

Revision 1.92 / (download) - annotate - [select for diffs], Thu Mar 29 08:44:23 2007 UTC (16 years ago) by dillo
Branch: MAIN
Changes since 1.91: +2 -12 lines
Diff to previous 1.91 (colored)

Revert previous, mgadrm does not compile.

Revision 1.91 / (download) - annotate - [select for diffs], Thu Mar 29 08:27:01 2007 UTC (16 years ago) by dillo
Branch: MAIN
Changes since 1.90: +12 -2 lines
Diff to previous 1.90 (colored)

Add DRI drivers.

Revision 1.81.2.3 / (download) - annotate - [select for diffs], Sat Mar 24 14:54:43 2007 UTC (16 years ago) by yamt
Branch: yamt-idlelwp
Changes since 1.81.2.2: +13 -5 lines
Diff to previous 1.81.2.2 (colored)

sync with head.

Revision 1.90 / (download) - annotate - [select for diffs], Tue Mar 20 21:29:28 2007 UTC (16 years ago) by xtraeme
Branch: MAIN
Changes since 1.89: +5 -2 lines
Diff to previous 1.89 (colored)

ALL: Enable INTEL_ONDEMAND_CLOCKMOD.
GENERIC: Add INTEL_ONDEMAND_CLOCKMOD disabled by default.

Revision 1.88.2.1 / (download) - annotate - [select for diffs], Sun Mar 18 00:06:32 2007 UTC (16 years ago) by reinoud
Branch: reinoud-bufcleanup
Changes since 1.88: +3 -3 lines
Diff to previous 1.88 (colored)

First attempt to bring branch in sync with HEAD

Revision 1.89 / (download) - annotate - [select for diffs], Thu Mar 15 17:06:17 2007 UTC (16 years ago) by dogcow
Branch: MAIN
Changes since 1.88: +3 -3 lines
Diff to previous 1.88 (colored)

Comment out VGA_RASTEROPS; even the fine manpage says that it's deprecated
in favor of wscons(4).

Revision 1.88 / (download) - annotate - [select for diffs], Wed Mar 14 12:27:22 2007 UTC (16 years ago) by drochner
Branch: MAIN
Branch point for: reinoud-bufcleanup
Changes since 1.87: +4 -4 lines
Diff to previous 1.87 (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.87 / (download) - annotate - [select for diffs], Tue Mar 13 23:49:38 2007 UTC (16 years ago) by xtraeme
Branch: MAIN
Changes since 1.86: +6 -2 lines
Diff to previous 1.86 (colored)

ALL: add unichromefb.
GENERIC: add unichromefb (disabled by default).
GENERIC_LAPTOP: add unichromefb and vesafb (disabled by default).

Revision 1.85.2.1 / (download) - annotate - [select for diffs], Tue Mar 13 16:49:58 2007 UTC (16 years ago) by ad
Branch: vmlocking
Changes since 1.85: +3 -2 lines
Diff to previous 1.85 (colored)

Sync with head.

Revision 1.86 / (download) - annotate - [select for diffs], Tue Mar 13 06:01:07 2007 UTC (16 years ago) by xtraeme
Branch: MAIN
Changes since 1.85: +3 -2 lines
Diff to previous 1.85 (colored)

Add aiboost* at acpi.

Revision 1.81.2.2 / (download) - annotate - [select for diffs], Mon Mar 12 05:48:19 2007 UTC (16 years ago) by rmind
Branch: yamt-idlelwp
Changes since 1.81.2.1: +5 -2 lines
Diff to previous 1.81.2.1 (colored)

Sync with HEAD.

Revision 1.85 / (download) - annotate - [select for diffs], Tue Mar 6 11:28:46 2007 UTC (16 years ago) by dillo
Branch: MAIN
Branch point for: vmlocking, mjf-ufs-trans
Changes since 1.84: +3 -3 lines
Diff to previous 1.84 (colored)

Complete rename of hfsp to hfs, requested by thorpej.

Revision 1.84 / (download) - annotate - [select for diffs], Mon Mar 5 23:19:18 2007 UTC (16 years ago) by dillo
Branch: MAIN
Changes since 1.83: +3 -2 lines
Diff to previous 1.83 (colored)

Integrate apmlabel and HFS+ file system.

Revision 1.83 / (download) - annotate - [select for diffs], Thu Mar 1 14:57:38 2007 UTC (16 years ago) by kiyohara
Branch: MAIN
Changes since 1.82: +4 -2 lines
Diff to previous 1.82 (colored)

Add btuart(4).

Revision 1.81.2.1 / (download) - annotate - [select for diffs], Tue Feb 27 16:51:31 2007 UTC (16 years, 1 month ago) by yamt
Branch: yamt-idlelwp
Changes since 1.81: +5 -2 lines
Diff to previous 1.81 (colored)

- sync with head.
- move sched_changepri back to kern_synch.c as it doesn't know PPQ anymore.

Revision 1.57.30.2 / (download) - annotate - [select for diffs], Mon Feb 26 09:06:49 2007 UTC (16 years, 1 month ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.57.30.1: +35 -6 lines
Diff to previous 1.57.30.1 (colored) to branchpoint 1.57 (colored)

sync with head.

Revision 1.73.2.4 / (download) - annotate - [select for diffs], Tue Feb 20 14:12:08 2007 UTC (16 years, 1 month ago) by tron
Branch: netbsd-4
Changes since 1.73.2.3: +2 -4 lines
Diff to previous 1.73.2.3 (colored) to branchpoint 1.73 (colored)

Remove entry for srt(4) pseudo device which isn't supported in the
"netbsd-4" branch.

This fixes build problems caused by ticket #434.

Revision 1.82 / (download) - annotate - [select for diffs], Mon Feb 19 20:43:57 2007 UTC (16 years, 1 month ago) by xtraeme
Branch: MAIN
CVS Tags: ad-audiomp-base, ad-audiomp
Changes since 1.81: +5 -2 lines
Diff to previous 1.81 (colored)

Add options SYSCALL_{STATS,TIMES,TIMES_HASCOUNTER}.

Revision 1.73.2.3 / (download) - annotate - [select for diffs], Sun Feb 18 21:41:21 2007 UTC (16 years, 1 month ago) by tron
Branch: netbsd-4
Changes since 1.73.2.2: +17 -0 lines
Diff to previous 1.73.2.2 (colored) to branchpoint 1.73 (colored)

Pull up following revision(s) (requested by hubertf in ticket #434):
	sys/arch/i386/conf/ALL: revision 1.78
Enable Altq and some others, sinced from GENERIC

Revision 1.81 / (download) - annotate - [select for diffs], Sat Feb 10 18:00:59 2007 UTC (16 years, 1 month ago) by xtraeme
Branch: MAIN
Branch point for: yamt-idlelwp
Changes since 1.80: +6 -3 lines
Diff to previous 1.80 (colored)

Add pseudo-device cmos - see cmos(4)
Remove unit number in pseudo-device swwdog, by default it is 1.

Revision 1.60.2.4 / (download) - annotate - [select for diffs], Fri Feb 9 21:03:49 2007 UTC (16 years, 1 month ago) by ad
Branch: newlock2
Changes since 1.60.2.3: +9 -3 lines
Diff to previous 1.60.2.3 (colored) to branchpoint 1.60 (colored) next main 1.61 (colored)

Sync with HEAD.

Revision 1.80 / (download) - annotate - [select for diffs], Sun Feb 4 17:49:02 2007 UTC (16 years, 1 month ago) by xtraeme
Branch: MAIN
CVS Tags: post-newlock2-merge, newlock2-nbase, newlock2-base
Changes since 1.79: +9 -3 lines
Diff to previous 1.79 (colored)

Add the following pseudo-devices:

* lockstat - see lockstat(8)
* swwdog - see swwdog(4)

Revision 1.60.2.3 / (download) - annotate - [select for diffs], Thu Feb 1 08:48:00 2007 UTC (16 years, 1 month ago) by ad
Branch: newlock2
Changes since 1.60.2.2: +22 -5 lines
Diff to previous 1.60.2.2 (colored) to branchpoint 1.60 (colored)

Sync with head.

Revision 1.79 / (download) - annotate - [select for diffs], Sun Jan 28 20:55:20 2007 UTC (16 years, 2 months ago) by pooka
Branch: MAIN
Changes since 1.78: +3 -2 lines
Diff to previous 1.78 (colored)

add puffs

Revision 1.78 / (download) - annotate - [select for diffs], Sat Jan 27 23:41:09 2007 UTC (16 years, 2 months ago) by hubertf
Branch: MAIN
Changes since 1.77: +19 -2 lines
Diff to previous 1.77 (colored)

Enable Altq and some others, sinced from GENERIC

Revision 1.77 / (download) - annotate - [select for diffs], Sat Jan 20 18:48:17 2007 UTC (16 years, 2 months ago) by xtraeme
Branch: MAIN
Changes since 1.76: +4 -5 lines
Diff to previous 1.76 (colored)

viaenv(4) does not need anymore viapm.

Revision 1.60.2.2 / (download) - annotate - [select for diffs], Fri Jan 12 01:00:49 2007 UTC (16 years, 2 months ago) by ad
Branch: newlock2
Changes since 1.60.2.1: +8 -3 lines
Diff to previous 1.60.2.1 (colored) to branchpoint 1.60 (colored)

Sync with head.

Revision 1.57.30.1 / (download) - annotate - [select for diffs], Sat Dec 30 20:46:04 2006 UTC (16 years, 2 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.57: +1396 -240 lines
Diff to previous 1.57 (colored)

sync with head.

Revision 1.73.2.2 / (download) - annotate - [select for diffs], Thu Dec 21 13:44:00 2006 UTC (16 years, 3 months ago) by tron
Branch: netbsd-4
Changes since 1.73.2.1: +1 -0 lines
Diff to previous 1.73.2.1 (colored) to branchpoint 1.73 (colored)

Pull up following revision(s) (requested by bouyer in ticket #287):
	sys/arch/i386/conf/INSTALL: revision 1.299
	sys/arch/i386/conf/XEN2_DOM0: revision 1.20
	sys/arch/i386/conf/GENERIC: revision 1.803
	sys/dev/pci/files.pci: revision 1.275
	sys/arch/i386/conf/GENERIC_LAPTOP: revision 1.218
	sys/arch/amd64/conf/GENERIC: revision 1.123
	sys/dev/pci/if_bnx.c: revision 1.1
	share/man/man4/bnx.4: revision 1.1
	distrib/sets/lists/man/mi: revision 1.959
	sys/arch/amd64/conf/INSTALL: revision 1.62
	sys/dev/microcode/bnx/bnxfw.h: revision 1.1
	sys/arch/i386/conf/ALL: revision 1.76
	sys/dev/pci/if_bnxreg.h: revision 1.1
	share/man/man4/Makefile: revision 1.417
	sys/arch/i386/conf/INSTALL_LAPTOP: revision 1.112
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.73.2.1 / (download) - annotate - [select for diffs], Thu Dec 21 12:46:21 2006 UTC (16 years, 3 months ago) by tron
Branch: netbsd-4
Changes since 1.73: +3 -2 lines
Diff to previous 1.73 (colored)

Pull up following revision(s) (requested by bouyer in ticket #286):
	sys/arch/i386/conf/INSTALL: revision 1.298
	sys/arch/i386/conf/GENERIC: revision 1.802
	sys/dev/pci/files.pci: revision 1.274
	sys/arch/amd64/conf/GENERIC: revision 1.122
	sys/dev/pci/mfi_pci.c: revision 1.1
	distrib/sets/lists/man/mi: revision 1.958
	sys/arch/amd64/conf/INSTALL: revision 1.61
	sys/arch/i386/conf/ALL: revision 1.75
	sys/dev/ic/mfireg.h: revision 1.1
	share/man/man4/Makefile: revision 1.416
	sys/dev/ic/mfi.c: revision 1.1
	sys/arch/i386/conf/XEN2_DOM0: revision 1.19
	sys/dev/ic/mfivar.h: revision 1.1
	sys/conf/files: revision 1.821
	share/man/man4/mfi.4: revision 1.1
Add mfi(4), a driver for LSI Logic & Dell MegaRAID SAS RAID controller.
Ported from OpenBSD, tested on i386 and amd64.

Revision 1.62.2.3 / (download) - annotate - [select for diffs], Mon Dec 18 11:42:04 2006 UTC (16 years, 3 months ago) by yamt
Branch: yamt-splraiseipl
Changes since 1.62.2.2: +4 -3 lines
Diff to previous 1.62.2.2 (colored) to branchpoint 1.62 (colored) next main 1.63 (colored)

sync with head.

Revision 1.76 / (download) - annotate - [select for diffs], Sun Dec 17 23:02:06 2006 UTC (16 years, 3 months ago) by bouyer
Branch: MAIN
CVS Tags: yamt-splraiseipl-base5, yamt-splraiseipl-base4
Changes since 1.75: +3 -2 lines
Diff to previous 1.75 (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.75 / (download) - annotate - [select for diffs], Sun Dec 17 22:57:15 2006 UTC (16 years, 3 months ago) by bouyer
Branch: MAIN
Changes since 1.74: +3 -2 lines
Diff to previous 1.74 (colored)

Add mfi(4), a driver for LSI Logic & Dell MegaRAID SAS RAID controller.
Ported from OpenBSD, tested on i386 and amd64.

Revision 1.74 / (download) - annotate - [select for diffs], Mon Dec 11 15:24:28 2006 UTC (16 years, 3 months ago) by yamt
Branch: MAIN
Changes since 1.73: +2 -3 lines
Diff to previous 1.73 (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.62.2.2 / (download) - annotate - [select for diffs], Sun Dec 10 07:16:01 2006 UTC (16 years, 3 months ago) by yamt
Branch: yamt-splraiseipl
Changes since 1.62.2.1: +8 -4 lines
Diff to previous 1.62.2.1 (colored) to branchpoint 1.62 (colored)

sync with head.

Revision 1.73 / (download) - annotate - [select for diffs], Wed Nov 29 13:41:28 2006 UTC (16 years, 4 months ago) by xtraeme
Branch: MAIN
CVS Tags: yamt-splraiseipl-base3, netbsd-4-base
Branch point for: netbsd-4
Changes since 1.72: +5 -2 lines
Diff to previous 1.72 (colored)

Add pseudo-device drvctl... needed for drvctl -p <device> to show
device properties dictionary.

IMHO this should be enabled by default in GENERIC.

Revision 1.72 / (download) - annotate - [select for diffs], Thu Nov 23 04:22:02 2006 UTC (16 years, 4 months ago) by rpaulo
Branch: MAIN
Changes since 1.71: +3 -2 lines
Diff to previous 1.71 (colored)

Add pseudo-device etherip.

Revision 1.60.2.1 / (download) - annotate - [select for diffs], Sat Nov 18 21:29:17 2006 UTC (16 years, 4 months ago) by ad
Branch: newlock2
Changes since 1.60: +23 -13 lines
Diff to previous 1.60 (colored)

Sync with head.

Revision 1.71 / (download) - annotate - [select for diffs], Sat Nov 11 18:47:10 2006 UTC (16 years, 4 months ago) by jmmv
Branch: MAIN
Changes since 1.70: +3 -3 lines
Diff to previous 1.70 (colored)

Remove tmpfs's experimental status.  OK'ed by core@.

Revision 1.70 / (download) - annotate - [select for diffs], Tue Oct 31 22:21:16 2006 UTC (16 years, 4 months ago) by joerg
Branch: MAIN
Changes since 1.69: +3 -2 lines
Diff to previous 1.69 (colored)

Add rum(4) for newer USB Ralink devices. Obtained from OpenBSD.
Special thanks to Sepherosa Ziehau for helping debugging USB issues.
Hook up rum(4) for i386 config files.

Revision 1.69 / (download) - annotate - [select for diffs], Wed Oct 25 13:56:15 2006 UTC (16 years, 5 months ago) by jmmv
Branch: MAIN
Changes since 1.68: +2 -3 lines
Diff to previous 1.68 (colored)

Remove the usage of Multiboot's "a.out kludge" to tell the boot loader to
reserve some more space for the BSS section than the binary says.  This
trick was used to leave room after the kernel's image to copy the symbol
table following the format required by ksyms_init.  (It was also used to
workaround a bug in the physical address fields of the binary, but this has
been long fixed.)  Yes, the MULTIBOOT_SYMTAB_SPACE option goes away; yay!

Instead, copy the required data after the kernel in a way that avoids having
to reserve space and use the new ksyms_init_explicit function to avoid the
need to construct a minimal ELF image.

Fixes ksyms when using an "unpatched" GRUB (one that does not contain the
fix to honour the "a.out kludge" for ELF images, even when present) -- i.e.
ddb and lkms.  As a side effect, the new code is much clearer to read and
digest.

Closes PR port-i386/32865.

Revision 1.62.2.1 / (download) - annotate - [select for diffs], Sun Oct 22 06:04:43 2006 UTC (16 years, 5 months ago) by yamt
Branch: yamt-splraiseipl
Changes since 1.62: +14 -7 lines
Diff to previous 1.62 (colored)

sync with head

Revision 1.68 / (download) - annotate - [select for diffs], Sat Oct 21 14:10:33 2006 UTC (16 years, 5 months ago) by bouyer
Branch: MAIN
CVS Tags: yamt-splraiseipl-base2
Changes since 1.67: +3 -2 lines
Diff to previous 1.67 (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.67 / (download) - annotate - [select for diffs], Fri Oct 13 21:02:19 2006 UTC (16 years, 5 months ago) by christos
Branch: MAIN
Changes since 1.66: +4 -4 lines
Diff to previous 1.66 (colored)

remove debug options

Revision 1.66 / (download) - annotate - [select for diffs], Fri Oct 13 21:00:51 2006 UTC (16 years, 5 months ago) by christos
Branch: MAIN
Changes since 1.65: +10 -5 lines
Diff to previous 1.65 (colored)

merge in 1.787

Revision 1.65 / (download) - annotate - [select for diffs], Sun Oct 8 16:56:18 2006 UTC (16 years, 5 months ago) by rpaulo
Branch: MAIN
Changes since 1.64: +3 -2 lines
Diff to previous 1.64 (colored)

Add kttcp.

Revision 1.64 / (download) - annotate - [select for diffs], Sun Oct 1 09:53:08 2006 UTC (16 years, 5 months ago) by itohy
Branch: MAIN
Changes since 1.63: +3 -3 lines
Diff to previous 1.63 (colored)

Use ATA timing, instead of busmaster wait, for adding waits.
Use default wait value 0x01.

Revision 1.63 / (download) - annotate - [select for diffs], Tue Sep 19 13:58:55 2006 UTC (16 years, 6 months ago) by jmmv
Branch: MAIN
Changes since 1.62: +5 -5 lines
Diff to previous 1.62 (colored)

Fix definition of some options to be 'options<space><tab>' for consistency.

Revision 1.57.44.2 / (download) - annotate - [select for diffs], Thu Sep 14 12:31:10 2006 UTC (16 years, 6 months ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.57.44.1: +12 -6 lines
Diff to previous 1.57.44.1 (colored) to branchpoint 1.57 (colored) next main 1.58 (colored)

sync with head.

Revision 1.62 / (download) - annotate - [select for diffs], Sun Sep 10 15:45:56 2006 UTC (16 years, 6 months ago) by plunky
Branch: MAIN
CVS Tags: yamt-splraiseipl-base, yamt-pdpolicy-base9
Branch point for: yamt-splraiseipl
Changes since 1.61: +7 -6 lines
Diff to previous 1.61 (colored)

update to bluetooth device attachment:

remove pseudo-device btdev(4) and inherent limitations

add bthub(4) which autoconfigures at bluetooth controllers as they
are enabled. bluetooth devices now attach here.

btdevctl(8) and its cache is updated to handle new semantics

etc/rc.d/btdevctl is updated to configure devices from a list
in /etc/bluetooth/btdevctl.conf

Revision 1.61 / (download) - annotate - [select for diffs], Sun Sep 10 02:28:33 2006 UTC (16 years, 6 months ago) by riz
Branch: MAIN
Changes since 1.60: +4 -2 lines
Diff to previous 1.60 (colored)

Add msk and mskc.

Revision 1.57.40.1 / (download) - annotate - [select for diffs], Sat Sep 9 02:39:53 2006 UTC (16 years, 6 months ago) by rpaulo
Branch: rpaulo-netinet-merge-pcb
Changes since 1.57: +1381 -240 lines
Diff to previous 1.57 (colored) next main 1.58 (colored)

sync with head

Revision 1.60 / (download) - annotate - [select for diffs], Thu Sep 7 14:23:44 2006 UTC (16 years, 6 months ago) by itohy
Branch: MAIN
CVS Tags: rpaulo-netinet-merge-pcb-base
Branch point for: newlock2
Changes since 1.59: +5 -2 lines
Diff to previous 1.59 (colored)

Add njata* at cardbus?

Revision 1.57.44.1 / (download) - annotate - [select for diffs], Sun Sep 3 15:22:58 2006 UTC (16 years, 6 months ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.57: +1378 -240 lines
Diff to previous 1.57 (colored)

sync with head.

Revision 1.59 / (download) - annotate - [select for diffs], Sat Aug 26 20:26:45 2006 UTC (16 years, 7 months ago) by christos
Branch: MAIN
CVS Tags: yamt-pdpolicy-base8
Changes since 1.58: +3 -5 lines
Diff to previous 1.58 (colored)

PR/34283: Gene ENonymous: Add IPFILTER_LOOKUP to the default kernel options
Also remove CCITT,NS,NIP

Revision 1.58 / (download) - annotate - [select for diffs], Thu Aug 17 19:56:14 2006 UTC (16 years, 7 months ago) by christos
Branch: MAIN
Changes since 1.57: +1380 -240 lines
Diff to previous 1.57 (colored)

the kernels Arnaud and I used to fix the debugging options.

Revision 1.57, Thu Nov 3 18:14:54 1994 UTC (28 years, 4 months ago) by mycroft
Branch: MAIN
CVS Tags: yamt-vop-base3, yamt-vop-base2, yamt-vop-base, yamt-vop, yamt-uio_vmspace-base5, yamt-uio_vmspace, yamt-readahead-base3, yamt-readahead-base2, yamt-readahead-base, yamt-readahead, yamt-pdpolicy-base7, yamt-pdpolicy-base6, yamt-pdpolicy-base5, yamt-pdpolicy-base4, yamt-pdpolicy-base3, yamt-pdpolicy-base2, yamt-pdpolicy-base, yamt-km-base4, yamt-km-base3, yamt-km-base2, yamt-km-base, yamt-km, thorpej_scsipi_nbase, thorpej_scsipi_beforemerge, thorpej_scsipi_base, thorpej_scsipi, thorpej-vnode-attr-base, thorpej-vnode-attr, thorpej-signal-base, thorpej-signal, thorpej-mips-cache-base, thorpej-mips-cache, thorpej-devvp-base, thorpej-devvp, sommerfeld_i386mpnext, simonb-timecounters-base, simonb-timecounters, simonb-timcounters-final, newlock-base, newlock, nathanw_sa_before_merge, nathanw_sa_base, marc-pcmcia-base, ktrace-lwp-base, ktrace-lwp, kqueue-base, kqueue, kent-audio2-base, kent-audio2, ifpoll-base, gmcgarry_ucred_base, gmcgarry_ucred, gmcgarry_ctxsw_base, gmcgarry_ctxsw, gehenna-devsw-base, gehenna-devsw, gdamore-uart-base, gdamore-uart, fvdl-softdep-base, elad-kernelauth-nbase, eeh-devprop-base, eeh-devprop, chs-ubc2-newbase
Branch point for: yamt-pdpolicy, yamt-lazymbuf, rpaulo-netinet-merge-pcb
Changes since 1.56: +1 -1 lines
FILE REMOVED

Clean up deleted files.

Revision 1.56 / (download) - annotate - [select for diffs], Thu Oct 27 04:14:46 1994 UTC (28 years, 5 months ago) by cgd
Branch: MAIN
CVS Tags: before_newconf_base
Changes since 1.55: +1 -2 lines
Diff to previous 1.55 (colored)

new RCS ID format.

Revision 1.55 / (download) - annotate - [select for diffs], Tue Oct 25 21:31:32 1994 UTC (28 years, 5 months ago) by cgd
Branch: MAIN
Changes since 1.54: +3 -2 lines
Diff to previous 1.54 (colored)

add COMPAT_10

Revision 1.54 / (download) - annotate - [select for diffs], Mon Jul 4 20:22:26 1994 UTC (28 years, 8 months ago) by cgd
Branch: MAIN
CVS Tags: netbsd-1-0-base, netbsd-1-0-RELEASE, netbsd-1-0-PATCH1, netbsd-1-0-PATCH06, netbsd-1-0-PATCH05, netbsd-1-0-PATCH04, netbsd-1-0-PATCH03, netbsd-1-0-PATCH02, netbsd-1-0-PATCH0, netbsd-1-0
Changes since 1.53: +3 -3 lines
Diff to previous 1.53 (colored)

ISOFS -> CD9660

Revision 1.53 / (download) - annotate - [select for diffs], Fri Jul 1 20:09:56 1994 UTC (28 years, 9 months ago) by mycroft
Branch: MAIN
Changes since 1.52: +2 -2 lines
Diff to previous 1.52 (colored)

is0 --> le0, and give trinity one.

Revision 1.52 / (download) - annotate - [select for diffs], Sat May 21 08:37:27 1994 UTC (28 years, 10 months ago) by cgd
Branch: MAIN
Changes since 1.51: +1 -4 lines
Diff to previous 1.51 (colored)

kiss maxfdescs goodbye

Revision 1.51 / (download) - annotate - [select for diffs], Thu May 19 09:11:57 1994 UTC (28 years, 10 months ago) by mycroft
Branch: MAIN
Changes since 1.50: +3 -5 lines
Diff to previous 1.50 (colored)

Add network foo.

Revision 1.50 / (download) - annotate - [select for diffs], Thu May 19 07:17:29 1994 UTC (28 years, 10 months ago) by cgd
Branch: MAIN
Changes since 1.49: +3 -3 lines
Diff to previous 1.49 (colored)

kill all sysv compat stuff, for a bit...

Revision 1.49 / (download) - annotate - [select for diffs], Mon May 9 23:10:40 1994 UTC (28 years, 10 months ago) by cgd
Branch: MAIN
Changes since 1.48: +2 -2 lines
Diff to previous 1.48 (colored)

no more SYSVSHM; commented out

Revision 1.48 / (download) - annotate - [select for diffs], Thu May 5 00:03:45 1994 UTC (28 years, 10 months ago) by cgd
Branch: MAIN
Changes since 1.47: +2 -2 lines
Diff to previous 1.47 (colored)

comment out hp0; at charles's prompting

Revision 1.47 / (download) - annotate - [select for diffs], Wed Apr 20 23:39:19 1994 UTC (28 years, 11 months ago) by mycroft
Branch: MAIN
Changes since 1.46: +27 -27 lines
Diff to previous 1.46 (colored)

Remove all `bio', `tty', `net', and `vector' specifications.

Revision 1.46 / (download) - annotate - [select for diffs], Fri Apr 15 00:25:12 1994 UTC (28 years, 11 months ago) by cgd
Branch: MAIN
Changes since 1.45: +4 -1 lines
Diff to previous 1.45 (colored)

add COMPAT_09 to all kernels, Pentium support to generic kernels

Revision 1.45 / (download) - annotate - [select for diffs], Wed Apr 13 07:53:02 1994 UTC (28 years, 11 months ago) by deraadt
Branch: MAIN
Changes since 1.44: +2 -2 lines
Diff to previous 1.44 (colored)

ep driver doesn't need port/irq, figures out by itself

Revision 1.44 / (download) - annotate - [select for diffs], Tue Mar 29 04:40:38 1994 UTC (29 years ago) by mycroft
Branch: MAIN
Changes since 1.43: +56 -52 lines
Diff to previous 1.43 (colored)

Update for new code.

Revision 1.43 / (download) - annotate - [select for diffs], Wed Mar 9 22:55:57 1994 UTC (29 years ago) by hpeyerl
Branch: MAIN
Changes since 1.42: +2 -2 lines
Diff to previous 1.42 (colored)

Make ep0 reflect factory default settings rather than my own.

Revision 1.42 / (download) - annotate - [select for diffs], Wed Mar 9 21:22:31 1994 UTC (29 years ago) by ws
Branch: MAIN
Changes since 1.41: +4 -1 lines
Diff to previous 1.41 (colored)

Make FFS optional

Revision 1.41 / (download) - annotate - [select for diffs], Wed Mar 9 02:57:21 1994 UTC (29 years ago) by cgd
Branch: MAIN
Changes since 1.40: +2 -1 lines
Diff to previous 1.40 (colored)

add I586_CPU at the suggestion of mike.long@analog.com

Revision 1.40 / (download) - annotate - [select for diffs], Fri Feb 18 19:56:46 1994 UTC (29 years, 1 month ago) by mycroft
Branch: MAIN
Changes since 1.39: +3 -3 lines
Diff to previous 1.39 (colored)

Update for new lpt.

Revision 1.39 / (download) - annotate - [select for diffs], Wed Jan 26 07:29:35 1994 UTC (29 years, 2 months ago) by hpeyerl
Branch: MAIN
Changes since 1.38: +1 -2 lines
Diff to previous 1.38 (colored)

ne0 goes away.

Revision 1.38 / (download) - annotate - [select for diffs], Tue Jan 25 04:24:59 1994 UTC (29 years, 2 months ago) by hpeyerl
Branch: MAIN
Changes since 1.37: +1 -3 lines
Diff to previous 1.37 (colored)

(woops; forgot this one) make ec and we go away.

Revision 1.37 / (download) - annotate - [select for diffs], Sat Jan 22 19:19:14 1994 UTC (29 years, 2 months ago) by hpeyerl
Branch: MAIN
Changes since 1.36: +2 -1 lines
Diff to previous 1.36 (colored)

Add ep driver

Revision 1.36 / (download) - annotate - [select for diffs], Sun Jan 16 01:36:15 1994 UTC (29 years, 2 months ago) by cgd
Branch: MAIN
Changes since 1.35: +4 -4 lines
Diff to previous 1.35 (colored)

turn on SYSVSHM and note the default value of SHMMAXPGS

Revision 1.35 / (download) - annotate - [select for diffs], Sun Jan 9 19:27:36 1994 UTC (29 years, 2 months ago) by cgd
Branch: MAIN
Changes since 1.34: +7 -1 lines
Diff to previous 1.34 (colored)

add entries for the 'audio' pseudo-dev and for the new soundblaster driver

Revision 1.34 / (download) - annotate - [select for diffs], Thu Jan 6 12:07:44 1994 UTC (29 years, 2 months ago) by cgd
Branch: MAIN
Changes since 1.33: +5 -2 lines
Diff to previous 1.33 (colored)

add 'maxfdescs 2048' to everything.  i'm sick of the warning...

Revision 1.33 / (download) - annotate - [select for diffs], Tue Dec 21 05:27:35 1993 UTC (29 years, 3 months ago) by brezak
Branch: MAIN
Changes since 1.32: +4 -1 lines
Diff to previous 1.32 (colored)

Add pseudo-device vn

Revision 1.32 / (download) - annotate - [select for diffs], Sun Nov 14 14:40:44 1993 UTC (29 years, 4 months ago) by cgd
Branch: MAIN
Changes since 1.31: +7 -1 lines
Diff to previous 1.31 (colored)

add SYSVMSG and SYSVSEM

Revision 1.31 / (download) - annotate - [select for diffs], Thu Nov 4 09:12:30 1993 UTC (29 years, 4 months ago) by cgd
Branch: MAIN
Changes since 1.30: +5 -1 lines
Diff to previous 1.30 (colored)

add mcd: Mitsumi CD driver by Holger Veit and Brian Moore

Revision 1.30 / (download) - annotate - [select for diffs], Tue Nov 2 06:19:46 1993 UTC (29 years, 5 months ago) by glass
Branch: MAIN
Changes since 1.29: +3 -2 lines
Diff to previous 1.29 (colored)

tablet line discipline compiles and probably works now.

Revision 1.29 / (download) - annotate - [select for diffs], Wed Oct 20 23:04:52 1993 UTC (29 years, 5 months ago) by cgd
Branch: MAIN
Changes since 1.28: +1 -4 lines
Diff to previous 1.28 (colored)

get rid of ACCOUNTING option.  it's mandatory, and there's no define any more.

Revision 1.28 / (download) - annotate - [select for diffs], Sun Sep 19 19:11:24 1993 UTC (29 years, 6 months ago) by brezak
Branch: MAIN
CVS Tags: magnum-base
Changes since 1.27: +4 -1 lines
Diff to previous 1.27 (colored)

Add USER_LDT option.

Revision 1.27 / (download) - annotate - [select for diffs], Tue Sep 14 20:01:19 1993 UTC (29 years, 6 months ago) by brezak
Branch: MAIN
Changes since 1.26: +2 -2 lines
Diff to previous 1.26 (colored)

No need to lospecifiy load address at 1M, now the default for any kernel.

Revision 1.26 / (download) - annotate - [select for diffs], Tue Sep 7 00:36:27 1993 UTC (29 years, 6 months ago) by mycroft
Branch: MAIN
Changes since 1.25: +33 -13 lines
Diff to previous 1.25 (colored)

Add a bunch more shit that was missing.

Revision 1.25 / (download) - annotate - [select for diffs], Tue Sep 7 00:25:50 1993 UTC (29 years, 6 months ago) by mycroft
Branch: MAIN
Changes since 1.24: +49 -17 lines
Diff to previous 1.24 (colored)

Rearrange SCSI probing to actually work.

Revision 1.24 / (download) - annotate - [select for diffs], Mon Sep 6 23:35:19 1993 UTC (29 years, 6 months ago) by mycroft
Branch: MAIN
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (colored)

Rearrange ethernet probing in the vain hope that maybe, just maybe, the ne0
probe's effect on ed0 will be reversed when the latter is reset.

Revision 1.23 / (download) - annotate - [select for diffs], Mon Sep 6 23:31:33 1993 UTC (29 years, 6 months ago) by mycroft
Branch: MAIN
Changes since 1.22: +6 -4 lines
Diff to previous 1.22 (colored)

Comment out we0 and ec0, and add equivalent ed0 and ed1.

Revision 1.22 / (download) - annotate - [select for diffs], Mon Sep 6 23:29:33 1993 UTC (29 years, 6 months ago) by mycroft
Branch: MAIN
Changes since 1.21: +94 -39 lines
Diff to previous 1.21 (colored)

Add a generous dose of comments.

Revision 1.21 / (download) - annotate - [select for diffs], Mon Sep 6 21:15:56 1993 UTC (29 years, 6 months ago) by mycroft
Branch: MAIN
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored)

Change `NFS' to `NFSSERVER,NFSCLIENT'.

Revision 1.20 / (download) - annotate - [select for diffs], Mon Sep 6 18:37:56 1993 UTC (29 years, 6 months ago) by mycroft
Branch: MAIN
Changes since 1.19: +8 -7 lines
Diff to previous 1.19 (colored)

Correct I/O ports for mice.

Revision 1.19 / (download) - annotate - [select for diffs], Sun Sep 5 22:34:12 1993 UTC (29 years, 6 months ago) by mycroft
Branch: MAIN
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored)

Second wd0 should be wd1.

Revision 1.18 / (download) - annotate - [select for diffs], Mon Aug 30 07:07:54 1993 UTC (29 years, 7 months ago) by deraadt
Branch: MAIN
Changes since 1.17: +2 -4 lines
Diff to previous 1.17 (colored)

pagers are not options, not pseudo-devices

Revision 1.17 / (download) - annotate - [select for diffs], Sun Aug 29 01:54:25 1993 UTC (29 years, 7 months ago) by mycroft
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

There is no longer any good reason to allocate a small number of ptys.
Increased to 32 so people will not bitch at me next time around.

Revision 1.16 / (download) - annotate - [select for diffs], Fri Aug 27 23:55:28 1993 UTC (29 years, 7 months ago) by brezak
Branch: MAIN
Changes since 1.15: +4 -2 lines
Diff to previous 1.15 (colored)

Load at 1M and turn-on MACHINE_NONCONTIG option.

Revision 1.15 / (download) - annotate - [select for diffs], Tue Aug 24 21:39:35 1993 UTC (29 years, 7 months ago) by mycroft
Branch: MAIN
Changes since 1.14: +6 -4 lines
Diff to previous 1.14 (colored)

Add ACCOUNTING and GATEWAY options.

Revision 1.14 / (download) - annotate - [select for diffs], Sat Aug 14 06:38:06 1993 UTC (29 years, 7 months ago) by deraadt
Branch: MAIN
Changes since 1.13: +2 -1 lines
Diff to previous 1.13 (colored)

ppp from paul mackerras

Revision 1.13 / (download) - annotate - [select for diffs], Sat Aug 7 08:03:26 1993 UTC (29 years, 7 months ago) by cgd
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

merge in changes from netbsd-0-9-ALPHA2

Revision 1.12.2.1 / (download) - annotate - [select for diffs], Fri Aug 6 08:28:08 1993 UTC (29 years, 7 months ago) by cgd
Branch: netbsd-0-9
CVS Tags: netbsd-0-9-patch-001, netbsd-0-9-RELEASE, netbsd-0-9-BETA, netbsd-0-9-ALPHA2
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored) next main 1.13 (colored)

bms -> mms

Revision 1.12 / (download) - annotate - [select for diffs], Sun Jun 27 05:33:18 1993 UTC (29 years, 9 months ago) by andrew
Branch: MAIN
CVS Tags: netbsd-0-9-base, netbsd-0-9-ALPHA
Branch point for: netbsd-0-9
Changes since 1.11: +6 -1 lines
Diff to previous 1.11 (colored)

Added bus mice.

Revision 1.11 / (download) - annotate - [select for diffs], Sun Jun 6 22:20:03 1993 UTC (29 years, 9 months ago) by cgd
Branch: MAIN
Changes since 1.10: +1 -6 lines
Diff to previous 1.10 (colored)

cleanup, add DDB to dist. floppy kernels, and get rid of f*@#ing "as"

Revision 1.10 / (download) - annotate - [select for diffs], Sun Jun 6 04:15:29 1993 UTC (29 years, 9 months ago) by cgd
Branch: MAIN
Changes since 1.9: +5 -5 lines
Diff to previous 1.9 (colored)

incorporate Bruce Evans' interrupt changes, as hacked by Rod grimes,
for patchkit patch 158.  it appears to work well.

Revision 1.9 / (download) - annotate - [select for diffs], Thu Jun 3 01:30:22 1993 UTC (29 years, 10 months ago) by cgd
Branch: MAIN
Changes since 1.8: +2 -1 lines
Diff to previous 1.8 (colored)

add 'options "COMPAT_NOMID"' for compatibility w/i386 binaries w/no
a_mid in their exec structure (and therefore, in the NWO, having
an a_mid of MID_ZERO)

Revision 1.8 / (download) - annotate - [select for diffs], Thu May 20 14:32:19 1993 UTC (29 years, 10 months ago) by cgd
Branch: MAIN
Changes since 1.7: +4 -2 lines
Diff to previous 1.7 (colored)

update config files for correct "cpu" usage

Revision 1.7 / (download) - annotate - [select for diffs], Fri May 7 08:32:23 1993 UTC (29 years, 10 months ago) by cgd
Branch: MAIN
Changes since 1.6: +6 -3 lines
Diff to previous 1.6 (colored)

add PC speaker driver pseudo-device

Revision 1.6 / (download) - annotate - [select for diffs], Tue May 4 05:37:52 1993 UTC (29 years, 10 months ago) by cgd
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

make serial ports have right numbers, and add slip to generic kernels

Revision 1.5 / (download) - annotate - [select for diffs], Wed Apr 28 06:39:20 1993 UTC (29 years, 11 months ago) by cgd
Branch: MAIN
Changes since 1.4: +1 -1 lines
Diff to previous 1.4 (colored)

bsd->netbsd

Revision 1.4 / (download) - annotate - [select for diffs], Wed Apr 28 05:31:04 1993 UTC (29 years, 11 months ago) by cgd
Branch: MAIN
Changes since 1.3: +1 -1 lines
Diff to previous 1.3 (colored)

get rid of the silly quotes

Revision 1.3 / (download) - annotate - [select for diffs], Wed Apr 28 05:28:58 1993 UTC (29 years, 11 months ago) by cgd
Branch: MAIN
Changes since 1.2: +1 -1 lines
Diff to previous 1.2 (colored)

new kernel name is bsd

Revision 1.2 / (download) - annotate - [select for diffs], Sat Apr 10 15:55:16 1993 UTC (29 years, 11 months ago) by glass
Branch: MAIN
CVS Tags: netbsd-alpha-1, netbsd-0-8
Changes since 1.1: +5 -5 lines
Diff to previous 1.1 (colored)

Added ISO,CITTT,NS stuff.  still missing a few things.  up to 798k

Revision 1.1 / (download) - annotate - [select for diffs], Sat Apr 10 12:03:36 1993 UTC (29 years, 11 months ago) by glass
Branch: MAIN

fixed to be compliant, subservient, and to take advantage of the newly
hacked config(8)
ALL config file should gradually get all the configurable options,drivers,etc

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>