Commit Graph

633 Commits

Author SHA1 Message Date
wiz
4cbd24b23f dependant -> dependent 2011-06-30 20:09:15 +00:00
nonaka
6f01a46fa3 Remove noneed platid_match() in consinit(). 2011-06-23 12:40:32 +00:00
nonaka
bbac5da847 Delete unused define. 2011-06-23 12:38:02 +00:00
kiyohara
f479ccd483 Add bicons to constab. 2011-06-21 15:28:05 +00:00
kiyohara
88282c5654 Split pxa2x0_hpc/wzero3. 2011-06-21 15:23:57 +00:00
kiyohara
e215f3c202 Remove not effective call for pxa2x0_*_bootstrap(). 2011-06-14 14:33:50 +00:00
bouyer
063f96f3c2 merge the bouyer-quota2 branch. This adds a new on-disk format
to store disk quota usage and limits, integrated with ffs
metadata. Usage is checked by fsck_ffs (no more quotacheck)
and is covered by the WAPBL journal. Enabled with kernel
option QUOTA2 (added where QUOTA was enabled in kernel config files),
turned on with tunefs(8) on a per-filesystem
basis. mount_mfs(8) can also turn quotas on.

See http://mail-index.netbsd.org/tech-kern/2011/02/19/msg010025.html
for details.
2011-03-06 17:08:10 +00:00
tsutsui
43e8a97158 Add options P1003_1B_SEMAPHORE. 2011-01-04 02:19:32 +00:00
matt
6a66466f0c Move counting of faults, traps, intrs, soft[intr]s, syscalls, and nswtch
from uvmexp to per-cpu cpu_data and move them to 64bits.  Remove unneeded
includes of <uvm/uvm_extern.h> and/or <uvm/uvm.h>.
2010-12-20 00:25:23 +00:00
uebayasi
a7e80793d8 Fix DEBUG build. 2010-12-09 04:31:57 +00:00
hannken
afdfce8e3b Remove unused count from pseudo-device md. 2010-11-23 11:13:52 +00:00
uebayasi
7aed473aa6 Include sys/pmf.h for pmf(9) API. 2010-11-14 03:17:50 +00:00
uebayasi
29de20e7d1 sys/device.h is not suitable for such low-level definitions. 2010-11-13 14:07:06 +00:00
uebayasi
41e5df6d3e Remove incomplete, never worked dynamic run-time memory registration
(uvm_page_physload(9)).  This functionality will be re-added later.
2010-11-06 15:42:43 +00:00
tsutsui
f2af7cc187 Build install ramdisk kernel for JORNADA720. 2010-09-04 01:16:49 +00:00
tsutsui
189acfdc99 Enable options COMPAT_16 for old distributed.net client binaries. 2010-08-28 14:50:21 +00:00
tsutsui
961a253c71 Fix device_t/softc split botches. PR port-hpcarm/43780 2010-08-19 15:17:53 +00:00
tsutsui
7049a3dc1c Add acphy(4), which can be found with aue(4). 2010-08-12 17:23:23 +00:00
tsutsui
f54755843c Add options PXA2X0_LCD_WRITETHROUGH to improve console speed. 2010-08-08 11:25:53 +00:00
tsutsui
8a50d20d70 Add atapibus and atapi devices. My USB DVD multi drive requires them. 2010-07-31 16:02:11 +00:00
tsutsui
cb22d3f299 Add uaudio(4). 2010-07-31 15:57:30 +00:00
tsutsui
632b7e4671 Make FONT_VT220L8x16 default for aesthetics.
XXX1: Is it better to use FONT_VT220ISO8x16?
XXX2: Should we change the default font from FONT_BOLT8x16 in MI wsfont.c?
2010-07-21 12:16:54 +00:00
tsutsui
a367c4f857 - in max1233_readpos(), add some DELAY() after starting A/D so that
output values of touchscreen position are more stable on my WS003SH
- also tidy up read and calc ops in max1233_readpos()
- turn DAC on in max1233_init() as well as max1233_resume()
2010-07-19 15:20:21 +00:00
tsutsui
bd9787ae90 Bump MAXPARTITIONS from 8 to 16 using __HAVE_OLD_DISKLABEL compat method
as i386 and hpcmips. PR port-hpcarm/18256
2010-07-17 15:13:18 +00:00
tsutsui
c874d8cab4 Add upgt(4) for WS003SH/WS004SH internal WLAN. 2010-07-05 14:30:00 +00:00
tsutsui
e04e7d8109 Comment out options RTC_OFFSET so that bootinfo->timezone passed by
hpcboot will be used by default.
2010-06-26 16:34:47 +00:00
tsutsui
9bb99692d4 If options RTC_OFFSET is not specified use bootinfo->timezone passed
by hpcboot.exe as well as other hpc* ports.  Noticed by uwe@.
Also comment out options RTC_OFFSET=0 lines and note about this
in kernel config files.  Tested on WS003SH.

