The NetBSD Project

CVS log for src/sys/arch/zaurus/zaurus/autoconf.c

[BACK] Up to [cvs.NetBSD.org] / src / sys / arch / zaurus / zaurus

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.17 / (download) - annotate - [select for diffs], Wed Dec 20 15:34:46 2023 UTC (3 months, 1 week ago) by thorpej
Branch: MAIN
CVS Tags: HEAD
Changes since 1.16: +2 -3 lines
Diff to previous 1.16 (colored) to selected 1.7 (colored)

Remove unnecessary <sys/malloc.h>.

Revision 1.16 / (download) - annotate - [select for diffs], Sat Mar 19 13:51:35 2022 UTC (2 years ago) by hannken
Branch: MAIN
CVS Tags: thorpej-ifq-base, thorpej-ifq, thorpej-altq-separation-base, thorpej-altq-separation, netbsd-10-base, netbsd-10-0-RELEASE, netbsd-10-0-RC6, netbsd-10-0-RC5, netbsd-10-0-RC4, netbsd-10-0-RC3, netbsd-10-0-RC2, netbsd-10-0-RC1, netbsd-10, bouyer-sunxi-drm-base, bouyer-sunxi-drm
Changes since 1.15: +4 -2 lines
Diff to previous 1.15 (colored) to selected 1.7 (colored)

Fix locking after opendisk(), VOP_IOCTL() needs an unlocked vnode,
vn_rdwr() needs flag IO_NODELOCKED.

Revision 1.15 / (download) - annotate - [select for diffs], Sat Feb 12 03:24:35 2022 UTC (2 years, 1 month ago) by riastradh
Branch: MAIN
Changes since 1.14: +3 -3 lines
Diff to previous 1.14 (colored) to selected 1.7 (colored)

sys: Fix various abuse of struct device internals.

Will help to make struct device opaque later.

Revision 1.13.12.1 / (download) - annotate - [select for diffs], Sun Aug 1 22:42:20 2021 UTC (2 years, 7 months ago) by thorpej
Branch: thorpej-i2c-spi-conf
Changes since 1.13: +3 -3 lines
Diff to previous 1.13 (colored) next main 1.14 (colored) to selected 1.7 (colored)

Sync with HEAD.

Revision 1.14 / (download) - annotate - [select for diffs], Mon Jun 21 03:05:24 2021 UTC (2 years, 9 months ago) by christos
Branch: MAIN
CVS Tags: thorpej-i2c-spi-conf2-base, thorpej-i2c-spi-conf2, thorpej-i2c-spi-conf-base, thorpej-futex2-base, thorpej-futex2, thorpej-cfargs2-base, thorpej-cfargs2
Changes since 1.13: +3 -3 lines
Diff to previous 1.13 (colored) to selected 1.7 (colored)

fix proplib deprecation

Revision 1.12.40.1 / (download) - annotate - [select for diffs], Mon Apr 13 08:04:13 2020 UTC (3 years, 11 months ago) by martin
Branch: phil-wifi
Changes since 1.12: +13 -3 lines
Diff to previous 1.12 (colored) next main 1.13 (colored) to selected 1.7 (colored)

Mostly merge changes from HEAD upto 20200411

Revision 1.12.44.1 / (download) - annotate - [select for diffs], Sat Nov 16 16:55:46 2019 UTC (4 years, 4 months ago) by martin
Branch: netbsd-9
CVS Tags: netbsd-9-3-RELEASE, netbsd-9-2-RELEASE, netbsd-9-1-RELEASE, netbsd-9-0-RELEASE, netbsd-9-0-RC2, netbsd-9-0-RC1
Changes since 1.12: +13 -3 lines
Diff to previous 1.12 (colored) next main 1.13 (colored) to selected 1.7 (colored)

