CVS commit: src/sys/arch/alpha/conf

2021-07-23 Thread Jason R Thorpe
Module Name:src
Committed By:   thorpej
Date:   Fri Jul 23 14:38:58 UTC 2021

Modified Files:
src/sys/arch/alpha/conf: GENERIC INSTALL

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.412 -r1.413 src/sys/arch/alpha/conf/GENERIC
cvs rdiff -u -r1.117 -r1.118 src/sys/arch/alpha/conf/INSTALL

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/alpha/conf

2021-05-28 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Fri May 28 07:33:02 UTC 2021

Modified Files:
src/sys/arch/alpha/conf: GENERIC

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


To generate a diff of this commit:
cvs rdiff -u -r1.410 -r1.411 src/sys/arch/alpha/conf/GENERIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/alpha/conf

2021-05-22 Thread Jason R Thorpe
Module Name:src
Committed By:   thorpej
Date:   Sun May 23 01:34:18 UTC 2021

Added Files:
src/sys/arch/alpha/conf: GENERIC.QEMU

Log Message:
Add a GENERIC.QEMU kernel config.  This just includes QEMU and then
sets some options specifically to make the Qemu experience a little
batter.

Currently, this just sets COPY_SYMTAB=1 (Qemu loads the kernel directly,
and does not load the symbol table).


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/sys/arch/alpha/conf/GENERIC.QEMU

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/alpha/conf

2021-05-05 Thread Jason R Thorpe
Module Name:src
Committed By:   thorpej
Date:   Wed May  5 15:39:39 UTC 2021

Modified Files:
src/sys/arch/alpha/conf: Makefile.alpha

Log Message:
Remove unneeded Makefile dependency for things which have long since
used opt_*.h headers.


To generate a diff of this commit:
cvs rdiff -u -r1.86 -r1.87 src/sys/arch/alpha/conf/Makefile.alpha

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/alpha/conf

2021-05-04 Thread Jason R Thorpe
Module Name:src
Committed By:   thorpej
Date:   Wed May  5 01:35:35 UTC 2021

Modified Files:
src/sys/arch/alpha/conf: Makefile.alpha
Added Files:
src/sys/arch/alpha/conf: kern.ldscript

Log Message:
Add a linker script for the kernel.  The main difference vs the
standard built-in for "ld -N" is to actually process the
.data.cacheline_aligned and .data.read_mostly sections correctly.


To generate a diff of this commit:
cvs rdiff -u -r1.85 -r1.86 src/sys/arch/alpha/conf/Makefile.alpha
cvs rdiff -u -r0 -r1.1 src/sys/arch/alpha/conf/kern.ldscript

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/alpha/conf

2020-09-27 Thread Jason R Thorpe
Module Name:src
Committed By:   thorpej
Date:   Mon Sep 28 03:48:12 UTC 2020

Modified Files:
src/sys/arch/alpha/conf: INSTALL

Log Message:
qemu device for INSTALL, too.


To generate a diff of this commit:
cvs rdiff -u -r1.116 -r1.117 src/sys/arch/alpha/conf/INSTALL

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/alpha/conf

2020-09-27 Thread Jason R Thorpe
Module Name:src
Committed By:   thorpej
Date:   Mon Sep 28 03:30:47 UTC 2020

Modified Files:
src/sys/arch/alpha/conf: GENERIC

Log Message:
Fix typo in rev 1.408.


To generate a diff of this commit:
cvs rdiff -u -r1.409 -r1.410 src/sys/arch/alpha/conf/GENERIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/alpha/conf

2020-09-18 Thread Jason R Thorpe
Module Name:src
Committed By:   thorpej
Date:   Sat Sep 19 03:27:42 UTC 2020

Modified Files:
src/sys/arch/alpha/conf: INSTALL RAMDISK std.alpha
Removed Files:
src/sys/arch/alpha/conf: GENERIC.MP

Log Message:
Enable MULTIPROCESSOR by default, but disable it in the RAMDISK
and INSTALL kernels to save some space.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r0 src/sys/arch/alpha/conf/GENERIC.MP
cvs rdiff -u -r1.115 -r1.116 src/sys/arch/alpha/conf/INSTALL
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/alpha/conf/RAMDISK
cvs rdiff -u -r1.26 -r1.27 src/sys/arch/alpha/conf/std.alpha

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/alpha/conf

