Home | History | Annotate | Download | only in conf
History log of /src/sys/arch/newsmips/conf/files.newsmips
RevisionDateAuthorComments
 1.31  14-Oct-2018  tsutsui Add NWS-4000 support.

Based on nonaka@'s porting effort back in 2002.
See announcement on port-newsmips@ for more details:
http://mail-index.netbsd.org/port-newsmips/2018/10/13/msg000231.html
 1.30  20-Jul-2014  alnsn branches: 1.30.26; 1.30.28;
Include sljit files.
 1.29  02-Oct-2012  christos branches: 1.29.10;
move common/bus_dma/ -> dev/bus_dma/
 1.28  20-Feb-2011  matt branches: 1.28.4; 1.28.14;
Merge forward matt-nb5-mips64
Adapt to new interrupt/spl framework
 1.27  21-Aug-2009  thorpej branches: 1.27.4; 1.27.6; 1.27.8;
Use bus_dmamem_common.
 1.26  20-Feb-2008  drochner branches: 1.26.10; 1.26.28;
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.25  11-Dec-2005  christos branches: 1.25.50;
merge ktrace-lwp.
 1.24  25-Oct-2003  tsutsui branches: 1.24.16;
Switch to use MI mk48txx(4) and todr(9) for MK48T02 todclocks on newsmips.
 1.23  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.22  25-May-2003  tsutsui branches: 1.22.2;
Add MI softintr(9) support with common mips/softintr.c.
 1.21  26-Oct-2002  jdolecek 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.20  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.19  16-Apr-2002  thorpej branches: 1.19.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.18  13-Mar-2002  simonb All the mips ports had an identical procfs_machdep.c, so use a common
file under arch/mips/mips.
 1.17  25-Jan-2001  tsutsui branches: 1.17.4; 1.17.8;
Move NEWS keymap file into MI place to share with news68k.
 1.16  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.15  15-Nov-2000  tsubai Screen console works now.
 1.14  15-Nov-2000  tsubai Keyboard and mouse support for news5000.
 1.13  13-Nov-2000  tsubai Switch to wscons.
 1.12  06-Nov-2000  tsubai "xa" frame buffer driver.
 1.11  30-Oct-2000  tsubai NEWS5000 internal SCSI driver.
 1.10  29-Oct-2000  tsutsui Switch to MI md_root.c. Checked by booting INSTALL kernel.
 1.9  12-Oct-2000  onoe add Tulip (tlp) at apbus
 1.8  14-Mar-2000  oster Add the RAIDframe device major to the machine-dependent config files
so that the right entries get added to dev_name2blk[]. Needed for / on RAID.
(Whoops! I missed checking these in when adding the RAID_AUTOCONFIG stuff.)
 1.7  22-Dec-1999  tsubai First cut of news5000 support.
Mostly from SHIMIZU Ryo <dejiko@di.gi.charat.org>.
 1.6  05-Dec-1999  tsubai Use dev/clock_subr.c.
 1.5  10-Nov-1999  tsubai Support md root for INSTALL.
 1.4  07-Jun-1999  thorpej branches: 1.4.2; 1.4.4; 1.4.8;
Only declare block major numbers for devices which can be the root device.
 1.3  21-Jul-1998  drochner branches: 1.3.10;
adapt to LANCE driver split
 1.2  04-Mar-1998  thorpej Rename NetBSD/news to NetBSD/newsmips.
 1.1  18-Feb-1998  tsubai Initial import of NetBSD/news.
 1.3.10.1  21-Jun-1999  thorpej Sync w/ -current.
 1.4.8.1  27-Dec-1999  wrstuden Pull up to last week's -current.
 1.4.4.1  15-Nov-1999  fvdl Sync with -current
 1.4.2.4  11-Feb-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  22-Nov-2000  bouyer Sync with HEAD.
 1.4.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.17.8.4  11-Nov-2002  nathanw Catch up to -current
 1.17.8.3  17-Sep-2002  nathanw Catch up to -current.
 1.17.8.2  20-Jun-2002  nathanw Catch up to -current.
 1.17.8.1  01-Apr-2002  nathanw Catch up to -current.
(CVS: It's not just a program. It's an adventure!)
 1.17.4.3  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.17.4.2  23-Jun-2002  jdolecek catch up with -current on kqueue branch
 1.17.4.1  16-Mar-2002  jdolecek Catch up with -current.
 1.19.2.2  17-May-2002  gehenna Remove old block majors list.
 1.19.2.1  16-May-2002  gehenna Include the list of block/character major numbers.
 1.22.2.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.22.2.2  18-Sep-2004  skrll Sync with HEAD.
 1.22.2.1  03-Aug-2004  skrll Sync with HEAD
 1.24.16.1  27-Feb-2008  yamt sync with head.
 1.25.50.1  23-Mar-2008  matt sync with HEAD
 1.26.28.1  05-Feb-2010  matt Change to deal with new method of invoking softints. Remove mips/softintr.c
from config files. Fix SYMTAB_SPACE for WGT62V43
 1.26.10.1  16-Sep-2009  yamt sync with head
 1.27.8.1  05-Mar-2011  bouyer Sync with HEAD
 1.27.6.1  06-Jun-2011  jruoho Sync with HEAD.
 1.27.4.1  05-Mar-2011  rmind sync with head
 1.28.14.2  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.28.14.1  20-Nov-2012  tls Resync to 2012-11-19 00:00:00 UTC
 1.28.4.1  30-Oct-2012  yamt sync with head
 1.29.10.1  10-Aug-2014  tls Rebase.
 1.30.28.1  10-Jun-2019  christos Sync with HEAD
 1.30.26.1  20-Oct-2018  pgoyette Sync with head

RSS XML Feed