Pull up following revision(s) (requested by tsutsui in ticket #430):

	sys/arch/arm/sa11x0/sa11x0_ost.c: revision 1.33
	sys/arch/zaurus/zaurus/autoconf.c: revision 1.13

Fix attach failure of zaudio(4) WM8731 (C7x0/860) and WM8750 (C1000/3x00).

The new MI iic(4) layer requires an explicit quirk info of PROBE_STRATEGY
via device properties.  Fixes PR kern/54658.

Should be pulled up to netbsd-9.

 -

Fix another attach failure of zaudio(4) WM8731 on Zaurus SL-C7x0/860.

When kernels were configured for both CPU_XSCALE_PXA270 and
CPU_XSCALE_PXA250, the OST freq value was not set until tc_init(9)
then all delay(9) during configure(9) returned immediately.

While here, use proper macro with description for readability.

Should be pulled up to netbsd-8 and netbsd-9.
(though zaudio(4) won't work on netbsd-8)

Revision 1.13 / (download) - annotate - [select for diffs], Wed Nov 13 17:48:03 2019 UTC (4 years, 4 months ago) by tsutsui
Branch: MAIN
CVS Tags: thorpej-futex-base, thorpej-futex, thorpej-cfargs-base, thorpej-cfargs, phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, phil-wifi-20191119, is-mlppp-base, is-mlppp, cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x, bouyer-xenpvh-base2, bouyer-xenpvh-base1, bouyer-xenpvh-base, bouyer-xenpvh, ad-namecache-base3, ad-namecache-base2, ad-namecache-base1, ad-namecache-base, ad-namecache
Branch point for: thorpej-i2c-spi-conf
Changes since 1.12: +13 -3 lines
Diff to previous 1.12 (colored) to selected 1.7 (colored)

Fix attach failure of zaudio(4) WM8731 (C7x0/860) and WM8750 (C1000/3x00).

The new MI iic(4) layer requires an explicit quirk info of PROBE_STRATEGY
via device properties.  Fixes PR kern/54658.

Should be pulled up to netbsd-9.

Revision 1.10.4.1 / (download) - annotate - [select for diffs], Tue Oct 30 17:20:38 2012 UTC (11 years, 5 months ago) by yamt
Branch: yamt-pagecache
CVS Tags: yamt-pagecache-tag8
Changes since 1.10: +7 -17 lines
Diff to previous 1.10 (colored) next main 1.11 (colored) to selected 1.7 (colored)

sync with head

Revision 1.10.10.2 / (download) - annotate - [select for diffs], Wed Aug 8 15:51:13 2012 UTC (11 years, 7 months ago) by martin
Branch: netbsd-6
CVS Tags: netbsd-6-1-RELEASE, netbsd-6-1-RC4, netbsd-6-1-RC3, netbsd-6-1-RC2, netbsd-6-1-RC1, netbsd-6-1-5-RELEASE, netbsd-6-1-4-RELEASE, netbsd-6-1-3-RELEASE, netbsd-6-1-2-RELEASE, netbsd-6-1-1-RELEASE, netbsd-6-1, netbsd-6-0-RELEASE, netbsd-6-0-RC2, netbsd-6-0-RC1, netbsd-6-0-6-RELEASE, netbsd-6-0-5-RELEASE, netbsd-6-0-4-RELEASE, netbsd-6-0-3-RELEASE, netbsd-6-0-2-RELEASE, netbsd-6-0-1-RELEASE, netbsd-6-0, matt-nb6-plus-nbase, matt-nb6-plus-base, matt-nb6-plus
Changes since 1.10.10.1: +1 -1 lines
Diff to previous 1.10.10.1 (colored) to branchpoint 1.10 (colored) next main 1.11 (colored) to selected 1.7 (colored)

Pull up following revision(s) (requested by mlelstv in ticket #466):
	sys/arch/amiga/amiga/autoconf.c: revision 1.113
	sys/arch/rs6000/rs6000/autoconf.c: revision 1.4
	sys/arch/emips/emips/autoconf.c: revision 1.6
	sys/arch/sandpoint/sandpoint/autoconf.c: revision 1.27
	sys/arch/evbmips/alchemy/autoconf.c: revision 1.18
	sys/arch/sgimips/sgimips/autoconf.c: revision 1.43
	sys/arch/atari/atari/autoconf.c: revision 1.63
	sys/arch/powerpc/oea/ofw_autoconf.c: revision 1.17
	sys/arch/mmeye/mmeye/autoconf.c: revision 1.9
	distrib/sets/lists/comp/mi: revision 1.1771
	sys/arch/mipsco/mipsco/autoconf.c: revision 1.25
	sys/arch/iyonix/iyonix/autoconf.c: revision 1.14
	sys/arch/hp300/hp300/autoconf.c: revision 1.100
	sys/kern/init_main.c: revision 1.445
	sys/arch/pmax/pmax/autoconf.c: revision 1.79
	sys/arch/netwinder/netwinder/autoconf.c: revision 1.11
	sys/arch/dreamcast/dreamcast/autoconf.c: revision 1.10
	sys/arch/ibmnws/ibmnws/autoconf.c: revision 1.12
	sys/arch/evbppc/ev64260/autoconf.c: revision 1.17
	sys/arch/evbmips/gdium/autoconf.c: revision 1.5
	sys/arch/algor/algor/autoconf.c: revision 1.21
	share/man/man9/Makefile: revision 1.367
	sys/arch/ews4800mips/ews4800mips/autoconf.c: revision 1.9
	sys/arch/amigappc/amigappc/autoconf.c: revision 1.5
	sys/arch/x86/x86/x86_autoconf.c: revision 1.65
	sys/arch/acorn26/acorn26/autoconf.c: revision 1.9
	sys/arch/mvmeppc/mvmeppc/autoconf.c: revision 1.13
	sys/arch/vax/vax/autoconf.c: revision 1.94
	sys/arch/usermode/dev/cpu.c: revision 1.72
	sys/arch/evbppc/virtex/autoconf.c: revision 1.5
	sys/arch/next68k/next68k/autoconf.c: revision 1.26
	sys/arch/mac68k/mac68k/autoconf.c: revision 1.73
	sys/arch/ia64/ia64/autoconf.c: revision 1.6
	sys/arch/evbppc/obs405/obs405_autoconf.c: revision 1.6
	share/man/man9/cpu_rootconf.9: revision 1.7
	sys/arch/landisk/landisk/autoconf.c: revision 1.6
	sys/arch/evbmips/malta/autoconf.c: revision 1.16
	sys/arch/sun3/sun3/autoconf.c: revision 1.76
	sys/arch/evbppc/explora/autoconf.c: revision 1.13
	sys/arch/sun3/sun3/autoconf.c: revision 1.77
	sys/arch/evbmips/loongson/autoconf.c: revision 1.3
	sys/arch/evbmips/atheros/autoconf.c: revision 1.11
	sys/arch/sparc64/sparc64/autoconf.c: revision 1.188
	sys/arch/acorn32/acorn32/autoconf.c: revision 1.18
	sys/arch/evbarm/evbarm/autoconf.c: revision 1.13
	sys/arch/cobalt/cobalt/autoconf.c: revision 1.30
	sys/arch/mvme68k/mvme68k/autoconf.c: revision 1.46
	sys/arch/hp700/hp700/autoconf.c: revision 1.48
	sys/arch/evbmips/adm5120/autoconf.c: revision 1.5
	sys/arch/hpcmips/hpcmips/autoconf.c: revision 1.25
	sys/arch/alpha/alpha/autoconf.c: revision 1.52
	sys/arch/sparc/sparc/autoconf.c: revision 1.244
	sys/arch/evbppc/pmppc/autoconf.c: revision 1.7
	sys/arch/bebox/bebox/autoconf.c: revision 1.25
	sys/arch/luna68k/luna68k/autoconf.c: revision 1.13
	sys/arch/hpcarm/hpcarm/autoconf.c: revision 1.20
	sys/arch/evbppc/walnut/autoconf.c: revision 1.21
	sys/arch/cesfic/cesfic/autoconf.c: revision 1.26
	sys/arch/cats/cats/autoconf.c: revision 1.17
	sys/arch/x68k/x68k/autoconf.c: revision 1.67
	sys/arch/news68k/news68k/autoconf.c: revision 1.21
	sys/arch/arc/arc/autoconf.c: revision 1.34
	sys/arch/evbsh3/evbsh3/autoconf.c: revision 1.11
	sys/sys/conf.h: revision 1.143
	sys/arch/evbmips/rasoc/autoconf.c: revision 1.3
	sys/arch/hpcsh/hpcsh/autoconf.c: revision 1.26
	sys/arch/sun68k/sun68k/autoconf.c: revision 1.29
	sys/arch/evbmips/rmixl/autoconf.c: revision 1.6
	sys/arch/zaurus/zaurus/autoconf.c: revision 1.12
	sys/arch/xen/x86/autoconf.c: revision 1.15
	sys/arch/evbppc/mpc85xx/autoconf.c: revision 1.6
	sys/arch/shark/shark/autoconf.c: revision 1.18
	sys/arch/prep/prep/autoconf.c: revision 1.25
	sys/arch/newsmips/newsmips/autoconf.c: revision 1.36
	sys/arch/sbmips/sbmips/autoconf.c: revision 1.8
Do not call setroot() from MD code and from MI code, which has
unwanted sideeffects in the RB_ASKNAME case. This fixes PR/46732.
No longer wrap MD cpu_rootconf(), as hp300 port stores reboot information
as a side effect. Instead call MI rootconf() from MD code which makes
rootconf() now a wrapper to setroot().
Adjust several MD routines to set the global booted_device,booted_partition
variables instead of passing partial information to setroot().
Make cpu_rootconf(9) describe the calling order.
add rootconf(9) as a link to cpu_rootconf(9)
make this compile again

Revision 1.12 / (download) - annotate - [select for diffs], Sun Jul 29 18:05:47 2012 UTC (11 years, 8 months ago) by mlelstv
Branch: MAIN
CVS Tags: yamt-pagecache-base9, yamt-pagecache-base8, yamt-pagecache-base7, yamt-pagecache-base6, tls-maxphys-base-20171202, tls-maxphys-base, tls-maxphys, tls-earlyentropy-base, tls-earlyentropy, rmind-smpnet-nbase, rmind-smpnet-base, rmind-smpnet, riastradh-xf86-video-intel-2-7-1-pre-2-21-15, riastradh-drm2-base3, riastradh-drm2-base2, riastradh-drm2-base1, riastradh-drm2-base, riastradh-drm2, prg-localcount2-base3, prg-localcount2-base2, prg-localcount2-base1, prg-localcount2-base, prg-localcount2, phil-wifi-base, phil-wifi-20190609, pgoyette-localcount-base, pgoyette-localcount-20170426, pgoyette-localcount-20170320, pgoyette-localcount-20170107, pgoyette-localcount-20161104, pgoyette-localcount-20160806, pgoyette-localcount-20160726, pgoyette-localcount, pgoyette-compat-merge-20190127, pgoyette-compat-base, pgoyette-compat-20190127, pgoyette-compat-20190118, pgoyette-compat-1226, pgoyette-compat-1126, pgoyette-compat-1020, pgoyette-compat-0930, pgoyette-compat-0906, pgoyette-compat-0728, pgoyette-compat-0625, pgoyette-compat-0521, pgoyette-compat-0502, pgoyette-compat-0422, pgoyette-compat-0415, pgoyette-compat-0407, pgoyette-compat-0330, pgoyette-compat-0322, pgoyette-compat-0315, pgoyette-compat, perseant-stdc-iso10646-base, perseant-stdc-iso10646, nick-nhusb-base-20170825, nick-nhusb-base-20170204, nick-nhusb-base-20161204, nick-nhusb-base-20161004, nick-nhusb-base-20160907, nick-nhusb-base-20160529, nick-nhusb-base-20160422, nick-nhusb-base-20160319, nick-nhusb-base-20151226, nick-nhusb-base-20150921, nick-nhusb-base-20150606, nick-nhusb-base-20150406, nick-nhusb-base, nick-nhusb, netbsd-9-base, netbsd-8-base, netbsd-8-2-RELEASE, netbsd-8-1-RELEASE, netbsd-8-1-RC1, netbsd-8-0-RELEASE, netbsd-8-0-RC2, netbsd-8-0-RC1, netbsd-8, netbsd-7-nhusb-base-20170116, netbsd-7-nhusb-base, netbsd-7-nhusb, netbsd-7-base, netbsd-7-2-RELEASE, netbsd-7-1-RELEASE, netbsd-7-1-RC2, netbsd-7-1-RC1, netbsd-7-1-2-RELEASE, netbsd-7-1-1-RELEASE, netbsd-7-1, netbsd-7-0-RELEASE, netbsd-7-0-RC3, netbsd-7-0-RC2, netbsd-7-0-RC1, netbsd-7-0-2-RELEASE, netbsd-7-0-1-RELEASE, netbsd-7-0, netbsd-7, matt-nb8-mediatek-base, matt-nb8-mediatek, localcount-20160914, khorben-n900, jdolecek-ncq-base, jdolecek-ncq, isaki-audio2-base, isaki-audio2, bouyer-socketcan-base1, bouyer-socketcan-base, bouyer-socketcan, agc-symver-base, agc-symver
Branch point for: phil-wifi, netbsd-9
Changes since 1.11: +3 -3 lines
Diff to previous 1.11 (colored) to selected 1.7 (colored)

Do not call setroot() from MD code and from MI code, which has
unwanted sideeffects in the RB_ASKNAME case. This fixes PR/46732.

No longer wrap MD cpu_rootconf(), as hp300 port stores reboot information
as a side effect. Instead call MI rootconf() from MD code which makes
rootconf() now a wrapper to setroot().

Adjust several MD routines to set the global booted_device,booted_partition
variables instead of passing partial information to setroot().

Make cpu_rootconf(9) describe the calling order.

Revision 1.10.10.1 / (download) - annotate - [select for diffs], Thu Jul 5 18:12:49 2012 UTC (11 years, 8 months ago) by riz
Branch: netbsd-6
Changes since 1.10: +6 -16 lines
Diff to previous 1.10 (colored) to selected 1.7 (colored)

Pull up following revision(s) (requested by mlelstv in ticket #402):
	sys/dev/vnd.c: revision 1.221
	sys/kern/init_main.c: revision 1.443
	sys/kern/init_main.c: revision 1.444
	sys/dev/dkwedge/dk.c: revision 1.64
	sys/arch/x86/x86/x86_autoconf.c: revision 1.63
	sys/arch/sparc64/sparc64/autoconf.c: revision 1.187
	sys/sys/device.h: revision 1.141
	sys/dev/dkwedge/dkwedge_bsdlabel.c: revision 1.17
	sys/kern/kern_subr.c: revision 1.213
	sys/arch/zaurus/zaurus/autoconf.c: revision 1.11
	sys/arch/xen/x86/autoconf.c: revision 1.14
	sys/sys/disk.h: revision 1.57
Use the label's packname to create wedge names instead of the classic
device names. Fall back to classic device names when the label has an
empty name or the default name 'fictitious'.
autodiscover wedges
Make detection of root on wedges (dk(4)) machine independent. Remove
MD code for x86, xen, sparc64.
Make detection of root on wedges (dk(4)) machine independent. Remove
MD code for zaurus.
Do not try to find the wedge we booted from if opendisk(booted_device)
failed.

Revision 1.11 / (download) - annotate - [select for diffs], Wed Jun 13 20:04:30 2012 UTC (11 years, 9 months ago) by mlelstv
Branch: MAIN
Changes since 1.10: +6 -16 lines
Diff to previous 1.10 (colored) to selected 1.7 (colored)

Make detection of root on wedges (dk(4)) machine independent. Remove
MD code for zaurus.

Revision 1.9.6.1 / (download) - annotate - [select for diffs], Mon Jun 6 09:07:13 2011 UTC (12 years, 9 months ago) by jruoho
Branch: jruoho-x86intr
Changes since 1.9: +4 -11 lines
Diff to previous 1.9 (colored) next main 1.10 (colored) to selected 1.7 (colored)

Sync with HEAD.

Revision 1.9.4.1 / (download) - annotate - [select for diffs], Tue May 31 03:04:25 2011 UTC (12 years, 10 months ago) by rmind
Branch: rmind-uvmplock
Changes since 1.9: +4 -11 lines
Diff to previous 1.9 (colored) next main 1.10 (colored) to selected 1.7 (colored)

sync with head

Revision 1.10 / (download) - annotate - [select for diffs], Thu May 5 08:46:12 2011 UTC (12 years, 10 months ago) by nonaka
Branch: MAIN
CVS Tags: yamt-pagecache-base5, yamt-pagecache-base4, yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base, rmind-uvmplock-nbase, rmind-uvmplock-base, netbsd-6-base, jmcneill-usbmp-pre-base2, jmcneill-usbmp-base9, jmcneill-usbmp-base8, jmcneill-usbmp-base7, jmcneill-usbmp-base6, jmcneill-usbmp-base5, jmcneill-usbmp-base4, jmcneill-usbmp-base3, jmcneill-usbmp-base2, jmcneill-usbmp-base10, jmcneill-usbmp-base, jmcneill-usbmp, jmcneill-audiomp3-base, jmcneill-audiomp3, cherry-xenmp-base, cherry-xenmp
Branch point for: yamt-pagecache, netbsd-6
Changes since 1.9: +4 -11 lines
Diff to previous 1.9 (colored) to selected 1.7 (colored)

Don't check device numbers.

Revision 1.5.18.3 / (download) - annotate - [select for diffs], Thu Mar 11 15:03:11 2010 UTC (14 years ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.5.18.2: +21 -12 lines
Diff to previous 1.5.18.2 (colored) to branchpoint 1.5 (colored) next main 1.6 (colored) to selected 1.7 (colored)

sync with head

Revision 1.9 / (download) - annotate - [select for diffs], Thu Nov 5 18:17:34 2009 UTC (14 years, 4 months ago) by dyoung
Branch: MAIN
CVS Tags: yamt-nfs-mp-base9, yamt-nfs-mp-base11, yamt-nfs-mp-base10, uebayasi-xip-base7, uebayasi-xip-base6, uebayasi-xip-base5, uebayasi-xip-base4, uebayasi-xip-base3, uebayasi-xip-base2, uebayasi-xip-base1, uebayasi-xip-base, uebayasi-xip, matt-premerge-20091211, matt-mips64-premerge-20101231, jym-xensuspend-nbase, jym-xensuspend-base, jruoho-x86intr-base, bouyer-quota2-nbase, bouyer-quota2-base, bouyer-quota2
Branch point for: rmind-uvmplock, jruoho-x86intr
Changes since 1.8: +21 -12 lines
Diff to previous 1.8 (colored) to selected 1.7 (colored)

Use deviter(9) instead of accessing alldevs directly.  Untested.

Revision 1.6.14.1 / (download) - annotate - [select for diffs], Wed May 13 17:18:55 2009 UTC (14 years, 10 months ago) by jym
Branch: jym-xensuspend
Changes since 1.6: +167 -13 lines
Diff to previous 1.6 (colored) next main 1.7 (colored)

Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.

Revision 1.5.18.2 / (download) - annotate - [select for diffs], Mon May 4 08:12:16 2009 UTC (14 years, 10 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.5.18.1: +167 -13 lines
Diff to previous 1.5.18.1 (colored) to branchpoint 1.5 (colored) to selected 1.7 (colored)

sync with head.

Revision 1.6.8.2 / (download) - annotate - [select for diffs], Tue Apr 28 07:35:03 2009 UTC (14 years, 11 months ago) by skrll
Branch: nick-hppapmap
Changes since 1.6.8.1: +22 -2 lines
Diff to previous 1.6.8.1 (colored) to branchpoint 1.6 (colored) next main 1.7 (colored)

Sync with HEAD.

Revision 1.8 / (download) - annotate - [select for diffs], Wed Mar 11 09:02:05 2009 UTC (15 years ago) by nonaka
Branch: MAIN
CVS Tags: yamt-nfs-mp-base8, yamt-nfs-mp-base7, yamt-nfs-mp-base6, yamt-nfs-mp-base5, yamt-nfs-mp-base4, yamt-nfs-mp-base3, nick-hppapmap-base4, nick-hppapmap-base3, nick-hppapmap-base, jymxensuspend-base
Changes since 1.7: +22 -2 lines
Diff to previous 1.7 (colored)

Added kloader support.

Revision 1.6.8.1 / (download) - annotate - [select for diffs], Tue Mar 3 18:30:07 2009 UTC (15 years ago) by skrll
Branch: nick-hppapmap
Changes since 1.6: +147 -13 lines
Diff to previous 1.6 (colored) to selected 1.7 (colored)

Sync with HEAD.

Revision 1.7 / (download) - annotate - [selected], Mon Mar 2 09:33:02 2009 UTC (15 years, 1 month ago) by nonaka
Branch: MAIN
CVS Tags: nick-hppapmap-base2
Changes since 1.6: +147 -13 lines
Diff to previous 1.6 (colored)

Added zboot from OpenBSD.

Revision 1.5.14.1 / (download) - annotate - [select for diffs], Mon Jun 2 13:22:56 2008 UTC (15 years, 9 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.5: +2 -9 lines
Diff to previous 1.5 (colored) next main 1.6 (colored) to selected 1.7 (colored)

Sync with HEAD.

Revision 1.5.16.1 / (download) - annotate - [select for diffs], Sun May 18 12:33:08 2008 UTC (15 years, 10 months ago) by yamt
Branch: yamt-pf42
Changes since 1.5: +2 -9 lines
Diff to previous 1.5 (colored) next main 1.6 (colored) to selected 1.7 (colored)

sync with head.

Revision 1.5.18.1 / (download) - annotate - [select for diffs], Fri May 16 02:23:34 2008 UTC (15 years, 10 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.5: +2 -9 lines
Diff to previous 1.5 (colored) to selected 1.7 (colored)

sync with head.

Revision 1.6 / (download) - annotate - [select for diffs], Mon Apr 28 20:23:41 2008 UTC (15 years, 11 months ago) by martin
Branch: MAIN
CVS Tags: yamt-pf42-base4, yamt-pf42-base3, yamt-pf42-base2, yamt-nfs-mp-base2, wrstuden-revivesa-base-4, wrstuden-revivesa-base-3, wrstuden-revivesa-base-2, wrstuden-revivesa-base-1, wrstuden-revivesa-base, wrstuden-revivesa, simonb-wapbl-nbase, simonb-wapbl-base, simonb-wapbl, netbsd-5-base, netbsd-5-2-RELEASE, netbsd-5-2-RC1, netbsd-5-2-3-RELEASE, netbsd-5-2-2-RELEASE, netbsd-5-2-1-RELEASE, netbsd-5-2, netbsd-5-1-RELEASE, netbsd-5-1-RC4, netbsd-5-1-RC3, netbsd-5-1-RC2, netbsd-5-1-RC1, netbsd-5-1-5-RELEASE, netbsd-5-1-4-RELEASE, netbsd-5-1-3-RELEASE, netbsd-5-1-2-RELEASE, netbsd-5-1-1-RELEASE, netbsd-5-1, netbsd-5-0-RELEASE, netbsd-5-0-RC4, netbsd-5-0-RC3, netbsd-5-0-RC2, netbsd-5-0-RC1, netbsd-5-0-2-RELEASE, netbsd-5-0-1-RELEASE, netbsd-5-0, netbsd-5, mjf-devfs2-base, matt-nb5-pq3-base, matt-nb5-pq3, matt-nb5-mips64-u2-k2-k4-k7-k8-k9, matt-nb5-mips64-u1-k1-k5, matt-nb5-mips64-premerge-20101231, matt-nb5-mips64-premerge-20091211, matt-nb5-mips64-k15, matt-nb5-mips64, matt-nb4-mips64-k7-u2a-k9b, matt-mips64-base2, hpcarm-cleanup-nbase, haad-nbase2, haad-dm-base2, haad-dm-base1, haad-dm-base, haad-dm, ad-audiomp2-base, ad-audiomp2
Branch point for: nick-hppapmap, jym-xensuspend
Changes since 1.5: +2 -9 lines
Diff to previous 1.5 (colored) to selected 1.7 (colored)

Remove clause 3 and 4 from TNF licenses

Revision 1.3.6.2 / (download) - annotate - [select for diffs], Wed Jan 9 01:50:26 2008 UTC (16 years, 2 months ago) by matt
Branch: matt-armv6
Changes since 1.3.6.1: +2 -4 lines
Diff to previous 1.3.6.1 (colored) to branchpoint 1.3 (colored) next main 1.4 (colored) to selected 1.7 (colored)

sync with HEAD

Revision 1.3.2.1 / (download) - annotate - [select for diffs], Wed Dec 26 22:24:56 2007 UTC (16 years, 3 months ago) by rjs
Branch: hpcarm-cleanup
Changes since 1.3: +2 -4 lines
Diff to previous 1.3 (colored) next main 1.4 (colored) to selected 1.7 (colored)

Sync with HEAD.

Revision 1.3.4.1 / (download) - annotate - [select for diffs], Sun Dec 9 19:36:34 2007 UTC (16 years, 3 months ago) by jmcneill
Branch: jmcneill-pm
Changes since 1.3: +2 -4 lines
Diff to previous 1.3 (colored) next main 1.4 (colored) to selected 1.7 (colored)

Sync with HEAD.

Revision 1.4.2.1 / (download) - annotate - [select for diffs], Sat Dec 8 18:18:32 2007 UTC (16 years, 3 months ago) by mjf
Branch: mjf-devfs
Changes since 1.4: +2 -4 lines
Diff to previous 1.4 (colored) next main 1.5 (colored) to selected 1.7 (colored)

Sync with HEAD.

Revision 1.2.4.4 / (download) - annotate - [select for diffs], Fri Dec 7 17:27:35 2007 UTC (16 years, 3 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.2.4.3: +2 -4 lines
Diff to previous 1.2.4.3 (colored) to branchpoint 1.2 (colored) next main 1.3 (colored) to selected 1.7 (colored)

sync with head

Revision 1.2.12.2 / (download) - annotate - [select for diffs], Mon Dec 3 18:40:57 2007 UTC (16 years, 3 months ago) by ad
Branch: vmlocking
Changes since 1.2.12.1: +2 -4 lines
Diff to previous 1.2.12.1 (colored) to branchpoint 1.2 (colored) next main 1.3 (colored) to selected 1.7 (colored)

Sync with HEAD.

Revision 1.5 / (download) - annotate - [select for diffs], Mon Dec 3 15:34:31 2007 UTC (16 years, 3 months ago) by ad
Branch: MAIN
CVS Tags: yamt-pf42-baseX, yamt-pf42-base, yamt-nfs-mp-base, yamt-lazymbuf-base15, yamt-lazymbuf-base14, yamt-kmem-base3, yamt-kmem-base2, yamt-kmem-base, yamt-kmem, vmlocking2-base3, vmlocking2-base2, vmlocking2-base1, vmlocking2, vmlocking-nbase, reinoud-bufcleanup-nbase, reinoud-bufcleanup-base, nick-net80211-sync-base, nick-net80211-sync, mjf-devfs-base, matt-armv6-nbase, matt-armv6-base, keiichi-mipv6-nbase, keiichi-mipv6-base, keiichi-mipv6, jmcneill-pm-base, hpcarm-cleanup-base, cube-autoconf-base, cube-autoconf, bouyer-xeni386-nbase, bouyer-xeni386-merge1, bouyer-xeni386-base, bouyer-xeni386, ad-socklock-base1
Branch point for: yamt-pf42, yamt-nfs-mp, mjf-devfs2
Changes since 1.4: +2 -4 lines
Diff to previous 1.4 (colored) to selected 1.7 (colored)

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.

Revision 1.3.6.1 / (download) - annotate - [select for diffs], Tue Nov 6 23:24:43 2007 UTC (16 years, 4 months ago) by matt
Branch: matt-armv6
CVS Tags: matt-armv6-prevmlocking
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored) to selected 1.7 (colored)

sync with HEAD

Revision 1.4 / (download) - annotate - [select for diffs], Wed Oct 17 19:58:41 2007 UTC (16 years, 5 months ago) by garbled
Branch: MAIN
CVS Tags: yamt-x86pmap-base4, jmcneill-base, bouyer-xenamd64-base2, bouyer-xenamd64-base
Branch point for: mjf-devfs
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored) to selected 1.7 (colored)

Merge the ppcoea-renovation branch to HEAD.

This branch was a major cleanup and rototill of many of the various OEA
cpu based PPC ports that focused on sharing as much code as possible
between the various ports to eliminate near-identical copies of files in
every tree.  Additionally there is a new PIC system that unifies the
interface to interrupt code for all different OEA ppc arches.  The work
for this branch was done by a variety of people, too long to list here.

TODO:
bebox still needs work to complete the transition to -renovation.
ofppc still needs a bunch of work, which I will be looking at.
ev64260 still needs to be renovated
amigappc was not attempted.

NOTES:
pmppc was removed as an arch, and moved to a evbppc target.

Revision 1.2.20.1 / (download) - annotate - [select for diffs], Wed Oct 3 19:26:22 2007 UTC (16 years, 5 months ago) by garbled
Branch: ppcoea-renovation
Changes since 1.2: +5 -2 lines
Diff to previous 1.2 (colored) next main 1.3 (colored) to selected 1.7 (colored)

Sync with HEAD

Revision 1.2.4.3 / (download) - annotate - [select for diffs], Mon Sep 3 14:31:45 2007 UTC (16 years, 6 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.2.4.2: +5 -2 lines
Diff to previous 1.2.4.2 (colored) to branchpoint 1.2 (colored) to selected 1.7 (colored)

sync with head.

Revision 1.2.12.1 / (download) - annotate - [select for diffs], Mon Aug 20 18:39:24 2007 UTC (16 years, 7 months ago) by ad
Branch: vmlocking
Changes since 1.2: +5 -2 lines
Diff to previous 1.2 (colored) to selected 1.7 (colored)

Sync with HEAD.

Revision 1.2.24.1 / (download) - annotate - [select for diffs], Wed Aug 15 13:48:06 2007 UTC (16 years, 7 months ago) by skrll
Branch: nick-csl-alignment
Changes since 1.2: +5 -2 lines
Diff to previous 1.2 (colored) next main 1.3 (colored) to selected 1.7 (colored)

Sync with HEAD.

Revision 1.2.22.1 / (download) - annotate - [select for diffs], Tue Aug 7 18:05:58 2007 UTC (16 years, 7 months ago) by matt
Branch: matt-mips64
Changes since 1.2: +5 -2 lines
Diff to previous 1.2 (colored) next main 1.3 (colored) to selected 1.7 (colored)

Sync with HEAD.

Revision 1.3 / (download) - annotate - [select for diffs], Sun Jul 29 14:31:24 2007 UTC (16 years, 8 months ago) by nonaka
Branch: MAIN
CVS Tags: yamt-x86pmap-base3, yamt-x86pmap-base2, yamt-x86pmap-base, yamt-x86pmap, vmlocking-base, ppcoea-renovation-base, nick-csl-alignment-base5, matt-mips64-base, bouyer-xenamd64
Branch point for: matt-armv6, jmcneill-pm, hpcarm-cleanup
Changes since 1.2: +5 -2 lines
Diff to previous 1.2 (colored) to selected 1.7 (colored)

Added support to detect AC adapter and charge battery.

Revision 1.2.6.2 / (download) - annotate - [select for diffs], Fri Jan 12 01:01:03 2007 UTC (17 years, 2 months ago) by ad
Branch: newlock2
Changes since 1.2.6.1: +83 -0 lines
Diff to previous 1.2.6.1 (colored) to branchpoint 1.2 (colored) next main 1.3 (colored) to selected 1.7 (colored)

Sync with head.

Revision 1.2.4.2 / (download) - annotate - [select for diffs], Sat Dec 30 20:47:31 2006 UTC (17 years, 3 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.2.4.1: +83 -0 lines
Diff to previous 1.2.4.1 (colored) to branchpoint 1.2 (colored) to selected 1.7 (colored)

sync with head.

Revision 1.2.2.2 / (download) - annotate - [select for diffs], Mon Dec 18 11:42:13 2006 UTC (17 years, 3 months ago) by yamt
Branch: yamt-splraiseipl
Changes since 1.2.2.1: +83 -0 lines
Diff to previous 1.2.2.1 (colored) to branchpoint 1.2 (colored) next main 1.3 (colored) to selected 1.7 (colored)

sync with head.

Revision 1.2.6.1, Sun Dec 17 16:07:11 2006 UTC (17 years, 3 months ago) by ad
Branch: newlock2
Changes since 1.2: +0 -83 lines
FILE REMOVED

file autoconf.c was added on branch newlock2 on 2007-01-12 01:01:03 +0000

Revision 1.2.4.1, Sun Dec 17 16:07:11 2006 UTC (17 years, 3 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.2: +0 -83 lines
FILE REMOVED

file autoconf.c was added on branch yamt-lazymbuf on 2006-12-30 20:47:31 +0000

Revision 1.2.2.1, Sun Dec 17 16:07:11 2006 UTC (17 years, 3 months ago) by yamt
Branch: yamt-splraiseipl
Changes since 1.2: +0 -83 lines
FILE REMOVED

file autoconf.c was added on branch yamt-splraiseipl on 2006-12-18 11:42:13 +0000

Revision 1.2 / (download) - annotate - [select for diffs], Sun Dec 17 16:07:11 2006 UTC (17 years, 3 months ago) by peter
Branch: MAIN
CVS Tags: yamt-splraiseipl-base5, yamt-splraiseipl-base4, yamt-idlelwp-base8, yamt-idlelwp, thorpej-atomic-base, thorpej-atomic, reinoud-bufcleanup, post-newlock2-merge, nick-csl-alignment-base, newlock2-nbase, newlock2-base, mjf-ufs-trans-base, mjf-ufs-trans, ad-audiomp-base, ad-audiomp
Branch point for: yamt-splraiseipl, yamt-lazymbuf, vmlocking, ppcoea-renovation, nick-csl-alignment, newlock2, matt-mips64
Changes since 1.1: +20 -9 lines
Diff to previous 1.1 (colored) to selected 1.7 (colored)

Update from the latest Zaurus source from NONAKA Kimihiro.

- LCD screen and keyboard are working now.
- Add bootstrap loader.

Revision 1.1 / (download) - annotate - [select for diffs], Sat Dec 16 05:57:48 2006 UTC (17 years, 3 months ago) by ober
Branch: MAIN
Diff to selected 1.7 (colored)

Zaurus Port from OpenBSD by Nonaka Kimihiro
OK gimpy

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>