Home | History | Annotate | Download | only in conf
History log of /src/sys/arch/vax/conf/INSTALL
RevisionDateAuthorComments
 1.78  27-May-2025  christos bump.
 1.77  11-Feb-2023  tsutsui branches: 1.77.6;
Add comments that "options VAX410" also supports VS3100/m30,m38,m40,m48.
 1.76  06-Feb-2023  tsutsui Add a support for gpx(4) color framebuffer found on VAXstation 3100.

Poted from OpenBSD/vax. Note smg(4) monochrome onboard framebuffer
driver is also changed attached only if gpx(4) is not installed
or flags 1 is specified in config files, as OpenBSD did.

Tested on my VAXstation 3100/m30 with and without 8bpp gpx(4).
Revied on port-vax@ and "Please go ahead!" from ragge@.
https://mail-index.netbsd.org/port-vax/2023/01/thread1.html#004147

Worth to pullup to netbsd-10.
 1.75  20-Jan-2020  thorpej branches: 1.75.24;
Remove FDDI support.
 1.74  25-Apr-2018  ragge branches: 1.74.2; 1.74.8;
Enable CPU_IN_CKSUM.
 1.73  14-Sep-2017  mrg branches: 1.73.2;
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.
 1.72  27-Dec-2016  flxd Fix TC adaptor's CSR address.
Add "PMAD" LANCE TC Ethernet.
 1.71  12-Aug-2015  maxv branches: 1.71.2;
Remove KMEMSTATS.
 1.70  23-Aug-2014  dholland branches: 1.70.2;
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.
 1.69  16-Aug-2014  apb Add "options COMPAT_70" to all kernel configuration files that
already had "options COMPAT_60".
 1.68  16-Mar-2014  joerg Bump INSTALL ramdisk size slightly to allow building with DBG=-g.
 1.67  09-Nov-2013  christos bump md image size
 1.66  27-Apr-2013  christos branches: 1.66.4;
the bogus number police
 1.65  27-Apr-2013  christos remove confusing numeric locators where they are unused.
 1.64  17-Oct-2012  apb Add "options COMPAT_60" to all kernel configuration files
that already had "options COMPAT_50".
 1.63  17-Aug-2012  abs branches: 1.63.2;
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?
 1.62  03-Jul-2012  abs Sync devices with GENERIC, and include bpfilter to allow dhcpcd to work
 1.61  03-Jul-2012  abs All apply to vax only:
- Drop KERNFS from INSTALL kernel
- Add dmesg to sysinst ramdisk
- Add 'ramdisk' target to MAKEDEV and use
- Add dhcpcd to sysinst ramdisk
- Drop old install.md script
- Misc install image cleanup (reduce diff to zaurus of all things)
 1.60  22-Jun-2012  abs - Add racd* devices for MSCP based CD-ROM drives (RRD40s), as opposed
to mixing them in with the ra* disks, modelled loosely on how MSCP
rx* floppies are handled
- racd* defaults to the same single iso9660 partition as cd*
- Cleanup config option handling slightly so any combination of ra*,
rx* (and now raccd*) can be defined without build errors.
- Avoid ugly printf when disks have all zero disklabel magic number
 1.59  18-Mar-2012  he Bump the ramdisk size so that the contents fits again.
 1.58  18-Dec-2011  dholland branches: 1.58.2;
WABPL is no longer considered experimental (has not been for some time)
so update its comment in config files.
 1.57  22-Nov-2011  tls branches: 1.57.2;

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.
 1.56  30-Jun-2011  wiz branches: 1.56.2;
dependant -> dependent
 1.55  06-Mar-2011  bouyer 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.
 1.54  23-Nov-2010  hannken branches: 1.54.2; 1.54.4;
Remove unused count from pseudo-device md.
 1.53  16-Apr-2010  pooka Remove unused count (invariably "4") from pseudo-device fss.
 1.52  06-Feb-2009  jym branches: 1.52.4; 1.52.6;
