Home | History | Annotate | Download | only in conf
History log of /src/sys/arch/sbmips/conf/files.sbmips
RevisionDateAuthorComments
 1.18  04-Mar-2022  andvar fix few typos in comments for word "because".
 1.17  21-Aug-2019  msaitoh Fix typo (s/contoller/controller/).
 1.16  20-Jul-2014  alnsn branches: 1.16.28;
Include sljit files.
 1.15  20-Feb-2011  matt branches: 1.15.14; 1.15.28;
Merge from matt-nb5-mips64.
Add pci support.
new interrupt code.
Adapt to new world order for MIPS
 1.14  20-Feb-2008  drochner branches: 1.14.28; 1.14.32; 1.14.38; 1.14.40;
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.13  08-Jan-2008  simonb Add timecounter support for sbmips machines and Broadcom SiByte CPUs.
Based on patch from joerg@, with tweaks by me to work with sbmips
non-use of the CP0 count/compare registers for clock interrupts.
 1.12  10-Apr-2007  macallan branches: 1.12.14; 1.12.20; 1.12.26;
include files.wsfb
 1.11  11-Nov-2005  simonb branches: 1.11.28; 1.11.32; 1.11.34;
Switch to the MIPS generic soft interrupt code instead of using
port-specific code.
 1.10  25-Mar-2004  wiz branches: 1.10.16;
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.9  25-Mar-2004  wiz Define maxpartitions to the same value as MAXPARTITIONS in disklabel.h.
Addresses PR 24905 by Simon Burge.
 1.8  13-Mar-2004  bjh21 Abstract the interface between pckbc(4), and the pckbd(4) and pms(4)
drivers that attach to it. This allows for other host interface chips
that use the same keyboards and mice, such as the ones in the ARM
IOMD20, ARM7500, and SA-1111. The PC-compatible driver is still
called pckbc(4), and the new abstraction layer is "pckbport", so the
child devices have moved from sys/dev/pckbc to sys/dev/pckbport, which
also contains some code shared between all host controllers. To avoid
incompatibility, pckbdreg.h is still installed in
/usr/include/dev/pckbc.

In theory, this shouldn't cause any behavioural changes in the drivers
concerned. Thy just use rather more function pointers than before. Tested
on i386 and (with a new host driver) acorn32. Compiled on several other
affected architectures.
 1.7  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.6  09-Nov-2002  cgd branches: 1.6.6;
GC IKOS kernel option (never complete in these sources anyway)
 1.5  01-Nov-2002  simonb Fix fallout from gehenna-devsw merge.
 1.4  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.3  16-Apr-2002  thorpej branches: 1.3.2; 1.3.6; 1.3.8;
* 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.2  06-Mar-2002  simonb Remove the -O0 workaround for nfs_bio.c - the in-tree toolchain builds
this properly.
 1.1  06-Mar-2002  simonb A basic port to the Broadcom/SiByte SB1250 evaluation board (the
"swarm"). Other SB-cpu boards will be supported by this port in
the future.

Includes support for on-chip ethernet and serial. Many features
still missing - notably SMP, PCI/LDT and IDE.

This code is provided by the Broadband Processor Business Unit at
Broadcom Corp with minor updates by me.
 1.3.8.3  11-Nov-2002  nathanw Catch up to -current
 1.3.8.2  17-Sep-2002  nathanw Catch up to -current.
 1.3.8.1  16-Apr-2002  nathanw file files.sbmips was added on branch nathanw_sa on 2002-09-17 21:17:17 +0000
 1.3.6.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.3.6.2  23-Jun-2002  jdolecek catch up with -current on kqueue branch
 1.3.6.1  16-Apr-2002  jdolecek file files.sbmips was added on branch kqueue on 2002-06-23 17:40:04 +0000
 1.3.2.3  31-Aug-2002  gehenna Device switches for sbmips are shared with evbmips.
 1.3.2.2  17-May-2002  gehenna Remove old block majors list.
 1.3.2.1  16-May-2002  gehenna Include the list of block/character major numbers.
 1.6.6.4  11-Dec-2005  christos Sync with head.
 1.6.6.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.6.6.2  18-Sep-2004  skrll Sync with HEAD.
 1.6.6.1  03-Aug-2004  skrll Sync with HEAD
 1.10.16.4  27-Feb-2008  yamt sync with head.
 1.10.16.3  21-Jan-2008  yamt sync with head
 1.10.16.2  03-Sep-2007  yamt sync with head.
 1.10.16.1  21-Jun-2006  yamt sync with head.
 1.11.34.1  11-Jul-2007  mjf Sync with head.
 1.11.32.1  10-Apr-2007  ad Sync with head.
 1.11.28.1  15-Apr-2007  yamt sync with head.
 1.12.26.1  08-Jan-2008  bouyer Sync with HEAD
 1.12.20.1  18-Feb-2008  mjf Sync with HEAD.
 1.12.14.2  23-Mar-2008  matt sync with HEAD
 1.12.14.1  09-Jan-2008  matt sync with HEAD
 1.14.40.1  05-Mar-2011  bouyer Sync with HEAD
 1.14.38.1  06-Jun-2011  jruoho Sync with HEAD.
 1.14.32.1  05-Mar-2011  rmind sync with head
 1.14.28.2  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.14.28.1  14-Jan-2010  matt Deal with various changes with avail_end and avail_start, etc.
 1.15.28.1  10-Aug-2014  tls Rebase.
 1.15.14.1  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.16.28.1  13-Apr-2020  martin Mostly merge changes from HEAD upto 20200411

RSS XML Feed