CVS log for src/sys/arch/mac68k/nubus/nubus.c
Up to [cvs.NetBSD.org] / src / sys / arch / mac68k / nubus
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.68: download - view: text, markup, annotated - select for diffs
Sat Aug 7 16:18:57 2021 UTC (3 years, 8 months ago) by thorpej
Branches: MAIN
CVS tags: thorpej-ifq-base,
thorpej-ifq,
thorpej-i2c-spi-conf2-base,
thorpej-i2c-spi-conf2,
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.67: preferred, colored
Changes since revision 1.67: +3 -3
lines
Merge thorpej-cfargs2.
Revision 1.67.8.1: download - view: text, markup, annotated - select for diffs
Wed Aug 4 02:37:20 2021 UTC (3 years, 8 months ago) by thorpej
Branches: thorpej-cfargs2
Diff to: previous 1.67: preferred, colored; next MAIN 1.68: preferred, colored
Changes since revision 1.67: +3 -3
lines
Adapt to CFARGS().
Revision 1.67: download - view: text, markup, annotated - select for diffs
Sat Apr 24 23:36:41 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.66: preferred, colored
Changes since revision 1.66: +3 -3
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.66.14.1: download - view: text, markup, annotated - select for diffs
Sun Mar 21 21:09:02 2021 UTC (4 years, 1 month ago) by thorpej
Branches: thorpej-cfargs
Diff to: previous 1.66: preferred, colored; next MAIN 1.67: preferred, colored
Changes since revision 1.66: +3 -3
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.65.20.1: download - view: text, markup, annotated - select for diffs
Mon Jun 10 22:06:27 2019 UTC (5 years, 10 months ago) by christos
Branches: phil-wifi
Diff to: previous 1.65: preferred, colored; next MAIN 1.66: preferred, colored
Changes since revision 1.65: +2 -3
lines
Sync with HEAD
Revision 1.65.18.1: download - view: text, markup, annotated - select for diffs
Fri Jan 18 08:50:18 2019 UTC (6 years, 3 months ago) by pgoyette
Branches: pgoyette-compat
CVS tags: pgoyette-compat-merge-20190127
Diff to: previous 1.65: preferred, colored; next MAIN 1.66: preferred, colored
Changes since revision 1.65: +2 -3
lines
Synch with HEAD
Revision 1.66: download - view: text, markup, annotated - select for diffs
Tue Jan 8 19:41:09 2019 UTC (6 years, 3 months ago) by jdolecek
Branches: MAIN
CVS tags: thorpej-futex-base,
thorpej-futex,
thorpej-cfargs-base,
phil-wifi-20200421,
phil-wifi-20200411,
phil-wifi-20200406,
phil-wifi-20191119,
phil-wifi-20190609,
pgoyette-compat-20190127,
pgoyette-compat-20190118,
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,
isaki-audio2-base,
isaki-audio2,
is-mlppp-base,
is-mlppp,
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-cfargs
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +2 -3
lines
no need to include <machine/param.h> if <sys/param.h> already included
Revision 1.63.24.2: download - view: text, markup, annotated - select for diffs
Sun Dec 3 11:36:24 2017 UTC (7 years, 4 months ago) by jdolecek
Branches: tls-maxphys
Diff to: previous 1.63.24.1: preferred, colored; branchpoint 1.63: preferred, colored; next MAIN 1.64: preferred, colored
Changes since revision 1.63.24.1: +3 -3
lines
update from HEAD
Revision 1.65: download - view: text, markup, annotated - select for diffs
Sat Oct 18 08:33:26 2014 UTC (10 years, 6 months ago) by snj
Branches: MAIN
CVS tags: tls-maxphys-base-20171202,
prg-localcount2-base3,
prg-localcount2-base2,
prg-localcount2-base1,
prg-localcount2-base,
prg-localcount2,
phil-wifi-base,
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-base,
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,
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-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,
matt-nb8-mediatek-base,
matt-nb8-mediatek,
localcount-20160914,
jdolecek-ncq-base,
jdolecek-ncq,
bouyer-socketcan-base1,
bouyer-socketcan-base,
bouyer-socketcan
Branch point for: phil-wifi,
pgoyette-compat
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +3 -3
lines
src is too big these days to tolerate superfluous apostrophes. It's
"its", people!
Revision 1.63.24.1: download - view: text, markup, annotated - select for diffs
Tue Nov 20 03:01:30 2012 UTC (12 years, 5 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +8 -8
lines
Resync to 2012-11-19 00:00:00 UTC
Revision 1.63.14.1: download - view: text, markup, annotated - select for diffs
Tue Oct 30 17:19:56 2012 UTC (12 years, 6 months ago) by yamt
Branches: yamt-pagecache
CVS tags: yamt-pagecache-tag8
Diff to: previous 1.63: preferred, colored; next MAIN 1.64: preferred, colored
Changes since revision 1.63: +8 -8
lines
sync with head
Revision 1.64: download - view: text, markup, annotated - select for diffs
Sat Oct 27 17:17:59 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,
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,
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,
khorben-n900,
agc-symver-base,
agc-symver
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +8 -8
lines
split device_t/softc for all remaining drivers.
replace "struct device *" with "device_t".
use device_xname(), device_unit(), etc.
Revision 1.62.44.1: download - view: text, markup, annotated - select for diffs
Mon May 4 08:11:27 2009 UTC (15 years, 11 months ago) by yamt
Branches: yamt-nfs-mp
Diff to: previous 1.62: preferred, colored; next MAIN 1.63: preferred, colored
Changes since revision 1.62: +3 -3
lines
sync with head.
Revision 1.62.52.1: download - view: text, markup, annotated - select for diffs
Mon Jan 19 13:16:25 2009 UTC (16 years, 3 months ago) by skrll
Branches: nick-hppapmap
Diff to: previous 1.62: preferred, colored; next MAIN 1.63: preferred, colored
Changes since revision 1.62: +3 -3
lines
Sync with HEAD.
Revision 1.62.40.1: download - view: text, markup, annotated - select for diffs
Sat Jan 17 13:28:12 2009 UTC (16 years, 3 months ago) by mjf
Branches: mjf-devfs2
Diff to: previous 1.62: preferred, colored; next MAIN 1.63: preferred, colored
Changes since revision 1.62: +3 -3
lines
Sync with HEAD.
Revision 1.63: download - view: text, markup, annotated - select for diffs
Wed Dec 17 20:51:32 2008 UTC (16 years, 4 months ago) by cegger
Branches: MAIN
CVS tags: yamt-pagecache-base5,
yamt-pagecache-base4,
yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
yamt-nfs-mp-base9,
yamt-nfs-mp-base8,
yamt-nfs-mp-base7,
yamt-nfs-mp-base6,
yamt-nfs-mp-base5,
yamt-nfs-mp-base4,
yamt-nfs-mp-base3,
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,
rmind-uvmplock-nbase,
rmind-uvmplock-base,
rmind-uvmplock,
nick-hppapmap-base4,
nick-hppapmap-base3,
nick-hppapmap-base2,
nick-hppapmap-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,
mjf-devfs2-base,
matt-premerge-20091211,
matt-nb6-plus-nbase,
matt-nb6-plus-base,
matt-nb6-plus,
matt-mips64-premerge-20101231,
jymxensuspend-base,
jym-xensuspend-nbase,
jym-xensuspend-base,
jym-xensuspend,
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.62: preferred, colored
Changes since revision 1.62: +3 -3
lines
kill MALLOC and FREE macros.
Revision 1.59.2.1: download - view: text, markup, annotated - select for diffs
Mon Sep 3 14:27:29 2007 UTC (17 years, 7 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.59: preferred, colored; next MAIN 1.60: preferred, colored
Changes since revision 1.59: +10 -10
lines
sync with head.
Revision 1.60.26.1: download - view: text, markup, annotated - select for diffs
Mon Mar 12 05:49:01 2007 UTC (18 years, 1 month ago) by rmind
Branches: yamt-idlelwp
Diff to: previous 1.60: preferred, colored; next MAIN 1.61: preferred, colored
Changes since revision 1.60: +10 -10
lines
Sync with HEAD.
Revision 1.62: download - view: text, markup, annotated - select for diffs
Wed Mar 7 13:54:49 2007 UTC (18 years, 1 month ago) by tsutsui
Branches: MAIN
CVS tags: yamt-x86pmap-base4,
yamt-x86pmap-base3,
yamt-x86pmap-base2,
yamt-x86pmap-base,
yamt-x86pmap,
yamt-pf42-baseX,
yamt-pf42-base4,
yamt-pf42-base3,
yamt-pf42-base2,
yamt-pf42-base,
yamt-pf42,
yamt-nfs-mp-base2,
yamt-nfs-mp-base,
yamt-lazymbuf-base15,
yamt-lazymbuf-base14,
yamt-kmem-base3,
yamt-kmem-base2,
yamt-kmem-base,
yamt-kmem,
yamt-idlelwp-base8,
wrstuden-revivesa-base-4,
wrstuden-revivesa-base-3,
wrstuden-revivesa-base-2,
wrstuden-revivesa-base-1,
wrstuden-revivesa-base,
wrstuden-revivesa,
vmlocking2-base3,
vmlocking2-base2,
vmlocking2-base1,
vmlocking2,
vmlocking-nbase,
vmlocking-base,
vmlocking,
thorpej-atomic-base,
thorpej-atomic,
simonb-wapbl-nbase,
simonb-wapbl-base,
simonb-wapbl,
reinoud-bufcleanup-nbase,
reinoud-bufcleanup-base,
reinoud-bufcleanup,
ppcoea-renovation-base,
ppcoea-renovation,
nick-net80211-sync-base,
nick-net80211-sync,
nick-csl-alignment-base5,
nick-csl-alignment-base,
nick-csl-alignment,
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-ufs-trans-base,
mjf-ufs-trans,
mjf-devfs-base,
mjf-devfs,
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,
matt-mips64-base,
matt-mips64,
matt-armv6-prevmlocking,
matt-armv6-nbase,
matt-armv6-base,
matt-armv6,
keiichi-mipv6-nbase,
keiichi-mipv6-base,
keiichi-mipv6,
jmcneill-pm-base,
jmcneill-pm,
jmcneill-base,
hpcarm-cleanup-nbase,
hpcarm-cleanup-base,
hpcarm-cleanup,
haad-nbase2,
haad-dm-base2,
haad-dm-base1,
haad-dm-base,
haad-dm,
cube-autoconf-base,
cube-autoconf,
bouyer-xeni386-nbase,
bouyer-xeni386-merge1,
bouyer-xeni386-base,
bouyer-xeni386,
bouyer-xenamd64-base2,
bouyer-xenamd64-base,
bouyer-xenamd64,
ad-socklock-base1,
ad-audiomp2-base,
ad-audiomp2
Branch point for: yamt-nfs-mp,
nick-hppapmap,
mjf-devfs2
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +4 -4
lines
Change variables which are used to read byte stream data
from (void *) to (char *).
Revision 1.61: download - view: text, markup, annotated - select for diffs
Sun Mar 4 06:00:09 2007 UTC (18 years, 2 months ago) by christos
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +10 -10
lines
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
Revision 1.60: download - view: text, markup, annotated - select for diffs
Sun Dec 11 12:18:03 2005 UTC (19 years, 4 months ago) by christos
Branches: MAIN
CVS tags: yamt-uio_vmspace-base5,
yamt-uio_vmspace,
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,
simonb-timecounters,
simonb-timcounters-final,
rpaulo-netinet-merge-pcb-base,
rpaulo-netinet-merge-pcb,
post-newlock2-merge,
peter-altq-base,
peter-altq,
newlock2-nbase,
newlock2-base,
newlock2,
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,
ad-audiomp-base,
ad-audiomp,
abandoned-netbsd-4-base,
abandoned-netbsd-4
Branch point for: yamt-idlelwp
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +2 -2
lines
merge ktrace-lwp.
Revision 1.56.2.5: download - view: text, markup, annotated - select for diffs
Thu Nov 10 13:57:13 2005 UTC (19 years, 5 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.56.2.4: preferred, colored; branchpoint 1.56: preferred, colored; next MAIN 1.57: preferred, colored
Changes since revision 1.56.2.4: +5 -5
lines
Sync with HEAD. Here we go again...
Revision 1.59: download - view: text, markup, annotated - select for diffs
Fri Jun 3 23:56:55 2005 UTC (19 years, 10 months ago) by rjs
Branches: MAIN
CVS tags: yamt-vop-base3,
yamt-vop-base2,
yamt-vop-base,
yamt-vop,
yamt-readahead-pervnode,
yamt-readahead-perfile,
yamt-readahead-base3,
yamt-readahead-base2,
yamt-readahead-base,
yamt-readahead,
thorpej-vnode-attr-base,
thorpej-vnode-attr,
ktrace-lwp-base
Branch point for: yamt-lazymbuf
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +5 -5
lines
Add const.
Revision 1.56.2.4: download - view: text, markup, annotated - select for diffs
Mon Jan 17 19:29:49 2005 UTC (20 years, 3 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.56.2.3: preferred, colored; branchpoint 1.56: preferred, colored
Changes since revision 1.56.2.3: +49 -105
lines
Sync with HEAD.
Revision 1.58: download - view: text, markup, annotated - select for diffs
Sat Jan 15 16:00:59 2005 UTC (20 years, 3 months 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
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +49 -105
lines
de-__P, remove register, ansify, b* -> mem*.
Revision 1.56.2.3: download - view: text, markup, annotated - select for diffs
Tue Sep 21 13:18:09 2004 UTC (20 years, 7 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.56.2.2: preferred, colored; branchpoint 1.56: preferred, colored
Changes since revision 1.56.2.2: +2 -2
lines
Fix the sync with head I botched.
Revision 1.56.2.2: download - view: text, markup, annotated - select for diffs
Sat Sep 18 14:36:56 2004 UTC (20 years, 7 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.56.2.1: preferred, colored; branchpoint 1.56: preferred, colored
Changes since revision 1.56.2.1: +0 -0
lines
Sync with HEAD.
Revision 1.56.2.1: download - view: text, markup, annotated - select for diffs
Tue Aug 3 10:37:11 2004 UTC (20 years, 8 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +4 -1
lines
Sync with HEAD
Revision 1.57: download - view: text, markup, annotated - select for diffs
Tue Jul 15 02:43:24 2003 UTC (21 years, 9 months ago) by lukem
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,
kent-audio1-beforemerge,
kent-audio1-base,
kent-audio1
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +4 -1
lines
__KERNEL_RCSID()
Revision 1.51.6.4: download - view: text, markup, annotated - select for diffs
Fri Jan 3 16:48:23 2003 UTC (22 years, 3 months ago) by thorpej
Branches: nathanw_sa
CVS tags: nathanw_sa_end
Diff to: previous 1.51.6.3: preferred, colored; branchpoint 1.51: preferred, colored; next MAIN 1.52: preferred, colored
Changes since revision 1.51.6.3: +10 -8
lines
Sync with HEAD.
Revision 1.56: download - view: text, markup, annotated - select for diffs
Wed Jan 1 01:44:30 2003 UTC (22 years, 4 months ago) by thorpej
Branches: MAIN
CVS tags: nathanw_sa_before_merge,
nathanw_sa_base,
fvdl_fs64_base
Branch point for: ktrace-lwp
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +10 -8
lines
Use aprint_normal() for cfprint routines.
Revision 1.51.6.3: download - view: text, markup, annotated - select for diffs
Fri Oct 18 02:38:28 2002 UTC (22 years, 6 months ago) by nathanw
Branches: nathanw_sa
Diff to: previous 1.51.6.2: preferred, colored; branchpoint 1.51: preferred, colored
Changes since revision 1.51.6.2: +3 -4
lines
Catch up to -current.
Revision 1.50.4.3: download - view: text, markup, annotated - select for diffs
Thu Oct 10 18:33:54 2002 UTC (22 years, 6 months ago) by jdolecek
Branches: kqueue
Diff to: previous 1.50.4.2: preferred, colored; branchpoint 1.50: preferred, colored; next MAIN 1.51: preferred, colored
Changes since revision 1.50.4.2: +3 -4
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.55: download - view: text, markup, annotated - select for diffs
Wed Oct 2 05:36:38 2002 UTC (22 years, 7 months ago) by thorpej
Branches: MAIN
CVS tags: kqueue-beforemerge,
kqueue-base,
kqueue-aftermerge,
gmcgarry_ucred_base,
gmcgarry_ucred,
gmcgarry_ctxsw_base,
gmcgarry_ctxsw
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +3 -4
lines
Use CFATTACH_DECL().
Revision 1.54: download - view: text, markup, annotated - select for diffs
Fri Sep 27 20:33:23 2002 UTC (22 years, 7 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +2 -2
lines
Declare all cfattach structures const.
Revision 1.50.4.2: download - view: text, markup, annotated - select for diffs
Sun Jun 23 17:37:50 2002 UTC (22 years, 10 months ago) by jdolecek
Branches: kqueue
Diff to: previous 1.50.4.1: preferred, colored; branchpoint 1.50: preferred, colored
Changes since revision 1.50.4.1: +84 -10
lines
catch up with -current on kqueue branch
Revision 1.51.6.2: download - view: text, markup, annotated - select for diffs
Wed Apr 17 00:03:39 2002 UTC (23 years ago) by nathanw
Branches: nathanw_sa
Diff to: previous 1.51.6.1: preferred, colored; branchpoint 1.51: preferred, colored
Changes since revision 1.51.6.1: +897 -0
lines
Catch up to -current.
Revision 1.53: download - view: text, markup, annotated - select for diffs
Sat Apr 13 17:49:41 2002 UTC (23 years ago) by briggs
Branches: MAIN
CVS tags: netbsd-1-6-base,
netbsd-1-6-RELEASE,
netbsd-1-6-RC3,
netbsd-1-6-RC2,
netbsd-1-6-RC1,
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,
netbsd-1-6,
gehenna-devsw-base,
gehenna-devsw
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +82 -9
lines
Fixes and changes from Hauke Fath <hauke@Espresso.Rhein-Neckar.DE>.
* Clean up after briggs@ changes to support bus_dma.
* Add support for reading sMemory resources from nubus cards.
* Add support for old cards with only the board rsrc (NatSemi NB-GPIB, e.g.)
* Add a few more card identifiers.
Revision 1.52: download - view: text, markup, annotated - select for diffs
Wed Apr 10 04:38:50 2002 UTC (23 years ago) by briggs
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +4 -3
lines
Use m68k/m68k/cacheops.[ch]
Use m68k/m68k/bus_dma.c
- Add mainbus_attach_args with bus_space_tag_t and bus_dma_tag_t.
- Use passed-in tags for nubus scan.
Revision 1.50.4.1: download - view: text, markup, annotated - select for diffs
Sat Aug 25 06:15:30 2001 UTC (23 years, 8 months ago) by thorpej
Branches: kqueue
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +2 -2
lines
Merge Aug 24 -current into the kqueue branch.
Revision 1.51.6.1
Mon Aug 20 12:20:05 2001 UTC (23 years, 8 months ago) by nathanw
Branches: nathanw_sa
FILE REMOVED
Changes since revision 1.51: +0 -823
lines
file nubus.c was added on branch nathanw_sa on 2002-04-17 00:03:39 +0000
Revision 1.51: download - view: text, markup, annotated - select for diffs
Mon Aug 20 12:20:05 2001 UTC (23 years, 8 months ago) by wiz
Branches: MAIN
CVS tags: thorpej-mips-cache-base,
thorpej-mips-cache,
thorpej-devvp-base3,
thorpej-devvp-base2,
thorpej-devvp-base,
thorpej-devvp,
pre-chs-ubcperf,
post-chs-ubcperf,
newlock-base,
newlock,
ifpoll-base,
eeh-devprop-base,
eeh-devprop
Branch point for: nathanw_sa
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +2 -2
lines
"wierd" is weird.
Revision 1.47.2.1: download - view: text, markup, annotated - select for diffs
Mon Nov 20 20:12:25 2000 UTC (24 years, 5 months ago) by bouyer
Branches: thorpej_scsipi
Diff to: previous 1.47: preferred, colored; next MAIN 1.48: preferred, colored
Changes since revision 1.47: +3 -6
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.50: download - view: text, markup, annotated - select for diffs
Mon Jul 31 22:39:17 2000 UTC (24 years, 9 months ago) by briggs
Branches: MAIN
CVS tags: thorpej_scsipi_nbase,
thorpej_scsipi_beforemerge,
thorpej_scsipi_base
Branch point for: kqueue
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +2 -1
lines
Fix code to read a string from the nubus board--it was not terminating
the string properly when the string on the board is longer than the
pre-allocated space.
Revision 1.49: download - view: text, markup, annotated - select for diffs
Thu Jun 29 08:15:13 2000 UTC (24 years, 10 months ago) by mrg
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +2 -2
lines
remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h>
Revision 1.48: download - view: text, markup, annotated - select for diffs
Mon Jun 26 14:20:47 2000 UTC (24 years, 10 months ago) by mrg
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +1 -5
lines
remove/move more mach vm header files:
<vm/pglist.h> -> <uvm/uvm_pglist.h>
<vm/vm_inherit.h> -> <uvm/uvm_inherit.h>
<vm/vm_kern.h> -> into <uvm/uvm_extern.h>
<vm/vm_object.h> -> nothing
<vm/vm_pager.h> -> into <uvm/uvm_pager.h>
also includes a bunch of <vm/vm_page.h> include removals (due to redudancy
with <vm/vm.h>), and a scattering of other similar headers.
Revision 1.45.8.2: download - view: text, markup, annotated - select for diffs
Mon Nov 1 07:06:44 1999 UTC (25 years, 6 months ago) by scottr
Branches: scottr-mac68k-wscons
Diff to: previous 1.45.8.1: preferred, colored; branchpoint 1.45: preferred, colored; next MAIN 1.46: preferred, colored
Changes since revision 1.45.8.1: +40 -0
lines
Repair merge-related damage
Revision 1.45.8.1: download - view: text, markup, annotated - select for diffs
Mon Nov 1 06:19:16 1999 UTC (25 years, 6 months ago) by scottr
Branches: scottr-mac68k-wscons
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +1 -2
lines
Sync with main branch.
Revision 1.47: download - view: text, markup, annotated - select for diffs
Mon Aug 23 22:29:39 1999 UTC (25 years, 8 months ago) by thorpej
Branches: MAIN
CVS tags: wrstuden-devbsize-base,
wrstuden-devbsize-19991221,
wrstuden-devbsize,
scottr-mac68k-wscons-base,
netbsd-1-5-base,
netbsd-1-5-RELEASE,
netbsd-1-5-PATCH003,
netbsd-1-5-PATCH002,
netbsd-1-5-PATCH001,
netbsd-1-5-BETA2,
netbsd-1-5-BETA,
netbsd-1-5-ALPHA2,
netbsd-1-5,
minoura-xpg4dl-base,
minoura-xpg4dl,
fvdl-softdep-base,
fvdl-softdep,
comdex-fall-1999-base,
comdex-fall-1999,
chs-ubc2-newbase
Branch point for: thorpej_scsipi
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +1 -2
lines
Garbage-collect reference to <sys/dmap.h>.
Revision 1.45.12.1: download - view: text, markup, annotated - select for diffs
Mon Jun 21 00:51:08 1999 UTC (25 years, 10 months ago) by thorpej
Branches: chs-ubc2
Diff to: previous 1.45: preferred, colored; next MAIN 1.46: preferred, colored
Changes since revision 1.45: +41 -1
lines
Sync w/ -current.
Revision 1.46: download - view: text, markup, annotated - select for diffs
Tue Jun 1 03:26:42 1999 UTC (25 years, 11 months ago) by briggs
Branches: MAIN
CVS tags: chs-ubc2-base
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +41 -1
lines
Add debug routine as an aid for working out new nubus cards.
Revision 1.45: download - view: text, markup, annotated - select for diffs
Tue Jun 2 02:24:03 1998 UTC (26 years, 11 months ago) by scottr
Branches: MAIN
CVS tags: netbsd-1-4-base,
netbsd-1-4-RELEASE,
netbsd-1-4-PATCH003,
netbsd-1-4-PATCH002,
netbsd-1-4-PATCH001,
netbsd-1-4,
kenh-if-detach-base,
kenh-if-detach,
kame_14_19990705,
kame_14_19990628,
kame_141_19991130,
kame,
eeh-paddr_t-base,
eeh-paddr_t,
chs-ubc-base,
chs-ubc
Branch point for: scottr-mac68k-wscons,
chs-ubc2
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +7 -4
lines
An inability to map a slot's address space may be a normal condition --
for instance, on-board video may live here. Make the complaint about
this a DEBUG rather than a DIAGNOSTIC message.
Revision 1.44: download - view: text, markup, annotated - select for diffs
Sat May 2 16:45:30 1998 UTC (27 years ago) by scottr
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +2 -2
lines
Move on-board I/O and NuBus drivers to their own directories
via repository copy, and make the necessary adjustments to reflect
the moved files.
Revision 1.43: download - view: text, markup, annotated - select for diffs
Tue Jan 13 19:24:56 1998 UTC (27 years, 3 months ago) by scottr
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +2 -2
lines
Update for bus.h changes.
Revision 1.42: download - view: text, markup, annotated - select for diffs
Mon Jan 12 19:22:14 1998 UTC (27 years, 3 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +1 -5
lines
Update for changes to config.
Revision 1.40.2.1: download - view: text, markup, annotated - select for diffs
Sat Aug 23 07:10:18 1997 UTC (27 years, 8 months ago) by thorpej
Diff to: previous 1.40: preferred, colored; next MAIN 1.41: preferred, colored
Changes since revision 1.40: +2 -2
lines
Update marc-pcmcia branch from trunk.
Revision 1.41: download - view: text, markup, annotated - select for diffs
Mon Aug 11 22:53:37 1997 UTC (27 years, 8 months ago) by scottr
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +2 -2
lines
Make #include directives consistent. All MD headers are of the form:
#include <mac68k/{dev,mac68k}/foo.h>
Revision 1.40: download - view: text, markup, annotated - select for diffs
Tue Jul 15 07:43:12 1997 UTC (27 years, 9 months ago) by scottr
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +16 -17
lines
In nubus_print(), always print the NuBus slot number. Also, refine it so
that when no driver matches, our output is a little more consistent with
existing practice.
Revision 1.39: download - view: text, markup, annotated - select for diffs
Mon Jul 14 23:05:35 1997 UTC (27 years, 9 months ago) by scottr
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +3 -3
lines
Clean up some DIAGNOSTIC messages: use %x to display the slot number.
Revision 1.38: download - view: text, markup, annotated - select for diffs
Tue May 13 13:22:56 1997 UTC (27 years, 11 months ago) by scottr
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +2 -2
lines
Update a recently-added comment re: bytelanes values.
Revision 1.37: download - view: text, markup, annotated - select for diffs
Sun May 11 19:11:36 1997 UTC (27 years, 11 months ago) by scottr
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +335 -382
lines
Implement new NuBus slot space mapping/probing code, utilizing bus.h (and
our MD bus_space_probe() extension). This has several side effects:
- NuBus drivers must map and unmap slot space, rather than relying
on this happening before they are attached.
- Functions exported to NuBus drivers from nubus.c now need to be
supplied with a bus space tag/handle pair.
- Old bus map/peek functions can be garbage collected, as can pmap
support for the same.
Because of some current limitations of the bus space specification, we
are violating the abstraction in grf_mv (NuBus grf driver). All such
violations are clearly marked /* XXX */, and must be addressed when
the specification is updated.
Revision 1.36: download - view: text, markup, annotated - select for diffs
Wed Apr 23 13:37:43 1997 UTC (28 years ago) by briggs
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +3 -1
lines
On video devices, if we're loading non-default resource values, save the
resource ID. Thanks to Paul Goyette <paul@pgoyette.bdt.com> for spotting
this one.
Revision 1.35: download - view: text, markup, annotated - select for diffs
Tue Apr 22 20:20:32 1997 UTC (28 years ago) by scottr
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +8 -4
lines
#ifdef DIAGNOSTIC, print the NuBus type fields for unrecognized boards.
Revision 1.34: download - view: text, markup, annotated - select for diffs
Thu Apr 10 03:28:54 1997 UTC (28 years ago) by briggs
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +76 -5
lines
Some patches from Bob Nestor <rnestor@metronet.com> and myself to edge
toward support for an Apple SONIC-based ethernet card. Some cards, like
his, were being missed and/or probed like video cards!
Revision 1.33: download - view: text, markup, annotated - select for diffs
Sat Mar 15 18:33:44 1997 UTC (28 years, 1 month ago) by scottr
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +4 -1
lines
Defer enabling NuBus slot interrupts until all slots have been probed
and drivers attached. This removes the need for the MAC68K_BROKEN_VIDEO
option. From Allen Briggs.
Revision 1.29.6.1: download - view: text, markup, annotated - select for diffs
Wed Mar 12 15:08:43 1997 UTC (28 years, 1 month ago) by is
Diff to: previous 1.29: preferred, colored; next MAIN 1.30: preferred, colored
Changes since revision 1.29: +5 -4
lines
Merge in changes from The Trunk, partially just reimplementing newarp.
Revision 1.32: download - view: text, markup, annotated - select for diffs
Fri Feb 28 07:54:02 1997 UTC (28 years, 2 months ago) by scottr
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +1 -2
lines
Remove duplicate <machine/bus.h> include that crept in.
Revision 1.31: download - view: text, markup, annotated - select for diffs
Mon Feb 24 06:20:06 1997 UTC (28 years, 2 months ago) by scottr
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +5 -4
lines
NUBUS_SLOT_TO_PADDR -> NUBUS_SLOT2PA
Revision 1.30: download - view: text, markup, annotated - select for diffs
Sat Feb 22 00:00:34 1997 UTC (28 years, 2 months ago) by scottr
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -1
lines
Make this compile again; missed this file when fixing nubus.h errors.
Revision 1.29: download - view: text, markup, annotated - select for diffs
Tue Dec 17 06:47:39 1996 UTC (28 years, 4 months ago) by scottr
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +119 -7
lines
Revamp mainbus and obio autoconfiguration, with some direction (and the
indirect bus code framework) from Jason Thorpe. This allows us to dump
bus_scan() and bus_print(), and move bus_peek() and bus_mapin() to the
NuBus code (since they'll eventually go away, anyway).
Revision 1.28: download - view: text, markup, annotated - select for diffs
Mon Dec 16 16:17:10 1996 UTC (28 years, 4 months ago) by scottr
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +72 -28
lines
Convert all foo_match() functions to use a `struct cfdata *' for their
second argument. The NuBus autoconfig code had to be reorganized as a
result of this, and looks much more like a directly-attached bus now.
These changes eliminate __BROKEN_INDIRECT_CONFIG.
Revision 1.27: download - view: text, markup, annotated - select for diffs
Mon Oct 21 05:42:23 1996 UTC (28 years, 6 months ago) by scottr
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -2
lines
Fix a raft of printf format strings and some declaration problems for
the case where we define DEBUG. From Erik Bertelsen, closes PR 2871.
Revision 1.26: download - view: text, markup, annotated - select for diffs
Sun Oct 13 03:21:25 1996 UTC (28 years, 6 months ago) by christos
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +31 -31
lines
backout previous kprintf change
Revision 1.25: download - view: text, markup, annotated - select for diffs
Fri Oct 11 00:24:56 1996 UTC (28 years, 6 months ago) by christos
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +31 -31
lines
printf -> kprintf, sprintf -> ksprintf
Revision 1.24: download - view: text, markup, annotated - select for diffs
Tue Aug 27 21:56:06 1996 UTC (28 years, 8 months ago) by cgd
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +3 -3
lines
change cfprint_t type definition to take a const char *, rather than
a char *, because that's what was really intended, and because
if the print function modifies the string, various things could become
unhappy (so the string should _not_ be modified).
Revision 1.23: download - view: text, markup, annotated - select for diffs
Wed May 8 15:14:53 1996 UTC (28 years, 11 months ago) by scottr
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +19 -16
lines
Make this compile if DEBUG is defined.
Revision 1.22: download - view: text, markup, annotated - select for diffs
Tue May 7 03:12:12 1996 UTC (28 years, 11 months ago) by briggs
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +5 -4
lines
Clean up an error printf() and use proper macro.
Revision 1.21: download - view: text, markup, annotated - select for diffs
Mon May 6 03:27:06 1996 UTC (29 years ago) by briggs
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +1 -2
lines
Ooops. Remove debugging printf().
Revision 1.20: download - view: text, markup, annotated - select for diffs
Mon May 6 01:08:41 1996 UTC (29 years ago) by briggs
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +3 -4
lines
Do not depend on the nubus being mapped in one huge segment.
Revision 1.19: download - view: text, markup, annotated - select for diffs
Sun May 5 06:17:03 1996 UTC (29 years ago) by briggs
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +38 -34
lines
Prototype for -Wall -Wstrict-prototypes -Wmissing-prototypes -Wno-uninitialized
Also change the device probing scheme to use something a bit more rational.
A current side-effect is that nubus cards are double-mapped. I expect
to fix that shortly.
Also change splclock() to block everything but serial hardware interrupts.
Revision 1.18: download - view: text, markup, annotated - select for diffs
Thu Apr 4 06:59:29 1996 UTC (29 years, 1 month ago) by scottr
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +3 -2
lines
Make this compile again; will need to deal with matchbyname() later, though.
Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon Apr 1 01:35:48 1996 UTC (29 years, 1 month ago) by briggs
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +8 -9
lines
Clean up for higher warning level.
Revision 1.16: download - view: text, markup, annotated - select for diffs
Sun Mar 17 01:33:35 1996 UTC (29 years, 1 month ago) by thorpej
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +7 -4
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.15: download - view: text, markup, annotated - select for diffs
Fri Jan 12 04:16:43 1996 UTC (29 years, 3 months ago) by briggs
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2
lines
Fixes from PR #1931 w/ minor mod in vm_machdep.c
Revision 1.14: download - view: text, markup, annotated - select for diffs
Fri Aug 4 02:55:17 1995 UTC (29 years, 9 months ago) by briggs
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +12 -11
lines
Nuke int_video_start in favor of consistent use of mac68k_vidlog.
Don't find the internal video more than once.
Probe for internal video before nubus instead of after.
Revision 1.13: download - view: text, markup, annotated - select for diffs
Sun Jul 30 21:35:00 1995 UTC (29 years, 9 months ago) by briggs
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +3 -3
lines
Fix the internal video probe again.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Wed Jun 21 02:59:08 1995 UTC (29 years, 10 months ago) by briggs
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +103 -19
lines
Add some debugging (conditional on DEBUG). Add a more correct probe for
internal video. Clean up nubusprint() a bit.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Sat Apr 29 20:23:46 1995 UTC (30 years ago) by briggs
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +398 -528
lines
Add new nubus handling that's much more robust.
Update via, if_ae, and grf accordingly.
Revamp grf.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri Apr 21 02:47:59 1995 UTC (30 years ago) by briggs
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +402 -475
lines
First pass of KNFication. Needs more.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Apr 12 14:57:40 1995 UTC (30 years ago) by briggs
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +5 -7
lines
Make nubus indirect. Duh.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Oct 26 08:46:14 1994 UTC (30 years, 6 months ago) by cgd
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -7
lines
new RCS ID format.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sun Jun 26 12:59:19 1994 UTC (30 years, 10 months ago) by briggs
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -2
lines
Don't assume NuBus is at NBBASE. We might remap it.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Feb 23 04:38:24 1994 UTC (31 years, 2 months ago) by briggs
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +6 -9
lines
Do a cleaner probe. This still needs lots of work, but will work on
reasonable cards...
Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Feb 22 01:11:33 1994 UTC (31 years, 2 months ago) by briggs
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +5 -7
lines
Minor tweaks to prevent hangs and other bad behavior... Needs much more
work now that we have more info (Designing Cards and Drivers for the
Macintosh Family Hardware.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Jan 30 01:11:36 1994 UTC (31 years, 3 months ago) by briggs
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +5 -5
lines
Just playing include-cop.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Dec 21 03:18:00 1993 UTC (31 years, 4 months ago) by briggs
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +12 -1
lines
Update ethernet driver to use config.new. At least, it's a first stab
working from mycroft's magnum changes to if_ed.c.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Nov 29 00:32:51 1993 UTC (31 years, 5 months ago) by briggs
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +93 -1
lines
Update to current work in progress. This includes an update to
use config.new.
Numerous updates to console so it works better on the SE/30 screen.
Some nice changes from Brad Parker for handling NuBUS and an ethernet
driver that I haven't worked on, yet.
Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Wed Sep 29 06:09:29 1993 UTC (31 years, 7 months ago) by briggs
Branches: alice
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0
lines
The current MacBSD architecture sub-directory for NetBSD-0.9--more or
less. It needs some help to get to be -current. Support for minimal
hardware on the SE/30, II, IIx, and IIcx exists.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Sep 29 06:09:28 1993 UTC (31 years, 7 months ago) by briggs
Branches: MAIN
Initial revision
CVSweb <webmaster@jp.NetBSD.org>