Home | History | Annotate | Download | only in conf
History log of /src/sys/arch/playstation2/conf/DEBUG
RevisionDateAuthorComments
 1.29  07-Nov-2023  andvar Remove ksyms from AGATE/DEBUG configs, it is defined in included default config.
Remove unneeded "channel ?" for atapibus* in DEBUG config.
Add "midi* at midibus?" needed for umidi to compile in DEBUG config.
Change SOFTFLOAT to FPEMUL in std.playstation2 (property was renamed).

playstation2 code was likely never fully restored/fixed and doesn't build, but
these changes would be needed in case someone will.
 1.28  29-Jun-2021  nia 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.
 1.27  16-May-2020  maya branches: 1.27.6;
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
 1.26  29-Jan-2020  maya remove urio(4), a driver for the Rio500 MP3 player.

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

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

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

Proposed on tech-kern a month ago.
 1.25  06-Feb-2019  rin branches: 1.25.6;
Add ure(4) to kernel config files. Also add PHY drivers where necessary.
 1.24  25-Aug-2018  rin Add (commented out) mue(4) to where appropriate.
Also add MII/PHY drivers for USB NICs if missing.
 1.23  13-Dec-2016  christos branches: 1.23.14; 1.23.16;
wildcard speaker attachments, now that we can handle many of them.
 1.22  10-Dec-2016  christos remove VAUDIOSPEAKER for now, will be done differently.
 1.21  08-Dec-2016  nat Add a synthesized pc beeper and keyboard bell for platforms with an audio
device.
 1.20  21-Aug-2015  uebayasi branches: 1.20.2;
Add `pseudo-device ksyms' where `options DDB' is used, because
config(1)/config(5) can't handle module dependency correctly at this
moment.

(This is another proof that shared file definition (`file xxx.c a|b')
is a bad idea.)
 1.19  07-Aug-2015  maxv Remove the KMEMSTATS option. It no longer exists.
 1.18  31-Mar-2014  martin branches: 1.18.6; 1.18.8;
Bring back the playstation2 port - now that a toolchain for it is
available again.
 1.17  05-Dec-2009  pooka branches: 1.17.10; 1.17.16;
Remove support for NetBSD/playstation2.
 1.16  22-Feb-2006  hira branches: 1.16.72; 1.16.86;
Fix typo (Prolofic -> Prolific).
 1.15  05-Feb-2006  cube Remove 'count' argument for pseudo-devices that ignore it
(vnd, bpfilter, ppp, gif, gre, tun, sl, strip, faith, stf).
 1.14  11-Dec-2005  christos branches: 1.14.2; 1.14.4; 1.14.6;
merge ktrace-lwp.
 1.13  15-Apr-2005  itohy branches: 1.13.2;
Add ukyopon(4).
 1.12  23-Oct-2004  augustss branches: 1.12.4; 1.12.10;
s/uax/axe/
 1.11  15-Jul-2004  atatat Add "options SYSCTL_INCLUDE_DESCR" to a lot of configs, but commented
out in most of them.
 1.10  07-Jul-2004  he If a playstation2 kernel config does "options KLOADER_KERNEL_PATH",
it now also needs to do "options KLOADER", ref. the new playstation2
machdep.c, so fix these kernel configs accordingly.
 1.9  16-Feb-2003  augustss branches: 1.9.2; 1.9.4;
Add uax(4) (and url(4) in some cases).
 1.8  18-Sep-2002  lukem enable USERCONF by default; it's small and extremely useful to have available.
 1.7  25-Apr-2002  atatat branches: 1.7.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.6  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.5  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.4  02-Jan-2002  uch branches: 1.4.2;
sync with uhidev change.
 1.3  23-Nov-2001  uch integrate BUILTIN_KERNEL_LOADER and KERNE_PATH into KLOADER_KERNEL_PATH.
 1.2  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.1  16-Oct-2001  uch branches: 1.1.4;
playstation2 port
 1.1.4.7  18-Oct-2002  nathanw Catch up to -current.
 1.1.4.6  20-Jun-2002  nathanw Catch up to -current.
 1.1.4.5  17-Apr-2002  nathanw Catch up to -current.
 1.1.4.4  28-Feb-2002  nathanw Catch up to -current.
 1.1.4.3  11-Jan-2002  nathanw More catchup.
 1.1.4.2  08-Jan-2002  nathanw Catch up to -current.
 1.1.4.1  16-Oct-2001  nathanw file DEBUG was added on branch nathanw_sa on 2002-01-08 00:27:01 +0000
 1.4.2.5  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.4.2.4  23-Jun-2002  jdolecek catch up with -current on kqueue branch
 1.4.2.3  11-Feb-2002  jdolecek Sync w/ -current.
 1.4.2.2  10-Jan-2002  thorpej Sync kqueue branch with -current.
 1.4.2.1  02-Jan-2002  thorpej file DEBUG was added on branch kqueue on 2002-01-10 19:47:25 +0000
 1.7.4.1  26-Oct-2005  jmc Pullup (via patch) requested in ticket #5754 by itohy

Provide a backport for ukyopon(4) and pullup umodem(4) updates.
 1.9.4.1  15-Jul-2004  he branches: 1.9.4.1.2;
Pull up revision 1.11 (requested by atatat in ticket #663):
Add "options SYSCTL_INCLUDE_DESCR" to a lot of configurations,
but commented out in most of them.
 1.9.4.1.2.1  21-Jul-2005  riz Pull up revision 1.13 (requested by itohy in ticket #1430):
Add ukyopon(4).
 1.9.2.5  10-Nov-2005  skrll Sync with HEAD. Here we go again...
 1.9.2.4  02-Nov-2004  skrll Sync with HEAD.
 1.9.2.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.9.2.2  18-Sep-2004  skrll Sync with HEAD.
 1.9.2.1  03-Aug-2004  skrll Sync with HEAD
 1.12.10.1  17-Apr-2005  tron Pull up revision 1.13 (requested by itohy in ticket #160):
Add ukyopon(4).
 1.12.4.1  29-Apr-2005  kent sync with -current
 1.13.2.1  21-Jun-2006  yamt sync with head.
 1.14.6.1  22-Apr-2006  simonb Sync with head.
 1.14.4.1  09-Sep-2006  rpaulo sync with head
 1.14.2.2  01-Mar-2006  yamt sync with head.
 1.14.2.1  18-Feb-2006  yamt sync with head.
 1.16.86.1  24-Oct-2010  jym Sync with HEAD
 1.16.72.1  11-Mar-2010  yamt sync with head
 1.17.16.1  18-May-2014  rmind sync with head
 1.17.10.1  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.18.8.2  05-Feb-2017  skrll Sync with HEAD
 1.18.8.1  22-Sep-2015  skrll Sync with HEAD
 1.18.6.3  03-Dec-2017  jdolecek update from HEAD
 1.18.6.2  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.18.6.1  31-Mar-2014  tls file DEBUG was added on branch tls-maxphys on 2014-08-20 00:03:17 +0000
 1.20.2.1  07-Jan-2017  pgoyette Sync with HEAD. (Note that most of these changes are simply $NetBSD$
tag issues.)
 1.23.16.2  08-Apr-2020  martin Merge changes from current as of 20200406
 1.23.16.1  10-Jun-2019  christos Sync with HEAD
 1.23.14.1  06-Sep-2018  pgoyette Sync with HEAD

Resolve a couple of conflicts (result of the uimin/uimax changes)
 1.25.6.1  29-Feb-2020  ad Sync with head.
 1.27.6.1  01-Aug-2021  thorpej Sync with HEAD.

RSS XML Feed