XXX: dup code among pxa2x0_hpc_machdep.c and sa11x0_hpc_machdep.c
2010-06-26 00:25:02 +00:00
tsutsui
8809b23e72 Add several USB Ethernet devices. 2010-06-25 17:53:28 +00:00
tsutsui
42613739e0 Enable options DDB, which is enabled in other kernels. 2010-06-25 17:42:02 +00:00
tsutsui
c57d9e3781 Set options RTC_OFFSET=-540 since Windows Mobile stores localtime
into the RTC and we can assume most W-ZERO3 users live in JST timezone.

XXX: Probably it would be better to allow a kernel getting RTC_OFFSET value
XXX: via bootinfo set by boot(8) or boot.cfg(5).
2010-06-25 17:40:32 +00:00
tsutsui
be8e5859f9 Apply fixes for PR port-arm/43339:
Set proper IPL_SOFTfoo values even in !FAST_SOFTINTS case.
 Some assertions in MI code expect they have unique values,
 per comments from rmind@.

Also cleanup various "interrupt hierarchy" code since IPL_NONE and
IPL_SOFTfoo should not be set by any hardware interrupt establish functions.

Ok'ed by mrg@, tested on shark and hpcarm.
2010-06-13 02:11:22 +00:00
nonaka
9f0932355d Added keypad driver for WS011SH. 2010-05-30 10:00:27 +00:00
nonaka
57e705950d Use callout_schedule(9). 2010-05-30 03:17:21 +00:00
nonaka
250a759ede Added WS020SH keymap. 2010-05-23 11:57:04 +00:00
nonaka
68dd400742 Added Support SD card insert/remove detection for WS020SH. 2010-05-23 11:53:18 +00:00
nonaka
ead0f77ecb Added some WS020SH specific parameters. 2010-05-23 11:49:16 +00:00
plunky
c938c0405b add btmagic(4) where other Bluetooth drivers are listed 2010-05-22 19:02:07 +00:00
nonaka
4071f15045 Added touchpad driver for WS011SH. 2010-05-22 15:37:58 +00:00
nonaka
6b968fe014 tune ADC Averaging Control parameter. 2010-05-15 03:54:35 +00:00
nonaka
12cd5caed9 Added touchpad driver for WS003SH. 2010-05-13 21:01:59 +00:00
nonaka
2f41d35d1d Added touchpad driver for WS007SH. 2010-05-09 10:39:59 +00:00
nonaka
cd77e74371 Added 2 options for X. 2010-05-09 02:03:35 +00:00
nonaka
791d1c3f19 fix indent. 2010-04-29 04:12:48 +00:00
nonaka
5ce7c98604 use platid_match(). 2010-04-29 01:58:51 +00:00
nonaka
0c580269a9 WS003SH is normally reseted. 2010-04-29 01:54:26 +00:00
nonaka
4932d44fdd The capacity of RAM is decided according to the model. 2010-04-24 21:52:34 +00:00
nonaka
e8fe64adb4 Oops, the direction of the shift is opposite. 2010-04-24 21:51:56 +00:00
nonaka
56de8227a6 nuke sc_stable_count. 2010-04-24 21:21:28 +00:00
nonaka
b62fc9e203 Added Sharp W-ZERO3 series support. 2010-04-17 13:36:21 +00:00
pooka
835e533be4 Remove unused count (invariably "4") from pseudo-device fss. 2010-04-16 13:48:27 +00:00