Home | History | Annotate | Download | only in conf
History log of /src/sys/arch/hpcarm/conf/NETBOOKPRO
RevisionDateAuthorComments
 1.33  26-Dec-2021  andvar fix various typos, mainly in comments.
 1.32  18-Apr-2020  skrll PMAP_DEBUG has been deleted on arm
 1.31  24-Mar-2020  sevan branches: 1.31.2;
g/c UGEN_BULK_RA_WB which is not a supported option
 1.30  19-Jan-2020  thorpej Remove the strip(4) - Starmode Radio IP - pseudo-device driver. It is
long since obsolete.
 1.29  21-Aug-2019  msaitoh branches: 1.29.2;
Fix typo (s/contoller/controller/).
 1.28  14-Apr-2019  isaki Fix build error. size locater is gone.
Thanks mrg@.
 1.27  13-Apr-2019  isaki Add drvctl to kernel which has audio device.
audiocfg(1) requires drvctl(4).
 1.26  23-Oct-2018  jdolecek remove the 'wd* at umass?' for the non-standardized and rare (extinct?)
In-System Design ATA protocol over Bulk-Only devices from most kernels,
leave only in i386/amd64 ALL; it's unmaintained and likely currently broken,
lack of test hardware makes it impossible to support
 1.25  01-Aug-2018  maxv 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).
 1.24  07-Jun-2018  thorpej branches: 1.24.2;
Revert changes that pinned-down i2c parent specs. The i2c subsystem
has been enhanced to make this unnecessary.
 1.23  14-May-2018  thorpej 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.
 1.22  14-Sep-2017  mrg branches: 1.22.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.21  29-Jul-2017  maxv Remove TCP_COMPAT_42 from the config files. Pass 3.
 1.20  13-Dec-2016  christos wildcard speaker attachments, now that we can handle many of them.
 1.19  10-Dec-2016  christos remove VAUDIOSPEAKER for now, will be done differently.
 1.18  08-Dec-2016  nat Add a synthesized pc beeper and keyboard bell for platforms with an audio
device.
 1.17  12-Aug-2015  maxv branches: 1.17.2;
Remove KMEMSTATS.
 1.16  23-Aug-2014  dholland branches: 1.16.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.15  16-Aug-2014  apb Add "options COMPAT_70" to all kernel configuration files that
already had "options COMPAT_60".
 1.14  03-Aug-2014  martin Add COMPAT_NETBSD32, following the switch to eabi by default.
 1.13  30-Jun-2013  rmind branches: 1.13.4;
G/C PFIL_HOOKS from the kernel configs.
 1.12  05-Jun-2013  christos branches: 1.12.2;
remove obsolete networking options
 1.11  27-Apr-2013  christos the bogus number police
 1.10  27-Apr-2013  christos remove confusing numeric locators where they are unused.
 1.9  02-Mar-2013  christos Under FAST_IPSEC, IPSEC_ESP is mandatory; GC it.
 1.8  01-Mar-2013  joerg Retire OSI network stack. OK core@
 1.7  17-Oct-2012  apb Add "options COMPAT_60" to all kernel configuration files
that already had "options COMPAT_50".
 1.6  17-Aug-2012  abs branches: 1.6.2;
Ensure all WSDISPLAY_COMPAT_USL entries have same comment
 1.5  31-Mar-2012  nonaka Add support kloader(4) for PXA2X0.
 1.4  10-Mar-2012  joerg P1003_1B_SEMAPHORE is no longer optional.
 1.3  18-Dec-2011  dholland WABPL is no longer considered experimental (has not been for some time)
so update its comment in config files.
 1.2  22-Nov-2011  tls branches: 1.2.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.1  06-Aug-2011  kiyohara branches: 1.1.2;
Add support for PSIONTEKLOGIX NETBOOK PRO.
 1.1.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.1.2.2  30-Oct-2012  yamt sync with head
 1.1.2.1  17-Apr-2012  yamt sync with head
 1.2.2.3  05-Apr-2012  mrg sync to latest -current.
 1.2.2.2  11-Mar-2012  mrg sync to latest -current
 1.2.2.1  18-Feb-2012  mrg merge to -current.
 1.6.2.4  03-Dec-2017  jdolecek update from HEAD
 1.6.2.3  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.6.2.2  23-Jun-2013  tls resync from head
 1.6.2.1  20-Nov-2012  tls Resync to 2012-11-19 00:00:00 UTC
 1.12.2.1  28-Aug-2013  rmind sync with head
 1.13.4.1  10-Aug-2014  tls Rebase.
 1.16.2.3  28-Aug-2017  skrll Sync with HEAD
 1.16.2.2  05-Feb-2017  skrll Sync with HEAD
 1.16.2.1  22-Sep-2015  skrll Sync with HEAD
 1.17.2.1  07-Jan-2017  pgoyette Sync with HEAD. (Note that most of these changes are simply $NetBSD$
tag issues.)
 1.22.2.4  26-Nov-2018  pgoyette Sync with HEAD, resolve a couple of conflicts
 1.22.2.3  06-Sep-2018  pgoyette Sync with HEAD

Resolve a couple of conflicts (result of the uimin/uimax changes)
 1.22.2.2  25-Jun-2018  pgoyette Sync with HEAD
 1.22.2.1  21-May-2018  pgoyette Sync with HEAD
 1.24.2.4  21-Apr-2020  martin Sync with HEAD
 1.24.2.3  13-Apr-2020  martin Mostly merge changes from HEAD upto 20200411
 1.24.2.2  08-Apr-2020  martin Merge changes from current as of 20200406
 1.24.2.1  10-Jun-2019  christos Sync with HEAD
 1.29.2.1  25-Jan-2020  ad Sync with head.
 1.31.2.1  20-Apr-2020  bouyer Sync with HEAD

RSS XML Feed