Commit Graph

493 Commits

Author SHA1 Message Date
rjs
6d0faff4f5 Remove majors.hpcarm. 2006-05-07 17:13:19 +00:00
rjs
0472dd9d9c A device node for apm is already declared in majors.arm32. 2006-05-07 16:33:56 +00:00
rjs
76d66cf27d Add entries for all devices. 2006-05-07 15:47:07 +00:00
peter
4ece0d684f Add missing disclaimer. 2006-04-11 15:21:26 +00:00
peter
a62a67d37c Implement pmap_devmap on hpcarm to map I/O registers that are used
in early start-up stage. Change the virtual address for UART #3 to
the physical address in the configuration files.
While here, implement the sa11x0_bs_unmap function.

Reviewed by Toru Nishimura (on port-arm).
2006-04-11 15:08:10 +00:00
pavel
dc1372c547 Add stf to all kernel configs which have INET6 and gif, except the INSTALL
ones and those for specific machines of developers. PR 32304.

OK'ed by rpaulo.

N.B. stf is a cloning device, so it still must be enabled by
"ifconfig stf0 create".
2006-03-28 20:58:39 +00:00
peter
e51f18a055 Use TAILQ_FOREACH. 2006-03-26 13:50:13 +00:00
peter
905a47b101 The sa11x0 include files live in arm/sa11x0 these days. 2006-03-25 15:26:51 +00:00
peter
d846a6e28f The sa11x0 include files live in arm/sa11x0 these days.
Use an actual buffer to store the sample, not just a pointer.

From Arnaud Lacombe on port-hpcarm.
2006-03-25 15:23:49 +00:00
peter
724da0fd92 Cleanup:
- Apply static.
- KNF.
- Wrap long lines, unwrap short lines.

No functional changes.
2006-03-04 16:51:56 +00:00
peter
103776fe4f Only compile in debug strings when SED_DEBUG is defined. 2006-03-04 15:23:14 +00:00
peter
4984bb85d9 Remove pioc device and all devices that attach to it (were commented out
anyway).
2006-03-04 15:19:47 +00:00
peter
0981d5da64 Comment out options DIAGNOSTIC. 2006-03-04 14:40:09 +00:00
peter
66e415f4b1 Add file-systems TMPFS and UDF, commented out. 2006-03-04 14:38:55 +00:00
peter
4a5a04e434 s/u_intN_t/uintN_t/ 2006-03-04 14:36:19 +00:00
peter
547e1f6637 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.
2006-03-04 14:09:36 +00:00
peter
a80c446270 Match all Jornada 7xx models. 2006-03-04 13:57:38 +00:00
peter
018931a9c8 Use ANSI functions decls. KNF. 2006-03-04 13:57:11 +00:00
peter
ffc68bd503 Match all Jornada 7xx models. 2006-03-04 13:54:08 +00:00
peter
a3d9242e4a Add (empty) machine_standby and machine_sleep functions, which will be
needed for hpcapm(4).
2006-02-27 11:34:35 +00:00
is
4e153e3dce Prototype for fakecninit(). 2006-02-21 12:32:02 +00:00
cube
6ff13154dd Remove 'count' argument for pseudo-devices that ignore it
(vnd, bpfilter, ppp, gif, gre, tun, sl, strip, faith, stf).
2006-02-05 05:01:48 +00:00
rpaulo
e1c6b6ed0f bpfilter doesn't accept count anymore. 2006-02-04 02:53:13 +00:00
peter
408bbbbcc3 Correct cut 'n pasto in comments. 2006-01-26 11:26:29 +00:00
peter
d0f63b3547 Use BOOT_FLAG() to parse the boot arguments.
Initialize boothowto to 0.
2006-01-26 11:12:20 +00:00
is
3e6fa3790b Boots - with serial console - far enough to ask for a root device. 2006-01-25 16:49:31 +00:00
peter
631bbf5e0c * Improve description header.
* Fix a typo.
* Remove unneeded includes.
2006-01-03 23:11:00 +00:00
peter
d68b0fc147 Add (commented out) options for color customization.
Enable customized output by default.
2006-01-03 23:01:51 +00:00
peter
95c56a8f9f Remove sl, it's already defined in IPAQ. 2006-01-03 22:59:49 +00:00
rjs
c92c820f96 Add config for installation kernel for IPAQ. 2005-12-30 11:36:22 +00:00
perry
2d65de2479 bare asm -> __asm 2005-12-24 22:45:33 +00:00
thorpej
c97c3de6e9 Remove the tablet line discipline. 2005-12-20 05:35:27 +00:00
christos
60388662fb PR/32312: Arnaud Degroote: apm on hpcarm ( NetBSD-current ) doesn"t compile 2005-12-16 04:02:14 +00:00
christos
95e1ffb156 merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
tsutsui
ff9b47d69e Adjust comments for options FFS_NO_SNAPSHOT.
XXX: This option should be mentioned in options(4).
2005-12-07 09:10:11 +00:00
peter
a7ccc64926 Add an obviously missing break in a switch statement.
Adjusting brightness and contrast now works!
2005-11-10 15:53:05 +00:00
peter
1c9957b31e - Remove options PORTMASTER (not used any code).
- Add (commented out) options DEBUG.
- Add "pseudo-device ksyms".
2005-10-23 15:34:19 +00:00
peter
5280269a8f Add a dummy WSKBDIO_GETLEDS, to make "wsconsctl -ka" work. 2005-10-23 15:27:06 +00:00
peter
61eb4528fc Remove the DEBUG define, this should be set in the config file. 2005-10-23 15:21:08 +00:00
peter
8a5e924b94 - Use ANSI function decls.
- KNF.
2005-10-23 15:19:58 +00:00
peter
fcadfb2052 - Use ANSI function decls.
- Add static, KNF.
- Print a newline in the attach routine for pretty dmesg output.
2005-10-23 15:18:54 +00:00
peter
d62e20c6c5 Minor KNF. 2005-10-23 15:15:39 +00:00
peter
14b26643ea - Merge Interrupt/SPL related stuff from hpcarm/hpcarm/stubs.c.
PR/17346 from Kevin Lo.  ok by ichiro@
- Remove __P.
- Use ANSI functions decls.
- Minor KNF.
2005-10-23 15:15:09 +00:00
peter
83a03b3e58 Use arm/arm32/stubs.c instead of hpcarm/hpcarm/stubs.c to reduce
duplicated code. PR/17346 from Kevin Lo.  ok by ichiro@
2005-10-23 15:14:39 +00:00
peter
70500cd708 - Remove __P.
- Use ANSI function decls.
- Put some debug information into #ifdef DEBUG.
2005-10-23 15:08:18 +00:00
peter
ab405b2010 - Remove __P.
- Use ANSI function decls.
- Tweak some comments.
- Fix a few typos.
- KNF.
2005-10-23 15:06:35 +00:00
peter
6a6d8015e0 Fix a typo. 2005-10-23 15:02:48 +00:00
peter
f2afca5030 - Remove __P.
- Remove var names in function declaration.
2005-10-23 15:02:30 +00:00
yamt
7e71f567e4 include "conf/std". 2005-09-17 09:44:05 +00:00
drochner
44bf0a7ee2 s/locdesc_t/int/g 2005-08-26 13:19:34 +00:00