The NetBSD Project

CVS log for src/sys/arch/sparc/dev/zs.c

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.124: download - view: text, markup, annotated - select for diffs
Sat Sep 11 20:28:05 2021 UTC (3 years, 8 months ago) by andvar
Branches: MAIN
CVS tags: thorpej-ifq-base, thorpej-ifq, thorpej-altq-separation-base, thorpej-altq-separation, perseant-exfatfs-base-20240630, perseant-exfatfs-base, perseant-exfatfs, netbsd-10-base, netbsd-10-1-RELEASE, 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, HEAD
Diff to: previous 1.123: preferred, colored
Changes since revision 1.123: +3 -3 lines
Add missing double p and d for stopped and overriden accordingly.
Fix few more typos along the way, mainly in copy-pasted comments.

Revision 1.123: download - view: text, markup, annotated - select for diffs
Sat Aug 7 16:19:05 2021 UTC (3 years, 9 months ago) by thorpej
Branches: MAIN
CVS tags: thorpej-i2c-spi-conf2-base, thorpej-i2c-spi-conf2
Diff to: previous 1.122: preferred, colored
Changes since revision 1.122: +5 -5 lines
Merge thorpej-cfargs2.

Revision 1.122.8.1: download - view: text, markup, annotated - select for diffs
Wed Aug 4 02:57:06 2021 UTC (3 years, 9 months ago) by thorpej
Branches: thorpej-cfargs2
Diff to: previous 1.122: preferred, colored; next MAIN 1.123: preferred, colored
Changes since revision 1.122: +5 -5 lines
Adapt to CFARGS().

Revision 1.122: download - view: text, markup, annotated - select for diffs
Sat Apr 24 23:36:49 2021 UTC (4 years ago) by thorpej
Branches: MAIN
CVS tags: thorpej-i2c-spi-conf-base, thorpej-i2c-spi-conf, thorpej-futex2-base, thorpej-futex2, thorpej-cfargs2-base, cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x
Branch point for: thorpej-cfargs2
Diff to: previous 1.121: preferred, colored
Changes since revision 1.121: +6 -5 lines
Merge thorpej-cfargs branch:

Simplify and make extensible the config_search() / config_found() /
config_attach() interfaces: rather than having different variants for
which arguments you want pass along, just have a single call that
takes a variadic list of tag-value arguments.

Adjust all call sites:
- Simplify wherever possible; don't pass along arguments that aren't
  actually needed.
- Don't be explicit about what interface attribute is attaching if
  the device only has one.  (More simplification.)
- Add a config_probe() function to be used in indirect configuiration
  situations, making is visibly easier to see when indirect config is
  in play, and allowing for future change in semantics.  (As of now,
  this is just a wrapper around config_match(), but that is an
  implementation detail.)

Remove unnecessary or redundant interface attributes where they're not
needed.

There are currently 5 "cfargs" defined:
- CFARG_SUBMATCH (submatch function for direct config)
- CFARG_SEARCH (search function for indirect config)
- CFARG_IATTR (interface attribte)
- CFARG_LOCATORS (locators array)
- CFARG_DEVHANDLE (devhandle_t - wraps OFW, ACPI, etc. handles)

...and a sentinel value CFARG_EOL.

Add some extra sanity checking to ensure that interface attributes
aren't ambiguous.

Use CFARG_DEVHANDLE in MI FDT, OFW, and ACPI code, and macppc and shark
ports to associate those device handles with device_t instance.  This
will trickle trough to more places over time (need back-end for pre-OFW
Sun OBP; any others?).

Revision 1.121.52.1: download - view: text, markup, annotated - select for diffs
Sun Mar 21 21:09:07 2021 UTC (4 years, 1 month ago) by thorpej
Branches: thorpej-cfargs
Diff to: previous 1.121: preferred, colored; next MAIN 1.122: preferred, colored
Changes since revision 1.121: +6 -5 lines
Give config_found() the same variadic arguments treatment as
config_search().  This commit only adds the CFARG_EOL sentinel
to the existing config_found() calls.  Conversion of config_found_sm_loc()
and config_found_ia() call sites will be in subsequent commits.

