Home | History | Annotate | Download | only in conf
History log of /src/sys/arch/playstation2/conf/files.playstation2
RevisionDateAuthorComments
 1.21  31-Mar-2014  martin branches: 1.21.6;
Adapt to current (and new pkgsrc toolchain)
 1.20  31-Mar-2014  martin Bring back the playstation2 port - now that a toolchain for it is
available again.
 1.19  05-Dec-2009  pooka branches: 1.19.10; 1.19.16;
Remove support for NetBSD/playstation2.
 1.18  21-Aug-2009  thorpej Use bus_dmamem_common.
 1.17  20-Feb-2008  drochner branches: 1.17.10; 1.17.24;
Since files.wscons et al. are included by ~all ports anyway, include
them in the mi "files" file, and remove include statements from md files.
These shouldn't pull in additional kernel code when not in use, so it
shouldn't do any harm except a risk of namespace collisions which
should be easy to fix.
 1.16  14-Sep-2006  gdamore branches: 1.16.30;
Convert playstation2 to todr and tc. This is not compile tested, as the
current tree isn't buildable even by the cross tools (which I lack), due
to C99. Approved in principle by martin@, simon@
 1.15  11-Dec-2005  christos branches: 1.15.20;
merge ktrace-lwp.
 1.14  06-Jul-2004  uch branches: 1.14.12;
MI part of kloader moved to dev/kloader.c from arch/hpc/hpc/
dreamcast and playstation2 port are changed to use this.
 1.13  25-Mar-2004  wiz Backout previous -- this is not enough, config needs to be taught
how to reach partitions above h. Noted by Simon Burge, related to
PR 24905.
 1.12  25-Mar-2004  wiz Define maxpartitions to the same value as MAXPARTITIONS in disklabel.h.
Addresses PR 24905 by Simon Burge.
 1.11  27-Jul-2003  thorpej Since everyone uses clock_subr.c (or should, if they don't currently),
list it in conf/files instead of in every port's files.*.
 1.10  26-Oct-2002  jdolecek branches: 1.10.6;
now that mem_no is emitted by config(8), there is no reason to keep
copy of more or less identical iskmemdev() for every arch; move the function
to spec_vnop.c, and g/c machine-dependant copies
 1.9  06-Sep-2002  gehenna Merge the gehenna-devsw branch into the trunk.

This merge changes the device switch tables from static array to
dynamically generated by config(8).

- All device switches is defined as a constant structure in device drivers.

- The new grammer ``device-major'' is introduced to ``files''.

device-major <prefix> char <num> [block <num>] [<rules>]

- All device major numbers must be listed up in port dependent majors.<arch>
by using this grammer.

- Added the new naming convention.
The name of the device switch must be <prefix>_[bc]devsw for auto-generation
of device switch tables.

- The backward compatibility of loading block/character device
switch by LKM framework is broken. This is necessary to convert
from block/character device major to device name in runtime and vice versa.

- The restriction to assign device major by LKM is completely removed.
We don't need to reserve LKM entries for dynamic loading of device switch.

- In compile time, device major numbers list is packed into the kernel and
the LKM framework will refer it to assign device major number dynamically.
 1.8  16-Apr-2002  thorpej branches: 1.8.2;
* Move the mii_bitbang attribute into dev/mii/files.mii
* Pull in dev/mii/files.mii from conf/files, rather than playing
the magic "files include order" dance in N machine-dependent
configuration definitions.
 1.7  13-Mar-2002  simonb All the mips ports had an identical procfs_machdep.c, so use a common
file under arch/mips/mips.
 1.6  05-Mar-2002  simonb mips/mips/fp.S is in mips/conf/files.mips now.
 1.5  28-Nov-2001  lukem branches: 1.5.2;
- convert usage of "defopt" to "defflag" where the relevant option does
not support a value (e.g., it's to be used as "options FOO" instead of
"options FOO=xxx"). options that take a value were converted to
defparam recently.
- minor whitespace & formatting cleanups
 1.4  23-Nov-2001  uch integrate BUILTIN_KERNEL_LOADER and KERNE_PATH into KLOADER_KERNEL_PATH.
 1.3  20-Nov-2001  lukem - replace "defopt" with "defparam" for options which must take a value,
as config(8) will warn for value-less defparam options
- minor whitespace/formatting cleanup
- consolidate opt_tcp_recvspace.h and opt_tcp_sendspace.h into opt_tcp_space.h
 1.2  19-Oct-2001  shin branches: 1.2.4;
cosmetic change.
 1.1  16-Oct-2001  uch playstation2 port
 1.2.4.6  11-Nov-2002  nathanw Catch up to -current
 1.2.4.5  17-Sep-2002  nathanw Catch up to -current.
 1.2.4.4  20-Jun-2002  nathanw Catch up to -current.
 1.2.4.3  01-Apr-2002  nathanw Catch up to -current.
(CVS: It's not just a program. It's an adventure!)
 1.2.4.2  08-Jan-2002  nathanw Catch up to -current.
 1.2.4.1  19-Oct-2001  nathanw file files.playstation2 was added on branch nathanw_sa on 2002-01-08 00:27:02 +0000
 1.5.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.5.2.4  23-Jun-2002  jdolecek catch up with -current on kqueue branch
 1.5.2.3  16-Mar-2002  jdolecek Catch up with -current.
 1.5.2.2  10-Jan-2002  thorpej Sync kqueue branch with -current.
 1.5.2.1  28-Nov-2001  thorpej file files.playstation2 was added on branch kqueue on 2002-01-10 19:47:26 +0000
 1.8.2.2  17-May-2002  gehenna Remove old block majors list.
 1.8.2.1  16-May-2002  gehenna Include the list of block/character major numbers.
 1.10.6.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.10.6.2  18-Sep-2004  skrll Sync with HEAD.
 1.10.6.1  03-Aug-2004  skrll Sync with HEAD
 1.14.12.2  27-Feb-2008  yamt sync with head.
 1.14.12.1  30-Dec-2006  yamt sync with head.
 1.15.20.1  18-Nov-2006  ad Sync with head.
 1.16.30.1  23-Mar-2008  matt sync with HEAD
 1.17.24.1  25-Oct-2010  jym Sync with HEAD
 1.17.10.2  11-Mar-2010  yamt sync with head
 1.17.10.1  16-Sep-2009  yamt sync with head
 1.19.16.1  18-May-2014  rmind sync with head
 1.19.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.21.6.2  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.21.6.1  31-Mar-2014  tls file files.playstation2 was added on branch tls-maxphys on 2014-08-20 00:03:17 +0000

RSS XML Feed