Home | History | Annotate | Download | only in conf
History log of /src/sys/arch/netwinder/conf/files.netwinder
RevisionDateAuthorComments
 1.37  20-Feb-2008  drochner 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.36  10-Apr-2007  macallan branches: 1.36.10; 1.36.14;
include files.wsfb
 1.35  15-Sep-2006  gdamore branches: 1.35.6; 1.35.10; 1.35.12;
Convert netwinder to generic TODR. Committed after total lack of feedback
(or even acknowledgement of receipt) from anyone on port-netwinder, so it
is untested. (Compiles though.)
 1.34  11-Dec-2005  christos branches: 1.34.20;
merge ktrace-lwp.
 1.33  08-Jul-2004  drochner branches: 1.33.12;
don't need md timing functions for joystick anymore
 1.32  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.31  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.30  21-Oct-2003  skrll Rename dsrtc to ds1687rtc to avoid conflicting with the MI i2c
ds1307 driver.

Hi Jason.
 1.29  08-Oct-2003  bouyer pciide_machdep.c depends on pciide_common, not pciide.
Pointed out and fix tested by Marc Recht.
 1.28  03-Nov-2002  chris branches: 1.28.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.27  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.26  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.25  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.24  16-Apr-2002  thorpej branches: 1.24.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.23  10-Apr-2002  thorpej Remove obsolete tests of "netwinder" and "footbridge".
 1.22  10-Apr-2002  thorpej Remove options NETWINDER and FOOTBRIDGE; nothing tests for them.
 1.21  21-Feb-2002  thorpej Update for death of arm32.
 1.20  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.19  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.18  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.17  24-Nov-2001  thorpej The ARM, Ltd. floating point emulator has moved to arch/arm.
 1.16  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.15  03-Sep-2001  matt branches: 1.15.6;
Switch netwinder to use a common conf.c for the arm ports.
 1.14  28-Jul-2001  chris Move the generic arm32 files into arm/arm32 from arm32/arm32, tested kernel builds on cats and riscpc.
 1.13  20-Jun-2001  chris branches: 1.13.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.12  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.11  12-Jun-2001  matt Move netwinder_machdep.c to files.netwinder. Eliminate opt_netwinder.h and
use #ifdef netwinder insead. XXX ebsa285_machdep.c should move to the cats
directory and files.cats
 1.10  11-Jun-2001  chris Move defopt FOOTBRIDGE to where it really should be in files.footbridge, which is where I should have left it.
 1.9  11-Jun-2001  rearnsha Defopt FOOTBRIDGE.
 1.8  09-Jun-2001  matt Move towards common Makefile.arm
Add a netwinder/autoconf.c
 1.7  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.6  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.5  06-May-2001  bjh21 The arch/arm32/kshell code was removed three years ago. Kill references to it.
 1.4  06-May-2001  bjh21 Move "defopt PMAP_DEBUG" into files.arm, since it's used by code in arch/arm.
 1.3  06-May-2001  bjh21 Move cpufunc stuff from arm32/arm32 to arm/arm. The only change involved is
to add recognition of the SA-1100 and SA-1110 for compatibility with hpcarm
(which is now using this code as well).
 1.2  20-Apr-2001  matt branches: 1.2.2;
More changes to get the netwinder to multiuser. Hack the initarm code
to reserve the first 2MB for the kernel. Use the netwinder specific
files. Add pci_attach_hook for init the pci devices. Add and alternate
id for the PCI ISA bridge.
 1.1  19-Apr-2001  matt A minimum amount to get netwinder support
 1.2.2.3  23-Apr-2001  bouyer Sync with HEAD.
 1.2.2.2  21-Apr-2001  bouyer Sync with HEAD
 1.2.2.1  20-Apr-2001  bouyer file files.netwinder was added on branch thorpej_scsipi on 2001-04-21 17:54:09 +0000
 1.13.2.8  18-Oct-2002  jdolecek sync with -current:
Merge isa_machdep.c from netwinder and cats into footbridge/isa
 1.13.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.13.2.6  23-Jun-2002  jdolecek catch up with -current on kqueue branch
 1.13.2.5  16-Mar-2002  jdolecek Catch up with -current.
 1.13.2.4  11-Feb-2002  jdolecek Sync w/ -current.
 1.13.2.3  10-Jan-2002  thorpej Sync kqueue branch with -current.
 1.13.2.2  13-Sep-2001  thorpej Update the kqueue branch to HEAD.
 1.13.2.1  03-Aug-2001  lukem update to -current
 1.15.6.8  11-Nov-2002  nathanw Catch up to -current
 1.15.6.7  18-Oct-2002  nathanw Catch up to -current.
 1.15.6.6  17-Sep-2002  nathanw Catch up to -current.
 1.15.6.5  20-Jun-2002  nathanw Catch up to -current.
 1.15.6.4  17-Apr-2002  nathanw Catch up to -current.
 1.15.6.3  28-Feb-2002  nathanw Catch up to -current.
 1.15.6.2  08-Jan-2002  nathanw Catch up to -current.
 1.15.6.1  03-Sep-2001  nathanw file files.netwinder was added on branch nathanw_sa on 2002-01-08 00:26:40 +0000
 1.24.2.2  17-May-2002  gehenna Remove old block majors list.
 1.24.2.1  16-May-2002  gehenna Include the list of block/character major numbers.
 1.28.6.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.28.6.2  18-Sep-2004  skrll Sync with HEAD.
 1.28.6.1  03-Aug-2004  skrll Sync with HEAD
 1.33.12.3  27-Feb-2008  yamt sync with head.
 1.33.12.2  03-Sep-2007  yamt sync with head.
 1.33.12.1  30-Dec-2006  yamt sync with head.
 1.34.20.1  18-Nov-2006  ad Sync with head.
 1.35.12.1  11-Jul-2007  mjf Sync with head.
 1.35.10.1  10-Apr-2007  ad Sync with head.
 1.35.6.1  15-Apr-2007  yamt sync with head.
 1.36.14.1  23-Mar-2008  matt sync with HEAD
 1.36.10.1  28-Feb-2008  rjs Sync with HEAD.

RSS XML Feed