Home | History | Annotate | Download | only in conf
History log of /src/sys/arch/cats/conf/files.cats
RevisionDateAuthorComments
 1.39  08-Jan-2022  skrll defflag FCOM_INIT_ARM
 1.38  04-Apr-2014  skrll Convert cats to the new world order, i.e. arm32_{bootmem,kernel_vm}_init.
Make VERBOSE_INIT_ARM work while I'm here.
 1.37  04-Apr-2014  skrll Revert previous - it wasn't complete.
 1.36  02-Apr-2014  skrll Convert cats to the new world order, i.e. arm32_{bootmem,kernel_vm}_init
 1.35  20-Feb-2008  drochner branches: 1.35.44; 1.35.54; 1.35.60;
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.34  10-Apr-2007  macallan branches: 1.34.10; 1.34.14; 1.34.16;
include files.wsfb
 1.33  19-Sep-2006  he branches: 1.33.4; 1.33.8; 1.33.10;
Convert the NetBSD/cats port to use generic TODR.

This gets rid of the now-unneded "todclock" and "todservice" attributes
from the footbridge device files, which should allow netwinder to build
again after its conversion to generic TODR.

Resulting kernel verified to boot up OK on gxemul (after my recent
fixes of the gxemul package to emulate free-running timers).
 1.32  11-Dec-2005  christos branches: 1.32.20; 1.32.22;
merge ktrace-lwp.
 1.31  08-Jul-2004  drochner branches: 1.31.12;
don't need md timing functions for joystick anymore
 1.30  16-Jun-2004  he Include files.usb after files.wscons, so that tcpalib is defined before
it's referenced.
 1.29  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.28  20-Jan-2004  jdolecek cleanup old lpt(4) attachment, and glue ppbus in so that they can coexist:
* lpt device is defined in MI place (dev/ppbus/files.ppbus), dev/ic/lpt.c
is included there too; dev/ic/lpt.c is not included if ppbus is
configured or if there is alternative platform lpt (like for pc532)
* g/c MD lpt definitions and custom puc/upc attachments,
glue moved to conf/files and dev/pci/files.pci respectively; remove
device lpt definition from dev/isa/files.isa
* add ppbus parport attribute, atppc device attachments, adjust plip and lpt
glue
 1.27  21-Oct-2003  skrll Rename dsrtc to ds1687rtc to avoid conflicting with the MI i2c
ds1307 driver.

Hi Jason.
 1.26  08-Oct-2003  bouyer pciide_machdep.c depends on pciide_common, not pciide.
Pointed out and fix tested by Marc Recht.
 1.25  04-Oct-2003  chris Add Experimental ELF support for cats. Only to be used if you feel daring
enough to run the ABLE firmware.
 1.24  03-Nov-2002  chris branches: 1.24.6;
Checkin new interrupt handling code for the footbridge.
This is based upon Jason's work on xscale.

Most of the interrupt handling code is now written in C using an asm stub to
call into the C code.

spl* now only updates a software mask, and does not update the hardware,
this should be much faster.

The new code works well on cats, it's untested on netwinder, but should work.

The code implements generic soft interrupts.

More work is still required to bring the isa interrupt handling code upto
scratch currently all isa interrupts are handled at IPL_BIO on the footbridge.
This may cause isa interrupts to be handled later than they should be.
I plan to fix this in the near future.
 1.23  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.22  12-Oct-2002  chris Merge isa_machdep.c from netwinder and cats into footbridge/isa (where it
joins other machdep files)
Saves maintaining multiple copies of the same thing, the only differences
were:
IRQ line used on the footbridge (made that a define in include/isa_machdep.h)
name of a dma_ranges variable contained arch name, so just made it generic.
 1.21  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.20  16-Apr-2002  thorpej branches: 1.20.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.19  10-Feb-2002  chris Following the demise of arch/arm32 update cats, and restore the isa files to a more sane location.
Also fix build break on GENERIC cats kernel, seems that conf.h should have been including arm/conf.h.

This completes the removal of arch/arm32.
 1.18  10-Feb-2002  tsutsui Use MI md_root.c. CATS port does not support fdc (yet) anyway.
 1.17  10-Feb-2002  tsutsui Remove unused defflags.
 1.16  09-Feb-2002  chris Move the arm32/pci files into the cats dir. AFAIK these files are only used by cats.
 1.15  02-Feb-2002  jdolecek Reduce the massive code duplication regarding joy(4). Split it into
MI and MD parts, and make ISA/ISAPNP/PCI joy(4) attachments MI.
 1.14  28-Nov-2001  lukem - 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.13  26-Nov-2001  thorpej Move the interrupt-related file declarations into port-specific