Changes to MEMORY_RBFLAGS option:
- renamed to MEMORY_DISK_RBFLAGS to better fit the rest of the
MEMORY_DISK options(4)
- change default value to RB_AUTOBOOT instead of RB_SINGLE, and adapt
the config(5) files accordingly
- document this option inside options(4)

See also http://mail-index.netbsd.org/tech-kern/2008/12/25/msg003924.html

Reviewed by abs@ in private mail.
 1.51  12-Nov-2008  ad Remove LKMs and switch to the module framework, pass 1.

Proposed on tech-kern@.
 1.50  31-Jul-2008  simonb branches: 1.50.2;
Add "options WAPBL" to standard GENERIC/INSTALL type configs.
 1.49  30-May-2008  tsutsui branches: 1.49.4;
Add options COMPAT_40 to files which have options COMPAT_30.
 1.48  11-Mar-2008  matt branches: 1.48.2; 1.48.4; 1.48.6;
Update to new world order
 1.47  29-Dec-2006  yamt branches: 1.47.24; 1.47.40; 1.47.44;
update comments on NFS_V2_ONLY after nqnfs removal. no functional changes.
from Arnaud Lacombe.
 1.46  02-Oct-2006  chs remove MALLOC_NOINLINE, it doesn't do anything anymore.
 1.45  05-Feb-2006  cube branches: 1.45.14; 1.45.16;
Remove 'count' argument for pseudo-devices that ignore it
(vnd, bpfilter, ppp, gif, gre, tun, sl, strip, faith, stf).
 1.44  04-Feb-2006  rpaulo bpfilter is already supported.
 1.43  04-Feb-2006  rpaulo bpfilter doesn't accept count anymore.
 1.42  20-Dec-2005  thorpej branches: 1.42.2; 1.42.4; 1.42.6;
Remove the tablet line discipline.
 1.41  07-Dec-2005  tsutsui Remove obsolete options VNODE_OP_NOINLINE.
 1.40  07-Dec-2005  tsutsui Adjust comments for options FFS_NO_SNAPSHOT.

XXX: This option should be mentioned in options(4).
 1.39  19-Aug-2005  christos Enable ptyfs by default on the non-install and non small/tiny/ramdisk kernels
 1.38  19-Aug-2005  christos 64 bit inode changes.
 1.37  25-Feb-2005  simonb branches: 1.37.4;
Add COMPAT_20 (and COMPAT_16 in some cases) to kernel config files
that didn't have those options but had other earlier compat options.
 1.36  18-Feb-2005  dsl Invert FFS_SNAPSHOT to FFS_NO_SNAPSHOT
 1.35  11-Feb-2005  dsl Add 'option FFS_SNAPSHOT' to most of the config files.
Commented out for kernels that appear to hace space constraints.
 1.34  31-Jan-2005  hannken 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>
 1.33  10-Nov-2004  christos branches: 1.33.4; 1.33.6;
Add COMPAT_BSDPTY to the rest of the config files.
 1.32  15-Jul-2004  atatat Add "options SYSCTL_INCLUDE_DESCR" to a lot of configs, but commented
out in most of them.
 1.31  13-Feb-2004  wiz branches: 1.31.2;
Uppercase CPU, plural is CPUs.
 1.30  06-Sep-2003  itojun add rnd(4) device to installation media.
necessary for many purposes, including password seeding, tcp sequence number,
and more. see tech-security
 1.29  18-Sep-2002  lukem branches: 1.29.6;
enable USERCONF by default; it's small and extremely useful to have available.
 1.28  05-Jul-2002  abs Ensure all INSTALL config files consistantly include PIPE_SOCKETPAIR,
MALLOC_NOINLINE, and VNODE_OP_NOINLINE. The exceptions are when they
include another config files that already defines the options, or if
they are for an embedded board, just define a few extra options, and
do not already define PIPE_SOCKETPAIR.
 1.27  07-Jun-2002  ragge Change the uba devices from "xx0" to "xx*". Even if they have an exact
csr there may be multiple uba's in a machine and therefore multiple
matches for devices.
 1.26  25-Apr-2002  atatat branches: 1.26.2; 1.26.4;
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.
 1.25  12-Apr-2002  gmcgarry Add commented-out USERCONF option. Mainly useful for install media