2020-09-04 Thread Jason R Thorpe
Module Name:src
Committed By:   thorpej
Date:   Sat Sep  5 01:28:18 UTC 2020

Modified Files:
src/sys/arch/alpha/conf: GENERIC INSTALL

Log Message:
Add siisata.


To generate a diff of this commit:
cvs rdiff -u -r1.406 -r1.407 src/sys/arch/alpha/conf/GENERIC
cvs rdiff -u -r1.114 -r1.115 src/sys/arch/alpha/conf/INSTALL

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/alpha/conf

2020-09-04 Thread Jason R Thorpe
Module Name:src
Committed By:   thorpej
Date:   Sat Sep  5 01:02:02 UTC 2020

Modified Files:
src/sys/arch/alpha/conf: GENERIC GENERIC.MP

Log Message:
Build GENERIC with debug symbols, not just GENERIC.MP.


To generate a diff of this commit:
cvs rdiff -u -r1.405 -r1.406 src/sys/arch/alpha/conf/GENERIC
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/alpha/conf/GENERIC.MP

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/alpha/conf

2020-09-04 Thread Jason R Thorpe
Module Name:src
Committed By:   thorpej
Date:   Sat Sep  5 00:58:59 UTC 2020

Removed Files:
src/sys/arch/alpha/conf: RAWHIDE

Log Message:
Remove the RAWHIDE kernel; there is not need to keep it around.


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r0 src/sys/arch/alpha/conf/RAWHIDE

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/alpha/conf

2020-08-29 Thread Jason R Thorpe
Module Name:src
Committed By:   thorpej
Date:   Sat Aug 29 16:00:36 UTC 2020

Modified Files:
src/sys/arch/alpha/conf: GENERIC

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


To generate a diff of this commit:
cvs rdiff -u -r1.404 -r1.405 src/sys/arch/alpha/conf/GENERIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/alpha/conf

2020-04-06 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Apr  6 11:57:52 UTC 2020

Modified Files:
src/sys/arch/alpha/conf: INSTALL

Log Message:
Slightly bump ramdisk space


To generate a diff of this commit:
cvs rdiff -u -r1.113 -r1.114 src/sys/arch/alpha/conf/INSTALL

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/alpha/conf

2019-04-05 Thread Jason R Thorpe
Module Name:src
Committed By:   thorpej
Date:   Fri Apr  5 14:15:33 UTC 2019

Modified Files:
src/sys/arch/alpha/conf: GENERIC

Log Message:
Add (commented out) MODULAR-related options.


To generate a diff of this commit:
cvs rdiff -u -r1.391 -r1.392 src/sys/arch/alpha/conf/GENERIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/alpha/conf

2019-03-16 Thread Maxime Villard
Module Name:src
Committed By:   maxv
Date:   Sat Mar 16 08:03:04 UTC 2019

Modified Files:
src/sys/arch/alpha/conf: GENERIC

Log Message:
Disable COMPAT_OSF1, will be removed.


To generate a diff of this commit:
cvs rdiff -u -r1.389 -r1.390 src/sys/arch/alpha/conf/GENERIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/alpha/conf

2018-05-14 Thread Jason R Thorpe
Module Name:src
Committed By:   thorpej
Date:   Tue May 15 00:42:35 UTC 2018

Modified Files:
src/sys/arch/alpha/conf: GENERIC

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


To generate a diff of this commit:
cvs rdiff -u -r1.381 -r1.382 src/sys/arch/alpha/conf/GENERIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/alpha/conf

2018-05-14 Thread Jonathan A. Kollasch
Module Name:src
Committed By:   jakllsch
Date:   Mon May 14 22:11:30 UTC 2018

Modified Files:
src/sys/arch/alpha/conf: GENERIC

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.380 -r1.381 src/sys/arch/alpha/conf/GENERIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/alpha/conf

2018-05-14 Thread Jason R Thorpe
Module Name:src
Committed By:   thorpej
Date:   Mon May 14 21:11:39 UTC 2018

Modified Files:
src/sys/arch/alpha/conf: GENERIC

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.379 -r1.380 src/sys/arch/alpha/conf/GENERIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/alpha/conf