Revision 1.120.18.1: download - view: text, markup, annotated - select for diffs
Tue Nov 20 03:01:43 2012 UTC (12 years, 5 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.120: preferred, colored; next MAIN 1.121: preferred, colored
Changes since revision 1.120: +4 -4 lines
Resync to 2012-11-19 00:00:00 UTC

Revision 1.120.8.1: download - view: text, markup, annotated - select for diffs
Tue Oct 30 17:20:21 2012 UTC (12 years, 6 months ago) by yamt
Branches: yamt-pagecache
CVS tags: yamt-pagecache-tag8
Diff to: previous 1.120: preferred, colored; next MAIN 1.121: preferred, colored
Changes since revision 1.120: +4 -4 lines
sync with head

Revision 1.121: download - view: text, markup, annotated - select for diffs
Sat Oct 27 17:18:11 2012 UTC (12 years, 6 months ago) by chs
Branches: MAIN
CVS tags: yamt-pagecache-base9, yamt-pagecache-base8, yamt-pagecache-base7, yamt-pagecache-base6, tls-maxphys-base-20171202, tls-maxphys-base, tls-earlyentropy-base, tls-earlyentropy, thorpej-futex-base, thorpej-futex, thorpej-cfargs-base, 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-20200421, phil-wifi-20200411, phil-wifi-20200406, phil-wifi-20191119, phil-wifi-20190609, phil-wifi, 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-9-4-RELEASE, netbsd-9-3-RELEASE, netbsd-9-2-RELEASE, netbsd-9-1-RELEASE, netbsd-9-0-RELEASE, netbsd-9-0-RC2, netbsd-9-0-RC1, netbsd-9, netbsd-8-base, netbsd-8-3-RELEASE, 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, is-mlppp-base, is-mlppp, bouyer-xenpvh-base2, bouyer-xenpvh-base1, bouyer-xenpvh-base, bouyer-xenpvh, bouyer-socketcan-base1, bouyer-socketcan-base, bouyer-socketcan, agc-symver-base, agc-symver, ad-namecache-base3, ad-namecache-base2, ad-namecache-base1, ad-namecache-base, ad-namecache
Branch point for: thorpej-cfargs
Diff to: previous 1.120: preferred, colored
Changes since revision 1.120: +4 -4 lines
split device_t/softc for all remaining drivers.
replace "struct device *" with "device_t".
use device_xname(), device_unit(), etc.

Revision 1.111.6.4: download - view: text, markup, annotated - select for diffs
Tue Mar 8 17:29:45 2011 UTC (14 years, 2 months ago) by riz
Branches: netbsd-5
CVS tags: 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
Diff to: previous 1.111.6.3: preferred, colored; branchpoint 1.111: preferred, colored; next MAIN 1.112: preferred, colored
Changes since revision 1.111.6.3: +22 -88 lines
Apply patches (requested by mrg in ticket #1564):
	sys/arch/sparc/dev/zs.c:		patch
	sys/arch/sparc/include/cpu.h:		patch
	sys/arch/sparc/include/z8530var.h:	patch
	sys/arch/sparc/sparc/cpu.c:		patch
	sys/arch/sparc/sparc/cpuvar.h:		patch
	sys/arch/sparc/sparc/db_interface.c:	patch
	sys/arch/sparc/sparc/genassym.cf:	patch
	sys/arch/sparc/sparc/intr.c:		patch
	sys/arch/sparc/sparc/locore.s:		patch
	sys/arch/sparc/sparc/machdep.c:		patch
	sys/arch/sparc/sparc/timer.c:		patch
	sys/arch/sparc/sparc/timer_sun4m.c:	patch
	sys/arch/sparc/sparc/timervar.h:	patch
	sys/arch/sparc/sparc/trap.c:		patch
	sys/arch/sparc/sparc/vm_machdep.c:	patch

- fix a panic in savefpstate.  idea, and code suggestions from uwe
- convert xpmsg_lock to IPL_SCHED.  the old spl/simple_lock code ran at
  splsched(), and this significantly helps with stability under load when
  running with multiple active CPUs
- in strayintr() don't print about stray zs inters in MP case
- fix a deadlock in xcall()
- consolidate the interrupt evcnt(9) into a full set of per-IPL per-CPU
  soft/hard counters
- fix xcall() failure messages in some cases
- addd new ddb command "mach xcall"
- use schedintr() (not schedintr_4m()) on MP or single CPU configurations
- call hardclock() the same way on cpu0 in MP and !MP cases
- request the appropriate stack space for nmi_sun4m, in particular,
  make sure we have space for %g2...%g5.  now entering ddb via eg,
  serial break no longer causes cpu1 to fault.
- give memfault_sun*() some entry points that both gdb and ddb will find.
from tsutsui:
- fix panic in interrupt handlers in zs

Revision 1.111.6.3: download - view: text, markup, annotated - select for diffs
Sun Jan 16 12:54:42 2011 UTC (14 years, 4 months ago) by bouyer
Branches: netbsd-5
Diff to: previous 1.111.6.2: preferred, colored; branchpoint 1.111: preferred, colored
Changes since revision 1.111.6.2: +17 -14 lines
Pull up following revision(s) (requested by mrg in ticket #1526):
	sys/arch/sparc/dev/zs.c: revision 1.115
	sys/dev/ic/z8530sc.h: revision 1.26
	sys/dev/ic/z8530sc.c: revision 1.30
	sys/dev/ic/z8530tty.c: revision 1.127
	sys/arch/sparc64/dev/zs.c: revision 1.68
add two new functions for z8530tty: zs_chan_lock() and zs_chan_unlock(),
and use them instead of various spl's in the zs.c's.
reviewed by ad and martin.

Revision 1.117.2.1: download - view: text, markup, annotated - select for diffs
Tue Aug 17 06:45:14 2010 UTC (14 years, 9 months ago) by uebayasi
Branches: uebayasi-xip
Diff to: previous 1.117: preferred, colored; next MAIN 1.118: preferred, colored
Changes since revision 1.117: +34 -91 lines
Sync with HEAD.

Revision 1.109.4.5: download - view: text, markup, annotated - select for diffs
Wed Aug 11 22:52:44 2010 UTC (14 years, 9 months ago) by yamt
Branches: yamt-nfs-mp
Diff to: previous 1.109.4.4: preferred, colored; branchpoint 1.109: preferred, colored; next MAIN 1.110: preferred, colored
Changes since revision 1.109.4.4: +34 -91 lines
sync with head.

Revision 1.117.4.1: download - view: text, markup, annotated - select for diffs
Sat Jul 3 01:19:27 2010 UTC (14 years, 10 months ago) by rmind
Branches: rmind-uvmplock
Diff to: previous 1.117: preferred, colored; next MAIN 1.118: preferred, colored
Changes since revision 1.117: +34 -91 lines
sync with head

Revision 1.120: download - view: text, markup, annotated - select for diffs
Sat Jun 26 03:39:53 2010 UTC (14 years, 10 months ago) by tsutsui
Branches: MAIN
CVS tags: yamt-pagecache-base5, yamt-pagecache-base4, yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base, 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, rmind-uvmplock-nbase, rmind-uvmplock-base, netbsd-6-base, 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, netbsd-6, matt-nb6-plus-nbase, matt-nb6-plus-base, matt-nb6-plus, matt-mips64-premerge-20101231, jym-xensuspend-nbase, jym-xensuspend-base, jruoho-x86intr-base, jruoho-x86intr, 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, bouyer-quota2-nbase, bouyer-quota2-base, bouyer-quota2
Branch point for: yamt-pagecache, tls-maxphys
Diff to: previous 1.119: preferred, colored
Changes since revision 1.119: +2 -4 lines
Remove an unused variable.

Revision 1.119: download - view: text, markup, annotated - select for diffs
Sat Jun 26 01:42:57 2010 UTC (14 years, 10 months ago) by tsutsui
Branches: MAIN
Diff to: previous 1.118: preferred, colored
Changes since revision 1.118: +22 -88 lines
Establish interrupt handlers with proper softc per each zs device
rather than sharing them among all zs devices and searching softc
in handlers.

The latter method is derived from ancient sun3 zs driver which tried
to reduce overhead on autovectored interrupts, but nowadays such hack
might cause recursive global locks on modern SMP capable framework.

Fixes "5.99.30 sparc panic during startup" reported by Hauke Fath
on tech-kern@:
http://mail-index.NetBSD.org/tech-kern/2010/06/19/msg008374.html
and also tested by Jochen Kunz on SS20 with both serial and kbd console.

Ok'ed by mrg@ and dyoung@.

Revision 1.118: download - view: text, markup, annotated - select for diffs
Fri Jun 4 06:04:15 2010 UTC (14 years, 11 months ago) by macallan
Branches: MAIN
Diff to: previous 1.117: preferred, colored
Changes since revision 1.117: +14 -3 lines
make sure we pass a valid consdev pointer to the console keyboard so kbd
knows it's console and passes the right flags to wskbd, now the wskbd will
not drop off the mux when leaving event mode.
Symptoms: now the keyboard should no longer be dead when leaving X and there
          should be no more panics caused by it
I tested this on an SS5 and an SS20, may need some more attention and zs.c
sure could use some cleanup - there are a few differences to sparc64 that
really don't make much sense to me, like not passing console flags to zstty
which sparc64 does but sparc avoids, which caused this problem in the first
place.

Revision 1.111.6.1.2.1.2.1: download - view: text, markup, annotated - select for diffs
Wed Apr 21 00:33:47 2010 UTC (15 years ago) by matt
Branches: matt-nb5-mips64
CVS tags: matt-nb5-mips64-premerge-20101231, matt-nb5-mips64-k15
Diff to: previous 1.111.6.1.2.1: preferred, colored; next MAIN 1.111.6.2: preferred, colored
Changes since revision 1.111.6.1.2.1: +2 -2 lines
sync to netbsd-5

Revision 1.109.4.4: download - view: text, markup, annotated - select for diffs
Thu Mar 11 15:02:57 2010 UTC (15 years, 2 months ago) by yamt
Branches: yamt-nfs-mp
Diff to: previous 1.109.4.3: preferred, colored; branchpoint 1.109: preferred, colored
Changes since revision 1.109.4.3: +6 -2 lines
sync with head

Revision 1.117: download - view: text, markup, annotated - select for diffs
Sun Jan 17 16:23:43 2010 UTC (15 years, 4 months ago) by tsutsui
Branches: MAIN
CVS tags: yamt-nfs-mp-base9, uebayasi-xip-base1, uebayasi-xip-base
Branch point for: uebayasi-xip, rmind-uvmplock
Diff to: previous 1.116: preferred, colored
Changes since revision 1.116: +6 -2 lines
Make sure to set ZS_HWFLAG_USE_CONSDEV and zs_consdev into zsc_args
passed to child devices even in !(NWSKBD == 0) case so that zs console
functions are actually used rather than the default prom console.
Fixes stray interrupts on MP machines running GENERIC.MP kernel with
zs serial console.

Ok'ed by mrg@.

Revision 1.109.4.3: download - view: text, markup, annotated - select for diffs
Sat Jun 20 07:20:08 2009 UTC (15 years, 11 months ago) by yamt
Branches: yamt-nfs-mp
Diff to: previous 1.109.4.2: preferred, colored; branchpoint 1.109: preferred, colored
Changes since revision 1.109.4.2: +21 -16 lines
sync with head

Revision 1.111.6.1.2.1: download - view: text, markup, annotated - select for diffs
Tue Jun 9 17:51:15 2009 UTC (15 years, 11 months ago) by snj
Branches: netbsd-5-0
CVS tags: netbsd-5-0-2-RELEASE, netbsd-5-0-1-RELEASE, matt-nb5-mips64-u2-k2-k4-k7-k8-k9, matt-nb5-mips64-u1-k1-k5, matt-nb5-mips64-premerge-20091211, matt-nb4-mips64-k7-u2a-k9b
Branch point for: matt-nb5-mips64
Diff to: previous 1.111.6.1: preferred, colored; next MAIN 1.111.6.2: preferred, colored
Changes since revision 1.111.6.1: +4 -2 lines
Pull up following revision(s) (requested by martin in ticket #800):
	sys/arch/sparc/dev/zs.c: revision 1.116
Properly initialize child attach args to zero - we could end up with
various devices having different ideas about being console otherwise.

Revision 1.111.6.2: download - view: text, markup, annotated - select for diffs
Tue Jun 9 17:50:34 2009 UTC (15 years, 11 months ago) by snj
Branches: netbsd-5
CVS tags: 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, matt-nb5-pq3-base, matt-nb5-pq3
Diff to: previous 1.111.6.1: preferred, colored; branchpoint 1.111: preferred, colored
Changes since revision 1.111.6.1: +4 -2 lines
Pull up following revision(s) (requested by martin in ticket #800):
	sys/arch/sparc/dev/zs.c: revision 1.116
Properly initialize child attach args to zero - we could end up with
various devices having different ideas about being console otherwise.

Revision 1.116: download - view: text, markup, annotated - select for diffs
Sun May 31 17:09:03 2009 UTC (15 years, 11 months ago) by martin
Branches: MAIN
CVS tags: yamt-nfs-mp-base8, yamt-nfs-mp-base7, yamt-nfs-mp-base6, yamt-nfs-mp-base5, matt-premerge-20091211, jymxensuspend-base
Diff to: previous 1.115: preferred, colored
Changes since revision 1.115: +4 -2 lines
Properly initialize child attach args to zero - we could end up with
various devices having different ideas about being console otherwise.

Revision 1.115: download - view: text, markup, annotated - select for diffs
Fri May 22 03:51:30 2009 UTC (15 years, 11 months ago) by mrg
Branches: MAIN
Diff to: previous 1.114: preferred, colored
Changes since revision 1.114: +17 -14 lines
add two new functions for z8530tty: zs_chan_lock() and zs_chan_unlock(),
and use them instead of various spl's in the zs.c's.

reviewed by ad and martin.

Revision 1.114: download - view: text, markup, annotated - select for diffs
Sat May 16 16:55:24 2009 UTC (16 years ago) by cegger
Branches: MAIN
Diff to: previous 1.113: preferred, colored
Changes since revision 1.113: +4 -4 lines
KNF, same object code generated

Revision 1.112.4.1: download - view: text, markup, annotated - select for diffs
Wed May 13 17:18:36 2009 UTC (16 years ago) by jym
Branches: jym-xensuspend
Diff to: previous 1.112: preferred, colored; next MAIN 1.113: preferred, colored
Changes since revision 1.112: +4 -4 lines
Sync with HEAD.

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

Revision 1.109.4.2: download - view: text, markup, annotated - select for diffs
Mon May 4 08:11:54 2009 UTC (16 years ago) by yamt
Branches: yamt-nfs-mp
Diff to: previous 1.109.4.1: preferred, colored; branchpoint 1.109: preferred, colored
Changes since revision 1.109.4.1: +10 -6 lines
sync with head.

Revision 1.111.4.2: download - view: text, markup, annotated - select for diffs
Tue Apr 28 07:34:41 2009 UTC (16 years ago) by skrll
Branches: nick-hppapmap
Diff to: previous 1.111.4.1: preferred, colored; branchpoint 1.111: preferred, colored; next MAIN 1.112: preferred, colored
Changes since revision 1.111.4.1: +4 -4 lines
Sync with HEAD.

Revision 1.113: download - view: text, markup, annotated - select for diffs
Wed Mar 18 17:06:46 2009 UTC (16 years, 2 months ago) by cegger
Branches: MAIN
CVS tags: yamt-nfs-mp-base4, yamt-nfs-mp-base3, nick-hppapmap-base4, nick-hppapmap-base3, nick-hppapmap-base
Diff to: previous 1.112: preferred, colored
Changes since revision 1.112: +4 -4 lines
bcopy -> memcpy

Revision 1.111.4.1: download - view: text, markup, annotated - select for diffs
Mon Jan 19 13:16:44 2009 UTC (16 years, 3 months ago) by skrll
Branches: nick-hppapmap
Diff to: previous 1.111: preferred, colored
Changes since revision 1.111: +6 -2 lines
Sync with HEAD.

Revision 1.108.14.4: download - view: text, markup, annotated - select for diffs
Sat Jan 17 13:28:30 2009 UTC (16 years, 4 months ago) by mjf
Branches: mjf-devfs2
Diff to: previous 1.108.14.3: preferred, colored; branchpoint 1.108: preferred, colored; next MAIN 1.109: preferred, colored
Changes since revision 1.108.14.3: +4 -0 lines
Sync with HEAD.

Revision 1.111.2.1: download - view: text, markup, annotated - select for diffs
Sat Dec 13 01:13:26 2008 UTC (16 years, 5 months ago) by haad
Branches: haad-dm
Diff to: previous 1.111: preferred, colored; next MAIN 1.112: preferred, colored
Changes since revision 1.111: +6 -2 lines
Update haad-dm branch to haad-dm-base2.

Revision 1.111.6.1: download - view: text, markup, annotated - select for diffs
Tue Nov 18 02:34:06 2008 UTC (16 years, 6 months ago) by snj
Branches: netbsd-5
CVS tags: netbsd-5-0-RELEASE, netbsd-5-0-RC4, netbsd-5-0-RC3, netbsd-5-0-RC2, netbsd-5-0-RC1
Branch point for: netbsd-5-0
Diff to: previous 1.111: preferred, colored
Changes since revision 1.111: +6 -2 lines
Pull up following revision(s) (requested by martin in ticket #77):
	sys/arch/sparc/dev/zs.c: revision 1.112
PR port-sparc/39942: ifdef ch0_is_cons declaration and all uses
consistently

Revision 1.112: download - view: text, markup, annotated - select for diffs
Mon Nov 17 18:32:08 2008 UTC (16 years, 6 months ago) by martin
Branches: MAIN
CVS tags: nick-hppapmap-base2, mjf-devfs2-base, haad-nbase2, haad-dm-base2, haad-dm-base, ad-audiomp2-base, ad-audiomp2
Branch point for: jym-xensuspend
Diff to: previous 1.111: preferred, colored
Changes since revision 1.111: +6 -2 lines
PR port-sparc/39942: ifdef ch0_is_cons declaration and all uses consistently

Revision 1.108.14.3: download - view: text, markup, annotated - select for diffs
Sun Jun 29 09:33:00 2008 UTC (16 years, 10 months ago) by mjf
Branches: mjf-devfs2
Diff to: previous 1.108.14.2: preferred, colored; branchpoint 1.108: preferred, colored
Changes since revision 1.108.14.2: +2 -2 lines
Sync with HEAD.

Revision 1.110.2.1: download - view: text, markup, annotated - select for diffs
Mon Jun 23 04:30:43 2008 UTC (16 years, 10 months ago) by wrstuden
Branches: wrstuden-revivesa
Diff to: previous 1.110: preferred, colored; next MAIN 1.111: preferred, colored
Changes since revision 1.110: +4 -4 lines
Sync w/ -current. 34 merge conflicts to follow.

Revision 1.110.4.1: download - view: text, markup, annotated - select for diffs
Wed Jun 18 16:32:48 2008 UTC (16 years, 11 months ago) by simonb
Branches: simonb-wapbl
Diff to: previous 1.110: preferred, colored; next MAIN 1.111: preferred, colored
Changes since revision 1.110: +4 -4 lines
Sync with head.

Revision 1.109.2.2: download - view: text, markup, annotated - select for diffs
Tue Jun 17 09:14:12 2008 UTC (16 years, 11 months ago) by yamt
Branches: yamt-pf42
Diff to: previous 1.109.2.1: preferred, colored; branchpoint 1.109: preferred, colored; next MAIN 1.110: preferred, colored
Changes since revision 1.109.2.1: +4 -4 lines
sync with head.

Revision 1.111: download - view: text, markup, annotated - select for diffs
Fri Jun 13 13:10:18 2008 UTC (16 years, 11 months ago) by cegger
Branches: MAIN
CVS tags: yamt-pf42-base4, wrstuden-revivesa-base-4, wrstuden-revivesa-base-3, wrstuden-revivesa-base-2, wrstuden-revivesa-base-1, wrstuden-revivesa-base, simonb-wapbl-nbase, simonb-wapbl-base, netbsd-5-base, matt-mips64-base2, haad-dm-base1
Branch point for: nick-hppapmap, netbsd-5, haad-dm
Diff to: previous 1.110: preferred, colored
Changes since revision 1.110: +4 -4 lines
use device_lookup_private to get softc

Revision 1.108.14.2: download - view: text, markup, annotated - select for diffs
Mon Jun 2 13:22:41 2008 UTC (16 years, 11 months ago) by mjf
Branches: mjf-devfs2
Diff to: previous 1.108.14.1: preferred, colored; branchpoint 1.108: preferred, colored
Changes since revision 1.108.14.1: +0 -7 lines
Sync with HEAD.

Revision 1.109.2.1: download - view: text, markup, annotated - select for diffs
Sun May 18 12:32:47 2008 UTC (17 years ago) by yamt
Branches: yamt-pf42
Diff to: previous 1.109: preferred, colored
Changes since revision 1.109: +2 -9 lines
sync with head.

Revision 1.109.4.1: download - view: text, markup, annotated - select for diffs
Fri May 16 02:23:11 2008 UTC (17 years ago) by yamt
Branches: yamt-nfs-mp
Diff to: previous 1.109: preferred, colored
Changes since revision 1.109: +2 -9 lines
sync with head.

Revision 1.110: download - view: text, markup, annotated - select for diffs
Mon Apr 28 20:23:36 2008 UTC (17 years ago) by martin
Branches: MAIN
CVS tags: yamt-pf42-base3, yamt-pf42-base2, yamt-nfs-mp-base2, hpcarm-cleanup-nbase
Branch point for: wrstuden-revivesa, simonb-wapbl
Diff to: previous 1.109: preferred, colored
Changes since revision 1.109: +2 -9 lines
Remove clause 3 and 4 from TNF licenses

Revision 1.108.14.1: download - view: text, markup, annotated - select for diffs
Thu Apr 3 12:42:25 2008 UTC (17 years, 1 month ago) by mjf
Branches: mjf-devfs2
Diff to: previous 1.108: preferred, colored
Changes since revision 1.108: +56 -53 lines
Sync with HEAD.

Revision 1.109: download - view: text, markup, annotated - select for diffs
Sat Mar 29 19:15:35 2008 UTC (17 years, 1 month ago) by tsutsui
Branches: MAIN
CVS tags: yamt-pf42-baseX, yamt-pf42-base, yamt-nfs-mp-base
Branch point for: yamt-pf42, yamt-nfs-mp
Diff to: previous 1.108: preferred, colored
Changes since revision 1.108: +56 -53 lines
Split softc and device_t for zsc(4) and its children.

XXX we should restructure MI APIs and make it really machine independent.

Revision 1.106.16.1: download - view: text, markup, annotated - select for diffs
Wed Jan 9 01:48:54 2008 UTC (17 years, 4 months ago) by matt
Branches: matt-armv6
Diff to: previous 1.106: preferred, colored; next MAIN 1.107: preferred, colored
Changes since revision 1.106: +6 -6 lines
sync with HEAD

Revision 1.106.22.2: download - view: text, markup, annotated - select for diffs
Sat Dec 8 18:17:52 2007 UTC (17 years, 5 months ago) by mjf
Branches: mjf-devfs
Diff to: previous 1.106.22.1: preferred, colored; branchpoint 1.106: preferred, colored; next MAIN 1.107: preferred, colored
Changes since revision 1.106.22.1: +5 -5 lines
Sync with HEAD.

Revision 1.102.2.5: download - view: text, markup, annotated - select for diffs
Fri Dec 7 17:26:13 2007 UTC (17 years, 5 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.102.2.4: preferred, colored; branchpoint 1.102: preferred, colored; next MAIN 1.103: preferred, colored
Changes since revision 1.102.2.4: +5 -5 lines
sync with head

Revision 1.105.6.2: download - view: text, markup, annotated - select for diffs
Mon Dec 3 18:39:11 2007 UTC (17 years, 5 months ago) by ad
Branches: vmlocking
Diff to: previous 1.105.6.1: preferred, colored; branchpoint 1.105: preferred, colored; next MAIN 1.106: preferred, colored
Changes since revision 1.105.6.1: +6 -6 lines
Sync with HEAD.

Revision 1.106.14.2: download - view: text, markup, annotated - select for diffs
Mon Dec 3 16:14:16 2007 UTC (17 years, 5 months ago) by joerg
Branches: jmcneill-pm
Diff to: previous 1.106.14.1: preferred, colored; branchpoint 1.106: preferred, colored; next MAIN 1.107: preferred, colored
Changes since revision 1.106.14.1: +5 -5 lines
Sync with HEAD.

Revision 1.108: download - view: text, markup, annotated - select for diffs
Tue Nov 27 21:56:06 2007 UTC (17 years, 5 months ago) by ad
Branches: MAIN
CVS tags: 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: mjf-devfs2
Diff to: previous 1.107: preferred, colored
Changes since revision 1.107: +5 -5 lines
Use the softint API.

Revision 1.106.22.1: download - view: text, markup, annotated - select for diffs
Mon Nov 19 00:46:51 2007 UTC (17 years, 6 months ago) by mjf
Branches: mjf-devfs
Diff to: previous 1.106: preferred, colored
Changes since revision 1.106: +3 -3 lines
Sync with HEAD.

Revision 1.102.2.4: download - view: text, markup, annotated - select for diffs
Thu Nov 15 11:43:28 2007 UTC (17 years, 6 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.102.2.3: preferred, colored; branchpoint 1.102: preferred, colored
Changes since revision 1.102.2.3: +3 -3 lines
sync with head.

Revision 1.106.20.1: download - view: text, markup, annotated - select for diffs
Tue Nov 13 15:59:32 2007 UTC (17 years, 6 months ago) by bouyer
Branches: bouyer-xenamd64
Diff to: previous 1.106: preferred, colored; next MAIN 1.107: preferred, colored
Changes since revision 1.106: +3 -3 lines
Sync with HEAD

Revision 1.106.14.1: download - view: text, markup, annotated - select for diffs
Sun Nov 11 16:46:52 2007 UTC (17 years, 6 months ago) by joerg
Branches: jmcneill-pm
Diff to: previous 1.106: preferred, colored
Changes since revision 1.106: +3 -3 lines
Sync with HEAD.

Revision 1.107: download - view: text, markup, annotated - select for diffs
Fri Nov 9 00:05:06 2007 UTC (17 years, 6 months ago) by ad
Branches: MAIN
CVS tags: bouyer-xenamd64-base2, bouyer-xenamd64-base
Diff to: previous 1.106: preferred, colored
Changes since revision 1.106: +3 -3 lines
Call zs_lock_init() to set up the chanstate's lock.

Revision 1.102.2.3: download - view: text, markup, annotated - select for diffs
Mon Sep 3 14:29:58 2007 UTC (17 years, 8 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.102.2.2: preferred, colored; branchpoint 1.102: preferred, colored
Changes since revision 1.102.2.2: +24 -11 lines
sync with head.

Revision 1.105.8.1: download - view: text, markup, annotated - select for diffs
Wed Jul 11 20:02:22 2007 UTC (17 years, 10 months ago) by mjf
Branches: mjf-ufs-trans
Diff to: previous 1.105: preferred, colored; next MAIN 1.106: preferred, colored
Changes since revision 1.105: +24 -11 lines
Sync with head.

Revision 1.105.6.1: download - view: text, markup, annotated - select for diffs
Tue Apr 10 13:23:16 2007 UTC (18 years, 1 month ago) by ad
Branches: vmlocking
Diff to: previous 1.105: preferred, colored
Changes since revision 1.105: +24 -11 lines
Sync with head.

Revision 1.105.2.1: download - view: text, markup, annotated - select for diffs
Sat Mar 24 14:55:00 2007 UTC (18 years, 1 month ago) by yamt
Branches: yamt-idlelwp
Diff to: previous 1.105: preferred, colored; next MAIN 1.106: preferred, colored
Changes since revision 1.105: +24 -11 lines
sync with head.

Revision 1.106: download - view: text, markup, annotated - select for diffs
Wed Mar 14 19:31:45 2007 UTC (18 years, 2 months ago) by jdc
Branches: MAIN
CVS tags: yamt-x86pmap-base4, yamt-x86pmap-base3, yamt-x86pmap-base2, yamt-x86pmap-base, yamt-x86pmap, yamt-idlelwp-base8, vmlocking-base, thorpej-atomic-base, thorpej-atomic, reinoud-bufcleanup, ppcoea-renovation-base, ppcoea-renovation, nick-csl-alignment-base5, nick-csl-alignment-base, nick-csl-alignment, mjf-ufs-trans-base, matt-mips64-base, matt-mips64, matt-armv6-prevmlocking, jmcneill-base, hpcarm-cleanup
Branch point for: mjf-devfs, matt-armv6, jmcneill-pm, bouyer-xenamd64
Diff to: previous 1.105: preferred, colored
Changes since revision 1.105: +24 -11 lines
Final steps to for working wscons on sun-4 class machines.  Restructure
the previous revision so that we don't tell the common zs code that we
are the console if we're using wscons.  Thanks to wrstuden@ for the hints.

Revision 1.102.2.2: download - view: text, markup, annotated - select for diffs
Mon Feb 26 09:08:16 2007 UTC (18 years, 2 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.102.2.1: preferred, colored; branchpoint 1.102: preferred, colored
Changes since revision 1.102.2.1: +17 -5 lines
sync with head.

Revision 1.104.14.1: download - view: text, markup, annotated - select for diffs
Fri Feb 9 21:03:50 2007 UTC (18 years, 3 months ago) by ad
Branches: newlock2
Diff to: previous 1.104: preferred, colored; next MAIN 1.105: preferred, colored
Changes since revision 1.104: +17 -5 lines
Sync with HEAD.

Revision 1.105: download - view: text, markup, annotated - select for diffs
Thu Feb 8 20:36:55 2007 UTC (18 years, 3 months ago) by jdc
Branches: MAIN
CVS tags: post-newlock2-merge, newlock2-nbase, newlock2-base, ad-audiomp-base, ad-audiomp
Branch point for: yamt-idlelwp, vmlocking, mjf-ufs-trans
Diff to: previous 1.104: preferred, colored
Changes since revision 1.104: +17 -5 lines
First steps for working wscons on sun-4 class machines - recognise the
console keyboard and mouse on them.

We are not there yet because currently both wsdisplay and zstty assume
that they are the console.  On sun-4, zstty wins because it attaches
last and overwrites the console device that wscons had set previously.

Revision 1.103.4.1: download - view: text, markup, annotated - select for diffs
Sat Sep 9 02:43:09 2006 UTC (18 years, 8 months ago) by rpaulo
Branches: rpaulo-netinet-merge-pcb
Diff to: previous 1.103: preferred, colored; next MAIN 1.104: preferred, colored
Changes since revision 1.103: +3 -3 lines
sync with head

Revision 1.102.2.1: download - view: text, markup, annotated - select for diffs
Wed Jun 21 14:55:54 2006 UTC (18 years, 10 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.102: preferred, colored
Changes since revision 1.102: +70 -120 lines
sync with head.

Revision 1.103.6.1: download - view: text, markup, annotated - select for diffs
Sat Apr 22 11:37:57 2006 UTC (19 years ago) by simonb
Branches: simonb-timecounters
CVS tags: simonb-timcounters-final
Diff to: previous 1.103: preferred, colored; next MAIN 1.104: preferred, colored
Changes since revision 1.103: +3 -3 lines
Sync with head.

Revision 1.103.2.1: download - view: text, markup, annotated - select for diffs
Wed Mar 1 09:28:03 2006 UTC (19 years, 2 months ago) by yamt
Branches: yamt-uio_vmspace
Diff to: previous 1.103: preferred, colored; next MAIN 1.104: preferred, colored
Changes since revision 1.103: +3 -3 lines
sync with head.

Revision 1.104: download - view: text, markup, annotated - select for diffs
Sun Feb 26 05:36:15 2006 UTC (19 years, 2 months ago) by thorpej
Branches: MAIN
CVS tags: yamt-uio_vmspace-base5, yamt-splraiseipl-base5, yamt-splraiseipl-base4, yamt-splraiseipl-base3, yamt-splraiseipl-base2, yamt-splraiseipl-base, yamt-splraiseipl, yamt-pdpolicy-base9, yamt-pdpolicy-base8, yamt-pdpolicy-base7, yamt-pdpolicy-base6, yamt-pdpolicy-base5, yamt-pdpolicy-base4, yamt-pdpolicy-base3, yamt-pdpolicy-base2, yamt-pdpolicy-base, yamt-pdpolicy, wrstuden-fixsa-newbase, wrstuden-fixsa-base-1, wrstuden-fixsa-base, wrstuden-fixsa, simonb-timecounters-base, rpaulo-netinet-merge-pcb-base, peter-altq-base, peter-altq, netbsd-4-base, netbsd-4-0-RELEASE, netbsd-4-0-RC5, netbsd-4-0-RC4, netbsd-4-0-RC3, netbsd-4-0-RC2, netbsd-4-0-RC1, netbsd-4-0-1-RELEASE, netbsd-4-0, netbsd-4, matt-nb4-arm-base, matt-nb4-arm, gdamore-uart-base, gdamore-uart, elad-kernelauth-base, elad-kernelauth, chap-midi-nbase, chap-midi-base, chap-midi, abandoned-netbsd-4-base, abandoned-netbsd-4
Branch point for: newlock2
Diff to: previous 1.103: preferred, colored
Changes since revision 1.103: +3 -3 lines
Use device_is_a().

Revision 1.97.2.5: download - view: text, markup, annotated - select for diffs
Sun Dec 11 10:28:26 2005 UTC (19 years, 5 months ago) by christos
Branches: ktrace-lwp
Diff to: previous 1.97.2.4: preferred, colored; next MAIN 1.98: preferred, colored
Changes since revision 1.97.2.4: +69 -119 lines
Sync with head.

Revision 1.102.8.1: download - view: text, markup, annotated - select for diffs
Tue Nov 22 16:08:02 2005 UTC (19 years, 5 months ago) by yamt
Branches: yamt-readahead
Diff to: previous 1.102: preferred, colored; next MAIN 1.103: preferred, colored
Changes since revision 1.102: +69 -119 lines
sync with head.

Revision 1.103: download - view: text, markup, annotated - select for diffs
Wed Nov 16 00:49:03 2005 UTC (19 years, 6 months ago) by uwe
Branches: MAIN
CVS tags: yamt-readahead-base3, yamt-readahead-base2, ktrace-lwp-base
Branch point for: yamt-uio_vmspace, simonb-timecounters, rpaulo-netinet-merge-pcb
Diff to: previous 1.102: preferred, colored
Changes since revision 1.102: +69 -119 lines
ANSIify function declarations/defintions.  Use uint<N>_t.
Propagate "static" to function definitions.  Drop trailing whitespace.
Same binary code is produced for GENERIC.MP + KGDB + DDB.

Revision 1.97.2.4: download - view: text, markup, annotated - select for diffs
Thu Nov 10 13:58:55 2005 UTC (19 years, 6 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.97.2.3: preferred, colored
Changes since revision 1.97.2.3: +51 -3 lines
Sync with HEAD. Here we go again...

Revision 1.102: download - view: text, markup, annotated - select for diffs
Thu Jun 30 12:07:51 2005 UTC (19 years, 10 months ago) by macallan
Branches: MAIN
CVS tags: yamt-vop-base3, yamt-vop-base2, yamt-vop-base, yamt-vop, yamt-readahead-pervnode, yamt-readahead-perfile, yamt-readahead-base, thorpej-vnode-attr-base, thorpej-vnode-attr
Branch point for: yamt-readahead, yamt-lazymbuf
Diff to: previous 1.101: preferred, colored
Changes since revision 1.101: +51 -3 lines
Allow sparc64-style attachment of mouse and keyboard via zstty, needed for
wscons support.
Reviewed by uwe.

Revision 1.97.2.3: download - view: text, markup, annotated - select for diffs
Tue Sep 21 13:22:04 2004 UTC (20 years, 7 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.97.2.2: preferred, colored
Changes since revision 1.97.2.2: +2 -2 lines
Fix the sync with head I botched.

Revision 1.97.2.2: download - view: text, markup, annotated - select for diffs
Sat Sep 18 14:40:28 2004 UTC (20 years, 8 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.97.2.1: preferred, colored
Changes since revision 1.97.2.1: +0 -0 lines
Sync with HEAD.

Revision 1.97.2.1: download - view: text, markup, annotated - select for diffs
Tue Aug 3 10:40:46 2004 UTC (20 years, 9 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.97: preferred, colored
Changes since revision 1.97: +9 -15 lines
Sync with HEAD

Revision 1.101: download - view: text, markup, annotated - select for diffs
Sat Apr 3 17:43:50 2004 UTC (21 years, 1 month ago) by chs
Branches: MAIN
CVS tags: yamt-km-base4, yamt-km-base3, yamt-km-base2, yamt-km-base, yamt-km, netbsd-3-base, netbsd-3-1-RELEASE, netbsd-3-1-RC4, netbsd-3-1-RC3, netbsd-3-1-RC2, netbsd-3-1-RC1, netbsd-3-1-1-RELEASE, netbsd-3-1, netbsd-3-0-RELEASE, netbsd-3-0-RC6, netbsd-3-0-RC5, netbsd-3-0-RC4, netbsd-3-0-RC3, netbsd-3-0-RC2, netbsd-3-0-RC1, netbsd-3-0-3-RELEASE, netbsd-3-0-2-RELEASE, netbsd-3-0-1-RELEASE, netbsd-3-0, netbsd-3, kent-audio2-base, kent-audio2, kent-audio1-beforemerge, kent-audio1-base, kent-audio1
Diff to: previous 1.100: preferred, colored
Changes since revision 1.100: +2 -11 lines
add some SUN4D stuff.
zs and zstty no longer need "needs-count" or "needs-flag",
so get rid of those and wild-card the extra zs devices on SUN4D.

Revision 1.100: download - view: text, markup, annotated - select for diffs
Wed Mar 17 17:04:59 2004 UTC (21 years, 2 months ago) by pk
Branches: MAIN
CVS tags: netbsd-2-base, netbsd-2-1-RELEASE, netbsd-2-1-RC6, netbsd-2-1-RC5, netbsd-2-1-RC4, netbsd-2-1-RC3, netbsd-2-1-RC2, netbsd-2-1-RC1, netbsd-2-1, netbsd-2-0-base, netbsd-2-0-RELEASE, netbsd-2-0-RC5, netbsd-2-0-RC4, netbsd-2-0-RC3, netbsd-2-0-RC2, netbsd-2-0-RC1, netbsd-2-0-3-RELEASE, netbsd-2-0-2-RELEASE, netbsd-2-0-1-RELEASE, netbsd-2-0, netbsd-2
Diff to: previous 1.99: preferred, colored
Changes since revision 1.99: +6 -6 lines
Rename PROM_getprop*() => prom_getprop*().

Revision 1.99: download - view: text, markup, annotated - select for diffs
Fri Feb 13 11:36:17 2004 UTC (21 years, 3 months ago) by wiz
Branches: MAIN
Diff to: previous 1.98: preferred, colored
Changes since revision 1.98: +3 -3 lines
Uppercase CPU, plural is CPUs.

Revision 1.98: download - view: text, markup, annotated - select for diffs
Tue Jul 15 00:04:57 2003 UTC (21 years, 10 months ago) by lukem
Branches: MAIN
Diff to: previous 1.97: preferred, colored
Changes since revision 1.97: +4 -1 lines
__KERNEL_RCSID()

Revision 1.97: download - view: text, markup, annotated - select for diffs
Tue Jan 28 12:35:35 2003 UTC (22 years, 3 months ago) by pk
Branches: MAIN
Branch point for: ktrace-lwp
Diff to: previous 1.96: preferred, colored
Changes since revision 1.96: +2 -1 lines
Provide locking required by the interrupt handlers running at IPL_SERIAL.

Revision 1.96: download - view: text, markup, annotated - select for diffs
Wed Jan 22 22:00:39 2003 UTC (22 years, 3 months ago) by pk
Branches: MAIN
Diff to: previous 1.95: preferred, colored
Changes since revision 1.95: +10 -1 lines
Set the interrupt target to the current CPU when directly accessing
the chip for console I/O.

Revision 1.84.4.7: download - view: text, markup, annotated - select for diffs
Fri Jan 3 16:55:23 2003 UTC (22 years, 4 months ago) by thorpej
Branches: nathanw_sa
CVS tags: nathanw_sa_end
Diff to: previous 1.84.4.6: preferred, colored; branchpoint 1.84: preferred, colored; next MAIN 1.85: preferred, colored
Changes since revision 1.84.4.6: +3 -3 lines
Sync with HEAD.

XXX ALT_SWITCH_CODE is not yet LWP'ified.

Revision 1.95: download - view: text, markup, annotated - select for diffs
Wed Jan 1 02:20:47 2003 UTC (22 years, 4 months ago) by thorpej
Branches: MAIN
CVS tags: nathanw_sa_before_merge, nathanw_sa_base, fvdl_fs64_base
Diff to: previous 1.94: preferred, colored
Changes since revision 1.94: +3 -3 lines
Use aprint_normal() for cfprint routines.

Revision 1.84.4.6: download - view: text, markup, annotated - select for diffs
Wed Dec 11 06:12:06 2002 UTC (22 years, 5 months ago) by thorpej
Branches: nathanw_sa
Diff to: previous 1.84.4.5: preferred, colored; branchpoint 1.84: preferred, colored
Changes since revision 1.84.4.5: +19 -31 lines
Sync with HEAD.

Revision 1.94: download - view: text, markup, annotated - select for diffs
Tue Dec 10 13:44:50 2002 UTC (22 years, 5 months ago) by pk
Branches: MAIN
CVS tags: gmcgarry_ucred_base, gmcgarry_ucred, gmcgarry_ctxsw_base, gmcgarry_ctxsw
Diff to: previous 1.93: preferred, colored
Changes since revision 1.93: +2 -2 lines
Remove the `flags' argument from bus_intr_establish().

Revision 1.93: download - view: text, markup, annotated - select for diffs
Mon Dec 9 16:11:51 2002 UTC (22 years, 5 months ago) by pk
Branches: MAIN
Diff to: previous 1.92: preferred, colored
Changes since revision 1.92: +18 -30 lines
Finish the switch to the softintr(9) framework.

To make this work, we now have to use separate handler lists for hardware
and software interrupts as the soft interrupt handlers do not return
an `interrupt handled' status.

Thanks to Matt Fredette for providing an initial set of patches on port-sparc.

Revision 1.85.6.1: download - view: text, markup, annotated - select for diffs
Sat Dec 7 21:55:32 2002 UTC (22 years, 5 months ago) by he
Branches: netbsd-1-6
CVS tags: netbsd-1-6-PATCH002-RELEASE, netbsd-1-6-PATCH002-RC4, netbsd-1-6-PATCH002-RC3, netbsd-1-6-PATCH002-RC2, netbsd-1-6-PATCH002-RC1, netbsd-1-6-PATCH002, netbsd-1-6-PATCH001-RELEASE, netbsd-1-6-PATCH001-RC3, netbsd-1-6-PATCH001-RC2, netbsd-1-6-PATCH001-RC1, netbsd-1-6-PATCH001
Diff to: previous 1.85: preferred, colored; next MAIN 1.86: preferred, colored
Changes since revision 1.85: +6 -2 lines
Pull up revision 1.92 (requested by jdc in ticket #908):
  Check only the physical address of serial ports on a Sun4.

Revision 1.84.4.5: download - view: text, markup, annotated - select for diffs
Fri Oct 18 02:39:56 2002 UTC (22 years, 7 months ago) by nathanw
Branches: nathanw_sa
Diff to: previous 1.84.4.4: preferred, colored; branchpoint 1.84: preferred, colored
Changes since revision 1.84.4.4: +15 -14 lines
Catch up to -current.

Revision 1.83.2.4: download - view: text, markup, annotated - select for diffs
Thu Oct 10 18:36:15 2002 UTC (22 years, 7 months ago) by jdolecek
Branches: kqueue
Diff to: previous 1.83.2.3: preferred, colored; branchpoint 1.83: preferred, colored; next MAIN 1.84: preferred, colored
Changes since revision 1.83.2.3: +10 -15 lines
sync kqueue with -current; this includes merge of gehenna-devsw branch,
merge of i386 MP branch, and part of autoconf rototil work

Revision 1.92: download - view: text, markup, annotated - select for diffs
Wed Oct 9 08:56:25 2002 UTC (22 years, 7 months ago) by jdc
Branches: MAIN
CVS tags: kqueue-beforemerge, kqueue-aftermerge
Diff to: previous 1.91: preferred, colored
Changes since revision 1.91: +6 -2 lines
Check only the physical address of serial ports on a Sun 4.

Reviewed by Uwe.

Revision 1.91: download - view: text, markup, annotated - select for diffs
Wed Oct 2 16:02:17 2002 UTC (22 years, 7 months ago) by thorpej
Branches: MAIN
CVS tags: kqueue-base
Diff to: previous 1.90: preferred, colored
Changes since revision 1.90: +4 -4 lines
Add trailing ; to CFATTACH_DECL.

Revision 1.90: download - view: text, markup, annotated - select for diffs
Tue Oct 1 18:57:53 2002 UTC (22 years, 7 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.89: preferred, colored
Changes since revision 1.89: +7 -10 lines
Use CFATTACH_DECL().

Revision 1.89: download - view: text, markup, annotated - select for diffs
Fri Sep 27 20:35:55 2002 UTC (22 years, 7 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.88: preferred, colored
Changes since revision 1.88: +4 -4 lines
Declare all cfattach structures const.

Revision 1.88: download - view: text, markup, annotated - select for diffs
Fri Sep 27 02:24:24 2002 UTC (22 years, 7 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.87: preferred, colored
Changes since revision 1.87: +4 -4 lines
Rather than referencing the cfdriver directly in the cfdata entries,
instead use a string naming the driver.  The cfdriver is then looked
up in a list which is built at run-time.

Revision 1.84.4.4: download - view: text, markup, annotated - select for diffs
Tue Sep 17 21:17:44 2002 UTC (22 years, 8 months ago) by nathanw
Branches: nathanw_sa
Diff to: previous 1.84.4.3: preferred, colored; branchpoint 1.84: preferred, colored
Changes since revision 1.84.4.3: +1 -3 lines
Catch up to -current.

Revision 1.87: download - view: text, markup, annotated - select for diffs
Fri Sep 6 13:18:43 2002 UTC (22 years, 8 months ago) by gehenna
Branches: MAIN
Diff to: previous 1.86: preferred, colored
Changes since revision 1.86: +1 -3 lines
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.

Revision 1.83.2.3: download - view: text, markup, annotated - select for diffs
Fri Sep 6 08:40:53 2002 UTC (22 years, 8 months ago) by jdolecek
Branches: kqueue
Diff to: previous 1.83.2.2: preferred, colored; branchpoint 1.83: preferred, colored
Changes since revision 1.83.2.2: +63 -1 lines
sync kqueue branch with HEAD

Revision 1.85.4.2: download - view: text, markup, annotated - select for diffs
Sat Aug 31 14:52:15 2002 UTC (22 years, 8 months ago) by gehenna
Branches: gehenna-devsw
Diff to: previous 1.85.4.1: preferred, colored; branchpoint 1.85: preferred, colored; next MAIN 1.86: preferred, colored
Changes since revision 1.85.4.1: +63 -1 lines
catch up with -current.

Revision 1.84.4.3: download - view: text, markup, annotated - select for diffs
Tue Aug 27 23:45:31 2002 UTC (22 years, 8 months ago) by nathanw
Branches: nathanw_sa
Diff to: previous 1.84.4.2: preferred, colored; branchpoint 1.84: preferred, colored
Changes since revision 1.84.4.2: +63 -1 lines
Catch up to -current.

Revision 1.86: download - view: text, markup, annotated - select for diffs
Sat Aug 24 05:26:57 2002 UTC (22 years, 8 months ago) by thorpej
Branches: MAIN
CVS tags: gehenna-devsw-base
Diff to: previous 1.85: preferred, colored
Changes since revision 1.85: +63 -1 lines
Add autoconfiguration support for the Sun4d "bootbus".  Add a
zs @ bootbus attachment.

Revision 1.85.4.1: download - view: text, markup, annotated - select for diffs
Sun May 19 08:14:14 2002 UTC (23 years ago) by gehenna
Branches: gehenna-devsw
Diff to: previous 1.85: preferred, colored
Changes since revision 1.85: +1 -3 lines
Remove hard-coded major.

Revision 1.84.4.2: download - view: text, markup, annotated - select for diffs
Mon Apr 1 07:42:44 2002 UTC (23 years, 1 month ago) by nathanw
Branches: nathanw_sa
Diff to: previous 1.84.4.1: preferred, colored; branchpoint 1.84: preferred, colored
Changes since revision 1.84.4.1: +982 -0 lines
Catch up to -current.
(CVS: It's not just a program. It's an adventure!)

Revision 1.83.2.2: download - view: text, markup, annotated - select for diffs
Sat Mar 16 15:59:48 2002 UTC (23 years, 2 months ago) by jdolecek
Branches: kqueue
Diff to: previous 1.83.2.1: preferred, colored; branchpoint 1.83: preferred, colored
Changes since revision 1.83.2.1: +6 -7 lines
Catch up with -current.

Revision 1.85: download - view: text, markup, annotated - select for diffs
Mon Mar 11 16:27:02 2002 UTC (23 years, 2 months ago) by pk
Branches: MAIN
CVS tags: netbsd-1-6-base, netbsd-1-6-RELEASE, netbsd-1-6-RC3, netbsd-1-6-RC2, netbsd-1-6-RC1, eeh-devprop-base, eeh-devprop
Branch point for: netbsd-1-6, gehenna-devsw
Diff to: previous 1.84: preferred, colored
Changes since revision 1.84: +6 -7 lines
* `bus_type_t' is gone.
* Use BUS_ADDR() where appropriate to encode I/O space and physical
  address offset into a `bus_addr_t' value.
* Drop obio_bus_map() since it's now completely equivalent to bus_space_map()
* Use bus_space_map2() to map device space at a fixed virtual address.
* Remove the virtual address argument from sbus_sbus_addr()

Revision 1.83.2.1: download - view: text, markup, annotated - select for diffs
Thu Jan 10 19:48:47 2002 UTC (23 years, 4 months ago) by thorpej
Branches: kqueue
Diff to: previous 1.83: preferred, colored
Changes since revision 1.83: +4 -4 lines
Sync kqueue branch with -current.

Revision 1.83.4.1: download - view: text, markup, annotated - select for diffs
Mon Oct 1 12:42:00 2001 UTC (23 years, 7 months ago) by fvdl
Branches: thorpej-devvp
Diff to: previous 1.83: preferred, colored; next MAIN 1.84: preferred, colored
Changes since revision 1.83: +4 -4 lines
Catch up with -current.

Revision 1.84.4.1
Wed Sep 26 20:53:06 2001 UTC (23 years, 7 months ago) by nathanw
Branches: nathanw_sa
FILE REMOVED
Changes since revision 1.84: +0 -983 lines
file zs.c was added on branch nathanw_sa on 2002-04-01 07:42:44 +0000

Revision 1.84: download - view: text, markup, annotated - select for diffs
Wed Sep 26 20:53:06 2001 UTC (23 years, 7 months ago) by eeh
Branches: MAIN
CVS tags: thorpej-mips-cache-base, thorpej-mips-cache, thorpej-devvp-base3, thorpej-devvp-base2, newlock-base, newlock, ifpoll-base
Branch point for: nathanw_sa
Diff to: previous 1.83: preferred, colored
Changes since revision 1.83: +4 -4 lines
getprop* -> PROM_getprop*

Revision 1.83: download - view: text, markup, annotated - select for diffs
Sat Jun 30 20:14:00 2001 UTC (23 years, 10 months ago) by mrg
Branches: MAIN
CVS tags: thorpej-devvp-base, pre-chs-ubcperf, post-chs-ubcperf
Branch point for: thorpej-devvp, kqueue
Diff to: previous 1.82: preferred, colored
Changes since revision 1.82: +3 -3 lines
KGDB needs both zs_putc and zs_getc; make them non-static.

Revision 1.81.2.1: download - view: text, markup, annotated - select for diffs
Thu Jun 21 19:34:26 2001 UTC (23 years, 11 months ago) by nathanw
Diff to: previous 1.81: preferred, colored; next MAIN 1.82: preferred, colored
Changes since revision 1.81: +2 -1 lines
Catch up to -current.

Revision 1.82: download - view: text, markup, annotated - select for diffs
Sat May 26 10:23:47 2001 UTC (23 years, 11 months ago) by pk
Branches: MAIN
Diff to: previous 1.81: preferred, colored
Changes since revision 1.81: +2 -1 lines
Pull in "opt_kgdb.h"; see PR#13036.

Revision 1.69.8.1: download - view: text, markup, annotated - select for diffs
Mon Nov 20 20:25:35 2000 UTC (24 years, 6 months ago) by bouyer
Branches: thorpej_scsipi
Diff to: previous 1.69: preferred, colored; next MAIN 1.70: preferred, colored
Changes since revision 1.69: +249 -317 lines
Update thorpej_scsipi to -current as of a month ago
A i386 GENERIC kernel compiles without the siop, ahc and bha drivers
(will be updated later). i386 IDE/ATAPI and ncr work, as well as
sparc/esp_sbus. alpha should work as well (untested yet).
siop, ahc and bha will be updated once I've updated the branch to current
-current, as well as machine-dependant code.

Revision 1.79.2.2: download - view: text, markup, annotated - select for diffs
Thu Oct 19 13:34:55 2000 UTC (24 years, 7 months ago) by he
Branches: netbsd-1-5
CVS tags: netbsd-1-5-RELEASE, netbsd-1-5-PATCH003, netbsd-1-5-PATCH002, netbsd-1-5-PATCH001, netbsd-1-5-BETA2, netbsd-1-5-BETA
Diff to: previous 1.79.2.1: preferred, colored; branchpoint 1.79: preferred, colored; next MAIN 1.80: preferred, colored
Changes since revision 1.79.2.1: +8 -1 lines
Pull up revision 1.81 (requested by pk):
  Account for the top-most 4 bits of obio addresses being zero on
  sun 4/100 machines when inferring zs PROM device numbers from the
  physical address.

Revision 1.81: download - view: text, markup, annotated - select for diffs
Wed Oct 18 23:55:11 2000 UTC (24 years, 7 months ago) by pk
Branches: MAIN
CVS tags: thorpej_scsipi_nbase, thorpej_scsipi_beforemerge, thorpej_scsipi_base
Diff to: previous 1.80: preferred, colored
Changes since revision 1.80: +8 -1 lines
Account for the top-most 4 bits of obio addresses being zero on sun 4/100
machines, when inferring zs PROM device numbers from the physical address.

Revision 1.79.2.1: download - view: text, markup, annotated - select for diffs
Wed Jul 19 02:53:14 2000 UTC (24 years, 10 months ago) by mrg
Branches: netbsd-1-5
CVS tags: netbsd-1-5-ALPHA2
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +8 -5 lines
pull up sparc/sparc64 bus_intr_establish() changes, necessary for sparc64
(originally done by pk, approved by thorpej):

>Add a `device class' interrupt level argument (from machine/intr.h)
>to bus_interrupt_establish().
>
>It's currently only used in sparc64/dev/psycho.c to assign a CPU interrupt
>level to devices in PCI slots.

Revision 1.80: download - view: text, markup, annotated - select for diffs
Sun Jul 9 20:57:48 2000 UTC (24 years, 10 months ago) by pk
Branches: MAIN
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +8 -5 lines
Add a `device class' interrupt level argument (from machine/intr.h)
to bus_interrupt_establish().

It's currently only used in sparc64/dev/psycho.c to assign a CPU interrupt
level to devices in PCI slots.

Revision 1.78.2.1: download - view: text, markup, annotated - select for diffs
Thu Jun 22 17:03:58 2000 UTC (24 years, 10 months ago) by minoura
Branches: minoura-xpg4dl
Diff to: previous 1.78: preferred, colored; next MAIN 1.79: preferred, colored
Changes since revision 1.78: +3 -2 lines
Sync w/ netbsd-1-5-base.

Revision 1.79: download - view: text, markup, annotated - select for diffs
Sun Jun 4 19:15:03 2000 UTC (24 years, 11 months ago) by cgd
Branches: MAIN
CVS tags: netbsd-1-5-base
Branch point for: netbsd-1-5
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +3 -2 lines
Implement the more flexiable `evcnt' interface as discussed (briefly) on
tech-kern and now documented in evcnt(9).

Revision 1.69.2.2: download - view: text, markup, annotated - select for diffs
Wed Mar 29 20:32:30 2000 UTC (25 years, 1 month ago) by he
Branches: netbsd-1-4
CVS tags: netbsd-1-4-PATCH003
Diff to: previous 1.69.2.1: preferred, colored; branchpoint 1.69: preferred, colored; next MAIN 1.70: preferred, colored
Changes since revision 1.69.2.1: +6 -3 lines
Apply patch (requested by pk):
  Fix a NULL pointer dereference when a zs device interrupts during
  autoconfiguration of subdevices (keyboard & mouse).

Revision 1.78: download - view: text, markup, annotated - select for diffs
Tue Mar 21 11:24:02 2000 UTC (25 years, 2 months ago) by pk
Branches: MAIN
CVS tags: minoura-xpg4dl-base
Branch point for: minoura-xpg4dl
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +1 -2 lines
Delete debugging printf().

Revision 1.77: download - view: text, markup, annotated - select for diffs
Sun Mar 19 14:58:02 2000 UTC (25 years, 2 months ago) by pk
Branches: MAIN
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +3 -17 lines
Just don't force the baud rate in the driver, ever.

Revision 1.76: download - view: text, markup, annotated - select for diffs
Sun Mar 19 13:22:14 2000 UTC (25 years, 2 months ago) by pk
Branches: MAIN
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +133 -264 lines
Revise console device handling:
	* do not require a `zs' driver for console handling
	* run the console on PROM primitives until a device recognises
	  itself as a console device during normal autoconfiguration.
	* allow (keyboard) devices to take over the input channel of
	  the PROM primitive-based console device.

As a result, consinit() is much simplified and does no longer have
to "detect" devices to setup a working console device. This complexity
has moved to individual drivers which interpret the PROM information
after they have attached to decide whether or not to act as a console.

Revision 1.75: download - view: text, markup, annotated - select for diffs
Tue Mar 14 21:20:51 2000 UTC (25 years, 2 months ago) by jdc
Branches: MAIN
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +42 -1 lines
Add power management hooks.

Revision 1.74: download - view: text, markup, annotated - select for diffs
Mon Mar 6 21:36:11 2000 UTC (25 years, 2 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +2 -1 lines
- Implement cnbell() -- ring the console bell.  The cn_bell entrypoint
  is optional.
- Add cn_bell to statically allocated consdevs as appropriate.

Revision 1.73: download - view: text, markup, annotated - select for diffs
Mon Feb 14 18:07:37 2000 UTC (25 years, 3 months ago) by pk
Branches: MAIN
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +3 -3 lines
Just skip matching the `slave' property against `cf_unit'.

Revision 1.72: download - view: text, markup, annotated - select for diffs
Sat Feb 12 12:51:03 2000 UTC (25 years, 3 months ago) by pk
Branches: MAIN
CVS tags: chs-ubc2-newbase
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +72 -58 lines
Eliminate much of the goo in setting up zs device addressing.

Revision 1.69.2.1: download - view: text, markup, annotated - select for diffs
Sat Jan 15 16:50:53 2000 UTC (25 years, 4 months ago) by he
Branches: netbsd-1-4
CVS tags: netbsd-1-4-PATCH002
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +14 -4 lines
Pull up revision 1.70 (requested by pk):
  Two fixes:
   o Fix out of bound indexing of buffer.
   o Default to first serial port if console property is absent.

Revision 1.69.14.1: download - view: text, markup, annotated - select for diffs
Mon Dec 27 18:33:48 1999 UTC (25 years, 4 months ago) by wrstuden
Branches: wrstuden-devbsize
Diff to: previous 1.69: preferred, colored; next MAIN 1.70: preferred, colored
Changes since revision 1.69: +16 -5 lines
Pull up to last week's -current.

Revision 1.71: download - view: text, markup, annotated - select for diffs
Sun Nov 21 15:23:02 1999 UTC (25 years, 6 months ago) by pk
Branches: MAIN
CVS tags: wrstuden-devbsize-base, wrstuden-devbsize-19991221
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +3 -2 lines
Check presence of Sbus interrupt properties before using them.

Revision 1.69.10.1: download - view: text, markup, annotated - select for diffs
Mon Nov 15 00:39:15 1999 UTC (25 years, 6 months ago) by fvdl
Branches: fvdl-softdep
Diff to: previous 1.69: preferred, colored; next MAIN 1.70: preferred, colored
Changes since revision 1.69: +14 -4 lines
Sync with -current

Revision 1.70: download - view: text, markup, annotated - select for diffs
Sun Nov 7 16:36:16 1999 UTC (25 years, 6 months ago) by pk
Branches: MAIN
CVS tags: fvdl-softdep-base
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +14 -4 lines
Handle empty `input/output path' when looking for console device; patch
from Brian D. Chase.

Revision 1.69: download - view: text, markup, annotated - select for diffs
Sat Mar 27 01:21:36 1999 UTC (26 years, 1 month ago) by wrstuden
Branches: MAIN
CVS tags: netbsd-1-4-base, netbsd-1-4-RELEASE, netbsd-1-4-PATCH001, kame_14_19990705, kame_14_19990628, kame_141_19991130, kame, comdex-fall-1999-base, comdex-fall-1999, chs-ubc2-base, chs-ubc2
Branch point for: wrstuden-devbsize, thorpej_scsipi, netbsd-1-4, fvdl-softdep
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +6 -3 lines
Add pps support. Only enable pps if CLOCAL & !MDMBUF.

Revision 1.68: download - view: text, markup, annotated - select for diffs
Fri Mar 5 08:30:33 1999 UTC (26 years, 2 months ago) by pk
Branches: MAIN
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +6 -1 lines
consinit: cover all cases.

Revision 1.67: download - view: text, markup, annotated - select for diffs
Tue Mar 2 13:40:05 1999 UTC (26 years, 2 months ago) by pk
Branches: MAIN
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +51 -71 lines
Sanatize consinit() a bit.

Revision 1.66: download - view: text, markup, annotated - select for diffs
Mon Feb 22 17:15:30 1999 UTC (26 years, 2 months ago) by pk
Branches: MAIN
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +9 -12 lines
Since V2 & V3 proms already pass us ihandles for stdin and stdout,
there's no need to open the device a second time. It suffices to
just convert the `ihandles' to `phandles'.

Revision 1.65: download - view: text, markup, annotated - select for diffs
Tue Feb 16 07:22:17 1999 UTC (26 years, 3 months ago) by pk
Branches: MAIN
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +19 -14 lines
Use promlib version correctly.

Revision 1.64: download - view: text, markup, annotated - select for diffs
Sun Feb 14 12:44:31 1999 UTC (26 years, 3 months ago) by pk
Branches: MAIN
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +30 -36 lines
Use the PROMLIB interface.

Revision 1.63: download - view: text, markup, annotated - select for diffs
Thu Feb 11 15:28:05 1999 UTC (26 years, 3 months ago) by mycroft
Branches: MAIN
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +3 -3 lines
Minor cleanup.
Make the initializer for BAUDLO depend on PCLK directly; it was incorrect on
some ports where PCLK is not 4.9152MHz.
XXX Is the default value actually used?

Revision 1.62: download - view: text, markup, annotated - select for diffs
Wed Feb 3 20:25:06 1999 UTC (26 years, 3 months ago) by mycroft
Branches: MAIN
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +2 -2 lines
Don't set DCD_IE in the frontends.  KGDB doesn't even use DCD, and the tty
frontends get it from zsparam() anyway.

Revision 1.61: download - view: text, markup, annotated - select for diffs
Sat Jul 4 22:18:39 1998 UTC (26 years, 10 months ago) by jonathan
Branches: MAIN
CVS tags: kenh-if-detach-base, kenh-if-detach, eeh-paddr_t-base, eeh-paddr_t, chs-ubc-base, chs-ubc
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +3 -1 lines
defopt DDB.

Revision 1.50.2.4: download - view: text, markup, annotated - select for diffs
Fri May 8 17:17:11 1998 UTC (27 years ago) by mycroft
Branches: netbsd-1-3
CVS tags: netbsd-1-3-PATCH003-CANDIDATE2, netbsd-1-3-PATCH003-CANDIDATE1, netbsd-1-3-PATCH003-CANDIDATE0, netbsd-1-3-PATCH003, netbsd-1-3-PATCH002
Diff to: previous 1.50.2.3: preferred, colored; branchpoint 1.50: preferred, colored; next MAIN 1.51: preferred, colored
Changes since revision 1.50.2.3: +11 -34 lines
Pull up 1.59-1.60, per request of mycroft.

Revision 1.60: download - view: text, markup, annotated - select for diffs
Thu Apr 23 04:06:17 1998 UTC (27 years, 1 month ago) by chs
Branches: MAIN
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +11 -2 lines
fix a timing problem with polled output on sun4c's.

Revision 1.59: download - view: text, markup, annotated - select for diffs
Mon Mar 30 02:41:21 1998 UTC (27 years, 1 month ago) by mycroft
Branches: MAIN
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +3 -35 lines
Eliminate cs_heldchar.  It is not necessary in my version of the driver.

Revision 1.58: download - view: text, markup, annotated - select for diffs
Sun Mar 29 22:10:33 1998 UTC (27 years, 1 month ago) by pk
Branches: MAIN
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +3 -3 lines
obio_bus_probe() => bus_space_probe()

Revision 1.57: download - view: text, markup, annotated - select for diffs
Sat Mar 21 20:24:11 1998 UTC (27 years, 2 months ago) by pk
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +106 -48 lines
Account for changed bus attachment scheme.

Revision 1.56: download - view: text, markup, annotated - select for diffs
Wed Jan 21 05:54:39 1998 UTC (27 years, 4 months ago) by mrg
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +6 -5 lines
KNF, and use splzs over splhigh in one place.

Revision 1.55: download - view: text, markup, annotated - select for diffs
Mon Jan 12 20:24:02 1998 UTC (27 years, 4 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +2 -4 lines
Update for changes to config.

Revision 1.50.2.3: download - view: text, markup, annotated - select for diffs
Fri Nov 14 02:13:00 1997 UTC (27 years, 6 months ago) by mellon
Branches: netbsd-1-3
CVS tags: netbsd-1-3-RELEASE, netbsd-1-3-PATCH001, netbsd-1-3-BETA
Diff to: previous 1.50.2.2: preferred, colored; branchpoint 1.50: preferred, colored
Changes since revision 1.50.2.2: +35 -1 lines
Pull rev 1.54 up from trunk (pk)

Revision 1.54: download - view: text, markup, annotated - select for diffs
Wed Nov 12 22:18:54 1997 UTC (27 years, 6 months ago) by pk
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +35 -1 lines
If necessary, defer console output until TX interrupt handler runs.

Revision 1.50.2.2: download - view: text, markup, annotated - select for diffs
Tue Nov 4 23:08:52 1997 UTC (27 years, 6 months ago) by mellon
Branches: netbsd-1-3
Diff to: previous 1.50.2.1: preferred, colored; branchpoint 1.50: preferred, colored
Changes since revision 1.50.2.1: +12 -12 lines
Pull rev 1.52 and 1.53 up from trunk (mycroft)

Revision 1.53: download - view: text, markup, annotated - select for diffs
Mon Nov 3 11:33:17 1997 UTC (27 years, 6 months ago) by mycroft
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +5 -1 lines
Handle CDTRCTS, for silly Mac-like connector on some models (e.g. IPX).

Revision 1.52: download - view: text, markup, annotated - select for diffs
Sun Nov 2 08:05:11 1997 UTC (27 years, 6 months ago) by mycroft
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +8 -12 lines
Set rr0_dcd.
Don't set DCD_IE and CTS_IE here; let the MI code do it.
Handle MDMBUF.

Revision 1.50.2.1: download - view: text, markup, annotated - select for diffs
Thu Oct 23 01:07:14 1997 UTC (27 years, 7 months ago) by mellon
Branches: netbsd-1-3
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +3 -3 lines
Pull rev 1.51 up from trunk

Revision 1.51: download - view: text, markup, annotated - select for diffs
Wed Oct 22 14:39:38 1997 UTC (27 years, 7 months ago) by gwr
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +3 -3 lines
Correct the values of zs_unit in consinit(),
so ddb will work on the keyboard/display.

Revision 1.50: download - view: text, markup, annotated - select for diffs
Sat Oct 18 00:00:40 1997 UTC (27 years, 7 months ago) by gwr
Branches: MAIN
CVS tags: netbsd-1-3-base
Branch point for: netbsd-1-3
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +728 -1372 lines
Use common zs code.

Revision 1.48.2.1: download - view: text, markup, annotated - select for diffs
Mon Sep 1 20:17:23 1997 UTC (27 years, 8 months ago) by thorpej
Branches: marc-pcmcia
Diff to: previous 1.48: preferred, colored; next MAIN 1.49: preferred, colored
Changes since revision 1.48: +10 -6 lines
Update marc-pcmcia branch from trunk.

Revision 1.49: download - view: text, markup, annotated - select for diffs
Sun Aug 31 21:26:37 1997 UTC (27 years, 8 months ago) by pk
Branches: MAIN
CVS tags: thorpej-signal-base, thorpej-signal, marc-pcmcia-base
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +10 -6 lines
Allow a BREAK to cause a kgdb_connect().

Revision 1.48: download - view: text, markup, annotated - select for diffs
Tue Jul 29 09:58:18 1997 UTC (27 years, 9 months ago) by fair
Branches: MAIN
CVS tags: marc-pcmcia-bp
Branch point for: marc-pcmcia
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +2 -2 lines
%x -> 0x%x

Revision 1.47: download - view: text, markup, annotated - select for diffs
Mon Apr 14 21:26:29 1997 UTC (28 years, 1 month ago) by pk
Branches: MAIN
CVS tags: bouyer-scsipi
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +33 -1 lines
Avoid race for the chip's interrupt pending status bits in zscnputc()
by introducing a single-character queue to defer kernel console output
until the transmitter interrupt handler runs.

Revision 1.46: download - view: text, markup, annotated - select for diffs
Wed Apr 9 13:15:13 1997 UTC (28 years, 1 month ago) by mrg
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +6 -2 lines
as per discussion with torek, allow TC=1.  also add option
to allow TC=0.  the zilog documentation says not to allow
TC=0 -- however, i tested this and it "does work", as far
as i could tell, so, allow this use if so desired.

Revision 1.45: download - view: text, markup, annotated - select for diffs
Tue Dec 10 22:55:08 1996 UTC (28 years, 5 months ago) by pk
Branches: MAIN
CVS tags: thorpej-setroot, mrg-vm-swap, is-newarp-before-merge, is-newarp-base, is-newarp
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +5 -5 lines
Comply with recent autoconfiguration changes. Diffs graciously
supplied by Chris Demetriou.

Revision 1.44: download - view: text, markup, annotated - select for diffs
Sun Oct 13 03:00:18 1996 UTC (28 years, 7 months ago) by christos
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +8 -8 lines
backout previous kprintf change

Revision 1.43: download - view: text, markup, annotated - select for diffs
Fri Oct 11 00:47:03 1996 UTC (28 years, 7 months ago) by christos
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +8 -8 lines
printf -> kprintf, sprintf -> ksprintf

Revision 1.42: download - view: text, markup, annotated - select for diffs
Mon Sep 2 06:44:17 1996 UTC (28 years, 8 months ago) by mycroft
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +4 -5 lines
tty stop functions really should return void, not int, and certainly not both.

Revision 1.37.4.1: download - view: text, markup, annotated - select for diffs
Sun Jun 2 09:07:55 1996 UTC (28 years, 11 months ago) by mrg
Branches: netbsd-1-2
CVS tags: netbsd-1-2-RELEASE, netbsd-1-2-PATCH001, netbsd-1-2-BETA
Diff to: previous 1.37: preferred, colored; next MAIN 1.38: preferred, colored
Changes since revision 1.37: +25 -15 lines
pull up tty stats "bug fix".

Revision 1.41: download - view: text, markup, annotated - select for diffs
Thu May 30 00:57:35 1996 UTC (28 years, 11 months ago) by pk
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +3 -1 lines
Put back a `#if defined(SUN4M)' for now.

Revision 1.40: download - view: text, markup, annotated - select for diffs
Wed May 29 21:45:28 1996 UTC (28 years, 11 months ago) by pk
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +5 -5 lines
We really need a ring buffer for every unit.
Eliminate extraneous ttyalloc() calls.

Revision 1.39: download - view: text, markup, annotated - select for diffs
Wed May 29 01:58:09 1996 UTC (28 years, 11 months ago) by mrg
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +4 -4 lines
find a couple minor nits from previous change.

Revision 1.38: download - view: text, markup, annotated - select for diffs
Tue May 28 14:06:28 1996 UTC (28 years, 11 months ago) by mrg
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +108 -84 lines
change zsinfo to a zs_softc, and impliment intr counts.  mostly from OpenBSD.

Revision 1.37: download - view: text, markup, annotated - select for diffs
Mon Apr 1 17:29:44 1996 UTC (29 years, 1 month ago) by christos
Branches: MAIN
CVS tags: netbsd-1-2-base
Branch point for: netbsd-1-2
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +4 -2 lines
Eliminated dependencies on dev_conf.h

Revision 1.36: download - view: text, markup, annotated - select for diffs
Sun Mar 31 22:39:06 1996 UTC (29 years, 1 month ago) by pk
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +2 -2 lines
Various cleanup; mostly trailing spaces/tabs.

Revision 1.35: download - view: text, markup, annotated - select for diffs
Sun Mar 17 02:01:26 1996 UTC (29 years, 2 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +18 -12 lines
New device attachment scheme:

	- split softc size and match/attach out from cfdriver into
	  a new struct cfattach.

	- new "attach" directive for files.*.  May specify the name of
	  the cfattach structure, so that devices may be easily attached
	  to parents with different autoconfiguration semantics.

Revision 1.34: download - view: text, markup, annotated - select for diffs
Thu Mar 14 19:45:28 1996 UTC (29 years, 2 months ago) by christos
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +37 -18 lines
Bring prototypes into scope and fix compiler warnings.

Revision 1.33: download - view: text, markup, annotated - select for diffs
Sun Feb 25 22:03:20 1996 UTC (29 years, 2 months ago) by pk
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +12 -11 lines
Use CPU-type macros.

Revision 1.32: download - view: text, markup, annotated - select for diffs
Wed Nov 29 23:41:35 1995 UTC (29 years, 5 months ago) by pk
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +31 -15 lines
Extend the size of the "soft" FIFOs which reportedly reduces the number
of FIFO overflows on high baud rates.
However, doing so on all 4 ports would cost a whopping 64KB (at 4096 entries
per FIFO) of kernel memory. So, the FIFOs are now allocated at attach time
allowing the size for the keyboard and mouse ports to be reduced (to 128)
which should be adequate for the 1200 baud they use.

Revision 1.31: download - view: text, markup, annotated - select for diffs
Wed Jun 28 04:31:21 1995 UTC (29 years, 10 months ago) by cgd
Branches: MAIN
CVS tags: netbsd-1-1-base, netbsd-1-1-RELEASE, netbsd-1-1-PATCH001, netbsd-1-1
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -2 lines
note that most of dev/ic's contents have changed names

Revision 1.30: download - view: text, markup, annotated - select for diffs
Mon Jun 26 21:45:31 1995 UTC (29 years, 10 months ago) by pk
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +5 -5 lines
Small optimisation & 1 fewer depedency on zs_ctty.

Revision 1.29: download - view: text, markup, annotated - select for diffs
Mon Jun 26 21:32:51 1995 UTC (29 years, 10 months ago) by pk
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +15 -6 lines
Use ZS_DELAY() in a few more places (from Gordon Ross, cf. sun3/dev/zs.c).

Revision 1.28: download - view: text, markup, annotated - select for diffs
Fri Apr 21 15:51:26 1995 UTC (30 years, 1 month ago) by pk
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +37 -16 lines
Implement zstty().

Revision 1.27: download - view: text, markup, annotated - select for diffs
Tue Apr 11 02:43:02 1995 UTC (30 years, 1 month ago) by mycroft
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -2 lines
Undo accidental change.

Revision 1.26: download - view: text, markup, annotated - select for diffs
Tue Apr 11 02:38:16 1995 UTC (30 years, 1 month ago) by mycroft
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +8 -8 lines
Move CHAN_[AB] into here, and prefix with ZS_.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Tue Apr 11 02:30:53 1995 UTC (30 years, 1 month ago) by mycroft
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +3 -3 lines
zsreg.h --> z8530.h

Revision 1.24: download - view: text, markup, annotated - select for diffs
Wed Mar 1 21:09:40 1995 UTC (30 years, 2 months ago) by pk
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +1 -4 lines
Better 4/100 support.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Wed Feb 1 12:37:29 1995 UTC (30 years, 3 months ago) by pk
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +3 -0 lines
Integrate changes from Chuck Cranor for the Sun 4/100.
Support for multiple register banks on SBUS devices (based on patches
from Francis Dupont).
Highlights:
	romaux defines an array of register spaces.
	pay attention to `vactype'.
	quirks handling 4/100 idiosyncracies.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Sun Jan 29 18:56:01 1995 UTC (30 years, 3 months ago) by pk
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +4 -0 lines
TIOC[SC]DTR ioctls.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Tue Dec 6 00:01:39 1994 UTC (30 years, 5 months ago) by deraadt
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +66 -20 lines
TIOC[SG]FLAGS from matthew green

Revision 1.20: download - view: text, markup, annotated - select for diffs
Sat Nov 26 07:36:52 1994 UTC (30 years, 5 months ago) by deraadt
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +15 -13 lines
i hate ttyX-ignore-cd, but leave it here for a while longer

Revision 1.19: download - view: text, markup, annotated - select for diffs
Wed Nov 23 07:02:21 1994 UTC (30 years, 6 months ago) by deraadt
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +5 -5 lines
XXmatch change (and a few __P() as well)

Revision 1.18: download - view: text, markup, annotated - select for diffs
Sun Nov 20 20:52:28 1994 UTC (30 years, 6 months ago) by deraadt
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -3 lines
copyright/Id cleanup

Revision 1.17: download - view: text, markup, annotated - select for diffs
Thu Nov 3 18:57:33 1994 UTC (30 years, 6 months ago) by pk
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +10 -3 lines
Don't mess with device if it was opened while we napped.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Wed Nov 2 04:54:19 1994 UTC (30 years, 6 months ago) by deraadt
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +111 -67 lines
ioctl u_long cmd; and KNF

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sat Oct 15 05:49:08 1994 UTC (30 years, 7 months ago) by deraadt
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +3 -6 lines
mapiodev takes a bustype argument now

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sun Oct 2 22:00:32 1994 UTC (30 years, 7 months ago) by deraadt
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +54 -23 lines
sun4/300 support works

Revision 1.13: download - view: text, markup, annotated - select for diffs
Sat Sep 17 23:57:39 1994 UTC (30 years, 8 months ago) by deraadt
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +11 -3 lines
sbus/* --> dev/*
deal with multiple bus types (start of vme/obio support)

Revision 1.12: download - view: text, markup, annotated - select for diffs
Sat Aug 20 09:11:02 1994 UTC (30 years, 9 months ago) by deraadt
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +39 -2 lines
sun4 needs software delays for register accesses

Revision 1.10.2.1: download - view: text, markup, annotated - select for diffs
Fri Jul 22 01:24:33 1994 UTC (30 years, 10 months ago) by cgd
Branches: netbsd-1-0
CVS tags: netbsd-1-0-RELEASE, netbsd-1-0-PATCH1, netbsd-1-0-PATCH06, netbsd-1-0-PATCH05, netbsd-1-0-PATCH04, netbsd-1-0-PATCH03, netbsd-1-0-PATCH02, netbsd-1-0-PATCH0
Diff to: previous 1.10: preferred, colored; next MAIN 1.11: preferred, colored
Changes since revision 1.10: +2 -2 lines
from trunk.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu Jul 21 22:06:01 1994 UTC (30 years, 10 months ago) by deraadt
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2 lines
make X11R5 compile easier

Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri Jun 24 08:11:53 1994 UTC (30 years, 11 months ago) by deraadt
Branches: MAIN
CVS tags: netbsd-1-0-base
Branch point for: netbsd-1-0
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +3 -3 lines
sun4c -> SUN4C

Revision 1.9: download - view: text, markup, annotated - select for diffs
Fri May 27 08:49:13 1994 UTC (30 years, 11 months ago) by pk
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
cast to make compiler happy.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu May 19 06:53:07 1994 UTC (31 years ago) by deraadt
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -4 lines
t_stop has been erradicated

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat May 14 06:39:05 1994 UTC (31 years ago) by deraadt
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +27 -3 lines
TIOCSBRK/TIOCCBRK

Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu May 5 09:53:43 1994 UTC (31 years ago) by deraadt
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
timeout and ndflush casts

Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Mar 23 10:43:20 1994 UTC (31 years, 2 months ago) by pk
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +5 -1 lines
DDB support

Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Feb 14 09:37:13 1994 UTC (31 years, 3 months ago) by deraadt
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -3 lines
ioctl takes a proc *

Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Oct 13 02:36:44 1993 UTC (31 years, 7 months ago) by deraadt
Branches: MAIN
CVS tags: sparc-magnum
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +7 -4 lines
 fixups for dynamic tty allocation:
cdevsw[]->d_ttys must be initialized
XXstop() functions must be callable from cdevsw[]->d_stop
the console tty is used before vm system is up, and must
allocate it's own clists..

Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Oct 11 02:36:44 1993 UTC (31 years, 7 months ago) by deraadt
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +16 -11 lines
cons.c, zs.c: tty->t_stop doesn't exist here. I think it goes through d_stop
	automatically now, but have not checked.
	l_ioctl() has no last parameter 'p'
fb.c: move sys/fbio.h to machine/fbio.h
various: typecast parms for timeout() properly
zs.c: extra level of indir in cdevsw[]->d_ttys

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Oct 2 10:22:45 1993 UTC (31 years, 7 months ago) by deraadt
Branches: MAIN
Chris Torek's sparc port. Missing lots of things.

Diff request

This form allows you to request diffs 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.

Log view options

CVSweb <webmaster@jp.NetBSD.org>