and can be optionally enabled based on miniroot and ramdisk size
requirements.
 1.24  02-Apr-2002  lukem Rename MEMORY_DISK_SIZE (formerly MINIROOTSIZE) to MEMORY_DISK_ROOT_SIZE,
which was suggested by Izumi Tsutsui <tsutsui@ceres.dti.ne.jp> as
being more consistent with what it's controlling...
 1.23  29-Mar-2002  matt Make ramdisk 1.5MB in size. cleanup miniroot makefile
 1.22  28-Mar-2002  matt Add missing wskbd
 1.21  28-Mar-2002  matt Adapt to recent dz/wscons changes
 1.20  10-Mar-2002  lukem * rename MINIROOTSIZE to MEMORY_DISK_SIZE, so that all md(4) options
are now consistently named
* fold opt_mdsize.h into opt_md.h
 1.19  27-Jan-2002  jdolecek 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
 1.18  11-Dec-2001  ragge Add forgotten "hdc" and "rd" disks.
 1.17  20-Nov-2001  lukem 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\""
 1.16  16-May-2001  matt branches: 1.16.2; 1.16.8;
Add a VAXANY type. Eventually to used in INSTALL / GENERIC to easily
include support for all VAX platforms
 1.15  13-May-2001  matt Add VAX640
 1.14  28-Jan-2001  ragge branches: 1.14.2;
A bunch of new CPUs that are supported, from Michael Kukat
(michael@unixiron.org). Among them are 4000/400, 4000/500 and 4000/105A.
 1.13  19-Dec-2000  tsutsui Remove "rnd is EXPERIMENTAL" comments.
 1.12  10-Dec-2000  matt Add VAX 4000/200
 1.11  07-Dec-2000  matt Enable VS4000/90 SCSI controller in INSTALL kernel.
 1.10  02-Oct-2000  abs Ensure all INSTALL* kernels have two ptys, and a note explaining why:
pseudo-device pty 2 # pseudo-terminals (Sysinst needs two)
(Some installers may not be using sysinst, in which case this just reduces
the number of ptys from 16 that are not used to 2 that are not used)
For i386 conf files, no change other than comments.
 1.9  25-Sep-2000  abs Use "options<SPACE><TAB>" not "options<TAB>" - noted by simonb.
Move VNODE_OP_NOINLINE and NFS_V2_ONLY into '# Filesystem options' section.
Consistently label '# Filesystem options' and '#File systems' sections.
 1.8  25-Sep-2000  abs Ensure all INSTALL config files have (at least) COPTS="-Os", cincluding bebox
based on it working already for macppc.
Also add commented out:
#options VNODE_OP_NOINLINE # Don't inline vnode op calls
#options NFS_V2_ONLY # Exclude NFS3 and NQNFS code
as suggestions for additional savings
 1.7  26-Aug-2000  matt add a COMPAT_15 and remove TCP_COMPAT_42
 1.6  19-Jun-2000  matt branches: 1.6.2;
Rename ncr[5380] device to si to more consistent with other ports.
Add VAX660 to cputype.h. Remove needs-flag from si & asc entries.
 1.5  11-Jun-2000  matt Comment out asc0 for vs4000/90. remove slip/ppp.
 1.4  17-May-2000  matt branches: 1.4.2;
Sync closer to GENERIC.
 1.3  04-Mar-2000  ragge Change some install options. From Todd Whitesel.
 1.2  29-Jul-1999  augustss branches: 1.2.2;
It's time to be COMPAT_14.
 1.1  01-Apr-1999  ragge branches: 1.1.2; 1.1.4;
Slimmed install kernel with md-root.
 1.1.4.1  02-Aug-1999  thorpej Update from trunk.
 1.1.2.1  01-Mar-2000  he Apply patch (requested by toddpw):