2016-10-15 Thread Felix Deichmann
Module Name:src
Committed By:   flxd
Date:   Sat Oct 15 09:57:51 UTC 2016

Modified Files:
src/sys/arch/alpha/conf: GENERIC

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


To generate a diff of this commit:
cvs rdiff -u -r1.368 -r1.369 src/sys/arch/alpha/conf/GENERIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/alpha/conf

2015-01-06 Thread Michael Lorenz
Module Name:src
Committed By:   macallan
Date:   Tue Jan  6 17:50:24 UTC 2015

Modified Files:
src/sys/arch/alpha/conf: GENERIC

Log Message:
attach wsdisplay at wsemuldisplaydev instead of every single driver


To generate a diff of this commit:
cvs rdiff -u -r1.363 -r1.364 src/sys/arch/alpha/conf/GENERIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/alpha/conf

2014-12-17 Thread Michael Lorenz
Module Name:src
Committed By:   macallan
Date:   Wed Dec 17 16:53:43 UTC 2014

Modified Files:
src/sys/arch/alpha/conf: GENERIC

Log Message:
add pm2fb


To generate a diff of this commit:
cvs rdiff -u -r1.362 -r1.363 src/sys/arch/alpha/conf/GENERIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/alpha/conf

2014-10-11 Thread Masao Uebayashi
Module Name:src
Committed By:   uebayasi
Date:   Sat Oct 11 09:16:15 UTC 2014

Modified Files:
src/sys/arch/alpha/conf: INSTALL

Log Message:
Missing agp attachment.


To generate a diff of this commit:
cvs rdiff -u -r1.107 -r1.108 src/sys/arch/alpha/conf/INSTALL

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/alpha/conf

2014-02-21 Thread Julian Coleman
Module Name:src
Committed By:   jdc
Date:   Fri Feb 21 12:24:31 UTC 2014

Modified Files:
src/sys/arch/alpha/conf: GENERIC

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


To generate a diff of this commit:
cvs rdiff -u -r1.357 -r1.358 src/sys/arch/alpha/conf/GENERIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/alpha/conf

2014-01-24 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Jan 24 23:59:53 UTC 2014

Modified Files:
src/sys/arch/alpha/conf: INSTALL

Log Message:
Add raid to the install kernel


To generate a diff of this commit:
cvs rdiff -u -r1.105 -r1.106 src/sys/arch/alpha/conf/INSTALL

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/alpha/conf

2014-01-22 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Wed Jan 22 11:45:16 UTC 2014

Modified Files:
src/sys/arch/alpha/conf: INSTALL

Log Message:
Add pseudo-device bpfilter to use DHCP client.


To generate a diff of this commit:
cvs rdiff -u -r1.104 -r1.105 src/sys/arch/alpha/conf/INSTALL

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/alpha/conf

2014-01-20 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Mon Jan 20 15:32:23 UTC 2014

Modified Files:
src/sys/arch/alpha/conf: GENERIC

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.356 -r1.357 src/sys/arch/alpha/conf/GENERIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/alpha/conf

2013-12-23 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Mon Dec 23 13:08:00 UTC 2013

Modified Files:
src/sys/arch/alpha/conf: GENERIC

Log Message:
Revert previous commit. It was an accident.


To generate a diff of this commit:
cvs rdiff -u -r1.355 -r1.356 src/sys/arch/alpha/conf/GENERIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/alpha/conf

2013-10-15 Thread Julian Coleman
Module Name:src
Committed By:   jdc
Date:   Tue Oct 15 19:27:49 UTC 2013

Modified Files:
src/sys/arch/alpha/conf: GENERIC

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.353 -r1.354 src/sys/arch/alpha/conf/GENERIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/alpha/conf

2010-04-07 Thread Jonathan A. Kollasch
Module Name:src
Committed By:   jakllsch
Date:   Wed Apr  7 18:51:34 UTC 2010

Modified Files:
src/sys/arch/alpha/conf: GENERIC

Log Message:
Clean up accidential commit.


To generate a diff of this commit:
cvs rdiff -u -r1.332 -r1.333 src/sys/arch/alpha/conf/GENERIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.