History log of /netbsd-src/sys/arch/hpcarm/conf/files.hpcarm (Results 1 – 25 of 66)
Revision Date Author Comments
# 1e92636e 31-Mar-2012 nonaka <nonaka@NetBSD.org>

Add support kloader(4) for PXA2X0.


# b62fc9e2 17-Apr-2010 nonaka <nonaka@NetBSD.org>

Added Sharp W-ZERO3 series support.


# 825088ed 27-Apr-2008 matt <matt@NetBSD.org>

Merge kernel changes in matt-armv6 to HEAD.


# bb33f35f 20-Feb-2008 drochner <drochner@NetBSD.org>

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

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.

show more ...


# 4b293a84 03-Dec-2007 ad <ad@NetBSD.org>

Interrupt handling changes, in discussion since February:

- Reduce available SPL levels for hardware devices to none, vm, sched, high.
- Acquire kernel_lock only for interrupts at IPL_VM.
- Implemen

Interrupt handling changes, in discussion since February:

- Reduce available SPL levels for hardware devices to none, vm, sched, high.
- Acquire kernel_lock only for interrupts at IPL_VM.
- Implement threaded soft interrupts.

show more ...


# 966d9233 08-Jan-2007 ichiro <ichiro@NetBSD.org>

move devices entry to MD/conf/files.*
catch up to current kernel configuration


# 677fb8d6 07-Oct-2006 peter <peter@NetBSD.org>

Backout audio changes that crept in (not ready yet).


# 5231df85 07-Oct-2006 peter <peter@NetBSD.org>

Add support for touches on the HP hard icons, mostly copied from hpcsh but
also with support for raw kbd (for X).

No objection on port-hpcarm.


# e0a415df 10-May-2006 rjs <rjs@NetBSD.org>

Remove majors.arm32.


# f671d0e9 07-May-2006 rjs <rjs@NetBSD.org>

Put back full majors.hpcarm.


# 6d0faff4 07-May-2006 rjs <rjs@NetBSD.org>

Remove majors.hpcarm.


# 547e1f66 04-Mar-2006 peter <peter@NetBSD.org>

Split the Jornada 7xx drivers for the touch-panel, keyboard, lcd control
and power management into multiple files. This removes some dirty hacks
and improves the quality of the code.

- j720kbd.c

Split the Jornada 7xx drivers for the touch-panel, keyboard, lcd control
and power management into multiple files. This removes some dirty hacks
and improves the quality of the code.

- j720kbd.c - keyboard driver
* Converted to use the hpckbd(4) interface.
* Remove the old keymap file since it's no longer used.

- j720lcd.c - lcd brightness/control/power control

- j720pwr.c - power management
* Converted to use the hpcapm(4) interface.
* Fix the battery charge status. The values are non-linear so in order
to display a reasonable charge status we use a few charge points in
a table and interpolate between that.

- j720tp.c - touch-panel driver

- j720ssp.c - SSP port (on the SA-1110)

Many thanks to cube@ and uwe@ for providing useful feedback and reviewing
the changes.

show more ...


# 631bbf5e 03-Jan-2006 peter <peter@NetBSD.org>

* Improve description header.
* Fix a typo.
* Remove unneeded includes.


# 95e1ffb1 11-Dec-2005 christos <christos@NetBSD.org>

merge ktrace-lwp.


# 83a03b3e 23-Oct-2005 peter <peter@NetBSD.org>

Use arm/arm32/stubs.c instead of hpcarm/hpcarm/stubs.c to reduce
duplicated code. PR/17346 from Kevin Lo. ok by ichiro@


# b081eee0 28-Jun-2005 drochner <drochner@NetBSD.org>

convert remaining autoconf bus "submatch" functions to use the new
signature (passing locators), and remove some which obviously don't
serve any purpose
(untested, sorry)


# f53a32e6 28-May-2004 tsarna <tsarna@NetBSD.org>

Refactor tpcalib and hpc* ports to make tpcalib MI, as discussed on tech-kern.


# 10c7bfc7 08-Aug-2003 bsh <bsh@NetBSD.org>

split StrongArm companion chip (sacc) driver so that we can support
sacc on other platforms than hpcarm (evbarm for example).

codes specific to hpcarm are extracted and moved to hpcarm/dev/.


# c82ab2eb 26-Oct-2002 jdolecek <jdolecek@NetBSD.org>

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


# e77de5cb 16-Sep-2002 manu <manu@NetBSD.org>

Initial APM support (enough to get battery level)


# 77a6b82b 06-Sep-2002 gehenna <gehenna@NetBSD.org>

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 st

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.

show more ...


# 0fa83706 19-Jul-2002 ichiro <ichiro@NetBSD.org>

make compile "IPAQ"


# 422658da 19-Jul-2002 ichiro <ichiro@NetBSD.org>

move sa11x0 to under arch/arm
make compile


# f72ad6b9 19-Jul-2002 toshii <toshii@NetBSD.org>

Support jornada720 touchpanel.


# eedd9447 16-Apr-2002 thorpej <thorpej@NetBSD.org>

* 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

* 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.

show more ...


123