The NetBSD Project

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

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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.421 / (download) - annotate - [select for diffs], Wed Mar 6 13:37:35 2024 UTC (5 weeks, 5 days ago) by thorpej
Branch: MAIN
CVS Tags: HEAD
Changes since 1.420: +5 -5 lines
Diff to previous 1.420 (colored) to selected 1.322.6.1 (colored)

Tidy up TLSB autoconfiguration just a bit.

Revision 1.420 / (download) - annotate - [select for diffs], Sat Mar 2 20:15:33 2024 UTC (6 weeks, 2 days ago) by thorpej
Branch: MAIN
Changes since 1.419: +3 -2 lines
Diff to previous 1.419 (colored) to selected 1.322.6.1 (colored)

Add the basic framework for the DEC KN7AA ("Ruby") systems -- DEC 7000
and DEC 10000.

This is a work-in-progress, but this should be sufficient for the system
to boot, using the PROM console routines (and then proceed to not find any
devices because we don't yet support the "Laser System Bus").

Revision 1.419 / (download) - annotate - [select for diffs], Sun Dec 17 18:48:53 2023 UTC (3 months, 4 weeks ago) by andvar
Branch: MAIN
Changes since 1.418: +3 -3 lines
Diff to previous 1.418 (colored) to selected 1.322.6.1 (colored)

s/keyboad/keyboard/ in wsmux description comment.

Revision 1.418 / (download) - annotate - [select for diffs], Thu Feb 9 14:09:47 2023 UTC (14 months ago) by abs
Branch: MAIN
CVS Tags: thorpej-ifq-base, thorpej-ifq, thorpej-altq-separation-base, thorpej-altq-separation
Changes since 1.417: +3 -3 lines
Diff to previous 1.417 (colored) to selected 1.322.6.1 (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.417 / (download) - annotate - [select for diffs], Thu Dec 22 11:05:54 2022 UTC (15 months, 3 weeks ago) by nat
Branch: MAIN
Changes since 1.416: +3 -2 lines
Diff to previous 1.416 (colored) to selected 1.322.6.1 (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.416 / (download) - annotate - [select for diffs], Thu Sep 29 10:10:05 2022 UTC (18 months, 2 weeks ago) by riastradh
Branch: MAIN
CVS Tags: netbsd-10-base, netbsd-10-0-RELEASE, netbsd-10-0-RC6, netbsd-10-0-RC5, netbsd-10-0-RC4, netbsd-10-0-RC3, netbsd-10-0-RC2, netbsd-10-0-RC1, netbsd-10, bouyer-sunxi-drm-base, bouyer-sunxi-drm
Changes since 1.415: +3 -2 lines
Diff to previous 1.415 (colored) to selected 1.322.6.1 (colored)

swwdog(4): Add to GENERIC kernels.

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

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

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

PR kern/29702

Revision 1.415 / (download) - annotate - [select for diffs], Sun Aug 7 02:52:23 2022 UTC (20 months, 1 week ago) by simonb
Branch: MAIN
Changes since 1.414: +8 -7 lines
Diff to previous 1.414 (colored) to selected 1.322.6.1 (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.414 / (download) - annotate - [select for diffs], Thu Sep 9 13:08:07 2021 UTC (2 years, 7 months ago) by jakllsch
Branch: MAIN
Changes since 1.413: +5 -2 lines
Diff to previous 1.413 (colored) to selected 1.322.6.1 (colored)

Add optional GENERIC.local include in alpha's GENERIC.

Revision 1.410.6.2 / (download) - annotate - [select for diffs], Sun Aug 1 22:42:01 2021 UTC (2 years, 8 months ago) by thorpej
Branch: thorpej-i2c-spi-conf
Changes since 1.410.6.1: +14 -32 lines
Diff to previous 1.410.6.1 (colored) to branchpoint 1.410 (colored) next main 1.411 (colored) to selected 1.322.6.1 (colored)

Sync with HEAD.

Revision 1.413 / (download) - annotate - [select for diffs], Fri Jul 23 14:38:58 2021 UTC (2 years, 8 months ago) by thorpej
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.412: +14 -29 lines
Diff to previous 1.412 (colored) to selected 1.322.6.1 (colored)

Use wildcard matches more consistently, and attach pci, eisa, isa, and
usb to their interface attributes, which makes for easier trimming-down
with "no" directives.

Revision 1.412 / (download) - annotate - [select for diffs], Tue Jun 29 10:22:34 2021 UTC (2 years, 9 months ago) by nia
Branch: MAIN
Changes since 1.411: +2 -5 lines
Diff to previous 1.411 (colored) to selected 1.322.6.1 (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.410.6.1 / (download) - annotate - [select for diffs], Thu Jun 17 04:46:17 2021 UTC (2 years, 9 months ago) by thorpej
Branch: thorpej-i2c-spi-conf
Changes since 1.410: +3 -2 lines
Diff to previous 1.410 (colored) to selected 1.322.6.1 (colored)

Sync w/ HEAD.

Revision 1.410.8.1 / (download) - annotate - [select for diffs], Mon May 31 22:15:09 2021 UTC (2 years, 10 months ago) by cjep
Branch: cjep_staticlib_x
Changes since 1.410: +3 -2 lines
Diff to previous 1.410 (colored) next main 1.411 (colored) to selected 1.322.6.1 (colored)

sync with head

Revision 1.411 / (download) - annotate - [select for diffs], Fri May 28 07:33:02 2021 UTC (2 years, 10 months ago) by msaitoh
Branch: MAIN
CVS Tags: cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1
Changes since 1.410: +3 -2 lines
Diff to previous 1.410 (colored) to selected 1.322.6.1 (colored)

 Add ixg* (commented out). Tested with rin@'s AlphaServer DS10.

Revision 1.410 / (download) - annotate - [select for diffs], Mon Sep 28 03:30:47 2020 UTC (3 years, 6 months ago) by thorpej
Branch: MAIN
CVS Tags: thorpej-futex-base, thorpej-futex, thorpej-cfargs-base, thorpej-cfargs, cjep_staticlib_x-base
Branch point for: thorpej-i2c-spi-conf, cjep_staticlib_x
Changes since 1.409: +3 -3 lines
Diff to previous 1.409 (colored) to selected 1.322.6.1 (colored)

Fix typo in rev 1.408.

Revision 1.409 / (download) - annotate - [select for diffs], Sun Sep 27 23:59:37 2020 UTC (3 years, 6 months ago) by thorpej
Branch: MAIN
Changes since 1.408: +3 -2 lines
Diff to previous 1.408 (colored) to selected 1.322.6.1 (colored)

Add a "qemu" driver to access services provided by the Qemu VM.  First
order of business is to use the Qemu "get-time" console service call as
the perferred system timecounter.

Revision 1.408 / (download) - annotate - [select for diffs], Sun Sep 27 13:48:49 2020 UTC (3 years, 6 months ago) by roy
Branch: MAIN
Changes since 1.407: +4 -3 lines
Diff to previous 1.407 (colored) to selected 1.322.6.1 (colored)

vether: Add to kernel configurations

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

Revision 1.407 / (download) - annotate - [select for diffs], Sat Sep 5 01:28:18 2020 UTC (3 years, 7 months ago) by thorpej
Branch: MAIN
Changes since 1.406: +3 -2 lines
Diff to previous 1.406 (colored) to selected 1.322.6.1 (colored)

Add siisata.

Revision 1.406 / (download) - annotate - [select for diffs], Sat Sep 5 01:02:02 2020 UTC (3 years, 7 months ago) by thorpej
Branch: MAIN
Changes since 1.405: +3 -3 lines
Diff to previous 1.405 (colored) to selected 1.322.6.1 (colored)

Build GENERIC with debug symbols, not just GENERIC.MP.

Revision 1.405 / (download) - annotate - [select for diffs], Sat Aug 29 16:00:36 2020 UTC (3 years, 7 months ago) by thorpej
Branch: MAIN
Changes since 1.404: +4 -3 lines
Diff to previous 1.404 (colored) to selected 1.322.6.1 (colored)

Enable DIAGNOSTIC by default in -current.  Should be commented out
in release branches.  Add commented-out LOCKDEBUG option.

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

make COMPAT_LINUX option disabled by default

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

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

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

Revision 1.402 / (download) - annotate - [select for diffs], Sat May 16 13:46:10 2020 UTC (3 years, 11 months ago) by maya
Branch: MAIN
Changes since 1.401: +2 -5 lines
Diff to previous 1.401 (colored) to selected 1.322.6.1 (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.383.2.3 / (download) - annotate - [select for diffs], Mon Apr 13 08:03:29 2020 UTC (4 years ago) by martin
Branch: phil-wifi
Changes since 1.383.2.2: +4 -0 lines
Diff to previous 1.383.2.2 (colored) to branchpoint 1.383 (colored) next main 1.384 (colored) to selected 1.322.6.1 (colored)

Mostly merge changes from HEAD upto 20200411

Revision 1.383.2.2 / (download) - annotate - [select for diffs], Wed Apr 8 14:07:25 2020 UTC (4 years ago) by martin
Branch: phil-wifi
Changes since 1.383.2.1: +3 -11 lines
Diff to previous 1.383.2.1 (colored) to branchpoint 1.383 (colored) to selected 1.322.6.1 (colored)

Merge changes from current as of 20200406

Revision 1.401 / (download) - annotate - [select for diffs], Wed Mar 25 17:06:17 2020 UTC (4 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.400: +2 -5 lines
Diff to previous 1.400 (colored) to selected 1.322.6.1 (colored)

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

Revision 1.396.2.1 / (download) - annotate - [select for diffs], Sat Jan 25 22:38:37 2020 UTC (4 years, 2 months ago) by ad
Branch: ad-namecache
Changes since 1.396: +3 -8 lines
Diff to previous 1.396 (colored) next main 1.397 (colored) to selected 1.322.6.1 (colored)

Sync with head.

Revision 1.400 / (download) - annotate - [select for diffs], Sat Jan 25 18:38:34 2020 UTC (4 years, 2 months ago) by thorpej
Branch: MAIN
CVS Tags: is-mlppp-base, is-mlppp, ad-namecache-base3, ad-namecache-base2
Changes since 1.399: +3 -3 lines
Diff to previous 1.399 (colored) to selected 1.322.6.1 (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.399 / (download) - annotate - [select for diffs], Mon Jan 20 18:38:19 2020 UTC (4 years, 2 months ago) by thorpej
Branch: MAIN
Changes since 1.398: +2 -5 lines
Diff to previous 1.398 (colored) to selected 1.322.6.1 (colored)

Remove FDDI support.

Revision 1.398 / (download) - annotate - [select for diffs], Sun Jan 19 06:55:22 2020 UTC (4 years, 2 months ago) by thorpej
Branch: MAIN
Changes since 1.397: +2 -3 lines
Diff to previous 1.397 (colored) to selected 1.322.6.1 (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.397 / (download) - annotate - [select for diffs], Sun Jan 19 01:25:04 2020 UTC (4 years, 2 months ago) by thorpej
Branch: MAIN
Changes since 1.396: +2 -3 lines
Diff to previous 1.396 (colored) to selected 1.322.6.1 (colored)

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

Revision 1.396 / (download) - annotate - [select for diffs], Fri Aug 9 08:05:57 2019 UTC (4 years, 8 months ago) by rin
Branch: MAIN
CVS Tags: phil-wifi-20191119, ad-namecache-base1, ad-namecache-base
Branch point for: ad-namecache
Changes since 1.395: +2 -0 lines
Diff to previous 1.395 (colored) to selected 1.322.6.1 (colored)

Add CONSPEED option, which changes baud rate of serial console.

Revision 1.395 / (download) - annotate - [select for diffs], Fri Aug 9 08:02:23 2019 UTC (4 years, 8 months ago) by rin
Branch: MAIN
Changes since 1.394: +4 -2 lines
Diff to previous 1.394 (colored) to selected 1.322.6.1 (colored)

Add xhci(4). Just working for me.

Revision 1.383.2.1 / (download) - annotate - [select for diffs], Mon Jun 10 22:05:45 2019 UTC (4 years, 10 months ago) by christos
Branch: phil-wifi
Changes since 1.383: +15 -34 lines
Diff to previous 1.383 (colored) to selected 1.322.6.1 (colored)

Sync with HEAD

Revision 1.394 / (download) - annotate - [select for diffs], Fri Apr 26 21:40:28 2019 UTC (4 years, 11 months ago) by sevan
Branch: MAIN
CVS Tags: phil-wifi-20190609, netbsd-9-base, netbsd-9-3-RELEASE, netbsd-9-2-RELEASE, netbsd-9-1-RELEASE, netbsd-9-0-RELEASE, netbsd-9-0-RC2, netbsd-9-0-RC1, netbsd-9
Changes since 1.393: +5 -19 lines
Diff to previous 1.393 (colored) to selected 1.322.6.1 (colored)

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

Revision 1.393 / (download) - annotate - [select for diffs], Sat Apr 13 08:22:58 2019 UTC (5 years ago) by isaki
Branch: MAIN
CVS Tags: isaki-audio2-base, isaki-audio2
Changes since 1.392: +3 -2 lines
Diff to previous 1.392 (colored) to selected 1.322.6.1 (colored)

Add drvctl to kernel which has audio device.
audiocfg(1) requires drvctl(4).

Revision 1.392 / (download) - annotate - [select for diffs], Fri Apr 5 14:15:33 2019 UTC (5 years ago) by thorpej
Branch: MAIN
Changes since 1.391: +6 -3 lines
Diff to previous 1.391 (colored) to selected 1.322.6.1 (colored)

Add (commented out) MODULAR-related options.

Revision 1.391 / (download) - annotate - [select for diffs], Mon Mar 25 19:24:30 2019 UTC (5 years ago) by maxv
Branch: MAIN
Changes since 1.390: +2 -5 lines
Diff to previous 1.390 (colored) to selected 1.322.6.1 (colored)

Remove compat_osf1, discussed on tech-kern@.

Revision 1.390 / (download) - annotate - [select for diffs], Sat Mar 16 08:03:03 2019 UTC (5 years, 1 month ago) by maxv
Branch: MAIN
Changes since 1.389: +3 -3 lines
Diff to previous 1.389 (colored) to selected 1.322.6.1 (colored)

Disable COMPAT_OSF1, will be removed.

Revision 1.389 / (download) - annotate - [select for diffs], Wed Feb 6 11:58:30 2019 UTC (5 years, 2 months ago) by rin
Branch: MAIN
Changes since 1.388: +4 -3 lines
Diff to previous 1.388 (colored) to selected 1.322.6.1 (colored)

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

Revision 1.388 / (download) - annotate - [select for diffs], Sun Jan 27 08:53:29 2019 UTC (5 years, 2 months ago) by maxv
Branch: MAIN
Changes since 1.387: +2 -3 lines
Diff to previous 1.387 (colored) to selected 1.322.6.1 (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.387 / (download) - annotate - [select for diffs], Sun Jan 27 02:08:37 2019 UTC (5 years, 2 months ago) by pgoyette
Branch: MAIN
Changes since 1.386: +3 -3 lines
Diff to previous 1.386 (colored) to selected 1.322.6.1 (colored)

Merge the [pgoyette-compat] branch

Revision 1.379.2.5 / (download) - annotate - [select for diffs], Sun Sep 30 01:45:36 2018 UTC (5 years, 6 months ago) by pgoyette
Branch: pgoyette-compat
CVS Tags: pgoyette-compat-merge-20190127
Changes since 1.379.2.4: +2 -3 lines
Diff to previous 1.379.2.4 (colored) to branchpoint 1.379 (colored) next main 1.380 (colored) to selected 1.322.6.1 (colored)

Ssync with HEAD

Revision 1.379.2.4 / (download) - annotate - [select for diffs], Sat Sep 22 04:23:22 2018 UTC (5 years, 6 months ago) by pgoyette
Branch: pgoyette-compat
Changes since 1.379.2.3: +3 -3 lines
Diff to previous 1.379.2.3 (colored) to branchpoint 1.379 (colored) to selected 1.322.6.1 (colored)

Alpha GENERIC requires compat_09 for osf1 compat

Revision 1.379.2.3 / (download) - annotate - [select for diffs], Thu Sep 6 06:55:23 2018 UTC (5 years, 7 months ago) by pgoyette
Branch: pgoyette-compat
Changes since 1.379.2.2: +4 -9 lines
Diff to previous 1.379.2.2 (colored) to branchpoint 1.379 (colored) to selected 1.322.6.1 (colored)

Sync with HEAD

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

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

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

Revision 1.385 / (download) - annotate - [select for diffs], Sat Aug 25 20:52:40 2018 UTC (5 years, 7 months ago) by rin
Branch: MAIN
CVS Tags: pgoyette-compat-0906
Changes since 1.384: +3 -2 lines
Diff to previous 1.384 (colored) to selected 1.322.6.1 (colored)

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

Revision 1.384 / (download) - annotate - [select for diffs], Wed Aug 1 20:04:09 2018 UTC (5 years, 8 months ago) by maxv
Branch: MAIN
Changes since 1.383: +3 -9 lines
Diff to previous 1.383 (colored) to selected 1.322.6.1 (colored)

Unreference IPF/PF from all the config files, and enable NPF instead when
wanted. This also fixes some inconsistencies I saw in several files (eg
IPF options while IPF was not compiled, IPF+PF enabled by default, etc).

Revision 1.379.2.2 / (download) - annotate - [select for diffs], Mon Jun 25 07:25:38 2018 UTC (5 years, 9 months ago) by pgoyette
Branch: pgoyette-compat
Changes since 1.379.2.1: +14 -14 lines
Diff to previous 1.379.2.1 (colored) to branchpoint 1.379 (colored) to selected 1.322.6.1 (colored)

Sync with HEAD

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

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

Revision 1.379.2.1 / (download) - annotate - [select for diffs], Mon May 21 04:35:57 2018 UTC (5 years, 10 months ago) by pgoyette
Branch: pgoyette-compat
Changes since 1.379: +14 -14 lines
Diff to previous 1.379 (colored) to selected 1.322.6.1 (colored)

Sync with HEAD

Revision 1.382 / (download) - annotate - [select for diffs], Tue May 15 00:42:35 2018 UTC (5 years, 11 months ago) by thorpej
Branch: MAIN
CVS Tags: pgoyette-compat-0521
Changes since 1.381: +4 -4 lines
Diff to previous 1.381 (colored) to selected 1.322.6.1 (colored)

Actully, we can STAR the iic instances (the configuration code can
handle pinned pspecs to STAR'd potential parents).

Revision 1.381 / (download) - annotate - [select for diffs], Mon May 14 22:11:30 2018 UTC (5 years, 11 months ago) by jakllsch
Branch: MAIN
Changes since 1.380: +3 -3 lines
Diff to previous 1.380 (colored) to selected 1.322.6.1 (colored)

Move iic0 at alipm? to iic1.  Using iic0 will conflict with the
iic0 at tsciic? on the API CS20.

XXX: Enumerate the similar-to-DS20L I2C devices on the CS20, which
IIRC are not all on the tsciic(4) I2C bus, and comment GENERIC
accordingly.

Revision 1.380 / (download) - annotate - [select for diffs], Mon May 14 21:11:39 2018 UTC (5 years, 11 months ago) by thorpej
Branch: MAIN
Changes since 1.379: +16 -16 lines
Diff to previous 1.379 (colored) to selected 1.322.6.1 (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.

Revision 1.375.8.1 / (download) - annotate - [select for diffs], Fri Jan 26 14:28:17 2018 UTC (6 years, 2 months ago) by martin
Branch: netbsd-8
CVS Tags: netbsd-8-2-RELEASE, netbsd-8-1-RELEASE, netbsd-8-1-RC1, netbsd-8-0-RELEASE, netbsd-8-0-RC2, netbsd-8-0-RC1
Changes since 1.375: +4 -4 lines
Diff to previous 1.375 (colored) next main 1.376 (colored) to selected 1.322.6.1 (colored)

Pull up following revision(s) (requested by sevan in ticket #510):
	sys/arch/sun3/conf/GENERIC3X: revision 1.130
	sys/arch/sparc64/conf/GENERIC: revision 1.203
	sys/arch/news68k/conf/LIBERO: revision 1.66
	sys/arch/amiga/conf/DRACO: revision 1.185
	sys/arch/evbarm/conf/MV2120: revision 1.35
	sys/arch/x68k/conf/GENERIC: revision 1.187
	sys/arch/rs6000/conf/GENERIC: revision 1.39
	sys/arch/news68k/conf/GENERIC_TINY: revision 1.86
	sys/arch/i386/conf/XEN3_DOMU: revision 1.88
	sys/arch/iyonix/conf/GENERIC: revision 1.97
	sys/arch/evbarm64/conf/A64EMUL: revision 1.11
	sys/arch/mvme68k/conf/GENERIC: revision 1.98
	sys/arch/acorn32/conf/GENERIC: revision 1.124
	sys/arch/i386/conf/XEN3_DOM0: revision 1.125
	sys/arch/cobalt/conf/INSTALL: revision 1.65
	sys/arch/macppc/conf/GENERIC_601: revision 1.16
	sys/arch/hppa/conf/GENERIC: revision 1.17
	sys/arch/amiga/conf/GENERIC.in: revision 1.137
	sys/arch/sgimips/conf/GENERIC32_IP12: revision 1.33
	sys/arch/netwinder/conf/GENERIC: revision 1.134
	sys/arch/amd64/conf/XEN3_DOMU: revision 1.83
	sys/arch/mac68k/conf/GENERIC: revision 1.225
	sys/arch/arc/conf/RPC44: revision 1.54
	sys/arch/mipsco/conf/GENERIC: revision 1.92
	sys/arch/cats/conf/GENERIC: revision 1.166
	sys/arch/amd64/conf/XEN3_DOM0: revision 1.145
	sys/arch/amigappc/conf/GENERIC: revision 1.33
	sys/arch/sun3/conf/GENERIC: revision 1.176
	sys/arch/news68k/conf/GENERIC: revision 1.130
	sys/arch/hpcsh/conf/GENERIC: revision 1.110
	sys/arch/hp300/conf/GENERIC: revision 1.198
	sys/arch/atari/conf/GENERIC.in: revision 1.115
	sys/arch/sparc/conf/MRCOFFEE: revision 1.54
	sys/arch/evbppc/conf/EXPLORA451: revision 1.62
	sys/arch/cesfic/conf/GENERIC: revision 1.69
	sys/arch/vax/conf/GENERIC: revision 1.204
	sys/arch/sgimips/conf/GENERIC32_IP3x: revision 1.115
	sys/arch/sgimips/conf/GENERIC32_IP2x: revision 1.112
	sys/arch/sparc/conf/GENERIC: revision 1.258
	sys/arch/next68k/conf/GENERIC: revision 1.145
	sys/arch/evbarm/conf/MMNET_GENERIC: revision 1.34
	sys/arch/prep/conf/GENERIC: revision 1.185
	sys/arch/amiga/conf/INSTALL: revision 1.129
	sys/arch/newsmips/conf/GENERIC: revision 1.133
	sys/arch/cobalt/conf/GENERIC: revision 1.156
	sys/arch/sun2/conf/GENERIC: revision 1.99
	sys/arch/luna68k/conf/INSTALL: revision 1.25
	sys/arch/amigappc/conf/NULL: revision 1.53
	sys/arch/acorn26/conf/GENERIC: revision 1.85
	sys/arch/vax/conf/VAX780: revision 1.25
	sys/arch/luna68k/conf/GENERIC: revision 1.125
	sys/arch/ews4800mips/conf/GENERIC: revision 1.56
	sys/arch/macppc/conf/POWERMAC_G5: revision 1.29
	sys/arch/arc/conf/GENERIC: revision 1.189
	sys/arch/macppc/conf/MAMBO: revision 1.27
	sys/arch/acorn32/conf/EB7500ATX: revision 1.64
	sys/arch/pmax/conf/GENERIC: revision 1.196
	sys/arch/pmax/conf/GENERIC64: revision 1.28
	sys/arch/amiga/conf/GENERIC: revision 1.319
	sys/arch/evbarm/conf/MPCSA_GENERIC: revision 1.55
	sys/arch/macppc/conf/GENERIC: revision 1.339
	sys/arch/emips/conf/GENERIC: revision 1.21
	sys/arch/sandpoint/conf/GENERIC: revision 1.97
	sys/arch/landisk/conf/GENERIC: revision 1.58
	sys/arch/bebox/conf/GENERIC: revision 1.157
	sys/arch/alpha/conf/GENERIC: revision 1.379
Alternate buffer queue strategies no longer considered experimental, update
description.
Discussed on tech-kern
http://mail-index.netbsd.org/tech-kern/2018/01/21/msg023002.html

Revision 1.379 / (download) - annotate - [select for diffs], Tue Jan 23 14:47:53 2018 UTC (6 years, 2 months ago) by sevan
Branch: MAIN
CVS Tags: pgoyette-compat-base, pgoyette-compat-0502, pgoyette-compat-0422, pgoyette-compat-0415, pgoyette-compat-0407, pgoyette-compat-0330, pgoyette-compat-0322, pgoyette-compat-0315
Branch point for: pgoyette-compat
Changes since 1.378: +4 -4 lines
Diff to previous 1.378 (colored) to selected 1.322.6.1 (colored)

Alternate buffer queue strategies no longer considered experimental, update
description.

Discussed on tech-kern
http://mail-index.netbsd.org/tech-kern/2018/01/21/msg023002.html

Revision 1.345.2.4 / (download) - annotate - [select for diffs], Sun Dec 3 11:35:46 2017 UTC (6 years, 4 months ago) by jdolecek
Branch: tls-maxphys
Changes since 1.345.2.3: +18 -35 lines
Diff to previous 1.345.2.3 (colored) next main 1.346 (colored) to selected 1.322.6.1 (colored)

update from HEAD

Revision 1.378 / (download) - annotate - [select for diffs], Thu Sep 14 07:58:38 2017 UTC (6 years, 7 months ago) by mrg
Branch: MAIN
CVS Tags: tls-maxphys-base-20171202
Changes since 1.377: +4 -20 lines
Diff to previous 1.377 (colored) to selected 1.322.6.1 (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.377 / (download) - annotate - [select for diffs], Wed Sep 13 22:24:42 2017 UTC (6 years, 7 months ago) by sevan
Branch: MAIN
Changes since 1.376: +2 -5 lines
Diff to previous 1.376 (colored) to selected 1.322.6.1 (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.362.2.8 / (download) - annotate - [select for diffs], Mon Aug 28 17:51:27 2017 UTC (6 years, 7 months ago) by skrll
Branch: nick-nhusb
Changes since 1.362.2.7: +2 -3 lines
Diff to previous 1.362.2.7 (colored) to branchpoint 1.362 (colored) next main 1.363 (colored) to selected 1.322.6.1 (colored)

Sync with HEAD

Revision 1.376 / (download) - annotate - [select for diffs], Sat Jul 29 18:08:56 2017 UTC (6 years, 8 months ago) by maxv
Branch: MAIN
CVS Tags: nick-nhusb-base-20170825
Changes since 1.375: +2 -3 lines
Diff to previous 1.375 (colored) to selected 1.322.6.1 (colored)

Remove TCP_COMPAT_42 from the config files. Pass 3.

Revision 1.362.2.7 / (download) - annotate - [select for diffs], Sun Feb 5 13:40:01 2017 UTC (7 years, 2 months ago) by skrll
Branch: nick-nhusb
Changes since 1.362.2.6: +5 -3 lines
Diff to previous 1.362.2.6 (colored) to branchpoint 1.362 (colored) to selected 1.322.6.1 (colored)

Sync with HEAD

Revision 1.368.2.2 / (download) - annotate - [select for diffs], Sat Jan 7 08:56:09 2017 UTC (7 years, 3 months ago) by pgoyette
Branch: pgoyette-localcount
Changes since 1.368.2.1: +7 -3 lines
Diff to previous 1.368.2.1 (colored) to branchpoint 1.368 (colored) next main 1.369 (colored) to selected 1.322.6.1 (colored)

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

Revision 1.375 / (download) - annotate - [select for diffs], Tue Dec 13 20:42:16 2016 UTC (7 years, 4 months ago) by christos
Branch: MAIN
CVS Tags: prg-localcount2-base3, prg-localcount2-base2, prg-localcount2-base1, prg-localcount2-base, prg-localcount2, pgoyette-localcount-20170426, pgoyette-localcount-20170320, pgoyette-localcount-20170107, perseant-stdc-iso10646-base, perseant-stdc-iso10646, nick-nhusb-base-20170204, netbsd-8-base, matt-nb8-mediatek-base, matt-nb8-mediatek, jdolecek-ncq-base, jdolecek-ncq, bouyer-socketcan-base1, bouyer-socketcan-base, bouyer-socketcan
Branch point for: netbsd-8
Changes since 1.374: +4 -4 lines
Diff to previous 1.374 (colored) to selected 1.322.6.1 (colored)

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

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

remove VAUDIOSPEAKER for now, will be done differently.

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

kill PCPPISPEAKER

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

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

Revision 1.362.2.6 / (download) - annotate - [select for diffs], Mon Dec 5 10:54:48 2016 UTC (7 years, 4 months ago) by skrll
Branch: nick-nhusb
Changes since 1.362.2.5: +9 -2 lines
Diff to previous 1.362.2.5 (colored) to branchpoint 1.362 (colored) to selected 1.322.6.1 (colored)

Sync with HEAD

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

mention PAX_SEGVGUARD dependency on FILEASSOC

Revision 1.370 / (download) - annotate - [select for diffs], Sun Nov 20 16:55:18 2016 UTC (7 years, 4 months ago) by macallan
Branch: MAIN
Changes since 1.369: +3 -2 lines
Diff to previous 1.369 (colored) to selected 1.322.6.1 (colored)

add driver for Permedia 3 based graphics devices
from Naruaki Etomi, via PR 49518

Revision 1.368.2.1 / (download) - annotate - [select for diffs], Fri Nov 4 14:48:56 2016 UTC (7 years, 5 months ago) by pgoyette
Branch: pgoyette-localcount
Changes since 1.368: +7 -2 lines
Diff to previous 1.368 (colored) to selected 1.322.6.1 (colored)

Sync with HEAD

Revision 1.369 / (download) - annotate - [select for diffs], Sat Oct 15 09:57:51 2016 UTC (7 years, 6 months ago) by flxd
Branch: MAIN
CVS Tags: pgoyette-localcount-20161104
Changes since 1.368: +7 -2 lines
Diff to previous 1.368 (colored) to selected 1.322.6.1 (colored)

Add tcu and gpio for TC-USB support. OK christos@

Revision 1.362.2.5 / (download) - annotate - [select for diffs], Fri Apr 22 15:44:08 2016 UTC (7 years, 11 months ago) by skrll
Branch: nick-nhusb
Changes since 1.362.2.4: +3 -3 lines
Diff to previous 1.362.2.4 (colored) to branchpoint 1.362 (colored) to selected 1.322.6.1 (colored)

Sync with HEAD

Revision 1.368 / (download) - annotate - [select for diffs], Sat Mar 19 23:21:02 2016 UTC (8 years ago) by gdt
Branch: MAIN
CVS Tags: pgoyette-localcount-base, pgoyette-localcount-20160806, pgoyette-localcount-20160726, nick-nhusb-base-20161004, nick-nhusb-base-20160907, nick-nhusb-base-20160529, nick-nhusb-base-20160422, localcount-20160914
Branch point for: pgoyette-localcount
Changes since 1.367: +3 -3 lines
Diff to previous 1.367 (colored) to selected 1.322.6.1 (colored)

Disable uscanner in all kernel configs

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

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

Revision 1.362.2.4 / (download) - annotate - [select for diffs], Sat Mar 19 11:29:54 2016 UTC (8 years ago) by skrll
Branch: nick-nhusb
Changes since 1.362.2.3: +3 -2 lines
Diff to previous 1.362.2.3 (colored) to branchpoint 1.362 (colored) to selected 1.322.6.1 (colored)

Sync with HEAD

Revision 1.367 / (download) - annotate - [select for diffs], Wed Jan 20 12:49:21 2016 UTC (8 years, 2 months ago) by jklos
Branch: MAIN
CVS Tags: nick-nhusb-base-20160319
Changes since 1.366: +3 -2 lines
Diff to previous 1.366 (colored) to selected 1.322.6.1 (colored)

Change base address to account for later Alpha models with later firmware
which require more space for SRM.

Revision 1.362.2.3 / (download) - annotate - [select for diffs], Sun Dec 27 12:09:27 2015 UTC (8 years, 3 months ago) by skrll
Branch: nick-nhusb
Changes since 1.362.2.2: +2 -3 lines
Diff to previous 1.362.2.2 (colored) to branchpoint 1.362 (colored) to selected 1.322.6.1 (colored)

Sync with HEAD (as of 26th Dec)

Revision 1.366 / (download) - annotate - [select for diffs], Sat Sep 26 16:33:16 2015 UTC (8 years, 6 months ago) by maxv
Branch: MAIN
CVS Tags: nick-nhusb-base-20151226
Changes since 1.365: +2 -3 lines
Diff to previous 1.365 (colored) to selected 1.322.6.1 (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.362.2.2 / (download) - annotate - [select for diffs], Tue Sep 22 12:05:35 2015 UTC (8 years, 6 months ago) by skrll
Branch: nick-nhusb
Changes since 1.362.2.1: +13 -14 lines
Diff to previous 1.362.2.1 (colored) to branchpoint 1.362 (colored) to selected 1.322.6.1 (colored)

Sync with HEAD

Revision 1.365 / (download) - annotate - [select for diffs], Sat Aug 8 06:36:24 2015 UTC (8 years, 8 months ago) by maxv
Branch: MAIN
CVS Tags: nick-nhusb-base-20150921
Changes since 1.364: +2 -3 lines
Diff to previous 1.364 (colored) to selected 1.322.6.1 (colored)

Remove KMEMSTATS.

Revision 1.362.2.1 / (download) - annotate - [select for diffs], Mon Apr 6 15:17:50 2015 UTC (9 years ago) by skrll
Branch: nick-nhusb
Changes since 1.362: +5 -12 lines
Diff to previous 1.362 (colored) to selected 1.322.6.1 (colored)

Sync with HEAD

Revision 1.364 / (download) - annotate - [select for diffs], Tue Jan 6 17:50:24 2015 UTC (9 years, 3 months ago) by macallan
Branch: MAIN
CVS Tags: nick-nhusb-base-20150606, nick-nhusb-base-20150406
Changes since 1.363: +4 -12 lines
Diff to previous 1.363 (colored) to selected 1.322.6.1 (colored)

attach wsdisplay at wsemuldisplaydev instead of every single driver

Revision 1.363 / (download) - annotate - [select for diffs], Wed Dec 17 16:53:43 2014 UTC (9 years, 4 months ago) by macallan
Branch: MAIN
Changes since 1.362: +3 -2 lines
Diff to previous 1.362 (colored) to selected 1.322.6.1 (colored)

add pm2fb

Revision 1.358.4.2 / (download) - annotate - [select for diffs], Tue Nov 18 19:05:28 2014 UTC (9 years, 4 months ago) by snj
Branch: netbsd-7
CVS Tags: netbsd-7-nhusb-base-20170116, netbsd-7-nhusb-base, netbsd-7-nhusb, netbsd-7-2-RELEASE, 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, 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
Changes since 1.358.4.1: +2 -4 lines
Diff to previous 1.358.4.1 (colored) to branchpoint 1.358 (colored) next main 1.359 (colored) to selected 1.322.6.1 (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.362 / (download) - annotate - [select for diffs], Sun Nov 16 16:01:40 2014 UTC (9 years, 5 months ago) by manu
Branch: MAIN
CVS Tags: nick-nhusb-base
Branch point for: nick-nhusb
Changes since 1.361: +2 -4 lines
Diff to previous 1.361 (colored) to selected 1.322.6.1 (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.358.4.1 / (download) - annotate - [select for diffs], Fri Nov 14 15:16:16 2014 UTC (9 years, 5 months ago) by martin
Branch: netbsd-7
Changes since 1.358: +5 -2 lines
Diff to previous 1.358 (colored) to selected 1.322.6.1 (colored)

Pull up following revision(s) (requested by manu in ticket #232):
	sys/arch/next68k/conf/GENERIC: revision 1.138
	sys/arch/cobalt/conf/GENERIC: revision 1.146
	sys/arch/mvme68k/conf/GENERIC: revision 1.93
	sys/arch/vax/conf/VAX780: revision 1.18
	sys/arch/newsmips/conf/GENERIC: revision 1.128
	sys/arch/luna68k/conf/GENERIC: revision 1.118
	sys/arch/sbmips/conf/GENERIC: revision 1.100
	sys/arch/pmax/conf/GENERIC: revision 1.184
	sys/arch/alpha/conf/GENERIC: revision 1.361
	sys/arch/sparc64/conf/GENERIC: revision 1.176
	sys/arch/sun3/conf/GENERIC: revision 1.170
	sys/arch/shark/conf/GENERIC: revision 1.120
	sys/arch/landisk/conf/GENERIC: revision 1.44
	sys/arch/bebox/conf/GENERIC: revision 1.144
	sys/arch/sparc64/conf/NONPLUS64: revision 1.43
	sys/arch/sandpoint/conf/GENERIC: revision 1.87
	sys/arch/emips/conf/GENERIC: revision 1.14
	sys/arch/amd64/conf/XEN3_DOM0: revision 1.111
	sys/arch/dreamcast/conf/GENERIC: revision 1.120
	sys/arch/cesfic/conf/GENERIC: revision 1.64
	sys/arch/mmeye/conf/GENERIC: revision 1.119
	sys/arch/epoc32/conf/GENERIC: revision 1.7
	sys/arch/x68k/conf/GENERIC: revision 1.178
	sys/arch/iyonix/conf/GENERIC: revision 1.87
	sys/arch/sun2/conf/GENERIC: revision 1.93
	sys/arch/ews4800mips/conf/GENERIC: revision 1.50
	sys/arch/amd64/conf/XEN3_DOMU: revision 1.59
	sys/arch/acorn26/conf/GENERIC: revision 1.80
	sys/arch/acorn32/conf/GENERIC: revision 1.115
	sys/arch/macppc/conf/POWERMAC_G5: revision 1.24
	sys/arch/i386/conf/GENERIC: revision 1.1117
	sys/arch/arc/conf/GENERIC: revision 1.183
	sys/arch/cats/conf/GENERIC: revision 1.154
	sys/arch/amiga/conf/GENERIC.in: revision 1.128
	sys/arch/zaurus/conf/GENERIC: revision 1.64
	sys/arch/netwinder/conf/GENERIC: revision 1.125
	sys/arch/hppa/conf/GENERIC: revision 1.5
	sys/arch/mvmeppc/conf/GENERIC: revision 1.23
	sys/arch/macppc/conf/GENERIC: revision 1.319
	sys/arch/amiga/conf/GENERIC: revision 1.310
	sys/arch/pmax/conf/GENERIC64: revision 1.20
	sys/arch/macppc/conf/MAMBO: revision 1.23
	sys/arch/sgimips/conf/GENERIC32_IP12: revision 1.27
	sys/arch/amigappc/conf/GENERIC: revision 1.23
	sys/arch/amd64/conf/GENERIC: revision 1.403
	sys/arch/ofppc/conf/GENERIC: revision 1.156
	sys/arch/mac68k/conf/GENERIC: revision 1.219
	sys/arch/i386/conf/XEN3_DOMU: revision 1.64
	sys/arch/mipsco/conf/GENERIC: revision 1.87
	sys/arch/hp300/conf/GENERIC: revision 1.189
	sys/arch/vax/conf/GENERIC: revision 1.192
	sys/arch/news68k/conf/GENERIC: revision 1.124
	sys/arch/ibmnws/conf/GENERIC: revision 1.45
	sys/arch/hpcsh/conf/GENERIC: revision 1.105
	sys/arch/sparc/conf/TADPOLE3GX: revision 1.64
	sys/arch/i386/conf/XEN3_DOM0: revision 1.92
	sys/arch/sparc/conf/GENERIC: revision 1.247
	sys/arch/sgimips/conf/GENERIC32_IP3x: revision 1.105
	sys/arch/prep/conf/GENERIC: revision 1.173
	sys/arch/sgimips/conf/GENERIC32_IP2x: revision 1.103
	sys/arch/rs6000/conf/GENERIC: revision 1.32
	sys/arch/hpcmips/conf/GENERIC: revision 1.228
Support for UFS1 extended attributes in GENERIC and GENERIC-like kernels
This change just brings UFS1 extended attribute *support* in the kernel,
extended attributes are not enabled unless three conditions are met:
1) filesystem is UFS1 (newfs -O1)
2) .attribute/system and .attribute/user directories are created at fs root
3) filesystem is mounted with -o extattr
Some GENERIC kernels are obviously memory constrained, the extended
attributes options were not enabled for them, but just added commented out.
(kernel were considered memory constrained if QUOTA option was disabled)

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

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

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

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

Revision 1.360 / (download) - annotate - [select for diffs], Sat Aug 23 20:26:56 2014 UTC (9 years, 7 months ago) by dholland
Branch: MAIN
Changes since 1.359: +16 -16 lines
Diff to previous 1.359 (colored) to selected 1.322.6.1 (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.345.2.3 / (download) - annotate - [select for diffs], Wed Aug 20 00:02:41 2014 UTC (9 years, 7 months ago) by tls
Branch: tls-maxphys
Changes since 1.345.2.2: +28 -1 lines
Diff to previous 1.345.2.2 (colored) to selected 1.322.6.1 (colored)

Rebase to HEAD as of a few days ago.

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

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

Revision 1.341.2.3 / (download) - annotate - [select for diffs], Thu May 22 11:39:27 2014 UTC (9 years, 10 months ago) by yamt
Branch: yamt-pagecache
Changes since 1.341.2.2: +38 -15 lines
Diff to previous 1.341.2.2 (colored) to branchpoint 1.341 (colored) next main 1.342 (colored) to selected 1.322.6.1 (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.352.2.2 / (download) - annotate - [select for diffs], Sun May 18 17:44:53 2014 UTC (9 years, 11 months ago) by rmind
Branch: rmind-smpnet
Changes since 1.352.2.1: +30 -2 lines
Diff to previous 1.352.2.1 (colored) next main 1.353 (colored) to selected 1.322.6.1 (colored)

sync with head

Revision 1.358 / (download) - annotate - [select for diffs], Fri Feb 21 12:24:31 2014 UTC (10 years, 1 month ago) by jdc
Branch: MAIN
CVS Tags: yamt-pagecache-base9, tls-maxphys-base, tls-earlyentropy-base, tls-earlyentropy, rmind-smpnet-nbase, rmind-smpnet-base, riastradh-xf86-video-intel-2-7-1-pre-2-21-15, riastradh-drm2-base3, netbsd-7-base
Branch point for: netbsd-7
Changes since 1.357: +14 -3 lines
Diff to previous 1.357 (colored) to selected 1.322.6.1 (colored)

Add tsciic and more (commented out) DS20L i2c devices.

Revision 1.357 / (download) - annotate - [select for diffs], Mon Jan 20 15:32:23 2014 UTC (10 years, 2 months ago) by tsutsui
Branch: MAIN
Changes since 1.356: +5 -2 lines
Diff to previous 1.356 (colored) to selected 1.322.6.1 (colored)

Add and enable radeonfb(4) at pci with options RADEONFB_DEPTH_32.

Requested and tested (with wsfb Xorg server) by Naruaki Etomi in PR/48431.

Revision 1.356 / (download) - annotate - [select for diffs], Mon Dec 23 13:08:00 2013 UTC (10 years, 3 months ago) by skrll
Branch: MAIN
Changes since 1.355: +3 -3 lines
Diff to previous 1.355 (colored) to selected 1.322.6.1 (colored)

Revert previous commit. It was an accident.

Revision 1.355 / (download) - annotate - [select for diffs], Wed Dec 18 12:43:59 2013 UTC (10 years, 3 months ago) by skrll
Branch: MAIN
Changes since 1.354: +3 -3 lines
Diff to previous 1.354 (colored) to selected 1.322.6.1 (colored)

Silence gcc 4.8

Revision 1.354 / (download) - annotate - [select for diffs], Tue Oct 15 19:27:48 2013 UTC (10 years, 6 months ago) by jdc
Branch: MAIN
Changes since 1.353: +16 -2 lines
Diff to previous 1.353 (colored) to selected 1.322.6.1 (colored)

Add devices:
  ISA soundblaster (#sb* at isapnp? tested on PC164LX)
  Broadcom 570x ethernet (supported cards in DS20L, etc.)
  ALI M7101 SMBus controller (found in DS20L)
  (commented out) LM81/LM87 enviromental monitoring (found in DS20L)

Revision 1.352.2.1 / (download) - annotate - [select for diffs], Wed Aug 28 23:59:10 2013 UTC (10 years, 7 months ago) by rmind
Branch: rmind-smpnet
Changes since 1.352: +2 -3 lines
Diff to previous 1.352 (colored) to selected 1.322.6.1 (colored)

sync with head

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

G/C PFIL_HOOKS from the kernel configs.

Revision 1.345.2.2 / (download) - annotate - [select for diffs], Sun Jun 23 06:19:58 2013 UTC (10 years, 9 months ago) by tls
Branch: tls-maxphys
Changes since 1.345.2.1: +10 -14 lines
Diff to previous 1.345.2.1 (colored) to selected 1.322.6.1 (colored)

resync from head

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

remove obsolete networking options

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

more bogus number removal

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

the bogus number police

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

remove confusing numeric locators where they are unused.

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

Under FAST_IPSEC, IPSEC_ESP is mandatory; GC it.

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

Retire OSI network stack. OK core@

Revision 1.345.2.1 / (download) - annotate - [select for diffs], Tue Nov 20 03:00:55 2012 UTC (11 years, 4 months ago) by tls
Branch: tls-maxphys
Changes since 1.345: +3 -2 lines
Diff to previous 1.345 (colored) to selected 1.322.6.1 (colored)

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

Revision 1.341.2.2 / (download) - annotate - [select for diffs], Tue Oct 30 17:18:41 2012 UTC (11 years, 5 months ago) by yamt
Branch: yamt-pagecache
CVS Tags: yamt-pagecache-tag8
Changes since 1.341.2.1: +4 -2 lines
Diff to previous 1.341.2.1 (colored) to branchpoint 1.341 (colored) to selected 1.322.6.1 (colored)

sync with head

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

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

Revision 1.345 / (download) - annotate - [select for diffs], Fri Aug 17 20:11:37 2012 UTC (11 years, 8 months ago) by abs
Branch: MAIN
Branch point for: tls-maxphys
Changes since 1.344: +3 -2 lines
Diff to previous 1.344 (colored) to selected 1.322.6.1 (colored)

Update all kernel configs mentioning WSEMUL_* but not already including
WSDISPLAY_COMPAT_USL using the following rules:
- If WSEMUL_ is commented out, add commented out out WSDISPLAY_COMPAT_USL
- If INSTALL or obviously memory constrained, add WSDISPLAY_DEFAULTSCREENS=1
  and commented out WSDISPLAY_COMPAT_USL
- Otherwise add WSDISPLAY_COMPAT_USL

Some of the INSTALL configs for larger memory machines are probably suitable
for adding WSDISPLAY_COMPAT_USL.

Now wsconscfg(8) should be able to switch VTs when expected.

Implemented after no objection from tech-kern to the following:

On 5 June 2012 09:47, David Brownlee <abs@absd.org> wrote:
> wsconscfg(8) requires WSDISPLAY_COMPAT_USL in order to switch virtual
> terminals.
>
> Except when in an exceptionally memory or space constrained
> environment (INSTALL being the obvious case), is there any reason why
> all GENERIC and GENERIC-like kernels which have wscons enabled
> shouldn't also have WSDISPLAY_COMPAT_USL?

Revision 1.341.2.1 / (download) - annotate - [select for diffs], Tue Apr 17 00:05:55 2012 UTC (12 years ago) by yamt
Branch: yamt-pagecache
Changes since 1.341: +3 -5 lines
Diff to previous 1.341 (colored) to selected 1.322.6.1 (colored)

sync with head

Revision 1.342.2.2 / (download) - annotate - [select for diffs], Sun Mar 11 01:52:18 2012 UTC (12 years, 1 month ago) by mrg
Branch: jmcneill-usbmp
Changes since 1.342.2.1: +2 -3 lines
Diff to previous 1.342.2.1 (colored) to branchpoint 1.342 (colored) next main 1.343 (colored) to selected 1.322.6.1 (colored)

sync to latest -current

Revision 1.344 / (download) - annotate - [select for diffs], Sat Mar 10 21:51:48 2012 UTC (12 years, 1 month ago) by joerg
Branch: MAIN
CVS Tags: yamt-pagecache-base5, yamt-pagecache-base4, jmcneill-usbmp-base9, jmcneill-usbmp-base8, jmcneill-usbmp-base7, jmcneill-usbmp-base10
Changes since 1.343: +2 -3 lines
Diff to previous 1.343 (colored) to selected 1.322.6.1 (colored)

P1003_1B_SEMAPHORE is no longer optional.

Revision 1.342.2.1 / (download) - annotate - [select for diffs], Sat Feb 18 07:30:55 2012 UTC (12 years, 2 months ago) by mrg
Branch: jmcneill-usbmp
Changes since 1.342: +3 -3 lines
Diff to previous 1.342 (colored) to selected 1.322.6.1 (colored)

merge to -current.

Revision 1.343 / (download) - annotate - [select for diffs], Sun Dec 18 05:49:23 2011 UTC (12 years, 4 months ago) by dholland
Branch: MAIN
CVS Tags: netbsd-6-base, 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, netbsd-6, matt-nb6-plus-nbase, matt-nb6-plus-base, matt-nb6-plus, jmcneill-usbmp-base6, jmcneill-usbmp-base5, jmcneill-usbmp-base4, jmcneill-usbmp-base3, jmcneill-usbmp-base2
Changes since 1.342: +3 -3 lines
Diff to previous 1.342 (colored) to selected 1.322.6.1 (colored)

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

Revision 1.342 / (download) - annotate - [select for diffs], Tue Nov 22 21:24:53 2011 UTC (12 years, 4 months ago) by tls
Branch: MAIN
CVS Tags: jmcneill-usbmp-pre-base2, jmcneill-usbmp-base
Branch point for: jmcneill-usbmp
Changes since 1.341: +2 -3 lines
Diff to previous 1.341 (colored) to selected 1.322.6.1 (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.341 / (download) - annotate - [select for diffs], Sat Jul 23 21:12:57 2011 UTC (12 years, 8 months ago) by jakllsch
Branch: MAIN
CVS Tags: yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base, jmcneill-audiomp3-base, jmcneill-audiomp3
Branch point for: yamt-pagecache
Changes since 1.340: +3 -2 lines
Diff to previous 1.340 (colored) to selected 1.322.6.1 (colored)

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

Revision 1.340 / (download) - annotate - [select for diffs], Thu Jun 30 20:09:18 2011 UTC (12 years, 9 months ago) by wiz
Branch: MAIN
Changes since 1.339: +3 -3 lines
Diff to previous 1.339 (colored) to selected 1.322.6.1 (colored)

dependant -> dependent

Revision 1.338.2.1 / (download) - annotate - [select for diffs], Mon Jun 6 09:04:43 2011 UTC (12 years, 10 months ago) by jruoho
Branch: jruoho-x86intr
Changes since 1.338: +4 -3 lines
Diff to previous 1.338 (colored) next main 1.339 (colored) to selected 1.322.6.1 (colored)

Sync with HEAD.

Revision 1.331.2.3 / (download) - annotate - [select for diffs], Thu Apr 21 01:40:46 2011 UTC (12 years, 11 months ago) by rmind
Branch: rmind-uvmplock
Changes since 1.331.2.2: +2 -1 lines
Diff to previous 1.331.2.2 (colored) to branchpoint 1.331 (colored) next main 1.332 (colored) to selected 1.322.6.1 (colored)

sync with head

Revision 1.339 / (download) - annotate - [select for diffs], Sun Mar 6 17:08:18 2011 UTC (13 years, 1 month ago) by bouyer
Branch: MAIN
CVS Tags: rmind-uvmplock-nbase, rmind-uvmplock-base, jym-xensuspend-nbase, jym-xensuspend-base, cherry-xenmp-base, cherry-xenmp
Changes since 1.338: +4 -3 lines
Diff to previous 1.338 (colored) to selected 1.322.6.1 (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.331.2.2 / (download) - annotate - [select for diffs], Sat Mar 5 20:49:10 2011 UTC (13 years, 1 month ago) by rmind
Branch: rmind-uvmplock
Changes since 1.331.2.1: +3 -3 lines
Diff to previous 1.331.2.1 (colored) to branchpoint 1.331 (colored) to selected 1.322.6.1 (colored)

sync with head

Revision 1.338.4.1 / (download) - annotate - [select for diffs], Tue Feb 8 19:29:29 2011 UTC (13 years, 2 months ago) by bouyer
Branch: bouyer-quota2
Changes since 1.338: +4 -3 lines
Diff to previous 1.338 (colored) next main 1.339 (colored) to selected 1.322.6.1 (colored)

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

Revision 1.338 / (download) - annotate - [select for diffs], Tue Nov 23 11:13:53 2010 UTC (13 years, 4 months ago) by hannken
Branch: MAIN
CVS Tags: uebayasi-xip-base7, matt-mips64-premerge-20101231, jruoho-x86intr-base, bouyer-quota2-nbase, bouyer-quota2-base
Branch point for: jruoho-x86intr, bouyer-quota2
Changes since 1.337: +3 -3 lines
Diff to previous 1.337 (colored) to selected 1.322.6.1 (colored)

Remove unused count from pseudo-device md.

Revision 1.325.4.2 / (download) - annotate - [select for diffs], Sun Nov 21 03:05:07 2010 UTC (13 years, 4 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, matt-nb5-pq3-base, matt-nb5-pq3
Changes since 1.325.4.1: +6 -2 lines
Diff to previous 1.325.4.1 (colored) to branchpoint 1.325 (colored) next main 1.326 (colored) to selected 1.322.6.1 (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.330.2.2 / (download) - annotate - [select for diffs], Tue Aug 17 06:43:50 2010 UTC (13 years, 8 months ago) by uebayasi
Branch: uebayasi-xip
Changes since 1.330.2.1: +7 -2 lines
Diff to previous 1.330.2.1 (colored) to branchpoint 1.330 (colored) next main 1.331 (colored) to selected 1.322.6.1 (colored)

Sync with HEAD.

Revision 1.322.10.4 / (download) - annotate - [select for diffs], Wed Aug 11 22:51:31 2010 UTC (13 years, 8 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.322.10.3: +9 -4 lines
Diff to previous 1.322.10.3 (colored) to branchpoint 1.322 (colored) next main 1.323 (colored) to selected 1.322.6.1 (colored)

sync with head.

Revision 1.331.2.1 / (download) - annotate - [select for diffs], Sun May 30 05:16:35 2010 UTC (13 years, 10 months ago) by rmind
Branch: rmind-uvmplock
Changes since 1.331: +9 -4 lines
Diff to previous 1.331 (colored) to selected 1.322.6.1 (colored)

sync with head

Revision 1.337 / (download) - annotate - [select for diffs], Sat May 22 19:02:07 2010 UTC (13 years, 10 months ago) by plunky
Branch: MAIN
CVS Tags: yamt-nfs-mp-base11, yamt-nfs-mp-base10, uebayasi-xip-base6, uebayasi-xip-base5, uebayasi-xip-base4, uebayasi-xip-base3, uebayasi-xip-base2
Changes since 1.336: +6 -2 lines
Diff to previous 1.336 (colored) to selected 1.322.6.1 (colored)

add btmagic(4) where other Bluetooth drivers are listed

Revision 1.336 / (download) - annotate - [select for diffs], Sat May 8 22:16:25 2010 UTC (13 years, 11 months ago) by mrg
Branch: MAIN
Changes since 1.335: +3 -2 lines
Diff to previous 1.335 (colored) to selected 1.322.6.1 (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.330.2.1 / (download) - annotate - [select for diffs], Fri Apr 30 14:39:03 2010 UTC (13 years, 11 months ago) by uebayasi
Branch: uebayasi-xip
Changes since 1.330: +6 -3 lines
Diff to previous 1.330 (colored) to selected 1.322.6.1 (colored)

Sync with HEAD.

Revision 1.335 / (download) - annotate - [select for diffs], Thu Apr 29 22:40:49 2010 UTC (13 years, 11 months ago) by chs
Branch: MAIN
Changes since 1.334: +3 -3 lines
Diff to previous 1.334 (colored) to selected 1.322.6.1 (colored)

enable TMPFS in all GENERICs that have MFS enabled.

Revision 1.325.8.1 / (download) - annotate - [select for diffs], Wed Apr 21 00:33:54 2010 UTC (13 years, 11 months ago) by matt
Branch: matt-nb5-mips64
CVS Tags: matt-nb5-mips64-premerge-20101231, matt-nb5-mips64-k15
Changes since 1.325: +9 -2 lines
Diff to previous 1.325 (colored) next main 1.326 (colored) to selected 1.322.6.1 (colored)

sync to netbsd-5

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

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

Revision 1.333 / (download) - annotate - [select for diffs], Wed Apr 7 18:51:34 2010 UTC (14 years ago) by jakllsch
Branch: MAIN
Changes since 1.332: +2 -4 lines
Diff to previous 1.332 (colored) to selected 1.322.6.1 (colored)

Clean up accidential commit.

Revision 1.332 / (download) - annotate - [select for diffs], Wed Apr 7 17:51:16 2010 UTC (14 years ago) by jakllsch
Branch: MAIN
Changes since 1.331: +4 -2 lines
Diff to previous 1.331 (colored) to selected 1.322.6.1 (colored)

satafis:
- Add function to parse RDH FIS for use in implementing AT_READREG.
- Correct and clean up some structure definitions.
- Sprinkle a bit of const.
- Remove dependency on <dev/ic/wdcreg.h>, WDCTL_4BIT doesn't seem
  to be specified by any recent ATA standard, and it seems to make
  no difference in practice.
- Stop using WDSD_IBM, these bits have been obsolete since before SATA.

siisata:
- Implement AT_READREG.
- Reap now-unneeded <dev/ic/wdcreg.h>.
- Whitespace and slight debug code cleanup.
- Some possibly-uncessary code reordering.

ahcisata:
- Implement AT_READREG.
- Reap now-unneeded <dev/ic/wdcreg.h>.

Revision 1.322.10.3 / (download) - annotate - [select for diffs], Thu Mar 11 15:01:57 2010 UTC (14 years, 1 month ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.322.10.2: +7 -3 lines
Diff to previous 1.322.10.2 (colored) to branchpoint 1.322 (colored) to selected 1.322.6.1 (colored)

sync with head

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

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

Revision 1.330 / (download) - annotate - [select for diffs], Sat Dec 5 20:11:03 2009 UTC (14 years, 4 months ago) by pooka
Branch: MAIN
CVS Tags: uebayasi-xip-base, matt-premerge-20091211
Branch point for: uebayasi-xip
Changes since 1.329: +4 -3 lines
Diff to previous 1.329 (colored) to selected 1.322.6.1 (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.322.10.2 / (download) - annotate - [select for diffs], Wed Sep 16 13:37:35 2009 UTC (14 years, 7 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.322.10.1: +9 -2 lines
Diff to previous 1.322.10.1 (colored) to branchpoint 1.322 (colored) to selected 1.322.6.1 (colored)

sync with head

Revision 1.325.4.1 / (download) - annotate - [select for diffs], Wed Sep 16 04:55:41 2009 UTC (14 years, 7 months ago) by snj
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.325: +9 -2 lines
Diff to previous 1.325 (colored) to selected 1.322.6.1 (colored)

Pull up following revision(s) (requested by mhitch in ticket #957):
	sys/arch/alpha/conf/GENERIC: revision 1.329
Add the I2O iop controller, as used in the ES40 and ES45.

Revision 1.329 / (download) - annotate - [select for diffs], Mon Sep 14 02:28:22 2009 UTC (14 years, 7 months ago) by mhitch
Branch: MAIN
CVS Tags: yamt-nfs-mp-base8
Changes since 1.328: +9 -2 lines
Diff to previous 1.328 (colored) to selected 1.322.6.1 (colored)

Add the I2O iop controller, as used in the ES40 and ES45.

Revision 1.322.10.1 / (download) - annotate - [select for diffs], Mon May 4 08:10:28 2009 UTC (14 years, 11 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.322: +10 -4 lines
Diff to previous 1.322 (colored) to selected 1.322.6.1 (colored)

sync with head.

Revision 1.325.2.2 / (download) - annotate - [select for diffs], Tue Mar 3 18:28:49 2009 UTC (15 years, 1 month ago) by skrll
Branch: nick-hppapmap
Changes since 1.325.2.1: +3 -2 lines
Diff to previous 1.325.2.1 (colored) to branchpoint 1.325 (colored) next main 1.326 (colored) to selected 1.322.6.1 (colored)

Sync with HEAD.

Revision 1.328 / (download) - annotate - [select for diffs], Sat Jan 24 05:06:05 2009 UTC (15 years, 2 months ago) by mrg
Branch: MAIN
CVS Tags: yamt-nfs-mp-base7, yamt-nfs-mp-base6, yamt-nfs-mp-base5, yamt-nfs-mp-base4, yamt-nfs-mp-base3, nick-hppapmap-base4, nick-hppapmap-base3, nick-hppapmap-base2, nick-hppapmap-base, jymxensuspend-base, jym-xensuspend
Changes since 1.327: +3 -2 lines
Diff to previous 1.327 (colored) to selected 1.322.6.1 (colored)

add COMPAT_50 to all the configs with COMPAT_40.

Revision 1.325.2.1 / (download) - annotate - [select for diffs], Mon Jan 19 13:15:53 2009 UTC (15 years, 2 months ago) by skrll
Branch: nick-hppapmap
Changes since 1.325: +2 -4 lines
Diff to previous 1.325 (colored) to selected 1.322.6.1 (colored)

Sync with HEAD.

Revision 1.322.6.3 / (download) - annotate - [select for diffs], Sat Jan 17 13:27:47 2009 UTC (15 years, 3 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.322.6.2: +0 -2 lines
Diff to previous 1.322.6.2 (colored) to branchpoint 1.322 (colored) next main 1.323 (colored) to selected 1.322.6.1 (colored)

Sync with HEAD.

Revision 1.323.4.2 / (download) - annotate - [select for diffs], Sat Dec 13 01:12:57 2008 UTC (15 years, 4 months ago) by haad
Branch: haad-dm
Changes since 1.323.4.1: +2 -4 lines
Diff to previous 1.323.4.1 (colored) to branchpoint 1.323 (colored) next main 1.324 (colored) to selected 1.322.6.1 (colored)

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

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

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

Proposed on tech-kern@.

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

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

Proposed on tech-kern@.

Revision 1.323.4.1 / (download) - annotate - [select for diffs], Sun Oct 19 22:15:39 2008 UTC (15 years, 5 months ago) by haad
Branch: haad-dm
Changes since 1.323: +8 -2 lines
Diff to previous 1.323 (colored) to selected 1.322.6.1 (colored)

Sync with HEAD.

Revision 1.322.6.2 / (download) - annotate - [select for diffs], Sun Sep 28 10:39:44 2008 UTC (15 years, 6 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.322.6.1: +6 -0 lines
Diff to previous 1.322.6.1 (colored) to branchpoint 1.322 (colored)

Sync with HEAD.

Revision 1.322.12.2 / (download) - annotate - [select for diffs], Thu Sep 18 04:33:16 2008 UTC (15 years, 7 months ago) by wrstuden
Branch: wrstuden-revivesa
Changes since 1.322.12.1: +8 -2 lines
Diff to previous 1.322.12.1 (colored) to branchpoint 1.322 (colored) next main 1.323 (colored) to selected 1.322.6.1 (colored)

Sync with wrstuden-revivesa-base-2.

Revision 1.325 / (download) - annotate - [select for diffs], Sun Aug 10 15:31:20 2008 UTC (15 years, 8 months ago) by tls
Branch: MAIN
CVS Tags: wrstuden-revivesa-base-4, wrstuden-revivesa-base-3, wrstuden-revivesa-base-2, netbsd-5-base, 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, matt-mips64-base2, haad-dm-base1
Branch point for: nick-hppapmap, netbsd-5, matt-nb5-mips64
Changes since 1.324: +7 -2 lines
Diff to previous 1.324 (colored) to selected 1.322.6.1 (colored)

Add accept filters to GENERIC kernels where they exist.

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

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

Revision 1.322.12.1 / (download) - annotate - [select for diffs], Mon Jun 23 04:30:04 2008 UTC (15 years, 9 months ago) by wrstuden
Branch: wrstuden-revivesa
Changes since 1.322: +3 -2 lines
Diff to previous 1.322 (colored) to selected 1.322.6.1 (colored)

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

Revision 1.322.8.1 / (download) - annotate - [select for diffs], Wed Jun 4 02:04:39 2008 UTC (15 years, 10 months ago) by yamt
Branch: yamt-pf42
Changes since 1.322: +3 -2 lines
Diff to previous 1.322 (colored) next main 1.323 (colored) to selected 1.322.6.1 (colored)

sync with head

Revision 1.322.6.1 / (download) - annotate - [selected], Mon Jun 2 13:21:46 2008 UTC (15 years, 10 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.322: +3 -2 lines
Diff to previous 1.322 (colored)

Sync with HEAD.

Revision 1.323 / (download) - annotate - [select for diffs], Fri May 30 20:10:01 2008 UTC (15 years, 10 months ago) by tsutsui
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.322: +3 -2 lines
Diff to previous 1.322 (colored) to selected 1.322.6.1 (colored)

Add options COMPAT_40 to files which have options COMPAT_30.

Revision 1.319.2.2 / (download) - annotate - [select for diffs], Mon Feb 18 21:04:19 2008 UTC (16 years, 2 months ago) by mjf
Branch: mjf-devfs
Changes since 1.319.2.1: +5 -4 lines
Diff to previous 1.319.2.1 (colored) to branchpoint 1.319 (colored) next main 1.320 (colored) to selected 1.322.6.1 (colored)

Sync with HEAD.

Revision 1.266.2.7 / (download) - annotate - [select for diffs], Mon Jan 21 09:35:10 2008 UTC (16 years, 2 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.266.2.6: +5 -4 lines
Diff to previous 1.266.2.6 (colored) next main 1.267 (colored) to selected 1.322.6.1 (colored)

sync with head

Revision 1.317.2.2 / (download) - annotate - [select for diffs], Wed Jan 9 01:44:35 2008 UTC (16 years, 3 months ago) by matt
Branch: matt-armv6
Changes since 1.317.2.1: +7 -4 lines
Diff to previous 1.317.2.1 (colored) to branchpoint 1.317 (colored) next main 1.318 (colored) to selected 1.322.6.1 (colored)

sync with HEAD

Revision 1.320.6.2 / (download) - annotate - [select for diffs], Tue Jan 8 22:09:10 2008 UTC (16 years, 3 months ago) by bouyer
Branch: bouyer-xeni386
CVS Tags: bouyer-xeni386-merge1
Changes since 1.320.6.1: +3 -1 lines
Diff to previous 1.320.6.1 (colored) to branchpoint 1.320 (colored) next main 1.321 (colored) to selected 1.322.6.1 (colored)

Sync with HEAD

Revision 1.322 / (download) - annotate - [select for diffs], Mon Jan 7 16:46:59 2008 UTC (16 years, 3 months ago) by christos
Branch: MAIN
CVS Tags: yamt-pf42-baseX, yamt-pf42-base2, yamt-pf42-base, yamt-nfs-mp-base2, yamt-nfs-mp-base, yamt-lazymbuf-base15, yamt-lazymbuf-base14, nick-net80211-sync-base, nick-net80211-sync, mjf-devfs-base, matt-armv6-nbase, matt-armv6-base, keiichi-mipv6-nbase, keiichi-mipv6-base, keiichi-mipv6, hpcarm-cleanup-nbase, hpcarm-cleanup-base, bouyer-xeni386-nbase, bouyer-xeni386-base, ad-socklock-base1
Branch point for: yamt-pf42, yamt-nfs-mp, wrstuden-revivesa, mjf-devfs2
Changes since 1.321: +5 -3 lines
Diff to previous 1.321 (colored) to selected 1.322.6.1 (colored)

Add PaX ASLR for testing

Revision 1.320.6.1 / (download) - annotate - [select for diffs], Wed Jan 2 21:46:53 2008 UTC (16 years, 3 months ago) by bouyer
Branch: bouyer-xeni386
Changes since 1.320: +2 -3 lines
Diff to previous 1.320 (colored) to selected 1.322.6.1 (colored)

Sync with HEAD

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

Remove systrace. Ok core@.

Revision 1.319.2.1 / (download) - annotate - [select for diffs], Sat Dec 8 18:16:18 2007 UTC (16 years, 4 months ago) by mjf
Branch: mjf-devfs
Changes since 1.319: +4 -2 lines
Diff to previous 1.319 (colored) to selected 1.322.6.1 (colored)

Sync with HEAD.

Revision 1.266.2.6 / (download) - annotate - [select for diffs], Fri Dec 7 17:23:49 2007 UTC (16 years, 4 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.266.2.5: +4 -2 lines
Diff to previous 1.266.2.5 (colored) to selected 1.322.6.1 (colored)

sync with head

Revision 1.311.2.6 / (download) - annotate - [select for diffs], Mon Dec 3 18:34:31 2007 UTC (16 years, 4 months ago) by ad
Branch: vmlocking
Changes since 1.311.2.5: +4 -7 lines
Diff to previous 1.311.2.5 (colored) next main 1.312 (colored) to selected 1.322.6.1 (colored)

Sync with HEAD.

Revision 1.314.8.4 / (download) - annotate - [select for diffs], Mon Dec 3 16:13:50 2007 UTC (16 years, 4 months ago) by joerg
Branch: jmcneill-pm
Changes since 1.314.8.3: +4 -2 lines
Diff to previous 1.314.8.3 (colored) to branchpoint 1.314 (colored) next main 1.315 (colored) to selected 1.322.6.1 (colored)

Sync with HEAD.

Revision 1.320 / (download) - annotate - [select for diffs], Sun Dec 2 05:19:12 2007 UTC (16 years, 4 months ago) by kiyohara
Branch: MAIN
CVS Tags: yamt-kmem-base3, yamt-kmem-base2, yamt-kmem-base, yamt-kmem, vmlocking2-base3, vmlocking2-base2, vmlocking2-base1, vmlocking2, vmlocking-nbase, reinoud-bufcleanup-nbase, reinoud-bufcleanup-base, jmcneill-pm-base, cube-autoconf-base, cube-autoconf
Branch point for: bouyer-xeni386
Changes since 1.319: +4 -2 lines
Diff to previous 1.319 (colored) to selected 1.322.6.1 (colored)

Add bcsp(4).

Revision 1.266.2.5 / (download) - annotate - [select for diffs], Thu Nov 15 11:42:27 2007 UTC (16 years, 5 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.266.2.4: +2 -7 lines
Diff to previous 1.266.2.4 (colored) to selected 1.322.6.1 (colored)

sync with head.

Revision 1.317.6.1 / (download) - annotate - [select for diffs], Tue Nov 13 15:58:03 2007 UTC (16 years, 5 months ago) by bouyer
Branch: bouyer-xenamd64
Changes since 1.317: +2 -7 lines
Diff to previous 1.317 (colored) next main 1.318 (colored) to selected 1.322.6.1 (colored)

Sync with HEAD

Revision 1.317.2.1 / (download) - annotate - [select for diffs], Tue Nov 6 23:13:49 2007 UTC (16 years, 5 months ago) by matt
Branch: matt-armv6
CVS Tags: matt-armv6-prevmlocking
Changes since 1.317: +2 -7 lines
Diff to previous 1.317 (colored) to selected 1.322.6.1 (colored)

sync with HEAD

Revision 1.314.8.3 / (download) - annotate - [select for diffs], Sun Nov 4 21:02:49 2007 UTC (16 years, 5 months ago) by jmcneill
Branch: jmcneill-pm
Changes since 1.314.8.2: +2 -7 lines
Diff to previous 1.314.8.2 (colored) to branchpoint 1.314 (colored) to selected 1.322.6.1 (colored)

Sync with HEAD.

Revision 1.319 / (download) - annotate - [select for diffs], Sun Nov 4 14:34:19 2007 UTC (16 years, 5 months ago) by xtraeme
Branch: MAIN
CVS Tags: jmcneill-base, bouyer-xenamd64-base2, bouyer-xenamd64-base
Branch point for: mjf-devfs
Changes since 1.318: +2 -7 lines
Diff to previous 1.318 (colored) to selected 1.322.6.1 (colored)

Remove System V semaphores and share memory options to set the limits:
SEMMNI, SEMMNS, SEMUME and SHMMAXPGS.

They can be tweaked via sysctl now. Ports that were setting values on
them weren't touched, I only removed the ones that were commented out.

Revision 1.318 / (download) - annotate - [select for diffs], Wed Oct 17 19:52:57 2007 UTC (16 years, 6 months ago) by garbled
Branch: MAIN
CVS Tags: yamt-x86pmap-base4
Changes since 1.317: +2 -2 lines
Diff to previous 1.317 (colored) to selected 1.322.6.1 (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.311.2.5 / (download) - annotate - [select for diffs], Tue Oct 9 13:37:13 2007 UTC (16 years, 6 months ago) by ad
Branch: vmlocking
Changes since 1.311.2.4: +8 -4 lines
Diff to previous 1.311.2.4 (colored) to selected 1.322.6.1 (colored)

Sync with head.

Revision 1.312.6.2 / (download) - annotate - [select for diffs], Wed Oct 3 19:21:59 2007 UTC (16 years, 6 months ago) by garbled
Branch: ppcoea-renovation
Changes since 1.312.6.1: +12 -6 lines
Diff to previous 1.312.6.1 (colored) to branchpoint 1.312 (colored) next main 1.313 (colored) to selected 1.322.6.1 (colored)

Sync with HEAD

Revision 1.314.8.2 / (download) - annotate - [select for diffs], Mon Sep 3 16:46:58 2007 UTC (16 years, 7 months ago) by jmcneill
Branch: jmcneill-pm
Changes since 1.314.8.1: +10 -4 lines
Diff to previous 1.314.8.1 (colored) to branchpoint 1.314 (colored) to selected 1.322.6.1 (colored)

Sync with HEAD.

Revision 1.266.2.4 / (download) - annotate - [select for diffs], Mon Sep 3 14:22:21 2007 UTC (16 years, 7 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.266.2.3: +19 -8 lines
Diff to previous 1.266.2.3 (colored) to selected 1.322.6.1 (colored)

sync with head.

Revision 1.314.4.2 / (download) - annotate - [select for diffs], Mon Sep 3 10:18:08 2007 UTC (16 years, 7 months ago) by skrll
Branch: nick-csl-alignment
Changes since 1.314.4.1: +10 -4 lines
Diff to previous 1.314.4.1 (colored) to branchpoint 1.314 (colored) next main 1.315 (colored) to selected 1.322.6.1 (colored)

Sync with HEAD.

Revision 1.301.2.1.2.2 / (download) - annotate - [select for diffs], Mon Sep 3 07:03:02 2007 UTC (16 years, 7 months ago) by wrstuden
Branch: wrstuden-fixsa
Changes since 1.301.2.1.2.1: +5 -4 lines
Diff to previous 1.301.2.1.2.1 (colored) next main 1.301.2.2 (colored) to selected 1.322.6.1 (colored)

Sync w/ NetBSD-4-RC_1

Revision 1.301.2.4 / (download) - annotate - [select for diffs], Sat Aug 25 09:00:02 2007 UTC (16 years, 7 months ago) by liamjfoy
Branch: netbsd-4
CVS Tags: wrstuden-fixsa-newbase, wrstuden-fixsa-base-1, wrstuden-fixsa-base, netbsd-4-0-RELEASE, netbsd-4-0-RC5, netbsd-4-0-RC4, netbsd-4-0-RC3, netbsd-4-0-RC2, netbsd-4-0-RC1, netbsd-4-0-1-RELEASE, netbsd-4-0, matt-nb4-arm-base, matt-nb4-arm
Changes since 1.301.2.3: +4 -4 lines
Diff to previous 1.301.2.3 (colored) to branchpoint 1.301 (colored) next main 1.302 (colored) to selected 1.322.6.1 (colored)

Pull up following revision(s) (requested by adrianp in ticket #820):
	sys/arch/hp300/conf/GENERIC: revision 1.141
	sys/arch/alpha/conf/GENERIC: revision 1.315
	sys/arch/amd64/conf/GENERIC: revision 1.154
	sys/arch/cats/conf/GENERIC: revision 1.116
	sys/arch/arc/conf/GENERIC: revision 1.148
	sys/arch/acorn32/conf/GENERIC: revision 1.80
	sys/arch/sparc/conf/GENERIC: revision 1.200
	sys/arch/sparc64/conf/GENERIC: revision 1.88
	sys/arch/atari/conf/GENERIC.in: revision 1.68
	sys/arch/amiga/conf/GENERIC: revision 1.248
	sys/arch/i386/conf/GENERIC_LAPTOP: revision 1.239
	sys/arch/sgimips/conf/GENERIC32_IP3x: revision 1.66
	sys/arch/i386/conf/GENERIC: revision 1.840
	sys/arch/amiga/conf/GENERIC.in: revision 1.61
	sys/arch/sgimips/conf/GENERIC32_IP2x: revision 1.68
	sys/arch/mac68k/conf/GENERIC: revision 1.182
Remove iso(4) from GENERIC kernels, as discussed on tech-net@
Ok'ed by core@

Revision 1.317 / (download) - annotate - [select for diffs], Tue Aug 21 02:48:14 2007 UTC (16 years, 7 months ago) by kiyohara
Branch: MAIN
CVS Tags: yamt-x86pmap-base3, yamt-x86pmap-base2, yamt-x86pmap-base, yamt-x86pmap, vmlocking-base, ppcoea-renovation-base, nick-csl-alignment-base5
Branch point for: matt-armv6, bouyer-xenamd64
Changes since 1.316: +8 -4 lines
Diff to previous 1.316 (colored) to selected 1.322.6.1 (colored)

Add slhci at pcmcia.
 And reorder.

Revision 1.311.2.4 / (download) - annotate - [select for diffs], Mon Aug 20 18:36:53 2007 UTC (16 years, 8 months ago) by ad
Branch: vmlocking
Changes since 1.311.2.3: +6 -4 lines
Diff to previous 1.311.2.3 (colored) to selected 1.322.6.1 (colored)

Sync with HEAD.

Revision 1.316 / (download) - annotate - [select for diffs], Mon Aug 20 00:54:41 2007 UTC (16 years, 8 months ago) by kiyohara
Branch: MAIN
Changes since 1.315: +4 -2 lines
Diff to previous 1.315 (colored) to selected 1.322.6.1 (colored)

Add btbc(4).

Revision 1.314.4.1 / (download) - annotate - [select for diffs], Wed Aug 15 13:46:59 2007 UTC (16 years, 8 months ago) by skrll
Branch: nick-csl-alignment
Changes since 1.314: +4 -4 lines
Diff to previous 1.314 (colored) to selected 1.322.6.1 (colored)

Sync with HEAD.

Revision 1.314.8.1 / (download) - annotate - [select for diffs], Thu Aug 9 02:36:48 2007 UTC (16 years, 8 months ago) by jmcneill
Branch: jmcneill-pm
Changes since 1.314: +4 -4 lines
Diff to previous 1.314 (colored) to selected 1.322.6.1 (colored)

Sync with HEAD.

Revision 1.314.2.1 / (download) - annotate - [select for diffs], Tue Aug 7 18:04:52 2007 UTC (16 years, 8 months ago) by matt
Branch: matt-mips64
Changes since 1.314: +4 -4 lines
Diff to previous 1.314 (colored) next main 1.315 (colored) to selected 1.322.6.1 (colored)

Sync with HEAD.

Revision 1.315 / (download) - annotate - [select for diffs], Mon Aug 6 21:26:53 2007 UTC (16 years, 8 months ago) by adrianp
Branch: MAIN
CVS Tags: matt-mips64-base
Changes since 1.314: +4 -4 lines
Diff to previous 1.314 (colored) to selected 1.322.6.1 (colored)

Remove iso(4) from GENERIC kernels, as discussed on tech-net@
Ok'ed by core@

Revision 1.311.2.3 / (download) - annotate - [select for diffs], Sun Jul 15 13:15:19 2007 UTC (16 years, 9 months ago) by ad
Branch: vmlocking
Changes since 1.311.2.2: +4 -2 lines
Diff to previous 1.311.2.2 (colored) to selected 1.322.6.1 (colored)

Sync with head.

Revision 1.311.4.1 / (download) - annotate - [select for diffs], Wed Jul 11 19:57:25 2007 UTC (16 years, 9 months ago) by mjf
Branch: mjf-ufs-trans
Changes since 1.311: +7 -4 lines
Diff to previous 1.311 (colored) next main 1.312 (colored) to selected 1.322.6.1 (colored)

Sync with head.

Revision 1.312.6.1 / (download) - annotate - [select for diffs], Tue Jun 26 18:11:55 2007 UTC (16 years, 9 months ago) by garbled
Branch: ppcoea-renovation
Changes since 1.312: +5 -2 lines
Diff to previous 1.312 (colored) to selected 1.322.6.1 (colored)

Sync with HEAD.

Revision 1.314 / (download) - annotate - [select for diffs], Sun Jun 24 21:17:31 2007 UTC (16 years, 9 months ago) by christos
Branch: MAIN
CVS Tags: nick-csl-alignment-base, mjf-ufs-trans-base, hpcarm-cleanup
Branch point for: nick-csl-alignment, matt-mips64, jmcneill-pm
Changes since 1.313: +4 -2 lines
Diff to previous 1.313 (colored) to selected 1.322.6.1 (colored)

Add options FILEASSOC; needed for veriexec.

Revision 1.311.2.2 / (download) - annotate - [select for diffs], Sat Jun 9 23:54:50 2007 UTC (16 years, 10 months ago) by ad
Branch: vmlocking
Changes since 1.311.2.1: +3 -2 lines
Diff to previous 1.311.2.1 (colored) to selected 1.322.6.1 (colored)

Sync with head.

Revision 1.301.2.3 / (download) - annotate - [select for diffs], Tue Jun 5 20:49:59 2007 UTC (16 years, 10 months ago) by bouyer
Branch: netbsd-4
Changes since 1.301.2.2: +2 -1 lines
Diff to previous 1.301.2.2 (colored) to branchpoint 1.301 (colored) to selected 1.322.6.1 (colored)

Pull up following revision(s) (requested by martin in ticket #699):
	sys/arch/hpcmips/conf/GENERIC: revision 1.196
	sys/arch/hp700/conf/GENERIC: revision 1.74
	sys/arch/i386/conf/GENERIC: revision 1.831
	sys/arch/next68k/conf/GENERIC: revision 1.108
	sys/arch/alpha/conf/GENERIC: revision 1.313
	sys/arch/arc/conf/GENERIC: revision 1.146
	sys/arch/cats/conf/GENERIC: revision 1.115
	sys/arch/ews4800mips/conf/GENERIC: revision 1.18
	sys/arch/landisk/conf/GENERIC: revision 1.8 via patch
	sys/arch/sparc64/conf/GENERIC: revision 1.85
	sys/arch/pmax/conf/GENERIC: revision 1.152
	sys/arch/iyonix/conf/GENERIC: revision 1.38 via patch
	sys/arch/amiga/conf/GENERIC: revision 1.245
	sys/arch/vax/conf/GENERIC: revision 1.157
	sys/arch/prep/conf/GENERIC: revision 1.135
	sys/arch/pc532/conf/GENERIC: revision 1.70
	sys/arch/sbmips/conf/GENERIC: revision 1.61
	sys/arch/mipsco/conf/GENERIC: revision 1.65
	sys/arch/cobalt/conf/GENERIC: revision 1.108
	sys/arch/ofppc/conf/GENERIC: revision 1.98
	sys/arch/amd64/conf/GENERIC: revision 1.148
	sys/arch/acorn26/conf/GENERIC: revision 1.50
	sys/arch/dreamcast/conf/GENERIC: revision 1.78
	sys/arch/mac68k/conf/GENERIC: revision 1.181
	sys/arch/hp300/conf/GENERIC: revision 1.139
	sys/arch/mmeye/conf/GENERIC: revision 1.88
	sys/arch/news68k/conf/GENERIC: revision 1.88
	sys/arch/mvme68k/conf/GENERIC: revision 1.71
	sys/arch/acorn32/conf/GENERIC: revision 1.79
	sys/arch/sparc/conf/GENERIC: revision 1.199
	sys/arch/luna68k/conf/GENERIC: revision 1.78
	sys/arch/bebox/conf/GENERIC: revision 1.105
	sys/arch/macppc/conf/GENERIC: revision 1.256 via patch
	sys/arch/x68k/conf/GENERIC: revision 1.134
	sys/arch/sun3/conf/GENERIC: revision 1.138
	sys/arch/newsmips/conf/GENERIC: revision 1.98
Add pseudo-device agr to all GENERIC kernels where it might make sense
(commented out in some).

Revision 1.313 / (download) - annotate - [select for diffs], Mon Jun 4 08:55:19 2007 UTC (16 years, 10 months ago) by martin
Branch: MAIN
Changes since 1.312: +3 -2 lines
Diff to previous 1.312 (colored) to selected 1.322.6.1 (colored)

Add pseudo-device agr to all GENERIC kernels where it might make sense
(commented out in some).

Revision 1.301.2.1.2.1 / (download) - annotate - [select for diffs], Sun Jun 3 17:26:01 2007 UTC (16 years, 10 months ago) by wrstuden
Branch: wrstuden-fixsa
Changes since 1.301.2.1: +57 -23 lines
Diff to previous 1.301.2.1 (colored) to selected 1.322.6.1 (colored)

Catch up with now-somewhat-dated netbsd-4. These changes took longer
than expected for me to actually get around to merging.

Revision 1.301.2.2 / (download) - annotate - [select for diffs], Wed May 16 21:04:17 2007 UTC (16 years, 11 months ago) by jdc
Branch: netbsd-4
Changes since 1.301.2.1: +57 -23 lines
Diff to previous 1.301.2.1 (colored) to branchpoint 1.301 (colored) to selected 1.322.6.1 (colored)

Pull up revisions 1.306-1.309 (requested by pavel in ticket #645).

Explicitely configure zstty2 at zsc1. The corresponding /dev special file
is /dev/ttyB1 which has minor 2. If this serial port becomes zstty1,
/dev/ttyB1 becomes unusable because the minor number does not match. (The
problem was introduced when we started using the zstty(4) driver instead of
the scc(4) driver between NetBSD 1.6 and 2.0.)

Suggested by Bill Studenmund a long time ago.

Tested on DEC 3000 - 300LX and DEC 3000 - M600.

Merge GENERIC and ALPHA configuration, and remove the latter.  ALPHA was
supposed to be a superset of GENERIC, but sometimes it was not kept up to
date.

As proposed on port-alpha@.

spaces -> tabs in the new zstty lines.

more spaces -> tabs.

Revision 1.311.2.1 / (download) - annotate - [select for diffs], Tue Apr 10 13:22:48 2007 UTC (17 years ago) by ad
Branch: vmlocking
Changes since 1.311: +4 -4 lines
Diff to previous 1.311 (colored) to selected 1.322.6.1 (colored)

Sync with head.

Revision 1.310.2.2 / (download) - annotate - [select for diffs], Sat Mar 24 14:54:31 2007 UTC (17 years ago) by yamt
Branch: yamt-idlelwp
Changes since 1.310.2.1: +4 -4 lines
Diff to previous 1.310.2.1 (colored) to branchpoint 1.310 (colored) next main 1.311 (colored) to selected 1.322.6.1 (colored)

sync with head.

Revision 1.312 / (download) - annotate - [select for diffs], Wed Mar 14 12:27:21 2007 UTC (17 years, 1 month ago) by drochner
Branch: MAIN
CVS Tags: yamt-idlelwp-base8, thorpej-atomic-base, thorpej-atomic, reinoud-bufcleanup
Branch point for: ppcoea-renovation
Changes since 1.311: +4 -4 lines
Diff to previous 1.311 (colored) to selected 1.322.6.1 (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.310.2.1 / (download) - annotate - [select for diffs], Mon Mar 12 05:46:08 2007 UTC (17 years, 1 month ago) by rmind
Branch: yamt-idlelwp
Changes since 1.310: +4 -2 lines
Diff to previous 1.310 (colored) to selected 1.322.6.1 (colored)

Sync with HEAD.

Revision 1.311 / (download) - annotate - [select for diffs], Thu Mar 1 14:57:38 2007 UTC (17 years, 1 month ago) by kiyohara
Branch: MAIN
Branch point for: vmlocking, mjf-ufs-trans
Changes since 1.310: +4 -2 lines
Diff to previous 1.310 (colored) to selected 1.322.6.1 (colored)

Add btuart(4).

Revision 1.266.2.3 / (download) - annotate - [select for diffs], Mon Feb 26 09:05:36 2007 UTC (17 years, 1 month ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.266.2.2: +59 -24 lines
Diff to previous 1.266.2.2 (colored) to selected 1.322.6.1 (colored)

sync with head.

Revision 1.310 / (download) - annotate - [select for diffs], Fri Feb 9 21:55:01 2007 UTC (17 years, 2 months ago) by ad
Branch: MAIN
CVS Tags: post-newlock2-merge, ad-audiomp-base, ad-audiomp
Branch point for: yamt-idlelwp
Changes since 1.309: +3 -2 lines
Diff to previous 1.309 (colored) to selected 1.322.6.1 (colored)

Merge newlock2 to head.

Revision 1.296.2.3 / (download) - annotate - [select for diffs], Tue Feb 6 15:04:17 2007 UTC (17 years, 2 months ago) by ad
Branch: newlock2
Changes since 1.296.2.2: +3 -2 lines
Diff to previous 1.296.2.2 (colored) to branchpoint 1.296 (colored) next main 1.297 (colored) to selected 1.322.6.1 (colored)

Add pseudo-device lockstat.

Revision 1.296.2.2 / (download) - annotate - [select for diffs], Fri Jan 12 01:00:40 2007 UTC (17 years, 3 months ago) by ad
Branch: newlock2
Changes since 1.296.2.1: +88 -48 lines
Diff to previous 1.296.2.1 (colored) to branchpoint 1.296 (colored) to selected 1.322.6.1 (colored)

Sync with head.

Revision 1.309 / (download) - annotate - [select for diffs], Sat Jan 6 08:51:22 2007 UTC (17 years, 3 months ago) by pavel
Branch: MAIN
CVS Tags: newlock2-nbase, newlock2-base
Changes since 1.308: +4 -4 lines
Diff to previous 1.308 (colored) to selected 1.322.6.1 (colored)

more spaces -> tabs.

Revision 1.308 / (download) - annotate - [select for diffs], Sat Jan 6 08:49:34 2007 UTC (17 years, 3 months ago) by pavel
Branch: MAIN
Changes since 1.307: +4 -4 lines
Diff to previous 1.307 (colored) to selected 1.322.6.1 (colored)

spaces -> tabs in the new zstty lines.

Revision 1.307 / (download) - annotate - [select for diffs], Thu Jan 4 22:10:52 2007 UTC (17 years, 3 months ago) by pavel
Branch: MAIN
Changes since 1.306: +55 -23 lines
Diff to previous 1.306 (colored) to selected 1.322.6.1 (colored)

Merge GENERIC and ALPHA configuration, and remove the latter.  ALPHA was
supposed to be a superset of GENERIC, but sometimes it was not kept up to
date.

As proposed on port-alpha@.

Revision 1.306 / (download) - annotate - [select for diffs], Mon Jan 1 15:32:34 2007 UTC (17 years, 3 months ago) by pavel
Branch: MAIN
Changes since 1.305: +4 -2 lines
Diff to previous 1.305 (colored) to selected 1.322.6.1 (colored)

Explicitely configure zstty2 at zsc1. The corresponding /dev special file
is /dev/ttyB1 which has minor 2. If this serial port becomes zstty1,
/dev/ttyB1 becomes unusable because the minor number does not match. (The
problem was introduced when we started using the zstty(4) driver instead of
the scc(4) driver between NetBSD 1.6 and 2.0.)

Suggested by Bill Studenmund a long time ago.

Tested on DEC 3000 - 300LX and DEC 3000 - M600.

Revision 1.266.2.2 / (download) - annotate - [select for diffs], Sat Dec 30 20:45:22 2006 UTC (17 years, 3 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.266.2.1: +67 -34 lines
Diff to previous 1.266.2.1 (colored) to selected 1.322.6.1 (colored)

sync with head.

Revision 1.301.2.1 / (download) - annotate - [select for diffs], Wed Dec 20 22:23:06 2006 UTC (17 years, 3 months ago) by bouyer
Branch: netbsd-4
Branch point for: wrstuden-fixsa
Changes since 1.301: +31 -25 lines
Diff to previous 1.301 (colored) to selected 1.322.6.1 (colored)

Pull up following revision(s) (requested by tsutsui in ticket #282):
	sys/arch/alpha/conf/INSTALL: revision 1.91-1.92
	sys/arch/alpha/conf/GENERIC: revision 1.302-1.305
Add the following network devices:
- pcn at pci
- wm at pci
- makphy at mii
- rgephy at mii
- rlphy at mii
Reduce diffs between GENERIC and INSTALL.

Revision 1.297.2.3 / (download) - annotate - [select for diffs], Mon Dec 18 11:42:03 2006 UTC (17 years, 4 months ago) by yamt
Branch: yamt-splraiseipl
Changes since 1.297.2.2: +7 -6 lines
Diff to previous 1.297.2.2 (colored) to branchpoint 1.297 (colored) next main 1.298 (colored) to selected 1.322.6.1 (colored)

sync with head.

Revision 1.305 / (download) - annotate - [select for diffs], Mon Dec 11 14:49:12 2006 UTC (17 years, 4 months ago) by tsutsui
Branch: MAIN
CVS Tags: yamt-splraiseipl-base5, yamt-splraiseipl-base4
Changes since 1.304: +7 -6 lines
Diff to previous 1.304 (colored) to selected 1.322.6.1 (colored)

Reduce diffs between GENERIC and INSTALL.

Revision 1.297.2.2 / (download) - annotate - [select for diffs], Sun Dec 10 07:15:45 2006 UTC (17 years, 4 months ago) by yamt
Branch: yamt-splraiseipl
Changes since 1.297.2.1: +27 -22 lines
Diff to previous 1.297.2.1 (colored) to branchpoint 1.297 (colored) to selected 1.322.6.1 (colored)

sync with head.

Revision 1.304 / (download) - annotate - [select for diffs], Sat Dec 9 12:52:16 2006 UTC (17 years, 4 months ago) by tsutsui
Branch: MAIN
CVS Tags: yamt-splraiseipl-base3
Changes since 1.303: +21 -21 lines
Diff to previous 1.303 (colored) to selected 1.322.6.1 (colored)

Use "options<space><tab>"

Revision 1.303 / (download) - annotate - [select for diffs], Sat Dec 9 04:50:56 2006 UTC (17 years, 4 months ago) by tsutsui
Branch: MAIN
Changes since 1.302: +2 -1 lines
Diff to previous 1.302 (colored) to selected 1.322.6.1 (colored)

Add pcn(4) at pci. Tested on AlphaPC164.

Revision 1.302 / (download) - annotate - [select for diffs], Mon Dec 4 17:33:41 2006 UTC (17 years, 4 months ago) by tsutsui
Branch: MAIN
Changes since 1.301: +5 -1 lines
Diff to previous 1.301 (colored) to selected 1.322.6.1 (colored)

Add the following network devices:
- wm* at pci?
- makphy* at mii?
- rgephy* at mii?
- rlphy* at mii?
Tested with RTL8139C, RTL8169S-32, and i82544EI on EB164.

Revision 1.296.2.1 / (download) - annotate - [select for diffs], Sat Nov 18 21:29:01 2006 UTC (17 years, 5 months ago) by ad
Branch: newlock2
Changes since 1.296: +33 -2 lines
Diff to previous 1.296 (colored) to selected 1.322.6.1 (colored)

Sync with head.

Revision 1.301 / (download) - annotate - [select for diffs], Sat Nov 11 18:47:09 2006 UTC (17 years, 5 months ago) by jmmv
Branch: MAIN
CVS Tags: netbsd-4-base
Branch point for: netbsd-4
Changes since 1.300: +2 -2 lines
Diff to previous 1.300 (colored) to selected 1.322.6.1 (colored)

Remove tmpfs's experimental status.  OK'ed by core@.

Revision 1.297.2.1 / (download) - annotate - [select for diffs], Sun Oct 22 06:04:31 2006 UTC (17 years, 5 months ago) by yamt
Branch: yamt-splraiseipl
Changes since 1.297: +4 -1 lines
Diff to previous 1.297 (colored) to selected 1.322.6.1 (colored)

sync with head

Revision 1.300 / (download) - annotate - [select for diffs], Wed Sep 27 21:42:04 2006 UTC (17 years, 6 months ago) by manu
Branch: MAIN
CVS Tags: yamt-splraiseipl-base2
Changes since 1.299: +2 -1 lines
Diff to previous 1.299 (colored) to selected 1.322.6.1 (colored)

- Document COMPAT_15 as doing nothing
- Add COMPAT_15 to all the kernel that had COMPAT_14, for the sake of coherency
- Remove the only occurences of #ifdef COMPAT_15 in the tree: for the ARM
ports, COMPAT_15 was always used in conjunction with EXEC_AOUT. Only EXEC_AOUT
matters here.

This address kern/18407

Revision 1.299 / (download) - annotate - [select for diffs], Tue Sep 26 14:30:27 2006 UTC (17 years, 6 months ago) by elad
Branch: MAIN
Changes since 1.298: +2 -2 lines
Diff to previous 1.298 (colored) to selected 1.322.6.1 (colored)

Oops! forgot "options" in previous commit. Pointed out by freza@, thanks!

Revision 1.298 / (download) - annotate - [select for diffs], Tue Sep 26 14:08:19 2006 UTC (17 years, 6 months ago) by elad
Branch: MAIN
Changes since 1.297: +3 -1 lines
Diff to previous 1.297 (colored) to selected 1.322.6.1 (colored)

Make PaX mprotect(2) restrictions more accessible.

On amd64, sparc64, i386, and alpha, they will be compiled in and disabled
by default. That means that to use them you either enable the "global"
knob with sysctl, or use paxctl(1) to enable it on a per-program basis.

On sparc and macppc just include a commentd out line in the GENERIC kernel.

Revision 1.290.2.2 / (download) - annotate - [select for diffs], Fri Sep 22 05:56:54 2006 UTC (17 years, 6 months ago) by riz
Branch: abandoned-netbsd-4
Changes since 1.290.2.1: +0 -1 lines
Diff to previous 1.290.2.1 (colored) to branchpoint 1.290 (colored) next main 1.291 (colored) to selected 1.322.6.1 (colored)

Pull up following revision(s) (requested by tsutsui in ticket #170):
	sys/arch/sparc64/conf/GENERIC: revision 1.63
	sys/arch/sgimips/conf/GENERIC32_IP3x: revision 1.55
	sys/arch/sgimips/conf/GENERIC32_IP2x: revision 1.54
	sys/arch/next68k/conf/GENERIC: revision 1.105
	sys/arch/ews4800mips/conf/GENERIC: revision 1.12
	sys/arch/arc/conf/GENERIC: revision 1.142
	sys/arch/sun3/conf/GENERIC3X: revision 1.91
	sys/arch/amd64/conf/GENERIC: revision 1.105
	sys/arch/sun2/conf/GENERIC: revision 1.58
	sys/arch/amiga/conf/GENERIC.in: revision 1.55
	sys/arch/mac68k/conf/GENERIC: revision 1.175
	sys/arch/acorn26/conf/GENERIC: revision 1.46
	sys/arch/shark/conf/GENERIC: revision 1.65
	sys/arch/cesfic/conf/GENERIC: revision 1.45
	sys/arch/sandpoint/conf/GENERIC: revision 1.36
	sys/arch/iyonix/conf/GENERIC: revision 1.32
	sys/arch/mvme68k/conf/GENERIC: revision 1.69
	sys/arch/evbarm/conf/ARMADILLO210: revision 1.3
	sys/arch/vax/conf/GENERIC: revision 1.154
	sys/arch/mipsco/conf/GENERIC: revision 1.61
	sys/arch/evbarm/conf/ARMADILLO9: revision 1.14
	sys/arch/cobalt/conf/GENERIC: revision 1.103
	sys/arch/ofppc/conf/GENERIC: revision 1.94
	sys/arch/hp700/conf/GENERIC: revision 1.69
	sys/arch/playstation2/conf/GENERIC: revision 1.8
	sys/arch/dreamcast/conf/GENERIC: revision 1.73
	sys/arch/news68k/conf/GENERIC: revision 1.81
	sys/arch/macppc/conf/GENERIC: revision 1.234
	sys/arch/hp300/conf/GENERIC: revision 1.134
	sys/arch/mmeye/conf/GENERIC: revision 1.83
	sys/arch/ibmnws/conf/GENERIC: revision 1.26
	sys/arch/cats/conf/GENERIC: revision 1.109
	sys/arch/sparc/conf/GENERIC: revision 1.191
	sys/arch/pdp10/conf/GENERIC: revision 1.27
	sys/arch/acorn32/conf/GENERIC: revision 1.75
	sys/arch/luna68k/conf/GENERIC: revision 1.74
	sys/arch/bebox/conf/GENERIC: revision 1.101
	sys/arch/pmax/conf/GENERIC: revision 1.148
	sys/arch/x68k/conf/GENERIC: revision 1.130
	sys/arch/sun3/conf/GENERIC: revision 1.134
	sys/arch/prep/conf/GENERIC: revision 1.126
	sys/arch/alpha/conf/GENERIC: revision 1.293
	sys/arch/newsmips/conf/GENERIC: revision 1.94
	sys/arch/netwinder/conf/GENERIC: revision 1.83
	sys/arch/hpcsh/conf/GENERIC: revision 1.69
	sys/arch/sbmips/conf/GENERIC: revision 1.55
	sys/arch/pc532/conf/GENERIC: revision 1.65
	sys/arch/hpcmips/conf/GENERIC: revision 1.192
Remove obsolete #options VERIFIED_EXEC, found by grep(1).

Revision 1.297 / (download) - annotate - [select for diffs], Thu Sep 14 18:08:06 2006 UTC (17 years, 7 months ago) by plunky
Branch: MAIN
CVS Tags: yamt-splraiseipl-base
Branch point for: yamt-splraiseipl
Changes since 1.296: +29 -1 lines
Diff to previous 1.296 (colored) to selected 1.322.6.1 (colored)

add bluetooth capability to alpha port

Revision 1.282.4.1 / (download) - annotate - [select for diffs], Sat Sep 9 02:37:05 2006 UTC (17 years, 7 months ago) by rpaulo
Branch: rpaulo-netinet-merge-pcb
Changes since 1.282: +17 -18 lines
Diff to previous 1.282 (colored) next main 1.283 (colored) to selected 1.322.6.1 (colored)

sync with head

Revision 1.285.2.4 / (download) - annotate - [select for diffs], Sun Sep 3 15:22:41 2006 UTC (17 years, 7 months ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.285.2.3: +4 -7 lines
Diff to previous 1.285.2.3 (colored) to branchpoint 1.285 (colored) next main 1.286 (colored) to selected 1.322.6.1 (colored)

sync with head.

Revision 1.296 / (download) - annotate - [select for diffs], Fri Sep 1 08:19:03 2006 UTC (17 years, 7 months ago) by dyoung
Branch: MAIN
CVS Tags: yamt-pdpolicy-base9, yamt-pdpolicy-base8, rpaulo-netinet-merge-pcb-base
Branch point for: newlock2
Changes since 1.295: +1 -2 lines
Diff to previous 1.295 (colored) to selected 1.322.6.1 (colored)

Delete ath, it is known to be broken on alpha.

Revision 1.295 / (download) - annotate - [select for diffs], Fri Sep 1 04:58:17 2006 UTC (17 years, 7 months ago) by dyoung
Branch: MAIN
Changes since 1.294: +2 -1 lines
Diff to previous 1.294 (colored) to selected 1.322.6.1 (colored)

Add ath(4) to GENERIC alpha kernel.  UNTESTED.

Revision 1.294 / (download) - annotate - [select for diffs], Sat Aug 26 20:26:44 2006 UTC (17 years, 7 months ago) by christos
Branch: MAIN
Changes since 1.293: +2 -4 lines
Diff to previous 1.293 (colored) to selected 1.322.6.1 (colored)

PR/34283: Gene ENonymous: Add IPFILTER_LOOKUP to the default kernel options
Also remove CCITT,NS,NIP

Revision 1.293 / (download) - annotate - [select for diffs], Sat Aug 26 07:59:21 2006 UTC (17 years, 7 months ago) by tsutsui
Branch: MAIN
Changes since 1.292: +1 -2 lines
Diff to previous 1.292 (colored) to selected 1.322.6.1 (colored)

Remove obsolete #options VERIFIED_EXEC, found by grep(1).

Revision 1.290.2.1 / (download) - annotate - [select for diffs], Mon Aug 14 13:41:28 2006 UTC (17 years, 8 months ago) by tron
Branch: abandoned-netbsd-4
Changes since 1.290: +2 -2 lines
Diff to previous 1.290 (colored) to selected 1.322.6.1 (colored)

Pull up following revision(s) (requested by elad in ticket #17):
	sys/arch/sparc/conf/KRUPS: revision 1.38
	sys/arch/i386/conf/XEN2_DOMU: revision 1.2
	sys/arch/i386/conf/GENERIC_LAPTOP: revision 1.197
	sys/arch/sgimips/conf/GENERIC32_IP2x: revision 1.53
	sys/arch/evbsh5/conf/SIMULATOR: revision 1.12
	sys/arch/sparc/conf/MRCOFFEE: revision 1.17
	sys/arch/next68k/conf/GENERIC: revision 1.104
	sys/arch/i386/conf/VIRTUALPC: revision 1.44
	sys/arch/ews4800mips/conf/GENERIC: revision 1.11
	sys/arch/evbsh5/conf/CAYMAN: revision 1.23
	sys/arch/arc/conf/GENERIC: revision 1.141
	sys/arch/amd64/conf/GENERIC: revision 1.103
	sys/arch/sun3/conf/GENERIC3X: revision 1.90
	sys/arch/evbarm/conf/HDL_G: revision 1.3
	sys/arch/sun2/conf/GENERIC: revision 1.57
	sys/arch/news68k/conf/GENERIC_TINY: revision 1.51
	sys/arch/evbppc/conf/EXPLORA451: revision 1.27
	sys/arch/amiga/conf/GENERIC.in: revision 1.54
	sys/arch/mac68k/conf/GENERIC: revision 1.174
	sys/arch/acorn26/conf/GENERIC: revision 1.45
	sys/arch/shark/conf/GENERIC: revision 1.64
	sys/arch/cesfic/conf/GENERIC: revision 1.44
	sys/arch/mvme68k/conf/GENERIC: revision 1.68
	sys/arch/i386/conf/XEN2_DOM0: revision 1.4
	sys/arch/atari/conf/GENERIC.in: revision 1.63
	sys/arch/amiga/conf/GENERIC: revision 1.240
	sys/arch/i386/conf/LAMB: revision 1.65
	sys/arch/i386/conf/GENERIC: revision 1.773
	sys/arch/acorn32/conf/EB7500ATX: revision 1.26
	sys/arch/x68k/conf/GENERIC: revision 1.128
	sys/arch/vax/conf/GENERIC: revision 1.153
	sys/arch/atari/conf/ATARITT: revision 1.81
	sys/arch/mipsco/conf/GENERIC: revision 1.60
	sys/arch/cobalt/conf/GENERIC: revision 1.101
	sys/arch/evbarm/conf/ARMADILLO9: revision 1.13
	sys/arch/ofppc/conf/GENERIC: revision 1.93
	sys/arch/atari/conf/MILAN-PCIIDE: revision 1.51
	sys/arch/arc/conf/RPC44: revision 1.26
	sys/arch/sparc64/conf/GENERIC: revision 1.59
	sys/arch/i386/conf/XEN3_DOMU: revision 1.2
	sys/arch/hp700/conf/GENERIC: revision 1.68
	sys/arch/atari/conf/MILAN-ISAIDE: revision 1.47
	sys/arch/macppc/conf/GENERIC: revision 1.231
	sys/arch/dreamcast/conf/GENERIC: revision 1.72
	sys/arch/news68k/conf/GENERIC: revision 1.80
	sys/arch/hp300/conf/GENERIC: revision 1.133
	sys/arch/mmeye/conf/GENERIC: revision 1.82
	sys/arch/macppc/conf/MAMBO: revision 1.2
	sys/arch/cats/conf/GENERIC: revision 1.107
	sys/arch/atari/conf/FALCON: revision 1.79
	sys/arch/acorn32/conf/GENERIC: revision 1.71
	sys/arch/sparc/conf/GENERIC: revision 1.190
	sys/arch/news68k/conf/LIBERO: revision 1.40
	sys/arch/amiga/conf/DRACO: revision 1.114
	sys/arch/cobalt/conf/INSTALL: revision 1.23
	sys/arch/luna68k/conf/GENERIC: revision 1.73
	sys/arch/bebox/conf/GENERIC: revision 1.100
	sys/arch/pmax/conf/GENERIC: revision 1.147
	sys/arch/amiga/conf/WSCONS: revision 1.52
	sys/arch/macppc/conf/POWERMAC_G5: revision 1.2
	sys/arch/alpha/conf/ALPHA: revision 1.218
	sys/arch/sun3/conf/GENERIC: revision 1.133
	sys/arch/prep/conf/GENERIC: revision 1.124
	sys/arch/alpha/conf/GENERIC: revision 1.291
	sys/arch/atari/conf/HADES: revision 1.71
	sys/arch/newsmips/conf/GENERIC: revision 1.93
	sys/arch/netwinder/conf/GENERIC: revision 1.82
	sys/arch/hpcmips/conf/GENERIC: revision 1.190
	sys/arch/amiga/conf/AMIGA: revision 1.98
	sys/arch/sbmips/conf/GENERIC: revision 1.54
	sys/arch/pc532/conf/GENERIC: revision 1.64
	sys/arch/sgimips/conf/GENERIC32_IP3x: revision 1.53
Disable SYSTRACE by default on all kernels (discussed with core)

Revision 1.292 / (download) - annotate - [select for diffs], Mon Aug 14 06:22:33 2006 UTC (17 years, 8 months ago) by skrll
Branch: MAIN
Changes since 1.291: +2 -2 lines
Diff to previous 1.291 (colored) to selected 1.322.6.1 (colored)

s/adpater/adapter/

Prompted by PR/34195

Revision 1.291 / (download) - annotate - [select for diffs], Sat Aug 12 15:29:52 2006 UTC (17 years, 8 months ago) by christos
Branch: MAIN
Changes since 1.290: +2 -2 lines
Diff to previous 1.290 (colored) to selected 1.322.6.1 (colored)

Disable SYSTRACE by default on all kernels (discussed with core)

Revision 1.285.2.3 / (download) - annotate - [select for diffs], Fri Aug 11 15:41:00 2006 UTC (17 years, 8 months ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.285.2.2: +3 -4 lines
Diff to previous 1.285.2.2 (colored) to branchpoint 1.285 (colored) to selected 1.322.6.1 (colored)

sync with head

Revision 1.290 / (download) - annotate - [select for diffs], Mon Jul 31 23:29:54 2006 UTC (17 years, 8 months ago) by hubertf
Branch: MAIN
CVS Tags: yamt-pdpolicy-base7, abandoned-netbsd-4-base
Branch point for: abandoned-netbsd-4
Changes since 1.289: +2 -2 lines
Diff to previous 1.289 (colored) to selected 1.322.6.1 (colored)

spc(4) can also attach to pcmcia(4), as was already in hpcmips/GENERIC
for quite some time. Add it to all systems that have pcmcia SCSI.

Pointed out by Bjn Johannesson <rherdware@yahoo.com> in private mail,
OK'd by matt@

Revision 1.289 / (download) - annotate - [select for diffs], Wed Jul 26 07:00:23 2006 UTC (17 years, 8 months ago) by cube
Branch: MAIN
Changes since 1.288: +1 -3 lines
Diff to previous 1.288 (colored) to selected 1.322.6.1 (colored)

Remove "atapibus* at umass?" and "scsibus* at umass?" when there is
already an attachment to the interface attribute (atapi and scsi).

Part of PR#34085, although it is the contrary to what the submitter
suggests (which shows that having both in a config file can be confusing).

Revision 1.287.2.1 / (download) - annotate - [select for diffs], Thu Jul 13 17:48:44 2006 UTC (17 years, 9 months ago) by gdamore
Branch: gdamore-uart
Changes since 1.287: +2 -1 lines
Diff to previous 1.287 (colored) next main 1.288 (colored) to selected 1.322.6.1 (colored)

Merge from HEAD.

Revision 1.288 / (download) - annotate - [select for diffs], Wed Jun 28 15:19:27 2006 UTC (17 years, 9 months ago) by liamjfoy
Branch: MAIN
Changes since 1.287: +2 -1 lines
Diff to previous 1.287 (colored) to selected 1.322.6.1 (colored)

Add CARP to GENERIC kernel configs. CARP is not enabled by default.

ok: christos

Revision 1.266.2.1 / (download) - annotate - [select for diffs], Wed Jun 21 14:48:15 2006 UTC (17 years, 9 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.266: +49 -14 lines
Diff to previous 1.266 (colored) to selected 1.322.6.1 (colored)

sync with head.

Revision 1.286.2.1 / (download) - annotate - [select for diffs], Mon Jun 19 03:44:01 2006 UTC (17 years, 10 months ago) by chap
Branch: chap-midi
Changes since 1.286: +3 -1 lines
Diff to previous 1.286 (colored) next main 1.287 (colored) to selected 1.322.6.1 (colored)

Sync with head.

Revision 1.283.2.2 / (download) - annotate - [select for diffs], Thu Jun 1 22:34:10 2006 UTC (17 years, 10 months ago) by kardel
Branch: simonb-timecounters
CVS Tags: simonb-timcounters-final
Changes since 1.283.2.1: +3 -1 lines
Diff to previous 1.283.2.1 (colored) next main 1.284 (colored) to selected 1.322.6.1 (colored)

Sync with head.

Revision 1.285.6.2 / (download) - annotate - [select for diffs], Wed May 24 15:47:50 2006 UTC (17 years, 10 months ago) by tron
Branch: peter-altq
Changes since 1.285.6.1: +2 -0 lines
Diff to previous 1.285.6.1 (colored) to branchpoint 1.285 (colored) next main 1.286 (colored) to selected 1.322.6.1 (colored)

Merge 2006-05-24 NetBSD-current into the "peter-altq" branch.

Revision 1.285.2.2 / (download) - annotate - [select for diffs], Wed May 24 10:56:33 2006 UTC (17 years, 10 months ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.285.2.1: +3 -1 lines
Diff to previous 1.285.2.1 (colored) to branchpoint 1.285 (colored) to selected 1.322.6.1 (colored)

sync with head.

Revision 1.287 / (download) - annotate - [select for diffs], Mon May 22 07:20:18 2006 UTC (17 years, 10 months ago) by mrg
Branch: MAIN
CVS Tags: yamt-pdpolicy-base6, yamt-pdpolicy-base5, simonb-timecounters-base, gdamore-uart-base, chap-midi-nbase, chap-midi-base
Branch point for: gdamore-uart
Changes since 1.286: +3 -1 lines
Diff to previous 1.286 (colored) to selected 1.322.6.1 (colored)

add NULLFS and re(4) (both tested.)

Revision 1.283.2.1 / (download) - annotate - [select for diffs], Sat Apr 22 11:37:11 2006 UTC (17 years, 11 months ago) by simonb
Branch: simonb-timecounters
Changes since 1.283: +9 -9 lines
Diff to previous 1.283 (colored) to selected 1.322.6.1 (colored)

Sync with head.

Revision 1.285.4.1 / (download) - annotate - [select for diffs], Wed Apr 19 02:31:58 2006 UTC (18 years ago) by elad
Branch: elad-kernelauth
Changes since 1.285: +2 -2 lines
Diff to previous 1.285 (colored) next main 1.286 (colored) to selected 1.322.6.1 (colored)

sync with head - hopefully this will work

Revision 1.285.2.1 / (download) - annotate - [select for diffs], Sat Apr 1 12:06:07 2006 UTC (18 years ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.285: +2 -2 lines
Diff to previous 1.285 (colored) to selected 1.322.6.1 (colored)

sync with head.

Revision 1.285.6.1 / (download) - annotate - [select for diffs], Fri Mar 31 09:44:55 2006 UTC (18 years ago) by tron
Branch: peter-altq
Changes since 1.285: +2 -2 lines
Diff to previous 1.285 (colored) to selected 1.322.6.1 (colored)

Merge 2006-03-31 NetBSD-current into the "peter-altq" branch.

Revision 1.286 / (download) - annotate - [select for diffs], Tue Mar 28 20:58:39 2006 UTC (18 years ago) by pavel
Branch: MAIN
CVS Tags: yamt-pdpolicy-base4, yamt-pdpolicy-base3, elad-kernelauth-base
Branch point for: chap-midi
Changes since 1.285: +2 -2 lines
Diff to previous 1.285 (colored) to selected 1.322.6.1 (colored)

Add stf to all kernel configs which have INET6 and gif, except the INSTALL
ones and those for specific machines of developers. PR 32304.

OK'ed by rpaulo.

N.B. stf is a cloning device, so it still must be enabled by
"ifconfig stf0 create".

Revision 1.282.2.1 / (download) - annotate - [select for diffs], Sat Feb 18 15:38:30 2006 UTC (18 years, 2 months ago) by yamt
Branch: yamt-uio_vmspace
Changes since 1.282: +10 -9 lines
Diff to previous 1.282 (colored) next main 1.283 (colored) to selected 1.322.6.1 (colored)

sync with head.

Revision 1.285 / (download) - annotate - [select for diffs], Sun Feb 5 05:01:48 2006 UTC (18 years, 2 months ago) by cube
Branch: MAIN
CVS Tags: yamt-uio_vmspace-base5, yamt-pdpolicy-base2, yamt-pdpolicy-base, peter-altq-base
Branch point for: yamt-pdpolicy, peter-altq, elad-kernelauth
Changes since 1.284: +8 -8 lines
Diff to previous 1.284 (colored) to selected 1.322.6.1 (colored)

Remove 'count' argument for pseudo-devices that ignore it
(vnd, bpfilter, ppp, gif, gre, tun, sl, strip, faith, stf).

Revision 1.284 / (download) - annotate - [select for diffs], Sat Feb 4 02:37:23 2006 UTC (18 years, 2 months ago) by rpaulo
Branch: MAIN
Changes since 1.283: +2 -2 lines
Diff to previous 1.283 (colored) to selected 1.322.6.1 (colored)

bpfilter doesn't accept count anymore.

Revision 1.283 / (download) - annotate - [select for diffs], Thu Feb 2 21:32:08 2006 UTC (18 years, 2 months ago) by reinoud
Branch: MAIN
Branch point for: simonb-timecounters
Changes since 1.282: +2 -1 lines
Diff to previous 1.282 (colored) to selected 1.322.6.1 (colored)

Add commented out UDF file-system entry in all GENERIC configurations.

Revision 1.230.2.14 / (download) - annotate - [select for diffs], Sun Dec 11 10:28:13 2005 UTC (18 years, 4 months ago) by christos
Branch: ktrace-lwp
Changes since 1.230.2.13: +21 -3 lines
Diff to previous 1.230.2.13 (colored) next main 1.231 (colored) to selected 1.322.6.1 (colored)

Sync with head.

Revision 1.282 / (download) - annotate - [select for diffs], Fri Dec 9 23:34:01 2005 UTC (18 years, 4 months ago) by elad
Branch: MAIN
CVS Tags: ktrace-lwp-base
Branch point for: yamt-uio_vmspace, rpaulo-netinet-merge-pcb
Changes since 1.281: +18 -1 lines
Diff to previous 1.281 (colored) to selected 1.322.6.1 (colored)

Add (commented out) Veriexec options and pseudo-device to GENERIC kernels,
and remove the i386 GENERIC_VERIEXEC config.

Revision 1.281 / (download) - annotate - [select for diffs], Wed Dec 7 09:10:12 2005 UTC (18 years, 4 months ago) by tsutsui
Branch: MAIN
Changes since 1.280: +2 -2 lines
Diff to previous 1.280 (colored) to selected 1.322.6.1 (colored)

Adjust comments for options FFS_NO_SNAPSHOT.

XXX: This option should be mentioned in options(4).

Revision 1.277.2.1 / (download) - annotate - [select for diffs], Tue Nov 29 21:22:56 2005 UTC (18 years, 4 months ago) by yamt
Branch: yamt-readahead
Changes since 1.277: +3 -2 lines
Diff to previous 1.277 (colored) next main 1.278 (colored) to selected 1.322.6.1 (colored)

sync with head.

Revision 1.280 / (download) - annotate - [select for diffs], Fri Nov 25 16:41:31 2005 UTC (18 years, 4 months ago) by thorpej
Branch: MAIN
CVS Tags: yamt-readahead-base3
Changes since 1.279: +2 -2 lines
Diff to previous 1.279 (colored) to selected 1.322.6.1 (colored)

swcr -> swcrypto

Revision 1.279 / (download) - annotate - [select for diffs], Fri Nov 25 16:35:11 2005 UTC (18 years, 4 months ago) by thorpej
Branch: MAIN
Changes since 1.278: +2 -2 lines
Diff to previous 1.278 (colored) to selected 1.322.6.1 (colored)

"pseudo-device crypto" really refers to the /dev/crypto API to the
opencrypto framework, not the framework itself.  Update the comment
accordingly.

Revision 1.278 / (download) - annotate - [select for diffs], Fri Nov 25 16:30:23 2005 UTC (18 years, 4 months ago) by thorpej
Branch: MAIN
Changes since 1.277: +2 -1 lines
Diff to previous 1.277 (colored) to selected 1.322.6.1 (colored)

Add "pseudo-device swcr" (commented out if "pseudo-device crypto" is also
commented out).

Revision 1.230.2.13 / (download) - annotate - [select for diffs], Thu Nov 10 13:48:22 2005 UTC (18 years, 5 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.230.2.12: +24 -5 lines
Diff to previous 1.230.2.12 (colored) to selected 1.322.6.1 (colored)

Sync with HEAD. Here we go again...

Revision 1.261.4.6 / (download) - annotate - [select for diffs], Sat Nov 5 00:39:47 2005 UTC (18 years, 5 months ago) by tron
Branch: netbsd-3
CVS Tags: netbsd-3-1-RELEASE, netbsd-3-1-RC4, netbsd-3-1-RC3, netbsd-3-1-RC2, netbsd-3-1-RC1, netbsd-3-1-1-RELEASE, netbsd-3-1, netbsd-3-0-RELEASE, netbsd-3-0-RC6, netbsd-3-0-RC5, netbsd-3-0-RC4, netbsd-3-0-RC3, netbsd-3-0-RC2, netbsd-3-0-RC1, netbsd-3-0-3-RELEASE, netbsd-3-0-2-RELEASE, netbsd-3-0-1-RELEASE, netbsd-3-0
Changes since 1.261.4.5: +1 -1 lines
Diff to previous 1.261.4.5 (colored) to branchpoint 1.261 (colored) next main 1.262 (colored) to selected 1.322.6.1 (colored)

Pull up following revision(s) (requested by chs in ticket #929):
	sys/arch/hp300/conf/GENERIC: revision 1.124
	sys/arch/acorn32/conf/GENERIC: revision 1.62
	sys/arch/pdp10/conf/GENERIC: revision 1.19
	sys/arch/mvme68k/conf/GENERIC: revision 1.61
	sys/arch/netwinder/conf/GENERIC: revision 1.70
	sys/arch/sbmips/conf/GENERIC: revision 1.46
	sys/arch/macppc/conf/GENERIC: revision 1.214
	sys/arch/bebox/conf/GENERIC: revision 1.89
	sys/arch/cobalt/conf/GENERIC: revision 1.83
	sys/arch/cats/conf/GENERIC: revision 1.92
	sys/arch/shark/conf/GENERIC: revision 1.53
	sys/arch/amiga/conf/GENERIC.in: revision 1.45
	sys/arch/acorn26/conf/GENERIC: revision 1.37
	sys/arch/cesfic/conf/GENERIC: revision 1.38
	sys/arch/iyonix/conf/GENERIC: revision 1.21
	sys/arch/alpha/conf/GENERIC: revision 1.277
	sys/arch/vax/conf/GENERIC: revision 1.143
	sys/arch/atari/conf/GENERIC.in: revision 1.56
	sys/arch/mipsco/conf/GENERIC: revision 1.53
	sys/arch/ofppc/conf/GENERIC: revision 1.85
	sys/arch/next68k/conf/GENERIC: revision 1.96
	sys/arch/arc/conf/GENERIC: revision 1.125
	sys/arch/dreamcast/conf/GENERIC: revision 1.62
turn off DEBUG and DIAGNOSTIC in GENERIC kernels so that they
are compatible with the LKMs that are part of the release.

Revision 1.277 / (download) - annotate - [select for diffs], Thu Nov 3 16:48:29 2005 UTC (18 years, 5 months ago) by chs
Branch: MAIN
CVS Tags: yamt-readahead-pervnode, yamt-readahead-perfile, yamt-readahead-base2, yamt-readahead-base
Branch point for: yamt-readahead
Changes since 1.276: +2 -2 lines
Diff to previous 1.276 (colored) to selected 1.322.6.1 (colored)

turn off DEBUG and DIAGNOSTIC in GENERIC kernels so that they
are compatible with the LKMs that are part of the release.

Revision 1.240.2.4.2.4 / (download) - annotate - [select for diffs], Thu Oct 27 05:20:33 2005 UTC (18 years, 5 months ago) by riz
Branch: netbsd-2
Changes since 1.240.2.4.2.3: +3 -3 lines
Diff to previous 1.240.2.4.2.3 (colored) to branchpoint 1.240.2.4 (colored) next main 1.241 (colored) to selected 1.322.6.1 (colored)

Pull up following revision(s) (requested by abs in ticket #5893):
	sys/arch/alpha/conf/GENERIC: revision 1.276
If we're enabling ipfilter then we should really have IPFILTER_LOG

Revision 1.208.4.3 / (download) - annotate - [select for diffs], Wed Oct 26 22:16:26 2005 UTC (18 years, 5 months ago) by jmc
Branch: netbsd-1-6
Changes since 1.208.4.2: +6 -2 lines
Diff to previous 1.208.4.2 (colored) to branchpoint 1.208 (colored) next main 1.209 (colored) to selected 1.322.6.1 (colored)

Pullup (via patch) requested in ticket #5754 by itohy

  Provide a backport for ukyopon(4) and pullup umodem(4) updates.

Revision 1.261.4.5 / (download) - annotate - [select for diffs], Sat Oct 1 10:41:00 2005 UTC (18 years, 6 months ago) by tron
Branch: netbsd-3
Changes since 1.261.4.4: +2 -2 lines
Diff to previous 1.261.4.4 (colored) to branchpoint 1.261 (colored) to selected 1.322.6.1 (colored)

Pull up following revision(s) (requested by abs in ticket #840):
	sys/arch/alpha/conf/GENERIC: revision 1.276
If we're enabling ipfilter then we should really have IPFILTER_LOG

Revision 1.276 / (download) - annotate - [select for diffs], Thu Sep 29 17:21:24 2005 UTC (18 years, 6 months ago) by abs
Branch: MAIN
CVS Tags: yamt-vop-base3, yamt-vop-base2, yamt-vop-base, yamt-vop, thorpej-vnode-attr-base, thorpej-vnode-attr
Changes since 1.275: +2 -2 lines
Diff to previous 1.275 (colored) to selected 1.322.6.1 (colored)

If we're enabling ipfilter then we should really have IPFILTER_LOG

Revision 1.275 / (download) - annotate - [select for diffs], Sat Sep 10 19:20:48 2005 UTC (18 years, 7 months ago) by jmmv
Branch: MAIN
Changes since 1.274: +2 -1 lines
Diff to previous 1.274 (colored) to selected 1.322.6.1 (colored)

Initial addition of tmpfs, an efficient memory file-system.  This project
was developed as part of Google's Summer of Code 2005 program.  This
change adds the kernel code, the mount_tmpfs utility, a regression test
suite and does all other related changes to integrate these.

The file-system is still *experimental*.  Therefore, it is disabled by
default in all kernels.  However, as typically done, a commented-out
entry is added in them to ease its setup.

Note that I haven't commited the required mountd(8) changes to be able
to export tmpfs file-systems because NFS support is still very unstable
and because, before enabling it, I'd like to do some other changes.

OK'ed by my project mentor, William Studenmund (wrstuden@).

Revision 1.274 / (download) - annotate - [select for diffs], Fri Aug 19 05:19:49 2005 UTC (18 years, 8 months ago) by christos
Branch: MAIN
Changes since 1.273: +2 -2 lines
Diff to previous 1.273 (colored) to selected 1.322.6.1 (colored)

Enable ptyfs by default on the non-install and non small/tiny/ramdisk kernels

Revision 1.273 / (download) - annotate - [select for diffs], Fri Aug 19 02:03:49 2005 UTC (18 years, 8 months ago) by christos
Branch: MAIN
Changes since 1.272: +2 -1 lines
Diff to previous 1.272 (colored) to selected 1.322.6.1 (colored)

64 bit inode changes.

Revision 1.261.4.4 / (download) - annotate - [select for diffs], Sun Aug 14 21:13:30 2005 UTC (18 years, 8 months ago) by riz
Branch: netbsd-3
Changes since 1.261.4.3: +2 -1 lines
Diff to previous 1.261.4.3 (colored) to branchpoint 1.261 (colored) to selected 1.322.6.1 (colored)

Pull up revision 1.269 (requested by hubertf in ticket #625):
Add support for reading cloop2 compressed filesystem images,
enable by putting VND_COMPRESSION into kernel config file.
Written by Cliff Wright, polished up slightly by me.

Revision 1.272 / (download) - annotate - [select for diffs], Fri Aug 5 09:23:16 2005 UTC (18 years, 8 months ago) by skrll
Branch: MAIN
Changes since 1.271: +4 -1 lines
Diff to previous 1.271 (colored) to selected 1.322.6.1 (colored)

Add (commented out) ucycom to various kernel configs.

Revision 1.271 / (download) - annotate - [select for diffs], Sun Jul 31 04:04:30 2005 UTC (18 years, 8 months ago) by yamt
Branch: MAIN
Changes since 1.270: +1 -3 lines
Diff to previous 1.270 (colored) to selected 1.322.6.1 (colored)

revert "defflag VMSWAP" changes for now.
there seems to be far more people who don't want to edit
their kernel config files than i thought.

Revision 1.270 / (download) - annotate - [select for diffs], Sat Jul 30 06:35:35 2005 UTC (18 years, 8 months ago) by yamt
Branch: MAIN
Changes since 1.269: +3 -1 lines
Diff to previous 1.269 (colored) to selected 1.322.6.1 (colored)

add "options VMSWAP" to non INSTALL kernels.

Revision 1.240.2.4.2.3 / (download) - annotate - [select for diffs], Thu Jul 21 19:28:00 2005 UTC (18 years, 8 months ago) by riz
Branch: netbsd-2
CVS Tags: netbsd-2-1-RELEASE, netbsd-2-1-RC6, netbsd-2-1-RC5, netbsd-2-1-RC4, netbsd-2-1-RC3, netbsd-2-1-RC2, netbsd-2-1-RC1, netbsd-2-1
Changes since 1.240.2.4.2.2: +6 -2 lines
Diff to previous 1.240.2.4.2.2 (colored) to branchpoint 1.240.2.4 (colored) to selected 1.322.6.1 (colored)

Pull up revision 1.263 (requested by itohy in ticket #1430):
Add ukyopon(4).

Revision 1.261.4.3 / (download) - annotate - [select for diffs], Mon Jul 18 21:15:01 2005 UTC (18 years, 9 months ago) by riz
Branch: netbsd-3
Changes since 1.261.4.2: +2 -1 lines
Diff to previous 1.261.4.2 (colored) to branchpoint 1.261 (colored) to selected 1.322.6.1 (colored)

Pull up revision 1.267 (requested by tron in ticket #566):
Add (commented out) IPSEC_NAT_T option.

Revision 1.269 / (download) - annotate - [select for diffs], Sun Jul 17 00:08:27 2005 UTC (18 years, 9 months ago) by hubertf
Branch: MAIN
Changes since 1.268: +2 -1 lines
Diff to previous 1.268 (colored) to selected 1.322.6.1 (colored)

Add support for reading cloop2 compressed filesystem image,
enable by putting VND_COMPRESSION into kernel config file.
Written by Cliff Wright, polished up slightly by me.

Revision 1.268 / (download) - annotate - [select for diffs], Mon Jul 11 15:37:04 2005 UTC (18 years, 9 months ago) by kiyohara
Branch: MAIN
Changes since 1.267: +8 -1 lines
Diff to previous 1.267 (colored) to selected 1.322.6.1 (colored)

ieee1394 import from FreeBSD.

Revision 1.267 / (download) - annotate - [select for diffs], Thu Jul 7 17:05:46 2005 UTC (18 years, 9 months ago) by tron
Branch: MAIN
Changes since 1.266: +2 -1 lines
Diff to previous 1.266 (colored) to selected 1.322.6.1 (colored)

Add (commented out) IPSEC_NAT_T option.

Revision 1.266 / (download) - annotate - [select for diffs], Sat Jun 25 12:05:15 2005 UTC (18 years, 9 months ago) by rpaulo
Branch: MAIN
Branch point for: yamt-lazymbuf
Changes since 1.265: +2 -1 lines
Diff to previous 1.265 (colored) to selected 1.322.6.1 (colored)

Add file-system PTYFS (commented out) so that people know its existence.

Ok'ed by Christos Zoulas and Hubert Feyrer.

Revision 1.265 / (download) - annotate - [select for diffs], Thu Jun 9 14:43:29 2005 UTC (18 years, 10 months ago) by tsutsui
Branch: MAIN
Changes since 1.264: +3 -2 lines
Diff to previous 1.264 (colored) to selected 1.322.6.1 (colored)

- Rename options NEW_BUFQ_STRATEGY -> options BUFQ_READPRIO.
  (still commented out)
- Add (also commented out) options BUFQ_PRIOCSCAN.

Suggested by perry and soda on tech-kern.
Please refer options(4) for details for these options.

Revision 1.261.4.2 / (download) - annotate - [select for diffs], Wed Jun 1 17:20:01 2005 UTC (18 years, 10 months ago) by riz
Branch: netbsd-3
Changes since 1.261.4.1: +1 -2 lines
Diff to previous 1.261.4.1 (colored) to branchpoint 1.261 (colored) to selected 1.322.6.1 (colored)

Pull up revision 1.264 (requested by tron in ticket #362):
Remove attachment for the piixide(4) driver from all non-x86 kernel
configurations because Intel IDE disk controllers only exist as part
of Intel chipsets for x86 systems.

Revision 1.264 / (download) - annotate - [select for diffs], Tue May 31 22:23:52 2005 UTC (18 years, 10 months ago) by tron
Branch: MAIN
Changes since 1.263: +1 -2 lines
Diff to previous 1.263 (colored) to selected 1.322.6.1 (colored)

Remove attachment for the piixide(4) driver from all non-x86 kernel
configurations because Intel IDE disk controllers only exist as part
of Intel chipsets for x86 systems.

Revision 1.257.4.1 / (download) - annotate - [select for diffs], Fri Apr 29 11:27:59 2005 UTC (18 years, 11 months ago) by kent
Branch: kent-audio2
Changes since 1.257: +9 -1 lines
Diff to previous 1.257 (colored) next main 1.258 (colored) to selected 1.322.6.1 (colored)

sync with -current

Revision 1.261.4.1 / (download) - annotate - [select for diffs], Sun Apr 17 11:44:40 2005 UTC (19 years ago) by tron
Branch: netbsd-3
Changes since 1.261: +5 -1 lines
Diff to previous 1.261 (colored) to selected 1.322.6.1 (colored)

Pull up revision 1.263 (requested by itohy in ticket #160):
Add ukyopon(4).

Revision 1.263 / (download) - annotate - [select for diffs], Fri Apr 15 17:27:20 2005 UTC (19 years ago) by itohy
Branch: MAIN
CVS Tags: kent-audio2-base
Changes since 1.262: +5 -1 lines
Diff to previous 1.262 (colored) to selected 1.322.6.1 (colored)

Add ukyopon(4).

Revision 1.240.2.4.2.2 / (download) - annotate - [select for diffs], Sat Apr 2 21:27:30 2005 UTC (19 years ago) by he
Branch: netbsd-2
Changes since 1.240.2.4.2.1: +3 -2 lines
Diff to previous 1.240.2.4.2.1 (colored) to branchpoint 1.240.2.4 (colored) to selected 1.322.6.1 (colored)

Pull up revision 1.257 (via patch, requested by bouyer in ticket #1019):
  Add pdcsata(4), a driver for the Promise SATA150 (aka PDC203xx)
  series of controllers.

Revision 1.230.2.12 / (download) - annotate - [select for diffs], Fri Apr 1 14:26:50 2005 UTC (19 years ago) by skrll
Branch: ktrace-lwp
Changes since 1.230.2.11: +2 -1 lines
Diff to previous 1.230.2.11 (colored) to selected 1.322.6.1 (colored)

Sync with HEAD.

Revision 1.257.6.3 / (download) - annotate - [select for diffs], Sat Mar 26 18:19:16 2005 UTC (19 years ago) by yamt
Branch: yamt-km
Changes since 1.257.6.2: +2 -1 lines
Diff to previous 1.257.6.2 (colored) to branchpoint 1.257 (colored) next main 1.258 (colored) to selected 1.322.6.1 (colored)

sync with head.

Revision 1.262 / (download) - annotate - [select for diffs], Fri Mar 25 23:28:43 2005 UTC (19 years ago) by cube
Branch: MAIN
CVS Tags: yamt-km-base4
Changes since 1.261: +2 -1 lines
Diff to previous 1.261 (colored) to selected 1.322.6.1 (colored)

Add attimer(4) configurations everywhere pcppi(4) exists, with the
following rule:
  If a pcppi device is enabled for an attachment, enable an attimer for the
  same attachement, otherwise comment it.

Revision 1.257.6.2 / (download) - annotate - [select for diffs], Sat Mar 19 08:32:44 2005 UTC (19 years, 1 month ago) by yamt
Branch: yamt-km
Changes since 1.257.6.1: +2 -2 lines
Diff to previous 1.257.6.1 (colored) to branchpoint 1.257 (colored) to selected 1.322.6.1 (colored)

sync with head.  xen and whitespace.  xen part is not finished.

Revision 1.230.2.11 / (download) - annotate - [select for diffs], Fri Mar 4 16:38:01 2005 UTC (19 years, 1 month ago) by skrll
Branch: ktrace-lwp
Changes since 1.230.2.10: +2 -2 lines
Diff to previous 1.230.2.10 (colored) to selected 1.322.6.1 (colored)

Sync with HEAD.

Hi Perry!

Revision 1.261 / (download) - annotate - [select for diffs], Fri Feb 18 21:05:50 2005 UTC (19 years, 2 months ago) by dsl
Branch: MAIN
CVS Tags: yamt-km-base3, netbsd-3-base
Branch point for: netbsd-3
Changes since 1.260: +2 -2 lines
Diff to previous 1.260 (colored) to selected 1.322.6.1 (colored)

Invert FFS_SNAPSHOT to FFS_NO_SNAPSHOT

Revision 1.230.2.10 / (download) - annotate - [select for diffs], Tue Feb 15 21:32:31 2005 UTC (19 years, 2 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.230.2.9: +2 -1 lines
Diff to previous 1.230.2.9 (colored) to selected 1.322.6.1 (colored)

Sync with HEAD.

Revision 1.257.6.1 / (download) - annotate - [select for diffs], Sat Feb 12 18:17:30 2005 UTC (19 years, 2 months ago) by yamt
Branch: yamt-km
Changes since 1.257: +4 -1 lines
Diff to previous 1.257 (colored) to selected 1.322.6.1 (colored)

sync with head.

Revision 1.260 / (download) - annotate - [select for diffs], Fri Feb 11 08:25:53 2005 UTC (19 years, 2 months ago) by dsl
Branch: MAIN
CVS Tags: yamt-km-base2
Changes since 1.259: +2 -1 lines
Diff to previous 1.259 (colored) to selected 1.322.6.1 (colored)

Add 'option FFS_SNAPSHOT' to most of the config files.
Commented out for kernels that appear to hace space constraints.

Revision 1.240.2.4.2.1 / (download) - annotate - [select for diffs], Sun Feb 6 08:28:40 2005 UTC (19 years, 2 months ago) by jmc
Branch: netbsd-2
Changes since 1.240.2.4: +46 -32 lines
Diff to previous 1.240.2.4 (colored) to selected 1.322.6.1 (colored)

Pullup patch (requested by reinoud in ticket #913)

	Cleanup audio and add USB-2 devices

Revision 1.230.2.9 / (download) - annotate - [select for diffs], Fri Feb 4 11:44:13 2005 UTC (19 years, 2 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.230.2.8: +3 -1 lines
Diff to previous 1.230.2.8 (colored) to selected 1.322.6.1 (colored)

Sync with HEAD.

Revision 1.259 / (download) - annotate - [select for diffs], Mon Jan 31 16:54:33 2005 UTC (19 years, 2 months ago) by hannken
Branch: MAIN
Changes since 1.258: +2 -1 lines
Diff to previous 1.258 (colored) to selected 1.322.6.1 (colored)

Add file system snapshots to kernel configs.

- Ffs internal snapshots get compiled in unconditionally.

- File system snapshot device fss(4) added to all kernel configs that
  have a disk.  Device is commented out on all non-GENERIC kernels.

Reviewed by: Jason Thorpe <thorpej@netbsd.org>

Revision 1.258 / (download) - annotate - [select for diffs], Fri Jan 28 03:19:49 2005 UTC (19 years, 2 months ago) by rumble
Branch: MAIN
Changes since 1.257: +2 -1 lines
Diff to previous 1.257 (colored) to selected 1.322.6.1 (colored)

Sprinkle options UFS_DIRHASH on GENERIC kernels. It's presently
commented out and labeled experimental pending further review and
testing.

Revision 1.230.2.8 / (download) - annotate - [select for diffs], Mon Nov 29 07:24:01 2004 UTC (19 years, 4 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.230.2.7: +2 -1 lines
Diff to previous 1.230.2.7 (colored) to selected 1.322.6.1 (colored)

Sync with HEAD.

Revision 1.257 / (download) - annotate - [select for diffs], Wed Nov 24 20:49:20 2004 UTC (19 years, 4 months ago) by bouyer
Branch: MAIN
CVS Tags: yamt-km-base, kent-audio1-beforemerge, kent-audio1-base, kent-audio1
Branch point for: yamt-km, kent-audio2
Changes since 1.256: +2 -1 lines
Diff to previous 1.256 (colored) to selected 1.322.6.1 (colored)

pdcsata(4), a driver for the Promise SATA150 (aka PDC203xx) serie of
controllers. Tested with a PDC20375 (2 SATA, one PATA) controller on sparc64.
Added to all kernel config file which had pdcide(4).

Revision 1.230.2.7 / (download) - annotate - [select for diffs], Sun Nov 14 08:15:04 2004 UTC (19 years, 5 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.230.2.6: +3 -1 lines
Diff to previous 1.230.2.6 (colored) to selected 1.322.6.1 (colored)

Sync with HEAD.

Revision 1.256 / (download) - annotate - [select for diffs], Wed Nov 10 17:54:02 2004 UTC (19 years, 5 months ago) by christos
Branch: MAIN
Changes since 1.255: +3 -1 lines
Diff to previous 1.255 (colored) to selected 1.322.6.1 (colored)

Add COMPAT_BSDPTY to the rest of the config files.

Revision 1.230.2.6 / (download) - annotate - [select for diffs], Tue Nov 2 07:50:21 2004 UTC (19 years, 5 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.230.2.5: +2 -2 lines
Diff to previous 1.230.2.5 (colored) to selected 1.322.6.1 (colored)

Sync with HEAD.

Revision 1.255 / (download) - annotate - [select for diffs], Sat Oct 23 14:00:50 2004 UTC (19 years, 5 months ago) by augustss
Branch: MAIN
Changes since 1.254: +2 -2 lines
Diff to previous 1.254 (colored) to selected 1.322.6.1 (colored)

s/uax/axe/

Revision 1.230.2.5 / (download) - annotate - [select for diffs], Tue Oct 19 15:56:35 2004 UTC (19 years, 6 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.230.2.4: +37 -34 lines
Diff to previous 1.230.2.4 (colored) to selected 1.322.6.1 (colored)

Sync with HEAD

Revision 1.254 / (download) - annotate - [select for diffs], Tue Sep 28 23:39:37 2004 UTC (19 years, 6 months ago) by reinoud
Branch: MAIN
Changes since 1.253: +36 -33 lines
Diff to previous 1.253 (colored) to selected 1.322.6.1 (colored)

Cleanup of main config file:

1) Fix small indenting issues

2) Removal of audio* at ... and midi* at ... entries and replace all them with

audio* at audiobus?
midi*  at minibus?

3) Adding of USB audio/midi and IrDa entries

Revision 1.230.2.4 / (download) - annotate - [select for diffs], Tue Sep 21 13:11:47 2004 UTC (19 years, 6 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.230.2.3: +0 -0 lines
Diff to previous 1.230.2.3 (colored) to selected 1.322.6.1 (colored)

Fix the sync with head I botched.

Revision 1.230.2.3 / (download) - annotate - [select for diffs], Sat Sep 18 14:31:02 2004 UTC (19 years, 7 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.230.2.2: +7 -2 lines
Diff to previous 1.230.2.2 (colored) to selected 1.322.6.1 (colored)

Sync with HEAD.

Revision 1.253 / (download) - annotate - [select for diffs], Fri Sep 10 21:09:57 2004 UTC (19 years, 7 months ago) by reinoud
Branch: MAIN
Changes since 1.252: +2 -0 lines
Diff to previous 1.252 (colored) to selected 1.322.6.1 (colored)

Add wsmux and keyboard RAW support for better X

Revision 1.252 / (download) - annotate - [select for diffs], Fri Sep 10 21:09:06 2004 UTC (19 years, 7 months ago) by reinoud
Branch: MAIN
Changes since 1.251: +4 -2 lines
Diff to previous 1.251 (colored) to selected 1.322.6.1 (colored)

Add USB-2 support to Alpha

Revision 1.251 / (download) - annotate - [select for diffs], Sat Sep 4 23:29:44 2004 UTC (19 years, 7 months ago) by manu
Branch: MAIN
Changes since 1.250: +3 -2 lines
Diff to previous 1.250 (colored) to selected 1.322.6.1 (colored)

IPv4 PIM support, based on a submission from Pavlin Radoslavov posted on
tech-net@

Revision 1.230.2.2 / (download) - annotate - [select for diffs], Thu Aug 12 11:41:02 2004 UTC (19 years, 8 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.230.2.1: +22 -11 lines
Diff to previous 1.230.2.1 (colored) to selected 1.322.6.1 (colored)

Sync with HEAD.

Revision 1.250 / (download) - annotate - [select for diffs], Mon Aug 9 19:04:32 2004 UTC (19 years, 8 months ago) by mycroft
Branch: MAIN
Changes since 1.249: +3 -2 lines
Diff to previous 1.249 (colored) to selected 1.322.6.1 (colored)

Enable DDB history.

Revision 1.249 / (download) - annotate - [select for diffs], Mon Aug 9 14:16:02 2004 UTC (19 years, 8 months ago) by mycroft
Branch: MAIN
Changes since 1.248: +21 -11 lines
Diff to previous 1.248 (colored) to selected 1.322.6.1 (colored)

Add {spc,xirc,mhzc}@pcmcia.  All tested on a Multia.

Revision 1.230.2.1 / (download) - annotate - [select for diffs], Tue Aug 3 10:31:19 2004 UTC (19 years, 8 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.230: +54 -25 lines
Diff to previous 1.230 (colored) to selected 1.322.6.1 (colored)

Sync with HEAD

Revision 1.248 / (download) - annotate - [select for diffs], Tue Jul 20 00:08:52 2004 UTC (19 years, 9 months ago) by perseant
Branch: MAIN
Changes since 1.247: +3 -3 lines
Diff to previous 1.247 (colored) to selected 1.322.6.1 (colored)

Change "acardide*at ..." to "acardide* at ..." so adjustkernel will dtrt.

Revision 1.240.2.4 / (download) - annotate - [select for diffs], Thu Jul 15 20:21:57 2004 UTC (19 years, 9 months ago) by he
Branch: netbsd-2-0
CVS Tags: netbsd-2-base, netbsd-2-0-RELEASE, netbsd-2-0-RC5, netbsd-2-0-RC4, netbsd-2-0-RC3, netbsd-2-0-RC2, netbsd-2-0-RC1, netbsd-2-0-3-RELEASE, netbsd-2-0-2-RELEASE, netbsd-2-0-1-RELEASE
Branch point for: netbsd-2
Changes since 1.240.2.3: +1 -0 lines
Diff to previous 1.240.2.3 (colored) to branchpoint 1.240 (colored) next main 1.241 (colored) to selected 1.322.6.1 (colored)

Pull up revision 1.247 (requested by atatat in ticket #663):
	Add "options SYSCTL_INCLUDE_DESCR" to a lot of configurations,
	but commented out in most of them.

Revision 1.247 / (download) - annotate - [select for diffs], Thu Jul 15 03:53:45 2004 UTC (19 years, 9 months ago) by atatat
Branch: MAIN
Changes since 1.246: +3 -2 lines
Diff to previous 1.246 (colored) to selected 1.322.6.1 (colored)

Add "options SYSCTL_INCLUDE_DESCR" to a lot of configs, but commented
out in most of them.

Revision 1.240.2.3 / (download) - annotate - [select for diffs], Fri Jul 2 17:40:55 2004 UTC (19 years, 9 months ago) by he
Branch: netbsd-2-0
Changes since 1.240.2.2: +5 -2 lines
Diff to previous 1.240.2.2 (colored) to branchpoint 1.240 (colored) to selected 1.322.6.1 (colored)

Pull up revision 1.246 (requested by bouyer in ticket #573):
	Add options P1003_1B_SEMAPHORE to all GENERIC-like kernel
	config files where SYSV* options were already present
	(commented out if the SYSV* options are commented out).
	Fixes PR#25897 and PR#25898.

Revision 1.240.2.2 / (download) - annotate - [select for diffs], Wed Jun 30 21:01:05 2004 UTC (19 years, 9 months ago) by jdc
Branch: netbsd-2-0
Changes since 1.240.2.1: +15 -2 lines
Diff to previous 1.240.2.1 (colored) to branchpoint 1.240 (colored) to selected 1.322.6.1 (colored)

Pull up revision 1.245 (requested by abs in ticket #567).

Add (commented out) ALTQ options to all GENERIC-like files

Revision 1.246 / (download) - annotate - [select for diffs], Mon Jun 28 21:07:47 2004 UTC (19 years, 9 months ago) by bouyer
Branch: MAIN
Changes since 1.245: +5 -2 lines
Diff to previous 1.245 (colored) to selected 1.322.6.1 (colored)

Add options P1003_1B_SEMAPHORE
to all GENERIC-like kernel config files where SYSV* options were already
present (commented out if the SYSV* options are commented out).
Fix lib/25897 and lib/25898.

Revision 1.245 / (download) - annotate - [select for diffs], Sat Jun 26 07:32:05 2004 UTC (19 years, 9 months ago) by abs
Branch: MAIN
Changes since 1.244: +15 -2 lines
Diff to previous 1.244 (colored) to selected 1.322.6.1 (colored)

Add (commented out) ALTQ options to all GENERIC-like files

Revision 1.244 / (download) - annotate - [select for diffs], Tue Jun 22 14:09:49 2004 UTC (19 years, 9 months ago) by itojun
Branch: MAIN
Changes since 1.243: +4 -2 lines
Diff to previous 1.243 (colored) to selected 1.322.6.1 (colored)

have pf and pflog pseudo-device (commented out).
reviewed by matt, perry, christos

Revision 1.243 / (download) - annotate - [select for diffs], Fri Jun 18 15:04:03 2004 UTC (19 years, 10 months ago) by christos
Branch: MAIN
Changes since 1.242: +2 -3 lines
Diff to previous 1.242 (colored) to selected 1.322.6.1 (colored)

ptm is now mandatory, depends on pty, and can be disabled with -DNO_DEV_PTM

Revision 1.242 / (download) - annotate - [select for diffs], Wed Jun 16 15:07:39 2004 UTC (19 years, 10 months ago) by christos
Branch: MAIN
Changes since 1.241: +3 -2 lines
Diff to previous 1.241 (colored) to selected 1.322.6.1 (colored)

Add pseudo-device ptm on all the generic flavored kernels.

Revision 1.240.2.1 / (download) - annotate - [select for diffs], Thu Apr 29 21:42:06 2004 UTC (19 years, 11 months ago) by jmc
Branch: netbsd-2-0
Changes since 1.240: +3 -17 lines
Diff to previous 1.240 (colored) to selected 1.322.6.1 (colored)

Pullup rev 1.241 (requested by fair in ticket #232)

Remove specific scsibus* at (hba device)? declarations for the new,
simple:

scsibus* at scsi?

Revision 1.241 / (download) - annotate - [select for diffs], Thu Apr 29 07:13:03 2004 UTC (19 years, 11 months ago) by fair
Branch: MAIN
Changes since 1.240: +3 -17 lines
Diff to previous 1.240 (colored) to selected 1.322.6.1 (colored)

Remove specific scsibus* at (hba device)? declarations for the new,
simple:

scsibus* at scsi?

Revision 1.240 / (download) - annotate - [select for diffs], Fri Feb 13 10:05:49 2004 UTC (20 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: netbsd-2-0-base
Branch point for: netbsd-2-0
Changes since 1.239: +3 -3 lines
Diff to previous 1.239 (colored) to selected 1.322.6.1 (colored)

RealTek -> Realtek.

Revision 1.239 / (download) - annotate - [select for diffs], Wed Jan 14 22:29:03 2004 UTC (20 years, 3 months ago) by jonathan
Branch: MAIN
Changes since 1.238: +9 -2 lines
Diff to previous 1.238 (colored) to selected 1.322.6.1 (colored)

Add support for opencrypto, PCI accelerators to sys/arch/*/conf/GENERIC
files for machines I know to have genuine PCI slots.  As sent to tech-kern
for feedback in December 2003. Based on feedback, opencrypto is commented
out in the macppc GENERIC (due to absense of GENERIC_SOFTINT support),
and added to the sparc64 config (sys/arch/sparc64/conf/GENERIC32).

Revision 1.238 / (download) - annotate - [select for diffs], Sun Dec 14 01:32:01 2003 UTC (20 years, 4 months ago) by thorpej
Branch: MAIN
Changes since 1.237: +3 -2 lines
Diff to previous 1.237 (colored) to selected 1.322.6.1 (colored)

Split the Intel i31244 SATA controller ("Artisea") driver out of piixide
into its own driver (artsata).

Revision 1.237 / (download) - annotate - [select for diffs], Sat Dec 13 23:13:40 2003 UTC (20 years, 4 months ago) by thorpej
Branch: MAIN
Changes since 1.236: +3 -2 lines
Diff to previous 1.236 (colored) to selected 1.322.6.1 (colored)

Split out the Silicon Image SATALink support into its own driver,
"satalink".

Revision 1.236 / (download) - annotate - [select for diffs], Sat Oct 18 08:30:12 2003 UTC (20 years, 6 months ago) by lukem
Branch: MAIN
Changes since 1.235: +6 -18 lines
Diff to previous 1.235 (colored) to selected 1.322.6.1 (colored)

Use one  'atabus* at ata?'  instead of multiple  'atabus* at FOOide?  channel ?'
Use  'atapibus* at atapi?'  instead of  'atapibus* at atabus?'

Revision 1.235 / (download) - annotate - [select for diffs], Wed Oct 8 11:55:43 2003 UTC (20 years, 6 months ago) by bouyer
Branch: MAIN
Changes since 1.234: +25 -3 lines
Diff to previous 1.234 (colored) to selected 1.322.6.1 (colored)

Add new per-chip pciide drivers.

Revision 1.234 / (download) - annotate - [select for diffs], Wed Oct 8 11:01:56 2003 UTC (20 years, 6 months ago) by bouyer
Branch: MAIN
Changes since 1.233: +9 -7 lines
Diff to previous 1.233 (colored) to selected 1.322.6.1 (colored)

Add atabus

Revision 1.233 / (download) - annotate - [select for diffs], Tue Oct 7 17:04:18 2003 UTC (20 years, 6 months ago) by skd
Branch: MAIN
Changes since 1.232: +3 -3 lines
Diff to previous 1.232 (colored) to selected 1.322.6.1 (colored)

Siginfo changes for alpha kernel.  Approved by thorpej@netbsd.org.

Revision 1.208.4.2 / (download) - annotate - [select for diffs], Sun Aug 31 09:35:52 2003 UTC (20 years, 7 months ago) by tron
Branch: netbsd-1-6
CVS Tags: netbsd-1-6-PATCH002-RELEASE, netbsd-1-6-PATCH002-RC4, netbsd-1-6-PATCH002-RC3, netbsd-1-6-PATCH002-RC2, netbsd-1-6-PATCH002-RC1, netbsd-1-6-PATCH002
Changes since 1.208.4.1: +2 -1 lines
Diff to previous 1.208.4.1 (colored) to branchpoint 1.208 (colored) to selected 1.322.6.1 (colored)

Pull up revision 1.214 (requested by keihan in ticket #1385):
add options QUOTA; pointed out by Mattias Karlsson
also move options NFSSERVER after options SOFTDEP

Revision 1.232 / (download) - annotate - [select for diffs], Fri Aug 22 07:52:48 2003 UTC (20 years, 7 months ago) by itojun
Branch: MAIN
Changes since 1.231: +3 -2 lines
Diff to previous 1.231 (colored) to selected 1.322.6.1 (colored)

add udav*

Revision 1.231 / (download) - annotate - [select for diffs], Wed Aug 6 12:32:04 2003 UTC (20 years, 8 months ago) by bouyer
Branch: MAIN
Changes since 1.230: +4 -2 lines
Diff to previous 1.230 (colored) to selected 1.322.6.1 (colored)

Add esiop at pci to GENERIC which already have siop at pci.
esiop has been tested enouth now.
esiop not added to INSTALL kernels because of possible space constraint.
siop should be able to drive all adapters supported by esiop.

Revision 1.230 / (download) - annotate - [select for diffs], Sun May 4 01:19:17 2003 UTC (20 years, 11 months ago) by gmcgarry
Branch: MAIN
Branch point for: ktrace-lwp
Changes since 1.229: +3 -2 lines
Diff to previous 1.229 (colored) to selected 1.322.6.1 (colored)

Add wsfont support.  Addresses PR#18388.

Revision 1.229 / (download) - annotate - [select for diffs], Sat Apr 26 14:10:14 2003 UTC (20 years, 11 months ago) by ragge
Branch: MAIN
Changes since 1.228: +3 -2 lines
Diff to previous 1.228 (colored) to selected 1.322.6.1 (colored)

Add pseudo-device ksyms.

Revision 1.228 / (download) - annotate - [select for diffs], Wed Apr 16 23:41:35 2003 UTC (21 years ago) by thorpej
Branch: MAIN
Changes since 1.227: +3 -2 lines
Diff to previous 1.227 (colored) to selected 1.322.6.1 (colored)

Add mpt(4).

Revision 1.227 / (download) - annotate - [select for diffs], Thu Apr 10 22:06:52 2003 UTC (21 years ago) by christos
Branch: MAIN
Changes since 1.226: +2 -3 lines
Diff to previous 1.226 (colored) to selected 1.322.6.1 (colored)

Bye Bye UCONSOLE

Revision 1.226 / (download) - annotate - [select for diffs], Thu Feb 27 19:22:37 2003 UTC (21 years, 1 month ago) by perseant
Branch: MAIN
Changes since 1.225: +3 -2 lines
Diff to previous 1.225 (colored) to selected 1.322.6.1 (colored)

Make BRIDGE_IPF an option, and document it.  Add it (commented) to GENERIC.
Let brconfig tell whether the bridge is using the ipfilter hook, or not.

Revision 1.225 / (download) - annotate - [select for diffs], Tue Feb 18 05:50:51 2003 UTC (21 years, 2 months ago) by grant
Branch: MAIN
Changes since 1.224: +18 -4 lines
Diff to previous 1.224 (colored) to selected 1.322.6.1 (colored)

add missing networking options, commented.

ok'd by ross.

Revision 1.224 / (download) - annotate - [select for diffs], Sun Feb 16 17:35:14 2003 UTC (21 years, 2 months ago) by augustss
Branch: MAIN
Changes since 1.223: +4 -2 lines
Diff to previous 1.223 (colored) to selected 1.322.6.1 (colored)

Add uax(4) (and url(4) in some cases).

Revision 1.223 / (download) - annotate - [select for diffs], Mon Feb 10 09:02:07 2003 UTC (21 years, 2 months ago) by mjacob
Branch: MAIN
Changes since 1.222: +3 -2 lines
Diff to previous 1.222 (colored) to selected 1.322.6.1 (colored)

Add Sundance TI (stge). Not a largely available card, but since I *did*
test that it worked on alpha....

Revision 1.222 / (download) - annotate - [select for diffs], Mon Feb 10 08:04:39 2003 UTC (21 years, 2 months ago) by grant
Branch: MAIN
Changes since 1.221: +4 -3 lines
Diff to previous 1.221 (colored) to selected 1.322.6.1 (colored)

add wi at pci and pcmcia, make comments consistent.

Revision 1.191.2.13 / (download) - annotate - [select for diffs], Wed Dec 11 05:51:57 2002 UTC (21 years, 4 months ago) by thorpej
Branch: nathanw_sa
CVS Tags: nathanw_sa_end
Changes since 1.191.2.12: +14 -14 lines
Diff to previous 1.191.2.12 (colored) next main 1.192 (colored) to selected 1.322.6.1 (colored)

Sync with HEAD.

Revision 1.221 / (download) - annotate - [select for diffs], Sat Nov 30 07:06:41 2002 UTC (21 years, 4 months ago) by itohy
Branch: MAIN
CVS Tags: nathanw_sa_before_merge, nathanw_sa_base, gmcgarry_ucred_base, gmcgarry_ucred, gmcgarry_ctxsw_base, gmcgarry_ctxsw, fvdl_fs64_base
Changes since 1.220: +14 -14 lines
Diff to previous 1.220 (colored) to selected 1.322.6.1 (colored)

White space police.

Revision 1.220 / (download) - annotate - [select for diffs], Fri Nov 22 12:20:58 2002 UTC (21 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.219: +3 -3 lines
Diff to previous 1.219 (colored) to selected 1.322.6.1 (colored)

Fix typo (responsiness -> responsiveness).

Revision 1.191.2.12 / (download) - annotate - [select for diffs], Mon Nov 11 21:55:58 2002 UTC (21 years, 5 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.191.2.11: +10 -2 lines
Diff to previous 1.191.2.11 (colored) to selected 1.322.6.1 (colored)

Catch up to -current

Revision 1.219 / (download) - annotate - [select for diffs], Tue Nov 5 08:31:43 2002 UTC (21 years, 5 months ago) by fair
Branch: MAIN
Changes since 1.218: +6 -2 lines
Diff to previous 1.218 (colored) to selected 1.322.6.1 (colored)

Add udsbr(4) with radio(4) attachment to standard configs

Revision 1.218 / (download) - annotate - [select for diffs], Fri Oct 18 15:11:09 2002 UTC (21 years, 6 months ago) by junyoung
Branch: MAIN
CVS Tags: kqueue-beforemerge, kqueue-aftermerge
Changes since 1.217: +6 -2 lines
Diff to previous 1.217 (colored) to selected 1.322.6.1 (colored)

Add NEW_BUFQ_STRATEGY (disabled by default).

Revision 1.191.2.11 / (download) - annotate - [select for diffs], Fri Oct 18 02:34:08 2002 UTC (21 years, 6 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.191.2.10: +31 -10 lines
Diff to previous 1.191.2.10 (colored) to selected 1.322.6.1 (colored)

Catch up to -current.

Revision 1.217 / (download) - annotate - [select for diffs], Mon Oct 14 18:39:24 2002 UTC (21 years, 6 months ago) by elric
Branch: MAIN
Changes since 1.216: +3 -2 lines
Diff to previous 1.216 (colored) to selected 1.322.6.1 (colored)

Added commented out cgd(4)s to GENERIC configs.

Revision 1.189.2.8 / (download) - annotate - [select for diffs], Thu Oct 10 18:30:58 2002 UTC (21 years, 6 months ago) by jdolecek
Branch: kqueue
Changes since 1.189.2.7: +31 -10 lines
Diff to previous 1.189.2.7 (colored) next main 1.190 (colored) to selected 1.322.6.1 (colored)

sync kqueue with -current; this includes merge of gehenna-devsw branch,
merge of i386 MP branch, and part of autoconf rototil work

Revision 1.216 / (download) - annotate - [select for diffs], Tue Sep 24 14:47:56 2002 UTC (21 years, 6 months ago) by provos
Branch: MAIN
CVS Tags: kqueue-base
Changes since 1.215: +3 -2 lines
Diff to previous 1.215 (colored) to selected 1.322.6.1 (colored)

enable systrace.  approved by itojun and perry

Revision 1.215 / (download) - annotate - [select for diffs], Tue Sep 24 13:30:41 2002 UTC (21 years, 6 months ago) by ad
Branch: MAIN
Changes since 1.214: +26 -8 lines
Diff to previous 1.214 (colored) to selected 1.322.6.1 (colored)

Remove the TCWSCONS config now that zstty can do flow control on IOASIC
machines.

Revision 1.214 / (download) - annotate - [select for diffs], Tue Sep 24 09:34:39 2002 UTC (21 years, 6 months ago) by jdolecek
Branch: MAIN
Changes since 1.213: +4 -3 lines
Diff to previous 1.213 (colored) to selected 1.322.6.1 (colored)

add options QUOTA; pointed out by Mattias Karlsson
also move options NFSSERVER after options SOFTDEP

Revision 1.213 / (download) - annotate - [select for diffs], Wed Sep 18 02:43:54 2002 UTC (21 years, 7 months ago) by lukem
Branch: MAIN
Changes since 1.212: +3 -3 lines
Diff to previous 1.212 (colored) to selected 1.322.6.1 (colored)

enable USERCONF by default; it's small and extremely useful to have available.

Revision 1.191.2.10 / (download) - annotate - [select for diffs], Tue Sep 17 21:12:43 2002 UTC (21 years, 7 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.191.2.9: +3 -2 lines
Diff to previous 1.191.2.9 (colored) to selected 1.322.6.1 (colored)

Catch up to -current.

Revision 1.212 / (download) - annotate - [select for diffs], Sat Sep 14 00:58:55 2002 UTC (21 years, 7 months ago) by nathanw
Branch: MAIN
Changes since 1.211: +3 -2 lines
Diff to previous 1.211 (colored) to selected 1.322.6.1 (colored)

Add the now-tested "autri* at pci?" audio device. Found onboard on the
Samsung UP1500.

Revision 1.189.2.7 / (download) - annotate - [select for diffs], Fri Sep 6 08:31:30 2002 UTC (21 years, 7 months ago) by jdolecek
Branch: kqueue
Changes since 1.189.2.6: +8 -7 lines
Diff to previous 1.189.2.6 (colored) to selected 1.322.6.1 (colored)

sync kqueue branch with HEAD

Revision 1.208.2.3 / (download) - annotate - [select for diffs], Fri Aug 30 00:18:49 2002 UTC (21 years, 7 months ago) by gehenna
Branch: gehenna-devsw
Changes since 1.208.2.2: +5 -5 lines
Diff to previous 1.208.2.2 (colored) to branchpoint 1.208 (colored) next main 1.209 (colored) to selected 1.322.6.1 (colored)

catch up with -current.

Revision 1.208.4.1 / (download) - annotate - [select for diffs], Thu Aug 1 04:16:12 2002 UTC (21 years, 8 months ago) by lukem
Branch: netbsd-1-6
CVS Tags: netbsd-1-6-RELEASE, netbsd-1-6-RC3, netbsd-1-6-RC2, netbsd-1-6-RC1, netbsd-1-6-PATCH001-RELEASE, netbsd-1-6-PATCH001-RC3, netbsd-1-6-PATCH001-RC2, netbsd-1-6-PATCH001-RC1, netbsd-1-6-PATCH001
Changes since 1.208: +3 -2 lines
Diff to previous 1.208 (colored) to selected 1.322.6.1 (colored)

Pull up revision 1.209 (requested by lukem in ticket #312):
Enable "pseudo-device clockctl" in all kernels, except
installation related kernels (INSTALL* and RAMDISK*).
This enables rc.conf(5) $ntpd_chroot to be used "out of the box"

Revision 1.191.2.9 / (download) - annotate - [select for diffs], Thu Aug 1 02:41:02 2002 UTC (21 years, 8 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.191.2.8: +7 -7 lines
Diff to previous 1.191.2.8 (colored) to selected 1.322.6.1 (colored)

Catch up to -current.

Revision 1.211 / (download) - annotate - [select for diffs], Mon Jul 22 14:51:01 2002 UTC (21 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: gehenna-devsw-base
Changes since 1.210: +5 -5 lines
Diff to previous 1.210 (colored) to selected 1.322.6.1 (colored)

Correct some commented out variables from ADW_DISABLE_* to SCSI_ADW_DISABLE_*.
From Julio Merino in port-alpha/17677.

Revision 1.208.2.2 / (download) - annotate - [select for diffs], Tue Jul 16 00:27:29 2002 UTC (21 years, 9 months ago) by gehenna
Branch: gehenna-devsw
Changes since 1.208.2.1: +4 -4 lines
Diff to previous 1.208.2.1 (colored) to branchpoint 1.208 (colored) to selected 1.322.6.1 (colored)

catch up with -current.

Revision 1.210 / (download) - annotate - [select for diffs], Wed Jul 10 22:05:29 2002 UTC (21 years, 9 months ago) by jdolecek
Branch: MAIN
Changes since 1.209: +4 -4 lines
Diff to previous 1.209 (colored) to selected 1.322.6.1 (colored)

enable KERNFS and PROCFS - this is GENERIC after all, right?

adresses port-alpha/15348 by Ray Phillips

Revision 1.208.2.1 / (download) - annotate - [select for diffs], Tue Jul 9 05:27:17 2002 UTC (21 years, 9 months ago) by gehenna
Branch: gehenna-devsw
Changes since 1.208: +3 -2 lines
Diff to previous 1.208 (colored) to selected 1.322.6.1 (colored)

catch up with -current.

Revision 1.189.2.6 / (download) - annotate - [select for diffs], Sun Jun 23 17:34:10 2002 UTC (21 years, 9 months ago) by jdolecek
Branch: kqueue
Changes since 1.189.2.5: +5 -7 lines
Diff to previous 1.189.2.5 (colored) to selected 1.322.6.1 (colored)

catch up with -current on kqueue branch

Revision 1.191.2.8 / (download) - annotate - [select for diffs], Thu Jun 20 03:37:34 2002 UTC (21 years, 10 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.191.2.7: +5 -7 lines
Diff to previous 1.191.2.7 (colored) to selected 1.322.6.1 (colored)

Catch up to -current.

Revision 1.209 / (download) - annotate - [select for diffs], Mon Jun 17 05:14:04 2002 UTC (21 years, 10 months ago) by lukem
Branch: MAIN
Changes since 1.208: +3 -2 lines
Diff to previous 1.208 (colored) to selected 1.322.6.1 (colored)

Enable "pseudo-device clockctl" in all kernels, except
installation related kernels (INSTALL* and RAMDISK*).
This enables rc.conf(5) $ntpd_chroot to be used "out of the box"

Revision 1.208 / (download) - annotate - [select for diffs], Thu Apr 25 15:06:22 2002 UTC (21 years, 11 months ago) by atatat
Branch: MAIN
CVS Tags: netbsd-1-6-base
Branch point for: netbsd-1-6, gehenna-devsw
Changes since 1.207: +4 -2 lines
Diff to previous 1.207 (colored) to selected 1.322.6.1 (colored)

Add the INCLUDE_CONFIG_FILE option to all config files.  In config
files that are generic (ie, GENERIC, GENERICSBC, GENERIC32, ALL, or
ALPHA), it is uncommented.

Revision 1.207 / (download) - annotate - [select for diffs], Wed Apr 17 02:22:44 2002 UTC (22 years ago) by mycroft
Branch: MAIN
Changes since 1.206: +2 -7 lines
Diff to previous 1.206 (colored) to selected 1.322.6.1 (colored)

Switch from de to tlp by default.

Revision 1.191.2.7 / (download) - annotate - [select for diffs], Wed Apr 17 00:02:09 2002 UTC (22 years ago) by nathanw
Branch: nathanw_sa
Changes since 1.191.2.6: +3 -2 lines
Diff to previous 1.191.2.6 (colored) to selected 1.322.6.1 (colored)

Catch up to -current.

Revision 1.206 / (download) - annotate - [select for diffs], Fri Apr 12 08:10:47 2002 UTC (22 years ago) by gmcgarry
Branch: MAIN
Changes since 1.205: +3 -2 lines
Diff to previous 1.205 (colored) to selected 1.322.6.1 (colored)

Add commented-out USERCONF option.  Mainly useful for install media
and can be optionally enabled based on miniroot and ramdisk size
requirements.

Revision 1.189.2.5 / (download) - annotate - [select for diffs], Sat Mar 16 15:55:40 2002 UTC (22 years, 1 month ago) by jdolecek
Branch: kqueue
Changes since 1.189.2.4: +6 -3 lines
Diff to previous 1.189.2.4 (colored) to selected 1.322.6.1 (colored)

Catch up with -current.

Revision 1.191.2.6 / (download) - annotate - [select for diffs], Thu Feb 28 04:06:12 2002 UTC (22 years, 1 month ago) by nathanw
Branch: nathanw_sa
Changes since 1.191.2.5: +17 -5 lines
Diff to previous 1.191.2.5 (colored) to selected 1.322.6.1 (colored)

Catch up to -current.

Revision 1.189.2.4 / (download) - annotate - [select for diffs], Mon Feb 11 20:06:41 2002 UTC (22 years, 2 months ago) by jdolecek
Branch: kqueue
Changes since 1.189.2.3: +13 -4 lines
Diff to previous 1.189.2.3 (colored) to selected 1.322.6.1 (colored)

Sync w/ -current.

Revision 1.205 / (download) - annotate - [select for diffs], Sun Feb 10 17:36:54 2002 UTC (22 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: newlock-base, newlock, ifpoll-base, eeh-devprop-base, eeh-devprop
Changes since 1.204: +3 -3 lines
Diff to previous 1.204 (colored) to selected 1.322.6.1 (colored)

Update description for icsphy.

Revision 1.204 / (download) - annotate - [select for diffs], Thu Feb 7 02:16:04 2002 UTC (22 years, 2 months ago) by ross
Branch: MAIN
Changes since 1.203: +5 -2 lines
Diff to previous 1.203 (colored) to selected 1.322.6.1 (colored)

add ess0

Revision 1.203 / (download) - annotate - [select for diffs], Sun Jan 27 13:23:10 2002 UTC (22 years, 2 months ago) by jdolecek
Branch: MAIN
Changes since 1.202: +3 -2 lines
Diff to previous 1.202 (colored) to selected 1.322.6.1 (colored)

add options PIPE_SOCKETPAIR to individual kernel configs
the option is commented out on everything but kernels I was able
to recognize as INSTALL-like or ones for small memory machines

Revision 1.202 / (download) - annotate - [select for diffs], Sat Jan 19 18:45:07 2002 UTC (22 years, 3 months ago) by oster
Branch: MAIN
Changes since 1.201: +12 -4 lines
Diff to previous 1.201 (colored) to selected 1.322.6.1 (colored)

Add new RF_* options for RAIDframe bits that are no longer built by default.

While we're here, enable RAIDframe (and RAID_AUTOCONFIG) by default for
architectures that I'm comfortable can deal with it being on by default.

Also: bump the number of 'raid' devices from 4 to 8, since 4 seems to
be insufficient in practise.

Revision 1.189.2.3 / (download) - annotate - [select for diffs], Thu Jan 10 19:37:02 2002 UTC (22 years, 3 months ago) by thorpej
Branch: kqueue
Changes since 1.189.2.2: +53 -15 lines
Diff to previous 1.189.2.2 (colored) to selected 1.322.6.1 (colored)

Sync kqueue branch with -current.

Revision 1.191.2.5 / (download) - annotate - [select for diffs], Tue Jan 8 00:22:52 2002 UTC (22 years, 3 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.191.2.4: +37 -16 lines
Diff to previous 1.191.2.4 (colored) to selected 1.322.6.1 (colored)

Catch up to -current.

Revision 1.201 / (download) - annotate - [select for diffs], Fri Dec 28 17:37:02 2001 UTC (22 years, 3 months ago) by augustss
Branch: MAIN
Changes since 1.200: +8 -5 lines
Diff to previous 1.200 (colored) to selected 1.322.6.1 (colored)

Update for new uhidev device attachment.

Revision 1.200 / (download) - annotate - [select for diffs], Fri Dec 28 12:21:53 2001 UTC (22 years, 3 months ago) by martin
Branch: MAIN
Changes since 1.199: +3 -2 lines
Diff to previous 1.199 (colored) to selected 1.322.6.1 (colored)

Add PPPoE to all generic kernels that should be able to use it.
XXX TODO: do this for INSTALL kernels too, add sysinst support and make the
XXX needed binaries available on the ramdisk root fs.

Revision 1.199 / (download) - annotate - [select for diffs], Fri Dec 14 05:34:45 2001 UTC (22 years, 4 months ago) by gmcgarry
Branch: MAIN
Changes since 1.198: +21 -4 lines
Diff to previous 1.198 (colored) to selected 1.322.6.1 (colored)

Add a blurb to the top of all GENERIC files.  This serves three purposes:
- to clarify some terminology
- to clarify the intention of the GENERIC file
- to cross-reference some useful man pages

Revision 1.198 / (download) - annotate - [select for diffs], Tue Nov 20 12:56:19 2001 UTC (22 years, 5 months ago) by lukem
Branch: MAIN
Changes since 1.197: +10 -10 lines
Diff to previous 1.197 (colored) to selected 1.322.6.1 (colored)

cleanup:
	options SPACE TAB
	makeoptions TAB
	psuedo-device TAB
	remove trailing whitespace
	replace multiple spaces -> tabs
	options "FOO" -> options FOO
	options "FOO=bar" -> options FOO=bar
	options "FOO=\"bar\"" -> options FOO="\"bar\""

Revision 1.197 / (download) - annotate - [select for diffs], Tue Nov 20 08:43:20 2001 UTC (22 years, 5 months ago) by lukem
Branch: MAIN
Changes since 1.196: +3 -3 lines
Diff to previous 1.196 (colored) to selected 1.322.6.1 (colored)

- pull in opt_kgdb.h where necessary
- replace opt_kgdb_machdep.h with opt_kgdb.h
- defparam opt_kgdb.h:
	KGDB_DEV KGDB_DEVNAME KGDB_DEVADDR KGDB_DEVRATE KGDB_DEVMODE
- move from opt_ddbparam.h to opt_ddb.h:
	DDB_FROMCONSOLE DDB_ONPANIC DDB_HISTORY_SIZE DDB_BREAK_CHAR SYMTAB_SPACE
- replace KGDBDEV with KGDB_DEV
- replace KGDBADDR with KGDB_DEVADDR
- replace KGDBMODE with KGDB_DEVMODE
- replace KGDBRATE with KGDB_DEVRATE
- use `9600' instead of `0x2580' for 9600 baud rate
- use correct quotes for  options KGDB_DEVNAME="\"com\""
- use correct quotes for  options KGDB_DEV="17*256+0"
- remove unnecessary dependancy on Makefile for kgdb_stub.o
- minor whitespace cleanup

Revision 1.191.2.4 / (download) - annotate - [select for diffs], Wed Nov 14 19:12:40 2001 UTC (22 years, 5 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.191.2.3: +10 -2 lines
Diff to previous 1.191.2.3 (colored) to selected 1.322.6.1 (colored)

Catch up to -current.

Revision 1.194.2.1 / (download) - annotate - [select for diffs], Mon Nov 12 21:16:17 2001 UTC (22 years, 5 months ago) by thorpej
Branch: thorpej-mips-cache
Changes since 1.194: +10 -2 lines
Diff to previous 1.194 (colored) next main 1.195 (colored) to selected 1.322.6.1 (colored)

Sync the thorpej-mips-cache branch with -current.

Revision 1.196 / (download) - annotate - [select for diffs], Sun Nov 4 10:27:15 2001 UTC (22 years, 5 months ago) by itohy
Branch: MAIN
CVS Tags: thorpej-mips-cache-base
Changes since 1.195: +6 -2 lines
Diff to previous 1.195 (colored) to selected 1.322.6.1 (colored)

Add  midi at opl  and  midi at mpu

Revision 1.195 / (download) - annotate - [select for diffs], Sun Nov 4 07:39:41 2001 UTC (22 years, 5 months ago) by itohy
Branch: MAIN
Changes since 1.194: +6 -2 lines
Diff to previous 1.194 (colored) to selected 1.322.6.1 (colored)

Add mpu at cmpci and opl at cmpci attachment.
I always test it on alpha, and add cmpci entries to alpha config files.

Revision 1.157.2.7 / (download) - annotate - [select for diffs], Thu Oct 25 18:05:35 2001 UTC (22 years, 5 months ago) by he
Branch: netbsd-1-5
CVS Tags: netbsd-1-5-PATCH003
Changes since 1.157.2.6: +5 -3 lines
Diff to previous 1.157.2.6 (colored) to branchpoint 1.157 (colored) next main 1.158 (colored) to selected 1.322.6.1 (colored)

Apply patch (requested by ad):
  Add Mylex DACC960, CAC-EISA, and I2O block/SCSI drivers.

Revision 1.192.2.2 / (download) - annotate - [select for diffs], Thu Oct 11 00:01:40 2001 UTC (22 years, 6 months ago) by fvdl
Branch: thorpej-devvp
Changes since 1.192.2.1: +3 -2 lines
Diff to previous 1.192.2.1 (colored) to branchpoint 1.192 (colored) next main 1.193 (colored) to selected 1.322.6.1 (colored)

Catch up with -current. Fix some bogons in the sparc64 kbd/ms
attach code. cd18xx conversion provided by mrg.

Revision 1.191.2.3 / (download) - annotate - [select for diffs], Mon Oct 8 20:10:43 2001 UTC (22 years, 6 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.191.2.2: +3 -2 lines
Diff to previous 1.191.2.2 (colored) to selected 1.322.6.1 (colored)

Catch up to -current.

Revision 1.192.2.1 / (download) - annotate - [select for diffs], Mon Oct 1 12:36:59 2001 UTC (22 years, 6 months ago) by fvdl
Branch: thorpej-devvp
Changes since 1.192: +10 -2 lines
Diff to previous 1.192 (colored) to selected 1.322.6.1 (colored)

Catch up with -current.

Revision 1.194 / (download) - annotate - [select for diffs], Mon Oct 1 10:23:37 2001 UTC (22 years, 6 months ago) by simonb
Branch: MAIN
CVS Tags: thorpej-devvp-base3
Branch point for: thorpej-mips-cache
Changes since 1.193: +3 -2 lines
Diff to previous 1.193 (colored) to selected 1.322.6.1 (colored)

Add "asc* at tc?" for PMAZ-A TurboChannel cards.

Revision 1.191.2.2 / (download) - annotate - [select for diffs], Fri Sep 21 22:34:56 2001 UTC (22 years, 6 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.191.2.1: +488 -0 lines
Diff to previous 1.191.2.1 (colored) to selected 1.322.6.1 (colored)

Catch up to -current.

Revision 1.193 / (download) - annotate - [select for diffs], Sat Sep 15 04:33:37 2001 UTC (22 years, 7 months ago) by thorpej
Branch: MAIN
CVS Tags: thorpej-devvp-base2, pre-chs-ubcperf, post-chs-ubcperf
Changes since 1.192: +10 -2 lines
Diff to previous 1.192 (colored) to selected 1.322.6.1 (colored)

Attach "agp" to the AMD-751 PCI host controller (Alpha UP1000/UP1100).

Revision 1.189.2.2 / (download) - annotate - [select for diffs], Thu Sep 13 01:12:55 2001 UTC (22 years, 7 months ago) by thorpej
Branch: kqueue
Changes since 1.189.2.1: +3 -2 lines
Diff to previous 1.189.2.1 (colored) to selected 1.322.6.1 (colored)

Update the kqueue branch to HEAD.

Revision 1.192 / (download) - annotate - [select for diffs], Sat Sep 1 21:52:23 2001 UTC (22 years, 7 months ago) by atatat
Branch: MAIN
CVS Tags: thorpej-devvp-base
Branch point for: thorpej-devvp
Changes since 1.191: +3 -2 lines
Diff to previous 1.191 (colored) to selected 1.322.6.1 (colored)

Add bridge pseudo devices to GENERIC configs

Revision 1.189.2.1 / (download) - annotate - [select for diffs], Sat Aug 25 06:15:02 2001 UTC (22 years, 7 months ago) by thorpej
Branch: kqueue
Changes since 1.189: +4 -3 lines
Diff to previous 1.189 (colored) to selected 1.322.6.1 (colored)

Merge Aug 24 -current into the kqueue branch.

Revision 1.191.2.1, Wed Aug 22 15:39:04 2001 UTC (22 years, 7 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.191: +0 -479 lines
FILE REMOVED

file GENERIC was added on branch nathanw_sa on 2001-09-21 22:34:56 +0000

Revision 1.191 / (download) - annotate - [select for diffs], Wed Aug 22 15:39:04 2001 UTC (22 years, 7 months ago) by hubertf
Branch: MAIN
Branch point for: nathanw_sa
Changes since 1.190: +3 -3 lines
Diff to previous 1.190 (colored) to selected 1.322.6.1 (colored)

More comment changes: 90x[B] -> 90x[BC]

Revision 1.190 / (download) - annotate - [select for diffs], Mon Aug 20 04:49:17 2001 UTC (22 years, 8 months ago) by mrg
Branch: MAIN
Changes since 1.189: +3 -2 lines
Diff to previous 1.189 (colored) to selected 1.322.6.1 (colored)

add a commented "options NETATALK"

Revision 1.189 / (download) - annotate - [select for diffs], Sat Jul 7 17:09:47 2001 UTC (22 years, 9 months ago) by tsutsui
Branch: MAIN
Branch point for: kqueue
Changes since 1.188: +2 -4 lines
Diff to previous 1.188 (colored) to selected 1.322.6.1 (colored)

Remove (commented out) ncr* at pci? lines.

Revision 1.188 / (download) - annotate - [select for diffs], Sat Jun 30 11:00:31 2001 UTC (22 years, 9 months ago) by darcy
Branch: MAIN
Changes since 1.187: +6 -2 lines
Diff to previous 1.187 (colored) to selected 1.322.6.1 (colored)

Add System V semaphore resource limits to each GENERIC file that has an
option for System V semaphores.  It appears that there are no overrides
in the code and each file has the following added.

 options    SYSVSEM     # System V semaphores
+#options   SEMMNI=10   # number of semaphore identifiers
+#options   SEMMNS=60   # number of semaphores in system
+#options   SEMUME=10   # max number of undo entries per process
+#options   SEMMNU=30   # number of undo structures in system
 options    SYSVSHM     # System V shared memory

If anyone thinks that this is incorrect for any of these files, please
correct it.

Note - the i386 port was not forgotten.  It was done separately.

Revision 1.182.2.2 / (download) - annotate - [select for diffs], Thu Jun 21 18:12:59 2001 UTC (22 years, 10 months ago) by nathanw
Changes since 1.182.2.1: +9 -2 lines
Diff to previous 1.182.2.1 (colored) next main 1.183 (colored) to selected 1.322.6.1 (colored)

Catch up to -current.

Revision 1.187 / (download) - annotate - [select for diffs], Mon Jun 18 22:40:20 2001 UTC (22 years, 10 months ago) by thorpej
Branch: MAIN
Changes since 1.186: +5 -2 lines
Diff to previous 1.186 (colored) to selected 1.322.6.1 (colored)

Add sf(4), gsip(4), gphyter(4) drivers.

Revision 1.186 / (download) - annotate - [select for diffs], Thu Jun 7 03:51:53 2001 UTC (22 years, 10 months ago) by lukem
Branch: MAIN
Changes since 1.185: +4 -2 lines
Diff to previous 1.185 (colored) to selected 1.322.6.1 (colored)

add iha(4); it works in my pc164 after thorpej fixed a minor issue

Revision 1.185 / (download) - annotate - [select for diffs], Tue May 8 05:47:35 2001 UTC (22 years, 11 months ago) by ross
Branch: MAIN
Changes since 1.184: +3 -2 lines
Diff to previous 1.184 (colored) to selected 1.322.6.1 (colored)

Add DEBUGLIST mechanism. Example config line:
	makeoptions DEBUGLIST="uvm* trap ufs*"
This turns on -g for only those files matching a DEBUGLIST pattern word.

Revision 1.184 / (download) - annotate - [select for diffs], Sun May 6 20:32:20 2001 UTC (22 years, 11 months ago) by ad
Branch: MAIN
Changes since 1.183: +3 -2 lines
Diff to previous 1.183 (colored) to selected 1.322.6.1 (colored)

Add mlx at eisa.

Revision 1.157.2.6 / (download) - annotate - [select for diffs], Tue May 1 15:43:58 2001 UTC (22 years, 11 months ago) by he
Branch: netbsd-1-5
CVS Tags: netbsd-1-5-PATCH002, netbsd-1-5-PATCH001
Changes since 1.157.2.5: +3 -3 lines
Diff to previous 1.157.2.5 (colored) to branchpoint 1.157 (colored) to selected 1.322.6.1 (colored)

Pull up revisions 1.171,1.175 (requested by he):
  Add pseudo-device vlan.
  Make sure "rnd is EXPERIMENTAL" comment is removed.

Revision 1.130.2.9 / (download) - annotate - [select for diffs], Sat Apr 21 17:53:04 2001 UTC (23 years ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.130.2.8: +6 -2 lines
Diff to previous 1.130.2.8 (colored) next main 1.131 (colored) to selected 1.322.6.1 (colored)

Sync with HEAD

Revision 1.182.2.1 / (download) - annotate - [select for diffs], Mon Apr 9 01:50:23 2001 UTC (23 years ago) by nathanw
Changes since 1.182: +6 -2 lines
Diff to previous 1.182 (colored) to selected 1.322.6.1 (colored)

Catch up with -current.

Revision 1.130.2.8 / (download) - annotate - [select for diffs], Mon Apr 2 16:28:20 2001 UTC (23 years ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.130.2.7: +5 -5 lines
Diff to previous 1.130.2.7 (colored) to selected 1.322.6.1 (colored)

ahc compiles now, and it works on sparc64 so I can't see why it wouldn't
work on something else :)

Revision 1.183 / (download) - annotate - [select for diffs], Fri Mar 30 14:47:48 2001 UTC (23 years ago) by minoura
Branch: MAIN
CVS Tags: thorpej_scsipi_nbase, thorpej_scsipi_beforemerge, thorpej_scsipi_base
Changes since 1.182: +6 -2 lines
Diff to previous 1.182 (colored) to selected 1.322.6.1 (colored)

Add yds at pci and children.
Alpha and i386 are the only tested ports.

Revision 1.130.2.7 / (download) - annotate - [select for diffs], Tue Mar 27 13:13:54 2001 UTC (23 years ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.130.2.6: +5 -5 lines
Diff to previous 1.130.2.6 (colored) to selected 1.322.6.1 (colored)

hac not ready yet.

Revision 1.130.2.6 / (download) - annotate - [select for diffs], Sun Feb 11 19:08:36 2001 UTC (23 years, 2 months ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.130.2.5: +5 -2 lines
Diff to previous 1.130.2.5 (colored) to selected 1.322.6.1 (colored)

Sync with HEAD.

Revision 1.182 / (download) - annotate - [select for diffs], Mon Feb 5 04:16:52 2001 UTC (23 years, 2 months ago) by itojun
Branch: MAIN
Changes since 1.181: +3 -3 lines
Diff to previous 1.181 (colored) to selected 1.322.6.1 (colored)

s/unix/unit/ for ld* on mlx* :-)

Revision 1.181 / (download) - annotate - [select for diffs], Sun Feb 4 17:05:16 2001 UTC (23 years, 2 months ago) by ad
Branch: MAIN
Changes since 1.180: +4 -2 lines
Diff to previous 1.180 (colored) to selected 1.322.6.1 (colored)

Add a driver for the Mylex DAC960 family (including DEC SWXCR).

Revision 1.180 / (download) - annotate - [select for diffs], Sat Jan 27 03:02:53 2001 UTC (23 years, 2 months ago) by lukem
Branch: MAIN
Changes since 1.179: +3 -2 lines
Diff to previous 1.179 (colored) to selected 1.322.6.1 (colored)

add options NTP (ok-ed by thorpej)

Revision 1.130.2.5 / (download) - annotate - [select for diffs], Thu Jan 18 09:22:06 2001 UTC (23 years, 3 months ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.130.2.4: +8 -0 lines
Diff to previous 1.130.2.4 (colored) to selected 1.322.6.1 (colored)

Sync with head (for UBC+NFS fixes, mostly).

Revision 1.179 / (download) - annotate - [select for diffs], Tue Jan 16 03:38:22 2001 UTC (23 years, 3 months ago) by augustss
Branch: MAIN
Changes since 1.178: +5 -2 lines
Diff to previous 1.178 (colored) to selected 1.322.6.1 (colored)

Add uyap.

Revision 1.178 / (download) - annotate - [select for diffs], Wed Jan 10 17:32:08 2001 UTC (23 years, 3 months ago) by nathanw
Branch: MAIN
Changes since 1.177: +7 -2 lines
Diff to previous 1.177 (colored) to selected 1.322.6.1 (colored)

Add uftdi and ucom, now that they're tested and known to work.

Revision 1.130.2.4 / (download) - annotate - [select for diffs], Fri Jan 5 17:33:43 2001 UTC (23 years, 3 months ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.130.2.3: +22 -10 lines
Diff to previous 1.130.2.3 (colored) to selected 1.322.6.1 (colored)

Sync with HEAD

Revision 1.177 / (download) - annotate - [select for diffs], Fri Dec 29 22:03:47 2000 UTC (23 years, 3 months ago) by mycroft
Branch: MAIN
Changes since 1.176: +10 -2 lines
Diff to previous 1.176 (colored) to selected 1.322.6.1 (colored)

Add some random things I've tested over the years:
PCMCIAVERBOSE (commented out)
isapnp at isa (commented out)
midi at pcppi
ep at isapnp (commented out)
ix at isa (commented out)
iy at isa (commented out)
wdc at isapnp (commented out)
wss at isapnp (commented out)

The isapnp stuff is commented out because it may crash due to unimplemented
alloc methods on some machines with some devices.  This should really get
fixed.

Revision 1.176 / (download) - annotate - [select for diffs], Thu Dec 21 23:05:47 2000 UTC (23 years, 3 months ago) by thorpej
Branch: MAIN
Changes since 1.175: +12 -12 lines
Diff to previous 1.175 (colored) to selected 1.322.6.1 (colored)

Add Sable and Lynx support.

Revision 1.175 / (download) - annotate - [select for diffs], Tue Dec 19 10:42:02 2000 UTC (23 years, 4 months ago) by bouyer
Branch: MAIN
Changes since 1.174: +3 -2 lines
Diff to previous 1.174 (colored) to selected 1.322.6.1 (colored)

Add pseudo-device vlan

Revision 1.174 / (download) - annotate - [select for diffs], Thu Dec 14 18:28:30 2000 UTC (23 years, 4 months ago) by mycroft
Branch: MAIN
Changes since 1.173: +5 -2 lines
Diff to previous 1.173 (colored) to selected 1.322.6.1 (colored)

Add COMPAT_LINUX.

Revision 1.130.2.3 / (download) - annotate - [select for diffs], Fri Dec 8 09:23:35 2000 UTC (23 years, 4 months ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.130.2.2: +1 -1 lines
Diff to previous 1.130.2.2 (colored) to selected 1.322.6.1 (colored)

Sync with HEAD.

Revision 1.173 / (download) - annotate - [select for diffs], Sun Nov 26 17:44:07 2000 UTC (23 years, 4 months ago) by ad
Branch: MAIN
Changes since 1.172: +3 -3 lines
Diff to previous 1.172 (colored) to selected 1.322.6.1 (colored)

lsu -> ld, by popular request.

Revision 1.130.2.2 / (download) - annotate - [select for diffs], Wed Nov 22 15:59:44 2000 UTC (23 years, 4 months ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.130.2.1: +19 -16 lines
Diff to previous 1.130.2.1 (colored) to selected 1.322.6.1 (colored)

Sync with HEAD.

Revision 1.130.2.1 / (download) - annotate - [select for diffs], Mon Nov 20 19:56:43 2000 UTC (23 years, 5 months ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.130: +100 -14 lines
Diff to previous 1.130 (colored) to selected 1.322.6.1 (colored)

Update thorpej_scsipi to -current as of a month ago
A i386 GENERIC kernel compiles without the siop, ahc and bha drivers
(will be updated later). i386 IDE/ATAPI and ncr work, as well as
sparc/esp_sbus. alpha should work as well (untested yet).
siop, ahc and bha will be updated once I've updated the branch to current
-current, as well as machine-dependant code.

Revision 1.172 / (download) - annotate - [select for diffs], Sun Nov 19 14:23:35 2000 UTC (23 years, 5 months ago) by tsutsui
Branch: MAIN
Changes since 1.171: +7 -7 lines
Diff to previous 1.171 (colored) to selected 1.322.6.1 (colored)

More cosmetics.

BTW, why these two "generic" config files exist?

Revision 1.171 / (download) - annotate - [select for diffs], Sun Nov 19 14:14:32 2000 UTC (23 years, 5 months ago) by tsutsui
Branch: MAIN
Changes since 1.170: +2 -4 lines
Diff to previous 1.170 (colored) to selected 1.322.6.1 (colored)

Remove "rnd is EXPERIMENTAL" comment.

Revision 1.170 / (download) - annotate - [select for diffs], Sun Nov 19 14:10:56 2000 UTC (23 years, 5 months ago) by tsutsui
Branch: MAIN
Changes since 1.169: +11 -9 lines
Diff to previous 1.169 (colored) to selected 1.322.6.1 (colored)

- Add bba* at ioasic?
- Some cosmetics

Revision 1.169 / (download) - annotate - [select for diffs], Tue Nov 14 19:52:04 2000 UTC (23 years, 5 months ago) by augustss
Branch: MAIN
Changes since 1.168: +5 -2 lines
Diff to previous 1.168 (colored) to selected 1.322.6.1 (colored)

Add uscanner.

Revision 1.168 / (download) - annotate - [select for diffs], Thu Oct 19 14:35:44 2000 UTC (23 years, 6 months ago) by ad
Branch: MAIN
Changes since 1.167: +3 -3 lines
Diff to previous 1.167 (colored) to selected 1.322.6.1 (colored)

ca -> lsu

Revision 1.157.2.5 / (download) - annotate - [select for diffs], Wed Oct 4 08:24:25 2000 UTC (23 years, 6 months ago) by itojun
Branch: netbsd-1-5
CVS Tags: netbsd-1-5-RELEASE, netbsd-1-5-BETA2, netbsd-1-5-BETA
Changes since 1.157.2.4: +3 -3 lines
Diff to previous 1.157.2.4 (colored) to branchpoint 1.157 (colored) to selected 1.322.6.1 (colored)

pullup (approved by releng-1-5)

enable rnd device.  they are now mandatory for ssh/sshd support,
so it makes more sense to enable it.
please disable them if there's any issues, but in that case, in-tree
ssh/sshd won't work.

cvs rdiff -r1.166 -r1.167 syssrc/sys/arch/alpha/conf/GENERIC
cvs rdiff -r1.149 -r1.150 syssrc/sys/arch/amiga/conf/GENERIC
cvs rdiff -r1.11 -r1.12 syssrc/sys/arch/arm26/conf/GENERIC
cvs rdiff -r1.72 -r1.73 syssrc/sys/arch/atari/conf/GENERIC
cvs rdiff -r1.60 -r1.61 syssrc/sys/arch/hp300/conf/GENERIC
cvs rdiff -r1.10 -r1.11 syssrc/sys/arch/luna68k/conf/GENERIC
cvs rdiff -r1.35 -r1.36 syssrc/sys/arch/next68k/conf/GENERIC
cvs rdiff -r1.32 -r1.33 syssrc/sys/arch/ofppc/conf/GENERIC
cvs rdiff -r1.73 -r1.74 syssrc/sys/arch/sun3/conf/GENERIC
cvs rdiff -r1.80 -r1.81 syssrc/sys/arch/vax/conf/GENERIC
cvs rdiff -r1.52 -r1.53 syssrc/sys/arch/x68k/conf/GENERIC

Revision 1.167 / (download) - annotate - [select for diffs], Wed Oct 4 03:35:53 2000 UTC (23 years, 6 months ago) by itojun
Branch: MAIN
Changes since 1.166: +3 -3 lines
Diff to previous 1.166 (colored) to selected 1.322.6.1 (colored)

enable rnd device.  they are now mandatory for ssh/sshd support,
so it makes more sense to enable it.
please disable them if there's any issues, but in that case, in-tree
ssh/sshd won't work.

Revision 1.166 / (download) - annotate - [select for diffs], Sun Sep 24 15:59:27 2000 UTC (23 years, 6 months ago) by jdolecek
Branch: MAIN
Changes since 1.165: +3 -3 lines
Diff to previous 1.165 (colored) to selected 1.322.6.1 (colored)

don't specify number of ptys if >= 16 (current default initial number)
pty comments: normalize and g/c what is no longer relevant

Revision 1.165 / (download) - annotate - [select for diffs], Sun Aug 13 01:31:15 2000 UTC (23 years, 8 months ago) by itojun
Branch: MAIN
Changes since 1.164: +2 -3 lines
Diff to previous 1.164 (colored) to selected 1.322.6.1 (colored)

move "options PULLDOWN_TEST" into sys/sys/mbuf.h (in #ifdef _KERNEL),
as it is no wthe default setting for everyone.

the reason we still use the name "PULLDOWN_TEST" while it is now default:
kame code sharing.

Revision 1.157.2.4 / (download) - annotate - [select for diffs], Fri Aug 11 20:17:56 2000 UTC (23 years, 8 months ago) by mason
Branch: netbsd-1-5
CVS Tags: netbsd-1-5-ALPHA2
Changes since 1.157.2.3: +3 -3 lines
Diff to previous 1.157.2.3 (colored) to branchpoint 1.157 (colored) to selected 1.322.6.1 (colored)

Move to default of 64 PTYs in GENERIC kernel config.
Requested by mason, approved by jhawk.

Revision 1.164 / (download) - annotate - [select for diffs], Fri Aug 11 18:26:10 2000 UTC (23 years, 8 months ago) by thorpej
Branch: MAIN
Changes since 1.163: +10 -10 lines
Diff to previous 1.163 (colored) to selected 1.322.6.1 (colored)

Back out part of previous which was unintended.

Revision 1.157.2.3 / (download) - annotate - [select for diffs], Fri Aug 11 18:23:19 2000 UTC (23 years, 8 months ago) by thorpej
Branch: netbsd-1-5
Changes since 1.157.2.2: +4 -2 lines
Diff to previous 1.157.2.2 (colored) to branchpoint 1.157 (colored) to selected 1.322.6.1 (colored)

Pullup from trunk:
Add depca at eisa.

Revision 1.163 / (download) - annotate - [select for diffs], Fri Aug 11 03:05:21 2000 UTC (23 years, 8 months ago) by thorpej
Branch: MAIN
Changes since 1.162: +12 -10 lines
Diff to previous 1.162 (colored) to selected 1.322.6.1 (colored)

Add depca at eisa.

Revision 1.162 / (download) - annotate - [select for diffs], Thu Jul 27 17:53:35 2000 UTC (23 years, 8 months ago) by mason
Branch: MAIN
Changes since 1.161: +3 -3 lines
Diff to previous 1.161 (colored) to selected 1.322.6.1 (colored)

Moving to a default of 64 PTYs.

Revision 1.157.2.2 / (download) - annotate - [select for diffs], Wed Jul 12 21:04:17 2000 UTC (23 years, 9 months ago) by thorpej
Branch: netbsd-1-5
Changes since 1.157.2.1: +29 -5 lines
Diff to previous 1.157.2.1 (colored) to branchpoint 1.157 (colored) to selected 1.322.6.1 (colored)

Update from trunk:
- Add Jensen support/devices.
- Add commented-out Sable/Lynx support/devices.
- Switch from `ncr' to `siop' by default.
- Add some missing `scsibus' configs to INSTALL.

Revision 1.161 / (download) - annotate - [select for diffs], Wed Jul 12 20:54:38 2000 UTC (23 years, 9 months ago) by thorpej
Branch: MAIN
Changes since 1.160: +29 -5 lines
Diff to previous 1.160 (colored) to selected 1.322.6.1 (colored)

- Add Jensen support/devices.
- Add commented-out Sable/Lynx support/devices.
- Switch from `ncr' to `siop' by default.
- Add some missing `scsibus' configs to INSTALL.

Revision 1.114.2.6 / (download) - annotate - [select for diffs], Wed Jul 5 21:14:11 2000 UTC (23 years, 9 months ago) by he
Branch: netbsd-1-4
CVS Tags: netbsd-1-4-PATCH003
Changes since 1.114.2.5: +2 -1 lines
Diff to previous 1.114.2.5 (colored) to branchpoint 1.114 (colored) next main 1.115 (colored) to selected 1.322.6.1 (colored)

Apply patch (requested by he):
  Add entry for Alteon ACEnic gigabit Ethernet interface (ti).

Revision 1.160 / (download) - annotate - [select for diffs], Wed Jul 5 18:40:47 2000 UTC (23 years, 9 months ago) by bouyer
Branch: MAIN
Changes since 1.159: +3 -2 lines
Diff to previous 1.159 (colored) to selected 1.322.6.1 (colored)

3c503 works on alpha, add:
ec0 at isa? port 0x250 iomem 0xd8000 irq 9  # 3Com 3c503 Ethernet

Revision 1.159 / (download) - annotate - [select for diffs], Fri Jun 30 17:10:15 2000 UTC (23 years, 9 months ago) by itojun
Branch: MAIN
Changes since 1.158: +3 -2 lines
Diff to previous 1.158 (colored) to selected 1.322.6.1 (colored)

add PULLDOWN_TEST for all the platforms.
XXX should be moved to somewhere else when stabilized

Revision 1.157.2.1 / (download) - annotate - [select for diffs], Fri Jun 23 14:36:06 2000 UTC (23 years, 9 months ago) by fvdl
Branch: netbsd-1-5
Changes since 1.157: +3 -3 lines
Diff to previous 1.157 (colored) to selected 1.322.6.1 (colored)

As on the trunk, update these for the move of ffs_softdep.c into the
kernel source itself. Remove prefix construction, and add the SOFTDEP
option to GENERIC kernels.

Revision 1.158 / (download) - annotate - [select for diffs], Thu Jun 22 20:27:49 2000 UTC (23 years, 9 months ago) by fvdl
Branch: MAIN
Changes since 1.157: +3 -3 lines
Diff to previous 1.157 (colored) to selected 1.322.6.1 (colored)

Remove prefix construction for softdeps. Add SOFTDEP option to GENERIC.

Revision 1.153.2.1 / (download) - annotate - [select for diffs], Thu Jun 22 16:58:23 2000 UTC (23 years, 9 months ago) by minoura
Branch: minoura-xpg4dl
Changes since 1.153: +6 -15 lines
Diff to previous 1.153 (colored) next main 1.154 (colored) to selected 1.322.6.1 (colored)

Sync w/ netbsd-1-5-base.

Revision 1.157 / (download) - annotate - [select for diffs], Wed Jun 14 22:02:15 2000 UTC (23 years, 10 months ago) by veego
Branch: MAIN
CVS Tags: netbsd-1-5-base
Branch point for: netbsd-1-5
Changes since 1.156: +2 -15 lines
Diff to previous 1.156 (colored) to selected 1.322.6.1 (colored)

Remove the obsolete config fragments for kernel crypto, because the IPsec
crypto code is now in the kernel source tree.

Revision 1.156 / (download) - annotate - [select for diffs], Thu Jun 1 20:30:30 2000 UTC (23 years, 10 months ago) by thorpej
Branch: MAIN
Changes since 1.155: +5 -2 lines
Diff to previous 1.155 (colored) to selected 1.322.6.1 (colored)

Add support for the Alpha Processor, Inc. UP1000 EV6 system.

Revision 1.155 / (download) - annotate - [select for diffs], Mon May 29 23:34:08 2000 UTC (23 years, 10 months ago) by matt
Branch: MAIN
Changes since 1.154: +3 -3 lines
Diff to previous 1.154 (colored) to selected 1.322.6.1 (colored)

funciton != function

Revision 1.154 / (download) - annotate - [select for diffs], Sun May 28 23:06:39 2000 UTC (23 years, 10 months ago) by thorpej
Branch: MAIN
Changes since 1.153: +3 -2 lines
Diff to previous 1.153 (colored) to selected 1.322.6.1 (colored)

Add Cyclades-Z.

Revision 1.153 / (download) - annotate - [select for diffs], Tue May 23 02:04:29 2000 UTC (23 years, 10 months ago) by thorpej
Branch: MAIN
CVS Tags: minoura-xpg4dl-base
Branch point for: minoura-xpg4dl
Changes since 1.152: +3 -3 lines
Diff to previous 1.152 (colored) to selected 1.322.6.1 (colored)

Note that KN300 is also for AlphaServer 1200.

Revision 1.152 / (download) - annotate - [select for diffs], Thu May 18 04:03:30 2000 UTC (23 years, 11 months ago) by matt
Branch: MAIN
Changes since 1.151: +17 -2 lines
Diff to previous 1.151 (colored) to selected 1.322.6.1 (colored)

Add PCMCIA.

Revision 1.151 / (download) - annotate - [select for diffs], Mon May 8 13:49:45 2000 UTC (23 years, 11 months ago) by augustss
Branch: MAIN
Changes since 1.150: +3 -2 lines
Diff to previous 1.150 (colored) to selected 1.322.6.1 (colored)

Add (sometimes commented out) MIIVERBOSE option.

Revision 1.150 / (download) - annotate - [select for diffs], Fri Apr 28 13:51:56 2000 UTC (23 years, 11 months ago) by ad
Branch: MAIN
Changes since 1.149: +6 -2 lines
Diff to previous 1.149 (colored) to selected 1.322.6.1 (colored)

Attach cac* and ca*.

Revision 1.149 / (download) - annotate - [select for diffs], Wed Apr 19 08:44:34 2000 UTC (24 years ago) by haya
Branch: MAIN
Changes since 1.148: +3 -3 lines
Diff to previous 1.148 (colored) to selected 1.322.6.1 (colored)

Changes the name of RealTek driver.  The new name is `rtk'.  This used
to be called `rl' and it conflict with RL vax disks, canonical and
historical unix driver name.

This changes are minimal: it only changes the name of RealTek driver.
The filename of source code and a lot of the letter `rl' in source
files should be changed shortly.

Revision 1.148 / (download) - annotate - [select for diffs], Wed Apr 19 06:50:27 2000 UTC (24 years ago) by itojun
Branch: MAIN
Changes since 1.147: +3 -2 lines
Diff to previous 1.147 (colored) to selected 1.322.6.1 (colored)

add stf pseudo interface (commented out due to possible security risks)

Revision 1.147 / (download) - annotate - [select for diffs], Mon Apr 3 00:03:28 2000 UTC (24 years ago) by augustss
Branch: MAIN
Changes since 1.146: +3 -2 lines
Diff to previous 1.146 (colored) to selected 1.322.6.1 (colored)

Add atapibus* at umass?

Revision 1.146 / (download) - annotate - [select for diffs], Wed Mar 22 00:58:17 2000 UTC (24 years, 1 month ago) by cgd
Branch: MAIN
Changes since 1.145: +3 -2 lines
Diff to previous 1.145 (colored) to selected 1.322.6.1 (colored)

add commented out option PCI_CONFIG_DUMP whever there's a PCIVERBOSE.

Revision 1.145 / (download) - annotate - [select for diffs], Thu Mar 9 22:27:26 2000 UTC (24 years, 1 month ago) by cjs
Branch: MAIN
Changes since 1.144: +4 -2 lines
Diff to previous 1.144 (colored) to selected 1.322.6.1 (colored)

Add reminder to add stuff to ALPHA as well as this.

Revision 1.144 / (download) - annotate - [select for diffs], Tue Feb 29 06:32:20 2000 UTC (24 years, 1 month ago) by simonb
Branch: MAIN
Changes since 1.143: +3 -3 lines
Diff to previous 1.143 (colored) to selected 1.322.6.1 (colored)

Do the "<space><tab>" thing with the RAID_AUTOCONFIG option.

Revision 1.143 / (download) - annotate - [select for diffs], Sat Feb 26 17:35:35 2000 UTC (24 years, 1 month ago) by oster
Branch: MAIN
Changes since 1.142: +3 -2 lines
Diff to previous 1.142 (colored) to selected 1.322.6.1 (colored)

Defopt 'RAID_AUTOCONFIG'.  Adding 'options RAID_AUTOCONFIG' turns on
the component auto-detection and auto-configuration of RAID sets.
Also, add "#options RAID_AUTOCONFIG" to the GENERIC config files.

Revision 1.142 / (download) - annotate - [select for diffs], Tue Jan 25 08:31:58 2000 UTC (24 years, 2 months ago) by augustss
Branch: MAIN
CVS Tags: chs-ubc2-newbase
Changes since 1.141: +3 -2 lines
Diff to previous 1.141 (colored) to selected 1.322.6.1 (colored)

Update for the ucom(4) addition.

Revision 1.141 / (download) - annotate - [select for diffs], Sun Jan 23 23:46:04 2000 UTC (24 years, 2 months ago) by hubertf
Branch: MAIN
Changes since 1.140: +3 -1 lines
Diff to previous 1.140 (colored) to selected 1.322.6.1 (colored)

Add commented out "ident"-command

Revision 1.140 / (download) - annotate - [select for diffs], Wed Jan 19 07:04:23 2000 UTC (24 years, 3 months ago) by cjs
Branch: MAIN
Changes since 1.139: +5 -5 lines
Diff to previous 1.139 (colored) to selected 1.322.6.1 (colored)

Make sure that everything in GENERIC is in ALPHA, and that the two files
have config lines in the same order to make diffing easier.

Revision 1.139 / (download) - annotate - [select for diffs], Wed Jan 19 03:01:46 2000 UTC (24 years, 3 months ago) by mycroft
Branch: MAIN
Changes since 1.138: +2 -1 lines
Diff to previous 1.138 (colored) to selected 1.322.6.1 (colored)

Add a sequencer to go with the midis.

Revision 1.138 / (download) - annotate - [select for diffs], Mon Jan 17 17:47:03 2000 UTC (24 years, 3 months ago) by augustss
Branch: MAIN
Changes since 1.137: +6 -1 lines
Diff to previous 1.137 (colored) to selected 1.322.6.1 (colored)

Add USB-Ethernet adapters.

Revision 1.130.6.2 / (download) - annotate - [select for diffs], Mon Dec 27 18:31:24 1999 UTC (24 years, 3 months ago) by wrstuden
Branch: wrstuden-devbsize
Changes since 1.130.6.1: +39 -6 lines
Diff to previous 1.130.6.1 (colored) next main 1.131 (colored) to selected 1.322.6.1 (colored)

Pull up to last week's -current.

Revision 1.130.6.1 / (download) - annotate - [select for diffs], Tue Dec 21 23:15:52 1999 UTC (24 years, 4 months ago) by wrstuden
Branch: wrstuden-devbsize
Changes since 1.130: +2 -1 lines
Diff to previous 1.130 (colored) to selected 1.322.6.1 (colored)

Initial commit of recent changes to make DEV_BSIZE go away.

Runs on i386, needs work on other arch's. Main kernel routines should be
fine, but a number of the stand programs need help.

cd, fd, ccd, wd, and sd have been updated. sd has been tested with non-512
byte block devices. vnd, raidframe, and lfs need work.

Non 2**n block support is automatic for LKM's and conditional for kernels
on "options NON_PO2_BLOCKS".

Revision 1.114.2.3.4.1 / (download) - annotate - [select for diffs], Tue Nov 30 13:31:28 1999 UTC (24 years, 4 months ago) by itojun
Branch: kame
CVS Tags: kame_141_19991130
Changes since 1.114.2.3: +13 -1 lines
Diff to previous 1.114.2.3 (colored) next main 1.114.2.4 (colored) to selected 1.322.6.1 (colored)

bring in latest KAME (as of 19991130, KAME/NetBSD141) into kame branch
just for reference purposes.
This commit includes 1.4 -> 1.4.1 sync for kame branch.

The branch does not compile at all (due to the lack of ALTQ and some other
source code).  Please do not try to modify the branch, this is just for
referenre purposes.

synchronization to latest KAME will take place on HEAD branch soon.

Revision 1.137 / (download) - annotate - [select for diffs], Sun Nov 21 14:00:37 1999 UTC (24 years, 5 months ago) by itojun
Branch: MAIN
CVS Tags: wrstuden-devbsize-base, wrstuden-devbsize-19991221
Changes since 1.136: +20 -1 lines
Diff to previous 1.136 (colored) to selected 1.322.6.1 (colored)

bring in content of GENERIC.v6 into GENERIC.
remove GENERIC.v6 file (as it is part of GENERIC now).

"faith" interface is commented out by default as it is not really for
general use.
IPsec items are commented out as well, though we can enable "options IPSEC"
without export-related issue ("options IPSEC" will enable authentication
portion only).  We may need to think about it again.

if you have problem compiling with INET6 on archs I do not have access to,
please contact me.

XXX what to do with arch/arm32/SHARK{,.v6}?

Revision 1.136 / (download) - annotate - [select for diffs], Tue Nov 16 07:37:44 1999 UTC (24 years, 5 months ago) by dan
Branch: MAIN
Changes since 1.135: +3 -1 lines
Diff to previous 1.135 (colored) to selected 1.322.6.1 (colored)

Add entries for we[01] (configured as for the i386 GENERIC) to enable
WD/SMC ISA ethernet cards to be used for installation and setup.

Revision 1.135 / (download) - annotate - [select for diffs], Mon Nov 15 20:07:21 1999 UTC (24 years, 5 months ago) by dante
Branch: MAIN
Changes since 1.134: +4 -1 lines
Diff to previous 1.134 (colored) to selected 1.322.6.1 (colored)

Add WDTR, SDTR and TAGQ disable options

Revision 1.134 / (download) - annotate - [select for diffs], Mon Nov 15 19:10:44 1999 UTC (24 years, 5 months ago) by fvdl
Branch: MAIN
Changes since 1.133: +2 -1 lines
Diff to previous 1.133 (colored) to selected 1.322.6.1 (colored)

Add commented out option SOFTDEP to all GENERIC kernels.

Revision 1.130.4.1 / (download) - annotate - [select for diffs], Sun Nov 14 23:39:15 1999 UTC (24 years, 5 months ago) by fvdl
Branch: fvdl-softdep
Changes since 1.130: +14 -6 lines
Diff to previous 1.130 (colored) next main 1.131 (colored) to selected 1.322.6.1 (colored)

Sync with -current.

Revision 1.133.2.2 / (download) - annotate - [select for diffs], Mon Nov 8 06:19:55 1999 UTC (24 years, 5 months ago) by mycroft
Branch: comdex-fall-1999
Changes since 1.133.2.1: +361 -0 lines
Diff to previous 1.133.2.1 (colored) to branchpoint 1.133 (colored) next main 1.134 (colored) to selected 1.322.6.1 (colored)

Kill wsmux.  DIE DIE DIE!

Revision 1.133.2.1, Mon Nov 8 06:19:54 1999 UTC (24 years, 5 months ago) by mycroft
Branch: comdex-fall-1999
Changes since 1.133: +0 -361 lines
FILE REMOVED

file GENERIC was added on branch comdex-fall-1999 on 1999-11-08 06:19:55 +0000

Revision 1.133 / (download) - annotate - [select for diffs], Mon Nov 8 06:19:54 1999 UTC (24 years, 5 months ago) by mycroft
Branch: MAIN
CVS Tags: fvdl-softdep-base, comdex-fall-1999-base
Branch point for: comdex-fall-1999
Changes since 1.132: +5 -6 lines
Diff to previous 1.132 (colored) to selected 1.322.6.1 (colored)

Kill wsmux.  DIE DIE DIE!

Revision 1.132 / (download) - annotate - [select for diffs], Mon Nov 8 04:51:42 1999 UTC (24 years, 5 months ago) by mycroft
Branch: MAIN
Changes since 1.131: +2 -2 lines
Diff to previous 1.131 (colored) to selected 1.322.6.1 (colored)

Disable wsmux for now.

Revision 1.131 / (download) - annotate - [select for diffs], Fri Nov 5 21:30:21 1999 UTC (24 years, 5 months ago) by thorpej
Branch: MAIN
Changes since 1.130: +10 -1 lines
Diff to previous 1.130 (colored) to selected 1.322.6.1 (colored)

Add some missing Ethernet cards: rl, ti (not in INSTALL), sip, tlp.

Revision 1.130 / (download) - annotate - [select for diffs], Wed Sep 29 10:43:14 1999 UTC (24 years, 6 months ago) by kleink
Branch: MAIN
Branch point for: wrstuden-devbsize, thorpej_scsipi, fvdl-softdep
Changes since 1.129: +6 -1 lines
Diff to previous 1.129 (colored) to selected 1.322.6.1 (colored)

Add eso(4).

Revision 1.129 / (download) - annotate - [select for diffs], Tue Sep 28 23:43:07 1999 UTC (24 years, 6 months ago) by ad
Branch: MAIN
Changes since 1.128: +3 -1 lines
Diff to previous 1.128 (colored) to selected 1.322.6.1 (colored)

Entries for dpt(4).

Revision 1.128 / (download) - annotate - [select for diffs], Sun Aug 29 16:55:48 1999 UTC (24 years, 7 months ago) by thorpej
Branch: MAIN
Changes since 1.127: +5 -1 lines
Diff to previous 1.127 (colored) to selected 1.322.6.1 (colored)

Add `umass'.

Revision 1.127 / (download) - annotate - [select for diffs], Mon Aug 16 22:27:13 1999 UTC (24 years, 8 months ago) by augustss
Branch: MAIN
Changes since 1.126: +16 -10 lines
Diff to previous 1.126 (colored) to selected 1.322.6.1 (colored)

Add umodem device.

Revision 1.126 / (download) - annotate - [select for diffs], Sat Aug 7 07:40:40 1999 UTC (24 years, 8 months ago) by thorpej
Branch: MAIN
Changes since 1.125: +5 -5 lines
Diff to previous 1.125 (colored) to selected 1.322.6.1 (colored)

Add the AdvanSys SCSI boards.

Revision 1.125 / (download) - annotate - [select for diffs], Thu Aug 5 15:51:36 1999 UTC (24 years, 8 months ago) by jdolecek
Branch: MAIN
Changes since 1.124: +2 -1 lines
Diff to previous 1.124 (colored) to selected 1.322.6.1 (colored)

add file-system NTFS, commented out and marked as experimental

Revision 1.114.2.3.2.3 / (download) - annotate - [select for diffs], Mon Aug 2 19:34:27 1999 UTC (24 years, 8 months ago) by thorpej
Branch: chs-ubc2
Changes since 1.114.2.3.2.2: +7 -5 lines
Diff to previous 1.114.2.3.2.2 (colored) to branchpoint 1.114.2.3 (colored) next main 1.114.2.4 (colored) to selected 1.322.6.1 (colored)

Update from trunk.

Revision 1.124 / (download) - annotate - [select for diffs], Thu Jul 29 19:36:58 1999 UTC (24 years, 8 months ago) by augustss
Branch: MAIN
CVS Tags: chs-ubc2-base
Changes since 1.123: +6 -5 lines
Diff to previous 1.123 (colored) to selected 1.322.6.1 (colored)

Make two wsmux pseudo devices and add mux locators.

Revision 1.123 / (download) - annotate - [select for diffs], Thu Jul 29 10:37:13 1999 UTC (24 years, 8 months ago) by augustss
Branch: MAIN
Changes since 1.122: +2 -1 lines
Diff to previous 1.122 (colored) to selected 1.322.6.1 (colored)

It's time to be COMPAT_14.

Revision 1.114.2.5 / (download) - annotate - [select for diffs], Fri Jul 2 17:40:20 1999 UTC (24 years, 9 months ago) by perry
Branch: netbsd-1-4
CVS Tags: netbsd-1-4-PATCH002, netbsd-1-4-PATCH001
Changes since 1.114.2.4: +10 -1 lines
Diff to previous 1.114.2.4 (colored) to branchpoint 1.114 (colored) to selected 1.322.6.1 (colored)

pullup 1.121->1.122 (ross)

Revision 1.114.2.3.2.2 / (download) - annotate - [select for diffs], Thu Jul 1 23:00:56 1999 UTC (24 years, 9 months ago) by thorpej
Branch: chs-ubc2
Changes since 1.114.2.3.2.1: +29 -13 lines
Diff to previous 1.114.2.3.2.1 (colored) to branchpoint 1.114.2.3 (colored) to selected 1.322.6.1 (colored)

Sync w/ -current.

Revision 1.122 / (download) - annotate - [select for diffs], Tue Jun 29 07:04:15 1999 UTC (24 years, 9 months ago) by ross
Branch: MAIN
Changes since 1.121: +10 -1 lines
Diff to previous 1.121 (colored) to selected 1.322.6.1 (colored)

Turn on EV6 bits: Tsunami and system type 6600.

Revision 1.121 / (download) - annotate - [select for diffs], Sun Jun 27 22:35:56 1999 UTC (24 years, 9 months ago) by christos
Branch: MAIN
Changes since 1.120: +10 -6 lines
Diff to previous 1.120 (colored) to selected 1.322.6.1 (colored)

Add missing phy's

Revision 1.120 / (download) - annotate - [select for diffs], Sun Jun 27 15:58:18 1999 UTC (24 years, 9 months ago) by christos
Branch: MAIN
Changes since 1.119: +11 -8 lines
Diff to previous 1.119 (colored) to selected 1.322.6.1 (colored)

add vr* at pci?, sort

Revision 1.114.2.4 / (download) - annotate - [select for diffs], Mon Jun 21 19:21:02 1999 UTC (24 years, 10 months ago) by cgd
Branch: netbsd-1-4
Changes since 1.114.2.3: +4 -1 lines
Diff to previous 1.114.2.3 (colored) to branchpoint 1.114 (colored) to selected 1.322.6.1 (colored)

pull up rev(s) 1.118 from trunk. (cgd)

Revision 1.114.2.3.2.1 / (download) - annotate - [select for diffs], Mon Jun 21 00:46:07 1999 UTC (24 years, 10 months ago) by thorpej
Branch: chs-ubc2
Changes since 1.114.2.3: +5 -1 lines
Diff to previous 1.114.2.3 (colored) to selected 1.322.6.1 (colored)

Sync w/ -current.

Revision 1.119 / (download) - annotate - [select for diffs], Sun Jun 6 17:57:23 1999 UTC (24 years, 10 months ago) by dante
Branch: MAIN
Changes since 1.118: +2 -1 lines
Diff to previous 1.118 (colored) to selected 1.322.6.1 (colored)

Add adv* entry under ISA devices

Revision 1.118 / (download) - annotate - [select for diffs], Fri Apr 30 23:33:41 1999 UTC (24 years, 11 months ago) by cgd
Branch: MAIN
Changes since 1.117: +4 -1 lines
Diff to previous 1.117 (colored) to selected 1.322.6.1 (colored)

enable COMPAT_OSF1

Revision 1.114.2.3 / (download) - annotate - [select for diffs], Thu Apr 29 14:32:29 1999 UTC (24 years, 11 months ago) by perry
Branch: netbsd-1-4
CVS Tags: netbsd-1-4-RELEASE, kame_14_19990705, kame_14_19990628
Branch point for: kame, chs-ubc2
Changes since 1.114.2.2: +3 -3 lines
Diff to previous 1.114.2.2 (colored) to branchpoint 1.114 (colored) to selected 1.322.6.1 (colored)

pullup 1.116->1.117 (ross)

Revision 1.117 / (download) - annotate - [select for diffs], Thu Apr 29 01:28:41 1999 UTC (24 years, 11 months ago) by ross
Branch: MAIN
Changes since 1.116: +3 -3 lines
Diff to previous 1.116 (colored) to selected 1.322.6.1 (colored)

WSEMUL_SUN -> WSEMUL_VT100

Revision 1.114.2.2 / (download) - annotate - [select for diffs], Tue Apr 20 23:37:22 1999 UTC (25 years ago) by cjs
Branch: netbsd-1-4
Changes since 1.114.2.1: +2 -2 lines
Diff to previous 1.114.2.1 (colored) to branchpoint 1.114 (colored) to selected 1.322.6.1 (colored)

Pull up to HEAD 1.116, per ross.

Revision 1.116 / (download) - annotate - [select for diffs], Tue Apr 20 21:43:03 1999 UTC (25 years ago) by ross
Branch: MAIN
Changes since 1.115: +2 -2 lines
Diff to previous 1.115 (colored) to selected 1.322.6.1 (colored)

Revert 1/2 of previous change. INSECURE is still OK for alpha.

Revision 1.114.2.1 / (download) - annotate - [select for diffs], Tue Apr 20 14:50:39 1999 UTC (25 years ago) by perry
Branch: netbsd-1-4
Changes since 1.114: +3 -3 lines
Diff to previous 1.114 (colored) to selected 1.322.6.1 (colored)

pull up 1.115, as requested by ross:
	options INSECURE, like i386
	pckbc* -> pckbc0, like i386

Revision 1.115 / (download) - annotate - [select for diffs], Tue Apr 20 06:16:35 1999 UTC (25 years ago) by ross
Branch: MAIN
Changes since 1.114: +3 -3 lines
Diff to previous 1.114 (colored) to selected 1.322.6.1 (colored)

options INSECURE, like i386
pckbc* -> pckbc0, like i386

Revision 1.114 / (download) - annotate - [select for diffs], Thu Feb 25 12:37:39 1999 UTC (25 years, 1 month ago) by ross
Branch: MAIN
CVS Tags: netbsd-1-4-base
Branch point for: netbsd-1-4
Changes since 1.113: +8 -5 lines
Diff to previous 1.113 (colored) to selected 1.322.6.1 (colored)

Enable eap (Ensoniq AudioPCI), sb (SoundBlaster), and sv (S3 SonicVibes).

Revision 1.113 / (download) - annotate - [select for diffs], Mon Feb 22 07:44:50 1999 UTC (25 years, 1 month ago) by fvdl
Branch: MAIN
Changes since 1.112: +2 -1 lines
Diff to previous 1.112 (colored) to selected 1.322.6.1 (colored)

Add internal 3com PHYs for the ex driver.

Revision 1.112 / (download) - annotate - [select for diffs], Thu Feb 18 20:39:04 1999 UTC (25 years, 2 months ago) by thorpej
Branch: MAIN
Changes since 1.111: +5 -1 lines
Diff to previous 1.111 (colored) to selected 1.322.6.1 (colored)

Add floppy controller and drives.

Revision 1.111 / (download) - annotate - [select for diffs], Thu Jan 28 18:03:56 1999 UTC (25 years, 2 months ago) by ross
Branch: MAIN
Changes since 1.110: +2 -4 lines
Diff to previous 1.110 (colored) to selected 1.322.6.1 (colored)

Remove the original -g, as a duplicate was (accidently?) added in 1.108,
and comment it out like it used to be, at least for now.

Revision 1.110 / (download) - annotate - [select for diffs], Mon Jan 25 07:55:32 1999 UTC (25 years, 2 months ago) by ross
Branch: MAIN
Changes since 1.109: +2 -1 lines
Diff to previous 1.109 (colored) to selected 1.322.6.1 (colored)

ne* at pci? ...

Revision 1.109 / (download) - annotate - [select for diffs], Sat Jan 23 16:10:47 1999 UTC (25 years, 2 months ago) by drochner
Branch: MAIN
Changes since 1.108: +3 -3 lines
Diff to previous 1.108 (colored) to selected 1.322.6.1 (colored)

second round of mouse renaming: psm->pms

Revision 1.108 / (download) - annotate - [select for diffs], Wed Jan 6 23:42:27 1999 UTC (25 years, 3 months ago) by thorpej
Branch: MAIN
Changes since 1.107: +35 -3 lines
Diff to previous 1.107 (colored) to selected 1.322.6.1 (colored)

- Add adv and adw SCSI controllers, commented out, as they do not yet
  work.
- Add USB stuff.
- Add new pcscp SCSI driver.
- Comment out wss driver, as the configuration listed hangs some systems
  cold.

Revision 1.107 / (download) - annotate - [select for diffs], Thu Dec 10 19:01:42 1998 UTC (25 years, 4 months ago) by augustss
Branch: MAIN
Changes since 1.106: +4 -1 lines
Diff to previous 1.106 (colored) to selected 1.322.6.1 (colored)

Add sv driver.

Revision 1.106 / (download) - annotate - [select for diffs], Wed Nov 25 20:30:44 1998 UTC (25 years, 4 months ago) by hwr
Branch: MAIN
CVS Tags: kenh-if-detach-base, kenh-if-detach
Changes since 1.105: +2 -1 lines
Diff to previous 1.105 (colored) to selected 1.322.6.1 (colored)

Add (commented out) 'gre' pseudo device line. Feedback is welcome.
Inspired by Klaus Klein.

Revision 1.105 / (download) - annotate - [select for diffs], Wed Nov 25 18:37:27 1998 UTC (25 years, 4 months ago) by tv
Branch: MAIN
Changes since 1.104: +3 -3 lines
Diff to previous 1.104 (colored) to selected 1.322.6.1 (colored)

The wss driver does work (AS200/233 uses it).  Uncomment.

Revision 1.104 / (download) - annotate - [select for diffs], Mon Nov 16 16:44:55 1998 UTC (25 years, 5 months ago) by oster
Branch: MAIN
Changes since 1.103: +2 -1 lines
Diff to previous 1.103 (colored) to selected 1.322.6.1 (colored)

Added a (commented out) configuration line for the RAIDframe device driver.

Revision 1.103 / (download) - annotate - [select for diffs], Wed Nov 4 00:40:03 1998 UTC (25 years, 5 months ago) by fvdl
Branch: MAIN
CVS Tags: chs-ubc-base, chs-ubc
Changes since 1.102: +3 -2 lines
Diff to previous 1.102 (colored) to selected 1.322.6.1 (colored)

Add the ex driver.

Revision 1.102 / (download) - annotate - [select for diffs], Wed Oct 14 18:31:34 1998 UTC (25 years, 6 months ago) by matt
Branch: MAIN
Changes since 1.101: +3 -2 lines
Diff to previous 1.101 (colored) to selected 1.322.6.1 (colored)

Sync with new IDE support (e.g. pciide changes)

Revision 1.101 / (download) - annotate - [select for diffs], Tue Sep 29 18:25:54 1998 UTC (25 years, 6 months ago) by drochner
Branch: MAIN
Changes since 1.100: +4 -1 lines
Diff to previous 1.100 (colored) to selected 1.322.6.1 (colored)

document CLOCK_COMPAT_OSF1

Revision 1.100 / (download) - annotate - [select for diffs], Wed Sep 2 02:02:34 1998 UTC (25 years, 7 months ago) by enami
Branch: MAIN
Changes since 1.99: +2 -2 lines
Diff to previous 1.99 (colored) to selected 1.322.6.1 (colored)

Replace TAB just after the keyword `options' with SPACE.

Revision 1.99 / (download) - annotate - [select for diffs], Tue Aug 11 00:28:53 1998 UTC (25 years, 8 months ago) by thorpej
Branch: MAIN
Changes since 1.98: +8 -1 lines
Diff to previous 1.98 (colored) to selected 1.322.6.1 (colored)

Adapt to MII changes.

Revision 1.98 / (download) - annotate - [select for diffs], Fri Aug 7 10:26:38 1998 UTC (25 years, 8 months ago) by drochner
Branch: MAIN
Changes since 1.97: +2 -1 lines
Diff to previous 1.97 (colored) to selected 1.322.6.1 (colored)

implemt a simple "beep" device to access the ISA speaker

Revision 1.97 / (download) - annotate - [select for diffs], Mon Jul 27 18:27:08 1998 UTC (25 years, 8 months ago) by thorpej
Branch: MAIN
CVS Tags: eeh-paddr_t-base, eeh-paddr_t
Changes since 1.96: +2 -2 lines
Diff to previous 1.96 (colored) to selected 1.322.6.1 (colored)

Back out previous.

Revision 1.96 / (download) - annotate - [select for diffs], Mon Jul 27 18:02:03 1998 UTC (25 years, 8 months ago) by mjacob
Branch: MAIN
Changes since 1.95: +2 -2 lines
Diff to previous 1.95 (colored) to selected 1.322.6.1 (colored)

Comment out cs device. Kernels don't compile because there is no
cfattach structure found. Leave it to the author to untangle.

Revision 1.95 / (download) - annotate - [select for diffs], Mon Jul 27 01:57:57 1998 UTC (25 years, 8 months ago) by thorpej
Branch: MAIN
Changes since 1.94: +2 -1 lines
Diff to previous 1.94 (colored) to selected 1.322.6.1 (colored)

Add cs* at isa? port 0x300, wildcard IRQ and memory address, to pull
them from the EEPROM.  Wildcard DRQ to force memory-mode operation; this
value is not available in the EEPROM and must be configured manually.

Revision 1.94 / (download) - annotate - [select for diffs], Sat Jun 27 10:10:52 1998 UTC (25 years, 9 months ago) by thorpej
Branch: MAIN
Changes since 1.93: +2 -1 lines
Diff to previous 1.93 (colored) to selected 1.322.6.1 (colored)

Take a stab at EB66 support.  An EB66 is basically an EB64+ with a
21066 LCA instead of a 21064 + APECS.

Revision 1.93 / (download) - annotate - [select for diffs], Fri Jun 26 21:53:11 1998 UTC (25 years, 9 months ago) by ross
Branch: MAIN
Changes since 1.92: +2 -1 lines
Diff to previous 1.92 (colored) to selected 1.322.6.1 (colored)

Add DEC_1000 support for new Mikasa[/Pinnacle] platform.
INSTALL-FLOPPY will have to wait; it needs attention w.r.t. size.

Revision 1.92 / (download) - annotate - [select for diffs], Fri Jun 26 05:42:34 1998 UTC (25 years, 9 months ago) by thorpej
Branch: MAIN
Changes since 1.91: +2 -1 lines
Diff to previous 1.91 (colored) to selected 1.322.6.1 (colored)

Very preliminary support for the Tadpole/DEC AlphaBook.  These are basically
AXPpci33 machines + power management and a Cirrus PCI-PCMCIA controller.

There is currently no support for the power management facilities, and
the PCI-PCMCIA controller driver needs some work, but this should boot
and run from disk.

Revision 1.91 / (download) - annotate - [select for diffs], Fri Jun 26 01:53:45 1998 UTC (25 years, 9 months ago) by lukem
Branch: MAIN
Changes since 1.90: +1 -2 lines
Diff to previous 1.90 (colored) to selected 1.322.6.1 (colored)

remove options FIFO; it's now the default

Revision 1.90 / (download) - annotate - [select for diffs], Wed Jun 24 01:12:45 1998 UTC (25 years, 9 months ago) by ross
Branch: MAIN
Changes since 1.89: +2 -1 lines
Diff to previous 1.89 (colored) to selected 1.322.6.1 (colored)

Add DEC_1000A platform.

Revision 1.89 / (download) - annotate - [select for diffs], Fri Jun 5 02:13:41 1998 UTC (25 years, 10 months ago) by thorpej
Branch: MAIN
Changes since 1.88: +2 -1 lines
Diff to previous 1.88 (colored) to selected 1.322.6.1 (colored)

Support for the Digital Personal Workstation [456]xx, a.k.a. Miata (systype
DEC_550).  Mostly cloned from the EB164 systype, with some modifications
from myself, and a few more from Andrew Gellatin.

Revision 1.88 / (download) - annotate - [select for diffs], Tue Jun 2 01:43:33 1998 UTC (25 years, 10 months ago) by thorpej
Branch: MAIN
Changes since 1.87: +2 -1 lines
Diff to previous 1.87 (colored) to selected 1.322.6.1 (colored)

Add epic* at pci?

Revision 1.87 / (download) - annotate - [select for diffs], Sun May 24 23:45:30 1998 UTC (25 years, 10 months ago) by thorpej
Branch: MAIN
Changes since 1.86: +3 -4 lines
Diff to previous 1.86 (colored) to selected 1.322.6.1 (colored)

- Change the tcds child locator from "slot" to "chip", making it look less
  like a TurboChannel locator, and more like what is actually going on.
- Allow tcds and asc children of tcds to be cloned.

Revision 1.86 / (download) - annotate - [select for diffs], Thu May 14 21:53:40 1998 UTC (25 years, 11 months ago) by matt
Branch: MAIN
Changes since 1.85: +6 -3 lines
Diff to previous 1.85 (colored) to selected 1.322.6.1 (colored)

Fix lc0 (lemac) line(s) so that the de20[345]s will work again.  Add depca
for de20[012]s (tested and works on a pc164sx).

Revision 1.85 / (download) - annotate - [select for diffs], Wed May 13 22:03:08 1998 UTC (25 years, 11 months ago) by thorpej
Branch: MAIN
Changes since 1.84: +2 -2 lines
Diff to previous 1.84 (colored) to selected 1.322.6.1 (colored)

No need to hard-code the mcclock offset on the gbus; gbus is direct-config.

Revision 1.84 / (download) - annotate - [select for diffs], Fri May 1 22:26:54 1998 UTC (25 years, 11 months ago) by augustss
Branch: MAIN
Changes since 1.83: +4 -1 lines
Diff to previous 1.83 (colored) to selected 1.322.6.1 (colored)

Add Ensoniq AudioPCI driver.  Commented out until tested.

Revision 1.83 / (download) - annotate - [select for diffs], Fri Apr 24 18:18:41 1998 UTC (25 years, 11 months ago) by thorpej
Branch: MAIN
Changes since 1.82: +6 -6 lines
Diff to previous 1.82 (colored) to selected 1.322.6.1 (colored)

Whitespace sanity.

Revision 1.82 / (download) - annotate - [select for diffs], Sat Apr 18 01:19:40 1998 UTC (26 years ago) by thorpej
Branch: MAIN
Changes since 1.81: +3 -1 lines
Diff to previous 1.81 (colored) to selected 1.322.6.1 (colored)

Add PCI IDE.

Revision 1.81 / (download) - annotate - [select for diffs], Wed Apr 15 21:19:22 1998 UTC (26 years ago) by drochner
Branch: MAIN
Changes since 1.80: +15 -8 lines
Diff to previous 1.80 (colored) to selected 1.322.6.1 (colored)

convert to new wscons
(pcppi->pckbc, pms->psm, wscons->wsdisplay)

Revision 1.80 / (download) - annotate - [select for diffs], Wed Apr 15 00:47:21 1998 UTC (26 years ago) by mjacob
Branch: MAIN
Changes since 1.79: +10 -1 lines
Diff to previous 1.79 (colored) to selected 1.322.6.1 (colored)

add Alpha 4100 support

Revision 1.79 / (download) - annotate - [select for diffs], Wed Mar 25 02:16:41 1998 UTC (26 years ago) by ross
Branch: MAIN
Changes since 1.78: +2 -5 lines
Diff to previous 1.78 (colored) to selected 1.322.6.1 (colored)

1. Always link at the high address, now that we can use free ram below
the kernel on most platforms, including all of the entry-level platforms.
2. Kill the comments and options for load address selection.
3. Kill the default -g.

Revision 1.78 / (download) - annotate - [select for diffs], Wed Mar 18 16:34:41 1998 UTC (26 years, 1 month ago) by bouyer
Branch: MAIN
Changes since 1.77: +2 -1 lines
Diff to previous 1.77 (colored) to selected 1.322.6.1 (colored)

Add commented out "options FFS_EI"

Revision 1.77 / (download) - annotate - [select for diffs], Thu Mar 12 06:04:31 1998 UTC (26 years, 1 month ago) by thorpej
Branch: MAIN
Changes since 1.76: +2 -2 lines
Diff to previous 1.76 (colored) to selected 1.322.6.1 (colored)

Dump maxusers to 32.

Revision 1.76 / (download) - annotate - [select for diffs], Sat Feb 28 02:01:32 1998 UTC (26 years, 1 month ago) by cgd
Branch: MAIN
Changes since 1.75: +4 -4 lines
Diff to previous 1.75 (colored) to selected 1.322.6.1 (colored)

Use NFS_BOOT_DHCP rather than NFS_BOOT_BOOTP.  The former is more
flexible, and the boot blocks use DHCP already(!!!) and it'd be good
for the kernel to be consistent with them.

Revision 1.75 / (download) - annotate - [select for diffs], Fri Feb 13 04:33:34 1998 UTC (26 years, 2 months ago) by enami
Branch: MAIN
Changes since 1.74: +2 -2 lines
Diff to previous 1.74 (colored) to selected 1.322.6.1 (colored)

Remove comment which says that fxp is untested (it is known to work now).
Also, make model name closer to what driver prints startup.

Revision 1.74 / (download) - annotate - [select for diffs], Thu Jan 15 07:17:20 1998 UTC (26 years, 3 months ago) by thorpej
Branch: MAIN
Changes since 1.73: +11 -4 lines
Diff to previous 1.73 (colored) to selected 1.322.6.1 (colored)

Switch to MI IDE drivers, add ATAPI devices.

Revision 1.73 / (download) - annotate - [select for diffs], Fri Jan 9 17:10:16 1998 UTC (26 years, 3 months ago) by drochner
Branch: MAIN
Changes since 1.72: +6 -1 lines
Diff to previous 1.72 (colored) to selected 1.322.6.1 (colored)

Compile in BOOTP support for diskless boot.

Revision 1.72 / (download) - annotate - [select for diffs], Sun Nov 30 23:19:01 1997 UTC (26 years, 4 months ago) by mjacob
Branch: MAIN
Changes since 1.71: +2 -1 lines
Diff to previous 1.71 (colored) to selected 1.322.6.1 (colored)

add missing COMPAT_13 that kleink putzed

Revision 1.69.2.1 / (download) - annotate - [select for diffs], Wed Nov 26 04:24:41 1997 UTC (26 years, 4 months ago) by mellon
Branch: netbsd-1-3
CVS Tags: netbsd-1-3-RELEASE, netbsd-1-3-PATCH003-CANDIDATE2, netbsd-1-3-PATCH003-CANDIDATE1, netbsd-1-3-PATCH003-CANDIDATE0, netbsd-1-3-PATCH003, netbsd-1-3-PATCH002, netbsd-1-3-PATCH001, netbsd-1-3-BETA
Changes since 1.69: +8 -2 lines
Diff to previous 1.69 (colored) next main 1.70 (colored) to selected 1.322.6.1 (colored)

Pull rev 1.70 and 1.71 up from trunk (mjacob)

Revision 1.71 / (download) - annotate - [select for diffs], Wed Nov 26 03:13:53 1997 UTC (26 years, 4 months ago) by mjacob
Branch: MAIN
Changes since 1.70: +2 -2 lines
Diff to previous 1.70 (colored) to selected 1.322.6.1 (colored)

make SCSIVERBOSE default

Revision 1.70 / (download) - annotate - [select for diffs], Wed Nov 26 03:13:12 1997 UTC (26 years, 4 months ago) by mjacob
Branch: MAIN
Changes since 1.69: +7 -1 lines
Diff to previous 1.69 (colored) to selected 1.322.6.1 (colored)

add SYSVMSG and SYSVSEM to GENERIC kernel

Revision 1.69 / (download) - annotate - [select for diffs], Mon Oct 20 18:47:08 1997 UTC (26 years, 6 months ago) by explorer
Branch: MAIN
CVS Tags: netbsd-1-3-base
Branch point for: netbsd-1-3
Changes since 1.68: +5 -2 lines
Diff to previous 1.68 (colored) to selected 1.322.6.1 (colored)

comment out rnd, mark as experimental

Revision 1.60.2.3 / (download) - annotate - [select for diffs], Tue Oct 14 08:18:06 1997 UTC (26 years, 6 months ago) by thorpej
Branch: marc-pcmcia
Changes since 1.60.2.2: +3 -1 lines
Diff to previous 1.60.2.2 (colored) to branchpoint 1.60 (colored) next main 1.61 (colored) to selected 1.322.6.1 (colored)

Update marc-pcmcia branch from trunk.

Revision 1.68 / (download) - annotate - [select for diffs], Mon Oct 13 06:59:58 1997 UTC (26 years, 6 months ago) by cjs
Branch: MAIN
CVS Tags: marc-pcmcia-base
Changes since 1.67: +2 -1 lines
Diff to previous 1.67 (colored) to selected 1.322.6.1 (colored)

Add pseudo-device rnd.

Revision 1.67 / (download) - annotate - [select for diffs], Fri Oct 10 08:54:14 1997 UTC (26 years, 6 months ago) by cjs
Branch: MAIN
Changes since 1.66: +2 -1 lines
Diff to previous 1.66 (colored) to selected 1.322.6.1 (colored)

Add now-working ipfilter.

Revision 1.60.2.2 / (download) - annotate - [select for diffs], Wed Aug 27 21:42:02 1997 UTC (26 years, 7 months ago) by thorpej
Branch: marc-pcmcia
Changes since 1.60.2.1: +8 -8 lines
Diff to previous 1.60.2.1 (colored) to branchpoint 1.60 (colored) to selected 1.322.6.1 (colored)

Update marc-pcmcia branch from trunk.

Revision 1.66 / (download) - annotate - [select for diffs], Sun Aug 24 06:40:20 1997 UTC (26 years, 7 months ago) by cgd
Branch: MAIN
CVS Tags: thorpej-signal-base, thorpej-signal
Changes since 1.65: +3 -3 lines
Diff to previous 1.65 (colored) to selected 1.322.6.1 (colored)

fix various bogons: copy SCSIVERBOSE option (still commented out) and ISA lc
driver to ALPHA.  Also, sort them into their respective lists correctly,
rather than punting completely (SCSIVERBOSE), or mis-sorting(!) (lc).

Revision 1.65 / (download) - annotate - [select for diffs], Sun Aug 24 06:37:15 1997 UTC (26 years, 7 months ago) by cgd
Branch: MAIN
Changes since 1.64: +6 -6 lines
Diff to previous 1.64 (colored) to selected 1.322.6.1 (colored)

fix spaces/tabs lossage: if we're going to do "options<space><tab>", be
consistent about it (fix it in all files)!  Also, there's no point at all
in doing "file-system<space><tab>", so kill the spaces.

Revision 1.64 / (download) - annotate - [select for diffs], Sat Aug 23 19:16:06 1997 UTC (26 years, 7 months ago) by mjacob
Branch: MAIN
Changes since 1.63: +2 -2 lines
Diff to previous 1.63 (colored) to selected 1.322.6.1 (colored)

add a before tab to SCSIVERBOSE

Revision 1.60.2.1 / (download) - annotate - [select for diffs], Sat Aug 23 07:06:34 1997 UTC (26 years, 7 months ago) by thorpej
Branch: marc-pcmcia
Changes since 1.60: +4 -1 lines
Diff to previous 1.60 (colored) to selected 1.322.6.1 (colored)

Update marc-pcmcia branch from trunk.

Revision 1.63 / (download) - annotate - [select for diffs], Wed Aug 20 18:35:55 1997 UTC (26 years, 8 months ago) by mjacob
Branch: MAIN
Changes since 1.62: +2 -1 lines
Diff to previous 1.62 (colored) to selected 1.322.6.1 (colored)

Commented out SCSIVERBOSE option; reference

Revision 1.62 / (download) - annotate - [select for diffs], Tue Aug 19 23:49:35 1997 UTC (26 years, 8 months ago) by augustss
Branch: MAIN
Changes since 1.61: +2 -1 lines
Diff to previous 1.61 (colored) to selected 1.322.6.1 (colored)

Change the MI audio driver so it attaches to the MD driver in the
normal way.  This requires adding a line to the config files to
get audio to work again.

Revision 1.31.2.10 / (download) - annotate - [select for diffs], Tue Aug 12 05:55:07 1997 UTC (26 years, 8 months ago) by cgd
Branch: alpha-nwscons
Changes since 1.31.2.9: +2 -1 lines
Diff to previous 1.31.2.9 (colored) next main 1.32 (colored) to selected 1.322.6.1 (colored)

sync with -current as of August 11, 1997

Revision 1.61 / (download) - annotate - [select for diffs], Thu Jul 31 22:22:08 1997 UTC (26 years, 8 months ago) by matt
Branch: MAIN
CVS Tags: alpha-nwscons-base
Changes since 1.60: +2 -1 lines
Diff to previous 1.60 (colored) to selected 1.322.6.1 (colored)

Add lc* line for DEC EtherWORKS III (it was written initially for a
NetBSD/alpha user).

Revision 1.31.2.9 / (download) - annotate - [select for diffs], Tue Jul 22 05:34:35 1997 UTC (26 years, 9 months ago) by cgd
Branch: alpha-nwscons
Changes since 1.31.2.8: +29 -29 lines
Diff to previous 1.31.2.8 (colored) to selected 1.322.6.1 (colored)

sync nwscons branch with changes in -current as of July 21, 1997

Revision 1.60 / (download) - annotate - [select for diffs], Sun Jul 13 21:24:14 1997 UTC (26 years, 9 months ago) by hpeyerl
Branch: MAIN
CVS Tags: marc-pcmcia-bp
Branch point for: marc-pcmcia
Changes since 1.59: +1 -2 lines
Diff to previous 1.59 (colored) to selected 1.322.6.1 (colored)

Move satlink0 to ALPHA.

Revision 1.59 / (download) - annotate - [select for diffs], Sun Jul 13 19:32:00 1997 UTC (26 years, 9 months ago) by hpeyerl
Branch: MAIN
Changes since 1.58: +2 -1 lines
Diff to previous 1.58 (colored) to selected 1.322.6.1 (colored)

Satellite receiver driver for ISA cards from PlanetConnect by Jason and
Herb for Canada Connect Corp.

Revision 1.58 / (download) - annotate - [select for diffs], Thu Jul 10 20:46:37 1997 UTC (26 years, 9 months ago) by mellon
Branch: MAIN
Changes since 1.57: +28 -28 lines
Diff to previous 1.57 (colored) to selected 1.322.6.1 (colored)

Convert spaces to tabs following option declarations

Revision 1.57 / (download) - annotate - [select for diffs], Thu Jun 12 18:42:00 1997 UTC (26 years, 10 months ago) by mrg
Branch: MAIN
CVS Tags: bouyer-scsipi
Changes since 1.56: +2 -2 lines
Diff to previous 1.56 (colored) to selected 1.322.6.1 (colored)

remove now obsolete "swap on..." lines.

Revision 1.31.2.8 / (download) - annotate - [select for diffs], Sat Jun 7 04:43:00 1997 UTC (26 years, 10 months ago) by cgd
Branch: alpha-nwscons
Changes since 1.31.2.7: +13 -1 lines
Diff to previous 1.31.2.7 (colored) to selected 1.322.6.1 (colored)

syng thorpej-bus-dma changes with alpha-nwscons branch

Revision 1.56 / (download) - annotate - [select for diffs], Fri Jun 6 23:49:37 1997 UTC (26 years, 10 months ago) by thorpej
Branch: MAIN
Changes since 1.55: +13 -1 lines
Diff to previous 1.55 (colored) to selected 1.322.6.1 (colored)

Pull thorpej-bus-dma branch into mainline.

Revision 1.53.2.2 / (download) - annotate - [select for diffs], Fri Jun 6 20:24:33 1997 UTC (26 years, 10 months ago) by thorpej
Branch: thorpej-bus-dma
Changes since 1.53.2.1: +2 -2 lines
Diff to previous 1.53.2.1 (colored) next main 1.54 (colored) to selected 1.322.6.1 (colored)

Update thorpej-bus-dma branch from trunk.

Revision 1.31.2.7 / (download) - annotate - [select for diffs], Fri Jun 6 00:14:01 1997 UTC (26 years, 10 months ago) by cgd
Branch: alpha-nwscons
Changes since 1.31.2.6: +2 -2 lines
Diff to previous 1.31.2.6 (colored) to selected 1.322.6.1 (colored)

sync nwscons with trunk

Revision 1.55 / (download) - annotate - [select for diffs], Thu Jun 5 02:29:58 1997 UTC (26 years, 10 months ago) by thorpej
Branch: MAIN
CVS Tags: thorpej-bus-dma-base
Changes since 1.54: +2 -1 lines
Diff to previous 1.54 (colored) to selected 1.322.6.1 (colored)

Add fxp* at pci? declarations, marked untested on the Alpha, but they
compile.

Revision 1.54 / (download) - annotate - [select for diffs], Tue Jun 3 17:37:58 1997 UTC (26 years, 10 months ago) by cgd
Branch: MAIN
Changes since 1.53: +1 -2 lines
Diff to previous 1.53 (colored) to selected 1.322.6.1 (colored)

remove DEBUG from GENERIC kernel

Revision 1.31.2.6 / (download) - annotate - [select for diffs], Sun Jun 1 04:11:52 1997 UTC (26 years, 10 months ago) by cgd
Branch: alpha-nwscons
Changes since 1.31.2.5: +50 -19 lines
Diff to previous 1.31.2.5 (colored) to selected 1.322.6.1 (colored)

sync the nwscons branch up with yesterday's version of the trunk.
Lots of conflicts/changes because of the RCS Id format changes.
Also, a few cleanups and corrections.

Revision 1.53.2.1 / (download) - annotate - [select for diffs], Fri May 23 21:23:39 1997 UTC (26 years, 10 months ago) by thorpej
Branch: thorpej-bus-dma
Changes since 1.53: +13 -1 lines
Diff to previous 1.53 (colored) to selected 1.322.6.1 (colored)

Add: aha, bha, uha, le (commented out for now) at isa; ahb, uha at eisa;
scsibus attachments to aha, ahb, and uha.

Revision 1.53 / (download) - annotate - [select for diffs], Sat May 3 21:27:24 1997 UTC (26 years, 11 months ago) by cjs
Branch: MAIN
Branch point for: thorpej-bus-dma
Changes since 1.52: +2 -2 lines
Diff to previous 1.52 (colored) to selected 1.322.6.1 (colored)

Oops. ep at eisa is still `untested.'

Revision 1.52 / (download) - annotate - [select for diffs], Thu May 1 07:11:12 1997 UTC (26 years, 11 months ago) by cjs
Branch: MAIN
Changes since 1.51: +4 -4 lines
Diff to previous 1.51 (colored) to selected 1.322.6.1 (colored)

Ep driver on ISA bus is no longer untested. Also optimistically
removed the `untested' designation from the EISA-bus version, since
there's no reason at all why it won't work.

Revision 1.51 / (download) - annotate - [select for diffs], Mon Apr 21 14:47:36 1997 UTC (27 years ago) by cgd
Branch: MAIN
Changes since 1.50: +6 -1 lines
Diff to previous 1.50 (colored) to selected 1.322.6.1 (colored)

minimal changes to make hacked wd driver work under a different name.
It is configured (in config files) as 'awdc'/'awd', but shows up as
'wdc'/'wd', so that a minimal amount of code had to be modified to make
the name change work.  This is only intended to be temporary, anyway.

Revision 1.50 / (download) - annotate - [select for diffs], Fri Apr 18 19:41:17 1997 UTC (27 years ago) by cgd
Branch: MAIN
Changes since 1.49: +4 -2 lines
Diff to previous 1.49 (colored) to selected 1.322.6.1 (colored)

add ep at isa and eisa

Revision 1.49 / (download) - annotate - [select for diffs], Mon Apr 14 03:14:50 1997 UTC (27 years ago) by cgd
Branch: MAIN
Changes since 1.48: +3 -2 lines
Diff to previous 1.48 (colored) to selected 1.322.6.1 (colored)

sort PCI devices, add 'cy' Cyclades Cyclom-Y driver (untested)

Revision 1.48 / (download) - annotate - [select for diffs], Thu Apr 10 23:10:34 1997 UTC (27 years ago) by cgd
Branch: MAIN
Changes since 1.47: +2 -2 lines
Diff to previous 1.47 (colored) to selected 1.322.6.1 (colored)

enabled EB64+ support

Revision 1.47 / (download) - annotate - [select for diffs], Sun Apr 6 23:03:05 1997 UTC (27 years ago) by cgd
Branch: MAIN
Changes since 1.46: +1 -1 lines
Diff to previous 1.46 (colored) to selected 1.322.6.1 (colored)

clean up NetBSD RCS ID strings

Revision 1.46 / (download) - annotate - [select for diffs], Tue Mar 25 20:35:04 1997 UTC (27 years ago) by cgd
Branch: MAIN
Changes since 1.45: +5 -5 lines
Diff to previous 1.45 (colored) to selected 1.322.6.1 (colored)

kill cfb and sfb in the standard configs

Revision 1.45 / (download) - annotate - [select for diffs], Fri Mar 21 01:12:21 1997 UTC (27 years, 1 month ago) by cgd
Branch: MAIN
Changes since 1.44: +5 -4 lines
Diff to previous 1.44 (colored) to selected 1.322.6.1 (colored)

clean up CPU specs a bit.  Add entries for the jensen and eb64+ (commented
out since they're not currently supported, but the options are 'known').

Revision 1.44 / (download) - annotate - [select for diffs], Thu Mar 13 01:15:53 1997 UTC (27 years, 1 month ago) by cgd
Branch: MAIN
Changes since 1.43: +3 -1 lines
Diff to previous 1.43 (colored) to selected 1.322.6.1 (colored)

add ahc and bha at EISA

Revision 1.43 / (download) - annotate - [select for diffs], Thu Mar 13 00:43:39 1997 UTC (27 years, 1 month ago) by cgd
Branch: MAIN
Changes since 1.42: +14 -14 lines
Diff to previous 1.42 (colored) to selected 1.322.6.1 (colored)

add entries for ahc and bha PCI devices.  clean up some

Revision 1.42 / (download) - annotate - [select for diffs], Wed Mar 12 21:50:25 1997 UTC (27 years, 1 month ago) by cgd
Branch: MAIN
CVS Tags: is-newarp-before-merge
Changes since 1.41: +3 -3 lines
Diff to previous 1.41 (colored) to selected 1.322.6.1 (colored)

enable Matt Jacob's ISP 10x0 driver, now that it's in the source tree.

Revision 1.41 / (download) - annotate - [select for diffs], Wed Mar 12 19:29:16 1997 UTC (27 years, 1 month ago) by cgd
Branch: MAIN
Changes since 1.40: +19 -2 lines
Diff to previous 1.40 (colored) to selected 1.322.6.1 (colored)

add kn8ae CPU support to GENERIC kernels.  Also, add kn8ae devices.
Add "isp", "ahc", and "bha" config lines, but comment them out until
their sources are in the tree and/or their alpha patches are in the tree.

Revision 1.38.2.1 / (download) - annotate - [select for diffs], Tue Mar 11 20:50:13 1997 UTC (27 years, 1 month ago) by is
Branch: is-newarp
Changes since 1.38: +4 -8 lines
Diff to previous 1.38 (colored) next main 1.39 (colored) to selected 1.322.6.1 (colored)

Merge in latest Trunk.

Revision 1.40 / (download) - annotate - [select for diffs], Thu Feb 27 01:21:42 1997 UTC (27 years, 1 month ago) by thorpej
Branch: MAIN
Changes since 1.39: +4 -4 lines
Diff to previous 1.39 (colored) to selected 1.322.6.1 (colored)

s/esp/asc/g

Revision 1.39 / (download) - annotate - [select for diffs], Sat Feb 8 01:06:58 1997 UTC (27 years, 2 months ago) by cgd
Branch: MAIN
CVS Tags: mrg-vm-swap
Changes since 1.38: +1 -5 lines
Diff to previous 1.38 (colored) to selected 1.322.6.1 (colored)

kill wdc/wd, which accidentally crept in in the last commit

Revision 1.31.2.5 / (download) - annotate - [select for diffs], Sat Feb 1 02:26:58 1997 UTC (27 years, 2 months ago) by cgd
Branch: alpha-nwscons
Changes since 1.31.2.4: +2 -2 lines
Diff to previous 1.31.2.4 (colored) to selected 1.322.6.1 (colored)

for now, pckbd is needs-count, and therefore can't be cloning

Revision 1.38 / (download) - annotate - [select for diffs], Fri Jan 31 18:00:35 1997 UTC (27 years, 2 months ago) by cgd
Branch: MAIN
CVS Tags: is-newarp-base
Branch point for: is-newarp
Changes since 1.37: +10 -3 lines
Diff to previous 1.37 (colored) to selected 1.322.6.1 (colored)

add KMEMSTATS to ALPHA, clean up ports diagnostic/debug options

Revision 1.31.2.4 / (download) - annotate - [select for diffs], Fri Jan 31 17:14:46 1997 UTC (27 years, 2 months ago) by cgd
Branch: alpha-nwscons
Changes since 1.31.2.3: +11 -9 lines
Diff to previous 1.31.2.3 (colored) to selected 1.322.6.1 (colored)

sync with trunk

Revision 1.37 / (download) - annotate - [select for diffs], Fri Jan 31 01:42:36 1997 UTC (27 years, 2 months ago) by thorpej
Branch: MAIN
Changes since 1.36: +11 -9 lines
Diff to previous 1.36 (colored) to selected 1.322.6.1 (colored)

Adopt for new file system and root spec grammar.

Revision 1.33.2.3 / (download) - annotate - [select for diffs], Thu Jan 30 05:15:04 1997 UTC (27 years, 2 months ago) by thorpej
Branch: thorpej-setroot
Changes since 1.33.2.2: +6 -1 lines
Diff to previous 1.33.2.2 (colored) next main 1.34 (colored) to selected 1.322.6.1 (colored)

update from trunk

Revision 1.31.2.3 / (download) - annotate - [select for diffs], Sat Jan 25 01:29:54 1997 UTC (27 years, 2 months ago) by cgd
Branch: alpha-nwscons
Changes since 1.31.2.2: +4 -4 lines
Diff to previous 1.31.2.2 (colored) to selected 1.322.6.1 (colored)

sync up, update all for new definitions, add back tga devices

Revision 1.31.2.2 / (download) - annotate - [select for diffs], Fri Jan 24 07:05:49 1997 UTC (27 years, 2 months ago) by cgd
Branch: alpha-nwscons
Changes since 1.31.2.1: +15 -9 lines
Diff to previous 1.31.2.1 (colored) to selected 1.322.6.1 (colored)

sync with trunk

Revision 1.36 / (download) - annotate - [select for diffs], Thu Jan 23 23:21:42 1997 UTC (27 years, 2 months ago) by cgd
Branch: MAIN
Changes since 1.35: +6 -1 lines
Diff to previous 1.35 (colored) to selected 1.322.6.1 (colored)

Set LOADADDRESS makeoption so that these kernels can be net-booted.
This is a waste of memory, but is useful in GENERIC kernels.

Revision 1.33.2.2 / (download) - annotate - [select for diffs], Sat Jan 18 03:55:56 1997 UTC (27 years, 3 months ago) by thorpej
Branch: thorpej-setroot
Changes since 1.33.2.1: +10 -10 lines
Diff to previous 1.33.2.1 (colored) to selected 1.322.6.1 (colored)

Update from trunk.

Revision 1.35 / (download) - annotate - [select for diffs], Wed Jan 15 01:28:30 1997 UTC (27 years, 3 months ago) by perry
Branch: MAIN
Changes since 1.34: +1 -5 lines
Diff to previous 1.34 (colored) to selected 1.322.6.1 (colored)

Eliminate obsolete TIMEZONE and DST options.
Eliminate obsolete global kernel variable "struct timezone tz"
Add RTC_OFFSET option
Add global kernel variable rtc_offset, which is initialized by
RTC_OFFSET at kernel compile time.
on i386, x68k, mac68k, pc532 and arm32, RTC_OFFSET indicates how many
minutes west (east) of GMT the hardware RTC runs. Defaults to 0.
Places where tz variable was used to indicate this in the past have
been replaced with rtc_offset.
Add sysctl interface to rtc_offset.
Kill obsolete DST_* macros in sys/time.h
gettimeofday now always returns zeroed timezone if zone is requested.
settimeofday now ignores and logs attempts to set non-existant kernel
timezone.

Revision 1.34 / (download) - annotate - [select for diffs], Tue Jan 14 23:18:17 1997 UTC (27 years, 3 months ago) by cgd
Branch: MAIN
Changes since 1.33: +10 -6 lines
Diff to previous 1.33 (colored) to selected 1.322.6.1 (colored)

add cd9660, msdosfs file system support.
add SysV Shared Memory support, since it can be used by the X server.
add 'ppp' to the list of pseudo-devices, and sort the list to recover
    from the renaming of 'rd' to 'md'.
other slight cleanups.

Revision 1.33.2.1 / (download) - annotate - [select for diffs], Tue Jan 14 21:24:42 1997 UTC (27 years, 3 months ago) by thorpej
Branch: thorpej-setroot
Changes since 1.33: +9 -7 lines
Diff to previous 1.33 (colored) to selected 1.322.6.1 (colored)

Snapshot of work-in-progress, committed to private branch.

These changes implement machine-independent root device and file system
selection.  Notable features:

	- All ports behave in a consistent manner regarding root
	  device selection.
	- No more "options GENERIC"; all kernels have the ability
	  to boot with RB_ASKNAME to select root device and file system
	  type.
	- Root file system type can be wildcarded; a machine-independent
	  function will try all possible file systems for the selected
	  root device until one succeeds.
	- If the root file system fails to mount, the operator will
	  be given the chance to select a new root device and file
	  system type, rather than having the machine simply panic.
	- nfs_mountroot() no longer panics if any part of the NFS
	  mount process fails; it now returns an error, giving the
	  operator a chance to recover.
	- New, more consistent, config(8) grammar.  The constructs:

		config netbsd swap generic
		config netbsd root on nfs

	  have been replaced with:

		config netbsd root on ? type ?
		config netbsd root on ? type nfs

	  Additionally, the operator may select or wildcard root file
	  system type in the kernel configuration file:

		config netbsd root on cd0a type cd9660

	  config(8) now requires that a "root" specification be
	  made.  "root" may be wired down or wildcarded.  "swap" and
	  "dump" specifications are optional, and follow previous
	  semantics.

	- config(8) has a new "file-system" keyword, used to configure
	  file systems into the kernel.  Eventually, this will be used
	  to generate the default vfssw[].

	- "options NFSCLIENT" is obsolete, and is replaced by
	  "file-system NFS".  "options NFSSERVER" still exists, since
	  NFS server support is independent of the NFS file system
	  client.

	- sys/arch/<foo>/<foo>/swapgeneric.c is no longer used, and
	  will be removed; all information is now generated by config(8).

As of this commit, all ports except arm32 have been updated to use
the new setroot().  Only SPARC, i386, and Alpha ports have been
tested at this time.  Port masters should test these changes on their
ports, and report any problems back to me.

More changes are on their way, including RB_ASKNAME support in
nfs_mountroot() (to prompt for server address and path) and, potentially,
the ability to select rarp/bootparam or bootp in nfs_mountroot().

Revision 1.33 / (download) - annotate - [select for diffs], Sat Jan 11 09:11:37 1997 UTC (27 years, 3 months ago) by mikel
Branch: MAIN
Branch point for: thorpej-setroot
Changes since 1.32: +2 -1 lines
Diff to previous 1.32 (colored) to selected 1.322.6.1 (colored)

add 'pseudo-device ccd' where necessary; PR kern/1830.

Revision 1.32 / (download) - annotate - [select for diffs], Sat Dec 28 23:10:45 1996 UTC (27 years, 3 months ago) by pk
Branch: MAIN
Changes since 1.31: +2 -2 lines
Diff to previous 1.31 (colored) to selected 1.322.6.1 (colored)

rename: ramdisk => md

Revision 1.31.2.1 / (download) - annotate - [select for diffs], Sat Dec 7 02:04:54 1996 UTC (27 years, 4 months ago) by cgd
Branch: alpha-nwscons
Changes since 1.31: +15 -9 lines
Diff to previous 1.31 (colored) to selected 1.322.6.1 (colored)

snapshot of work in progress (on private branch): first checkin of
reimplemented 'wscons' interfaces.

Revision 1.31 / (download) - annotate - [select for diffs], Tue Dec 3 17:25:29 1996 UTC (27 years, 4 months ago) by cgd
Branch: MAIN
Branch point for: alpha-nwscons
Changes since 1.30: +4 -4 lines
Diff to previous 1.30 (colored) to selected 1.322.6.1 (colored)

clean up SCSI devices

Revision 1.30 / (download) - annotate - [select for diffs], Tue Nov 26 15:46:25 1996 UTC (27 years, 4 months ago) by cgd
Branch: MAIN
Changes since 1.29: +2 -2 lines
Diff to previous 1.29 (colored) to selected 1.322.6.1 (colored)

add a comment re: eb164

Revision 1.29 / (download) - annotate - [select for diffs], Mon Nov 25 04:16:17 1996 UTC (27 years, 4 months ago) by cgd
Branch: MAIN
Changes since 1.28: +12 -12 lines
Diff to previous 1.28 (colored) to selected 1.322.6.1 (colored)

update for recent configuration changes.

Revision 1.28 / (download) - annotate - [select for diffs], Tue Nov 19 04:43:57 1996 UTC (27 years, 5 months ago) by cgd
Branch: MAIN
Changes since 1.27: +6 -4 lines
Diff to previous 1.27 (colored) to selected 1.322.6.1 (colored)

update for VGA changes, and clean up slightly.

Revision 1.27 / (download) - annotate - [select for diffs], Fri Nov 15 19:37:25 1996 UTC (27 years, 5 months ago) by cgd
Branch: MAIN
Changes since 1.26: +1 -2 lines
Diff to previous 1.26 (colored) to selected 1.322.6.1 (colored)

move DEVPAGER, SWAPPAGER, VNODEPAGER options into std.alpha since they're
mandatory, and clean up their descriptions.

Revision 1.26 / (download) - annotate - [select for diffs], Tue Nov 12 18:05:27 1996 UTC (27 years, 5 months ago) by cgd
Branch: MAIN
Changes since 1.25: +2 -2 lines
Diff to previous 1.25 (colored) to selected 1.322.6.1 (colored)

resort cpu option list

Revision 1.25 / (download) - annotate - [select for diffs], Mon Nov 11 21:15:28 1996 UTC (27 years, 5 months ago) by cgd
Branch: MAIN
Changes since 1.24: +2 -1 lines
Diff to previous 1.24 (colored) to selected 1.322.6.1 (colored)

add DEC_EB164 option, to include nascent eb164 support

Revision 1.24 / (download) - annotate - [select for diffs], Fri Sep 27 17:08:32 1996 UTC (27 years, 6 months ago) by cgd
Branch: MAIN
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (colored) to selected 1.322.6.1 (colored)

update for changes to config.

Revision 1.23 / (download) - annotate - [select for diffs], Mon Sep 16 16:30:43 1996 UTC (27 years, 7 months ago) by cgd
Branch: MAIN
Changes since 1.22: +5 -2 lines
Diff to previous 1.22 (colored) to selected 1.322.6.1 (colored)

add EISAVERBOSE, TCVERBOSE as appropriate.  Add UCONSOLE to all.
slight cleanup + sync.

Revision 1.22 / (download) - annotate - [select for diffs], Sun Sep 15 17:22:28 1996 UTC (27 years, 7 months ago) by cgd
Branch: MAIN
Changes since 1.21: +2 -1 lines
Diff to previous 1.21 (colored) to selected 1.322.6.1 (colored)

add one 'rd' pseudo-dev.

Revision 1.21 / (download) - annotate - [select for diffs], Wed Aug 21 16:25:07 1996 UTC (27 years, 8 months ago) by cgd
Branch: MAIN
Changes since 1.20: +2 -1 lines
Diff to previous 1.20 (colored) to selected 1.322.6.1 (colored)

add COMPAT_12 to all configs

Revision 1.20 / (download) - annotate - [select for diffs], Sun Jul 14 21:14:48 1996 UTC (27 years, 9 months ago) by cgd
Branch: MAIN
Changes since 1.19: +12 -9 lines
Diff to previous 1.19 (colored) to selected 1.322.6.1 (colored)

include all PCI drivers that actually compile, clean up list, alphabetize,
and add descriptions.

Revision 1.15.4.3 / (download) - annotate - [select for diffs], Thu Jun 13 19:22:07 1996 UTC (27 years, 10 months ago) by cgd
Branch: netbsd-1-2
CVS Tags: netbsd-1-2-RELEASE, netbsd-1-2-PATCH001, netbsd-1-2-BETA
Changes since 1.15.4.2: +7 -5 lines
Diff to previous 1.15.4.2 (colored) to branchpoint 1.15 (colored) next main 1.16 (colored) to selected 1.322.6.1 (colored)

pull up from trunk:
>get rid of now-unnecessary kernel config files (now that swap generic
>works) for my machines and now-nonexistent test machines.  Clean up
>options in existing config files so that they're more consistent.  Add
>more units of various pseudo-devices to several.

Revision 1.19 / (download) - annotate - [select for diffs], Thu Jun 13 19:18:31 1996 UTC (27 years, 10 months ago) by cgd
Branch: MAIN
Changes since 1.18: +7 -5 lines
Diff to previous 1.18 (colored) to selected 1.322.6.1 (colored)

get rid of now-unnecessary kernel config files (now that swap generic
works) for my machines and now-nonexistent test machines.  Clean up
options in existing config files so that they're more consistent.  Add
more units of various pseudo-devices to several.

Revision 1.15.4.2 / (download) - annotate - [select for diffs], Thu Jun 13 17:38:23 1996 UTC (27 years, 10 months ago) by cgd
Branch: netbsd-1-2
Changes since 1.15.4.1: +4 -5 lines
Diff to previous 1.15.4.1 (colored) to branchpoint 1.15 (colored) to selected 1.322.6.1 (colored)

pull up from trunk:
>remove "options GENERIC" since it's not needed with new setroot() code for
>GENERIC kernels, and since it no longer has any other special meaning.
and:
>add example 'config' specs for 'root on sd0...' and 'root nfs...'

Revision 1.18 / (download) - annotate - [select for diffs], Wed Jun 12 01:44:31 1996 UTC (27 years, 10 months ago) by cgd
Branch: MAIN
Changes since 1.17: +4 -2 lines
Diff to previous 1.17 (colored) to selected 1.322.6.1 (colored)

add example 'config' specs for 'root on sd0...' and 'root nfs...'

Revision 1.17 / (download) - annotate - [select for diffs], Wed Jun 12 01:42:49 1996 UTC (27 years, 10 months ago) by cgd
Branch: MAIN
Changes since 1.16: +1 -4 lines
Diff to previous 1.16 (colored) to selected 1.322.6.1 (colored)

remove "options GENERIC" since it's not needed with new setroot() code for
GENERIC kernels, and since it no longer has any other special meaning.

Revision 1.15.4.1 / (download) - annotate - [select for diffs], Mon Jun 3 20:11:50 1996 UTC (27 years, 10 months ago) by cgd
Branch: netbsd-1-2
Changes since 1.15: +2 -1 lines
Diff to previous 1.15 (colored) to selected 1.322.6.1 (colored)

pull up from trunk:
>add "le* at pci?", because it compiles and may actually work.

Revision 1.16 / (download) - annotate - [select for diffs], Mon Jun 3 20:10:53 1996 UTC (27 years, 10 months ago) by cgd
Branch: MAIN
Changes since 1.15: +2 -1 lines
Diff to previous 1.15 (colored) to selected 1.322.6.1 (colored)

add "le* at pci?", because it compiles and may actually work.

Revision 1.15 / (download) - annotate - [select for diffs], Mon May 20 01:37:20 1996 UTC (27 years, 11 months ago) by cgd
Branch: MAIN
CVS Tags: netbsd-1-2-base
Branch point for: netbsd-1-2
Changes since 1.14: +6 -1 lines
Diff to previous 1.14 (colored) to selected 1.322.6.1 (colored)

add fta, fpa, and fea drivers, for DEC TC, PCI, and EISA FDDI controllers.

Revision 1.14 / (download) - annotate - [select for diffs], Wed May 1 23:22:19 1996 UTC (27 years, 11 months ago) by cgd
Branch: MAIN
Changes since 1.13: +3 -1 lines
Diff to previous 1.13 (colored) to selected 1.322.6.1 (colored)

add support for PMAG-B Color Frame Buffer (CFB) option boards.  OSF/1
doesn't support these, but they appear to work OK (with an appropriate
monitor) in my 3000/300.

Revision 1.13 / (download) - annotate - [select for diffs], Wed May 1 20:23:07 1996 UTC (27 years, 11 months ago) by cgd
Branch: MAIN
Changes since 1.12: +3 -2 lines
Diff to previous 1.12 (colored) to selected 1.322.6.1 (colored)

add SFB at tc, wcsons at sfb, and fix up le declarations

Revision 1.12 / (download) - annotate - [select for diffs], Wed Apr 17 22:01:37 1996 UTC (28 years ago) by cgd
Branch: MAIN
Changes since 1.11: +5 -4 lines
Diff to previous 1.11 (colored) to selected 1.322.6.1 (colored)

clean up clock handling: clock drivers are now seperate from the
chip-independent clock code.  'clock' has been renamed 'mcclock'  'clock'
has been renamed 'mcclock' (since it's a driver for that particular
clock, and since eventually there may be another clock chip driver),
and now attaches via seperate match/attach functions to both TC and ISA.
This removes a whole lot of #ifdefs...

Revision 1.11 / (download) - annotate - [select for diffs], Fri Apr 12 01:20:44 1996 UTC (28 years ago) by cgd
Branch: MAIN
Changes since 1.10: +6 -2 lines
Diff to previous 1.10 (colored) to selected 1.322.6.1 (colored)

update for present alpha reality:
add drivers for ps/2-style mice (on the PC-ish alphas), and for the
workstation console glue code.  also, update for config changes, etc.

Revision 1.10 / (download) - annotate - [select for diffs], Wed Dec 20 00:14:14 1995 UTC (28 years, 4 months ago) by cgd
Branch: MAIN
Changes since 1.9: +10 -7 lines
Diff to previous 1.9 (colored) to selected 1.322.6.1 (colored)

rename TC 'asic' to 'ioasic'

Revision 1.9 / (download) - annotate - [select for diffs], Thu Nov 23 02:35:01 1995 UTC (28 years, 4 months ago) by cgd
Branch: MAIN
Changes since 1.8: +24 -13 lines
Diff to previous 1.8 (colored) to selected 1.322.6.1 (colored)

wholesale update from my NetBSD/Alpha source tree.  Includes:
	Support for AXPpci CPUs,
	Support for AlphaStation 600 CPUs,
	new boot block structure, which requires an 'installboot'
	    program and works a lot like the NetBSD/sparc boot blocks.

Revision 1.8 / (download) - annotate - [select for diffs], Thu Aug 3 00:09:19 1995 UTC (28 years, 8 months ago) by cgd
Branch: MAIN
CVS Tags: netbsd-1-1-base, netbsd-1-1-RELEASE, netbsd-1-1-PATCH001, netbsd-1-1
Changes since 1.7: +19 -7 lines
Diff to previous 1.7 (colored) to selected 1.322.6.1 (colored)

update for all the latest bells and whistles

Revision 1.7 / (download) - annotate - [select for diffs], Tue Jun 27 00:58:31 1995 UTC (28 years, 9 months ago) by cgd
Branch: MAIN
Changes since 1.6: +33 -7 lines
Diff to previous 1.6 (colored) to selected 1.322.6.1 (colored)

update for current configuration descriptions

Revision 1.6 / (download) - annotate - [select for diffs], Sat Apr 22 12:46:08 1995 UTC (29 years ago) by cgd
Branch: MAIN
Changes since 1.5: +8 -8 lines
Diff to previous 1.5 (colored) to selected 1.322.6.1 (colored)

clean up, change drive -> lun for mi scsi files description.

Revision 1.5 / (download) - annotate - [select for diffs], Sun Mar 26 01:48:21 1995 UTC (29 years ago) by cgd
Branch: MAIN
Changes since 1.4: +4 -1 lines
Diff to previous 1.4 (colored) to selected 1.322.6.1 (colored)

make alpha GENERIC kernel have 'options INSECURE' by default

Revision 1.4 / (download) - annotate - [select for diffs], Wed Mar 8 00:38:56 1995 UTC (29 years, 1 month ago) by cgd
Branch: MAIN
Changes since 1.3: +6 -3 lines
Diff to previous 1.3 (colored) to selected 1.322.6.1 (colored)

update from my local tree; better CPU configuration, support for 3000/300.

Revision 1.3 / (download) - annotate - [select for diffs], Fri Mar 3 01:33:03 1995 UTC (29 years, 1 month ago) by cgd
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored) to selected 1.322.6.1 (colored)

clean up machine type description comment.

Revision 1.2 / (download) - annotate - [select for diffs], Mon Feb 27 16:36:34 1995 UTC (29 years, 1 month ago) by cgd
Branch: MAIN
Changes since 1.1: +5 -2 lines
Diff to previous 1.1 (colored) to selected 1.322.6.1 (colored)

fill up device switches, clean up a couple of mistakes.

Revision 1.1 / (download) - annotate - [select for diffs], Mon Feb 13 23:07:23 1995 UTC (29 years, 2 months ago) by cgd
Branch: MAIN
Diff to selected 1.322.6.1 (colored)

preliminary Alpha support.  note that NOT ALL OF THE MODIFICATIONS TO
THE REST OF THE KERNEL ARE IN THE TREE YET.  Also, some of this is
_incredibly_ hack-ish, etc., but it works.

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>