Finish porting sysinst to vax, and build various bootable installers
in new directory distrib/vax/bootfs.
 1.2.2.5  11-Feb-2001  bouyer Sync with HEAD.
 1.2.2.4  05-Jan-2001  bouyer Sync with HEAD
 1.2.2.3  13-Dec-2000  bouyer Sync with HEAD (for UBC fixes).
 1.2.2.2  08-Dec-2000  bouyer Sync with HEAD.
 1.2.2.1  20-Nov-2000  bouyer 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.
 1.4.2.1  22-Jun-2000  minoura Sync w/ netbsd-1-5-base.
 1.6.2.2  20-Mar-2001  he Pull up revision 1.12 (requested by matt):
Add VAX 4000/200.
 1.6.2.1  13-Dec-2000  he Pull up revision 1.11 (requested by matt):
Enable VS4000/90 SCSI controller.
 1.14.2.1  21-Jun-2001  nathanw Catch up to -current.
 1.16.8.8  18-Oct-2002  nathanw Catch up to -current.
 1.16.8.7  01-Aug-2002  nathanw Catch up to -current.
 1.16.8.6  20-Jun-2002  nathanw Catch up to -current.
 1.16.8.5  17-Apr-2002  nathanw Catch up to -current.
 1.16.8.4  01-Apr-2002  nathanw Catch up to -current.
(CVS: It's not just a program. It's an adventure!)
 1.16.8.3  28-Feb-2002  nathanw Catch up to -current.
 1.16.8.2  08-Jan-2002  nathanw Catch up to -current.
 1.16.8.1  16-May-2001  nathanw file INSTALL was added on branch nathanw_sa on 2002-01-08 00:28:30 +0000
 1.16.2.6  10-Oct-2002  jdolecek sync kqueue with -current; this includes merge of gehenna-devsw branch,
merge of i386 MP branch, and part of autoconf rototil work
 1.16.2.5  06-Sep-2002  jdolecek sync kqueue branch with HEAD
 1.16.2.4  23-Jun-2002  jdolecek catch up with -current on kqueue branch
 1.16.2.3  16-Mar-2002  jdolecek Catch up with -current.
 1.16.2.2  11-Feb-2002  jdolecek Sync w/ -current.
 1.16.2.1  10-Jan-2002  thorpej Sync kqueue branch with -current.
 1.26.4.1  07-Jun-2002  thorpej pullup-1-6 ticket #203:

syssrc/sys/arch/vax/conf/GENERIC 1.98
syssrc/sys/arch/vax/conf/INSTALL 1.27

Original log message:

Change the uba devices from "xx0" to "xx*". Even if they have an exact
csr there may be multiple uba's in a machine and therefore multiple
matches for devices.
 1.26.2.2  17-Jul-2002  gehenna catch up with -current.
 1.26.2.1  15-Jul-2002  gehenna catch up with -current.
 1.29.6.9  11-Dec-2005  christos Sync with head.
 1.29.6.8  10-Nov-2005  skrll Sync with HEAD. Here we go again...
 1.29.6.7  04-Mar-2005  skrll Sync with HEAD.