config descriptions so that each port choose whether or not to
use it.
 1.12  24-Nov-2001  thorpej The ARM, Ltd. floating point emulator has moved to arch/arm.
 1.11  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.10  04-Sep-2001  nisimura branches: 1.10.6;
+ include "dev/wsfont/files.wsfont" for VGA change.
 1.9  03-Sep-2001  matt Use new shared arm/arm32/conf.c
 1.8  28-Jul-2001  chris Move the generic arm32 files into arm/arm32 from arm32/arm32, tested kernel builds on cats and riscpc.
 1.7  20-Jun-2001  chris branches: 1.7.2;
Remove defopt EBSA285.
Move the files from footbridge that are cats specific.
Remove EBSA285 kernel as people should be able to use the generic cats kernel for EBSA285 systems.
 1.6  18-Jun-2001  bjh21 Merge arm32/dev/bus_space_notimpl.S and hpcarm/hpcarm/bus_space_notimpl.S
into arm/arm/bus_space_notimpl.S. They were identical anyway.

This file has no excuse for being in assembler, but I'll leave that for another
day.
 1.5  12-Jun-2001  chris Add cats specific autoconf and conf.c. Also add defopt NETWINDER to files.cats, this is so a few things that include opt_netwinder compile.
 1.4  08-Jun-2001  chris Finish off the cats arch dir by creating an include dir and populating it from
arm32/include.
Make use of std.cats in the kernel config.

Fixup files.cats so it actually works.
 1.3  29-May-2001  bjh21 Move blockio.S from sys/arch/arm32/arm32 to sys/arch/arm/arm, since I want to
start using it on arm26.

hpcarm gets to keep its own version, since it's not identical and I haven't
got an hpcarm box to test.
 1.2  23-May-2001  chris Add a files.footbridge for inclusion by cats and netwinder. This is to make moving of the footbridge dir easier (when it eventually moves from arm32)

Also remove EBSA285 defopt from the netwinder file as the netwinder isn't an eval board.
 1.1  22-May-2001  chris Start moving cats out of the arm32 dir into it's own arch dir.
 1.7.2.8  18-Oct-2002  jdolecek sync with -current:
Merge isa_machdep.c from netwinder and cats into footbridge/isa
 1.7.2.7  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.6  23-Jun-2002  jdolecek catch up with -current on kqueue branch
 1.7.2.5  16-Mar-2002  jdolecek Catch up with -current.
 1.7.2.4  11-Feb-2002  jdolecek Sync w/ -current.
 1.7.2.3  10-Jan-2002  thorpej Sync kqueue branch with -current.
 1.7.2.2  13-Sep-2001  thorpej Update the kqueue branch to HEAD.
 1.7.2.1  03-Aug-2001  lukem update to -current
 1.10.6.7  11-Nov-2002  nathanw Catch up to -current
 1.10.6.6  18-Oct-2002  nathanw Catch up to -current.
 1.10.6.5  17-Sep-2002  nathanw Catch up to -current.
 1.10.6.4  20-Jun-2002  nathanw Catch up to -current.
 1.10.6.3  28-Feb-2002  nathanw Catch up to -current.
 1.10.6.2  08-Jan-2002  nathanw Catch up to -current.
 1.10.6.1  04-Sep-2001  nathanw file files.cats was added on branch nathanw_sa on 2002-01-08 00:23:49 +0000
 1.20.2.2  17-May-2002  gehenna Remove old block majors list.
 1.20.2.1  16-May-2002  gehenna Include the list of block/character major numbers.
 1.24.6.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.24.6.2  18-Sep-2004  skrll Sync with HEAD.
 1.24.6.1  03-Aug-2004  skrll Sync with HEAD
 1.31.12.3  27-Feb-2008  yamt sync with head.
 1.31.12.2  03-Sep-2007  yamt sync with head.
 1.31.12.1  30-Dec-2006  yamt sync with head.
 1.32.22.1  22-Oct-2006  yamt sync with head
 1.32.20.1  18-Nov-2006  ad Sync with head.
 1.33.10.1  11-Jul-2007  mjf Sync with head.
 1.33.8.1  10-Apr-2007  ad Sync with head.
 1.33.4.1  15-Apr-2007  yamt sync with head.
 1.34.16.1  23-Mar-2008  matt sync with HEAD
 1.34.14.1  21-Mar-2008  chris Sync to head.
 1.34.10.1  28-Feb-2008  rjs Sync with HEAD.
 1.35.60.1  18-May-2014  rmind sync with head
 1.35.54.1  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.35.44.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")

RSS XML Feed