Home | History | Annotate | Download | only in conf
History log of /src/sys/arch/mipsco/conf/files.mipsco
RevisionDateAuthorComments
 1.15  02-Oct-2012  christos move common/bus_dma/ -> dev/bus_dma/
 1.14  21-Aug-2009  thorpej branches: 1.14.12; 1.14.22;
Use bus_dmamem_common.
 1.13  01-Sep-2006  cube branches: 1.13.60;
Device isabus has to expose an interface attribute otherwise it can't have
children attaching and config(1) detects isa0 as orphaned in RC3230.

While turning isabus into an interface attribute doesn't work (because the
attribute 'isabus' already exists), depending on that very same attribute
works.

XXX I wonder what to allow, what to disallow. I'll think about it.
 1.12  11-Dec-2005  christos branches: 1.12.4; 1.12.8;
merge ktrace-lwp.
 1.11  27-Jul-2003  thorpej branches: 1.11.16;
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  13-Mar-2002  simonb branches: 1.8.4;
All the mips ports had an identical procfs_machdep.c, so use a common
file under arch/mips/mips.
 1.7  30-Mar-2001  wdk branches: 1.7.2; 1.7.8;
Add files for ISA bus and softintr support
 1.6  21-Feb-2001  wdk branches: 1.6.2;
Add zs_kgdb.c driver
 1.5  17-Jan-2001  fvdl Add machdep file for procfs. Currently only used for linux-style
/proc/cpuinfo (only active when procfs is mounted with -o linux).
For ports other than the i386 this currently produces an empty
string.
 1.4  03-Oct-2000  wdk branches: 1.4.2;
Switch to MI md_root.c
 1.3  29-Sep-2000  wdk Add kernel support for memory disks
 1.2  19-Aug-2000  wdk - Add support for calling most prom firmware functions

- Using the prom getenv function determine the correct console port

- Remove old prom function hooks

- Tidy up bootflags (remove upper case names, fixup RB_ASKNAME) as
recommended by Jarom�r Dole�ek
 1.1  12-Aug-2000  wdk Initial commit of port to MIPS Computer Systems RC3xxx systems.
Currently supports the RC3230
 1.4.2.5  21-Apr-2001  bouyer Sync with HEAD
 1.4.2.4  12-Mar-2001  bouyer Sync with HEAD.
 1.4.2.3  18-Jan-2001  bouyer Sync with head (for UBC+NFS fixes, mostly).
 1.4.2.2  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  03-Oct-2000  bouyer file files.mipsco was added on branch thorpej_scsipi on 2000-11-20 20:14:01 +0000
 1.6.2.1  09-Apr-2001  nathanw Catch up with -current.
 1.7.8.4  11-Nov-2002  nathanw Catch up to -current
 1.7.8.3  17-Sep-2002  nathanw Catch up to -current.
 1.7.8.2  01-Apr-2002  nathanw Catch up to -current.
(CVS: It's not just a program. It's an adventure!)
 1.7.8.1  30-Mar-2001  nathanw file files.mipsco was added on branch nathanw_sa on 2002-04-01 07:41:16 +0000
 1.7.2.2  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.7.2.1  16-Mar-2002  jdolecek Catch up with -current.
 1.8.4.2  17-May-2002  gehenna Remove old block majors list.
 1.8.4.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.11.16.1  30-Dec-2006  yamt sync with head.
 1.12.8.1  03-Sep-2006  yamt sync with head.
 1.12.4.1  09-Sep-2006  rpaulo sync with head
 1.13.60.1  16-Sep-2009  yamt sync with head
 1.14.22.1  20-Nov-2012  tls Resync to 2012-11-19 00:00:00 UTC
 1.14.12.1  30-Oct-2012  yamt sync with head

RSS XML Feed