Hi Perry!
 1.29.6.6  15-Feb-2005  skrll Sync with HEAD.
 1.29.6.5  04-Feb-2005  skrll Sync with HEAD.
 1.29.6.4  14-Nov-2004  skrll Sync with HEAD.
 1.29.6.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.29.6.2  18-Sep-2004  skrll Sync with HEAD.
 1.29.6.1  03-Aug-2004  skrll Sync with HEAD
 1.31.2.1  15-Jul-2004  he Pull up revision 1.32 (requested by atatat in ticket #663):
Add "options SYSCTL_INCLUDE_DESCR" to a lot of configurations,
but commented out in most of them.
 1.33.6.2  19-Mar-2005  yamt sync with head. xen and whitespace. xen part is not finished.
 1.33.6.1  12-Feb-2005  yamt sync with head.
 1.33.4.1  29-Apr-2005  kent sync with -current
 1.37.4.3  17-Mar-2008  yamt sync with head.
 1.37.4.2  30-Dec-2006  yamt sync with head.
 1.37.4.1  21-Jun-2006  yamt sync with head.
 1.42.6.1  22-Apr-2006  simonb Sync with head.
 1.42.4.1  09-Sep-2006  rpaulo sync with head
 1.42.2.1  18-Feb-2006  yamt sync with head.
 1.45.16.1  22-Oct-2006  yamt sync with head
 1.45.14.2  12-Jan-2007  ad Sync with head.
 1.45.14.1  18-Nov-2006  ad Sync with head.
 1.47.44.4  17-Jan-2009  mjf Sync with HEAD.
 1.47.44.3  28-Sep-2008  mjf Sync with HEAD.
 1.47.44.2  02-Jun-2008  mjf Sync with HEAD.
 1.47.44.1  03-Apr-2008  mjf Sync with HEAD.
 1.47.40.1  24-Mar-2008  keiichi sync with head.
 1.47.24.1  23-Mar-2008  matt sync with HEAD
 1.48.6.2  18-Sep-2008  wrstuden Sync with wrstuden-revivesa-base-2.
 1.48.6.1  23-Jun-2008  wrstuden Sync w/ -current. 34 merge conflicts to follow.
 1.48.4.2  11-Aug-2010  yamt sync with head.
 1.48.4.1  04-May-2009  yamt sync with head.
 1.48.2.1  04-Jun-2008  yamt sync with head
 1.49.4.2  13-Dec-2008  haad Update haad-dm branch to haad-dm-base2.
 1.49.4.1  19-Oct-2008  haad Sync with HEAD.
 1.50.2.2  03-Mar-2009  skrll Sync with HEAD.
 1.50.2.1  19-Jan-2009  skrll Sync with HEAD.
 1.52.6.3  21-Apr-2011  rmind sync with head
 1.52.6.2  05-Mar-2011  rmind sync with head
 1.52.6.1  30-May-2010  rmind sync with head
 1.52.4.1  30-Apr-2010  uebayasi Sync with HEAD.
 1.54.4.1  08-Feb-2011  bouyer Add QUOTA2 where QUOTA is enabled (and QUOTA2 commented out where QUOTA
is commented out)
 1.54.2.1  06-Jun-2011  jruoho Sync with HEAD.
 1.56.2.3  22-May-2014  yamt 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")
 1.56.2.2  30-Oct-2012  yamt sync with head
 1.56.2.1  17-Apr-2012  yamt sync with head
 1.57.2.2  05-Apr-2012  mrg sync to latest -current.
 1.57.2.1  18-Feb-2012  mrg merge to -current.
 1.58.2.3  25-Jul-2012  martin Pull up following revision(s) (requested by abs in ticket #446):
gnu/dist/gcc4/gcc/config/vax/vax.md: revision 1.16
external/gpl3/binutils/dist/gas/config/tc-vax.c: revision 1.6
distrib/vax/ramdisk/Makefile: revision 1.27
gnu/dist/gcc4/gcc/config/vax/builtins.md: revision 1.4
external/gpl3/binutils/dist/bfd/elf32-vax.c: revision 1.6
sys/arch/vax/conf/INSTALL: revision 1.59
Two fixes. Better PLT pruning (don't emit PLTs for local functions).
If emitting a reloc against a readonly section in a shared image,
cause TEXTREL to be set.
Warn about using a symbol as a displacement in PIC mode.
Fix ffssi2 again.
Use a UNSPEC for the internal ffs.
use (match_dup 1) since Z will be set if it is 0 just as if tst:SI was done.
This can let gcc produce better code if you code appropriately.
Bump the ramdisk size so that the contents fits again.
 1.58.2.2  05-Jul-2012  riz Pull up following revision(s) (requested by abs in ticket #405):
etc/etc.vax/MAKEDEV.conf: revision 1.15
etc/etc.vax/MAKEDEV.conf: revision 1.16
sys/arch/vax/conf/INSTALL: revision 1.61
sys/arch/vax/conf/INSTALL: revision 1.62
distrib/vax/install.md: file removal
distrib/vax/ramdisk/list: revision 1.30
distrib/vax/miniroot/list: revision 1.15
distrib/vax/miniroot/Makefile.inc: revision 1.22
distrib/vax/ramdisk/Makefile: revision 1.30
distrib/vax/ramdisk/dot.profile: revision 1.9
All apply to vax only:
- Drop KERNFS from INSTALL kernel
- Add dmesg to sysinst ramdisk
- Add 'ramdisk' target to MAKEDEV and use
- Add dhcpcd to sysinst ramdisk
- Drop old install.md script
- Misc install image cleanup (reduce diff to zaurus of all things)
Sync devices with GENERIC, and include bpfilter to allow dhcpcd to work
Ensure the ramdisk has bpf for dhcpcd
 1.58.2.1  04-Jul-2012  jdc Pull up revisions:
src/etc/etc.vax/MAKEDEV.conf revision 1.14
src/sys/arch/vax/conf/GENERIC revision 1.182
src/sys/arch/vax/conf/INSTALL revision 1.60
src/sys/arch/vax/conf/VAX780 revision 1.9
src/sys/arch/vax/conf/majors.vax revision 1.24
src/sys/arch/vax/vax/disksubr.c revision 1.53
src/sys/dev/DEVNAMES revision 1.275
src/sys/dev/mscp/files.mscp revision 1.8
src/sys/dev/mscp/mscp_disk.c revision 1.72
src/sys/dev/mscp/mscp_subr.c revision 1.42
src/distrib/vax/ramdisk/Makefile revision 1.29
(requested by abs in ticket #385).

- Add racd* devices for MSCP based CD-ROM drives (RRD40s), as opposed
to mixing them in with the ra* disks, modelled loosely on how MSCP
rx* floppies are handled
- racd* defaults to the same single iso9660 partition as cd*
- Cleanup config option handling slightly so any combination of ra*,
rx* (and now raccd*) can be defined without build errors.
- Avoid ugly printf when disks have all zero disklabel magic number

Include racd0 and racd1 on ramdisk
 1.63.2.4  03-Dec-2017  jdolecek update from HEAD
 1.63.2.3  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.63.2.2  23-Jun-2013  tls resync from head
 1.63.2.1  20-Nov-2012  tls Resync to 2012-11-19 00:00:00 UTC
 1.66.4.1  18-May-2014  rmind sync with head
 1.70.2.2  05-Feb-2017  skrll Sync with HEAD
 1.70.2.1  22-Sep-2015  skrll Sync with HEAD
 1.71.2.1  07-Jan-2017  pgoyette Sync with HEAD. (Note that most of these changes are simply $NetBSD$
tag issues.)
 1.73.2.1  02-May-2018  pgoyette Synch with HEAD
 1.74.8.1  25-Jan-2020  ad Sync with head.
 1.74.2.1  08-Apr-2020  martin Merge changes from current as of 20200406
 1.75.24.1  12-Feb-2023  martin Pull up following revision(s) (requested by tsutsui in ticket #79):

sys/arch/vax/conf/GENERIC: revision 1.217
sys/arch/vax/conf/VAX780: revision 1.34
sys/arch/vax/conf/files.vax: revision 1.126
sys/arch/vax/vsa/smg.c: revision 1.63
sys/arch/vax/include/qdreg.h: revision 1.7
sys/arch/vax/vax/conf.c: revision 1.69
sys/arch/vax/conf/INSTALL: revision 1.76
sys/arch/vax/vsa/gpx.c: revision 1.1

Add a support for gpx(4) color framebuffer found on VAXstation 3100.

Ported from OpenBSD/vax. Note smg(4) monochrome onboard framebuffer
driver is also changed attached only if gpx(4) is not installed
or flags 1 is specified in config files, as OpenBSD did.

Tested on my VAXstation 3100/m30 with and without 8bpp gpx(4).

Revied on port-vax@ and "Please go ahead!" from ragge@.
https://mail-index.netbsd.org/port-vax/2023/01/thread1.html#004147
 1.77.6.1  02-Aug-2025  perseant Sync with HEAD

RSS XML Feed