Up to [cvs.NetBSD.org] / src / sys / arch / hp700 / dev
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: MAIN
Revision 1.36 / (download) - annotate - [select for diffs], Wed May 23 16:11:37 2012 UTC (12 months ago) by skrll
Branch: MAIN
CVS Tags: yamt-pagecache-base8,
yamt-pagecache-base7,
yamt-pagecache-base6,
tls-maxphys-nbase,
tls-maxphys-base,
tls-maxphys,
khorben-n900,
jmcneill-usbmp-base10,
agc-symver-base,
agc-symver,
HEAD
Changes since 1.35: +5 -9
lines
Diff to previous 1.35 (colored)
Rework the hp700 interrupt code to - note chip restictions on interrupt in the kernel config - allocate interrupts at attach time - track per CPU interrupts - remove a funciton written in assembly
Revision 1.35 / (download) - annotate - [select for diffs], Wed May 23 10:31:59 2012 UTC (12 months ago) by skrll
Branch: MAIN
Changes since 1.34: +3 -3
lines
Diff to previous 1.34 (colored)
s/IRQ/interrupt/ in autoconf message.
Revision 1.34 / (download) - annotate - [select for diffs], Tue Apr 3 12:07:26 2012 UTC (13 months, 3 weeks ago) by skrll
Branch: MAIN
CVS Tags: yamt-pagecache-base5,
yamt-pagecache-base4,
jmcneill-usbmp-base9,
jmcneill-usbmp-base8
Changes since 1.33: +4 -3
lines
Diff to previous 1.33 (colored)
Kill cpu_gethpa by using the HPA stored in the cpu_info structure.
Revision 1.33 / (download) - annotate - [select for diffs], Fri Jan 27 18:52:55 2012 UTC (15 months, 4 weeks ago) by para
Branch: MAIN
CVS Tags: 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,
netbsd-6-0-RELEASE,
netbsd-6-0-RC2,
netbsd-6-0-RC1,
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,
jmcneill-usbmp-base7,
jmcneill-usbmp-base6,
jmcneill-usbmp-base5,
jmcneill-usbmp-base4,
jmcneill-usbmp-base3,
jmcneill-usbmp-base2
Changes since 1.32: +3 -3
lines
Diff to previous 1.32 (colored)
converting extent(9) from malloc(9) to kmem(9) preceding kmem-vmem-pool-uvm patch releng@ acknowledged
Revision 1.32 / (download) - annotate - [select for diffs], Tue May 17 17:34:49 2011 UTC (2 years ago) by dyoung
Branch: MAIN
CVS Tags: yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
rmind-uvmplock-nbase,
rmind-uvmplock-base,
jmcneill-usbmp-pre-base2,
jmcneill-usbmp-base,
jmcneill-audiomp3-base,
jmcneill-audiomp3,
cherry-xenmp-base,
cherry-xenmp
Branch point for: yamt-pagecache,
jmcneill-usbmp
Changes since 1.31: +3 -3
lines
Diff to previous 1.31 (colored)
PCI_FLAGS_IO_ENABLED and PCI_FLAGS_MEM_ENABLED changed their functional role in NetBSD (drivers are no longer supposed to write these to pa_flags) without changing name. Correct that. Rename PCI_FLAGS_IO_ENABLED to PCI_FLAGS_IO_OKAY and PCI_FLAGS_MEM_ENABLED to PCI_FLAGS_MEM_OKAY, thus making their names consistent with the other PCI flags and poisoning 3rd-party driver sources that use the flags in the old bad way. This patch produces no binary changes in this set of PCI kernels when they are compiled w/o 'options DIAGNOSTIC' and w/ -V MKREPRO=yes: algor P4032 P5064 P6032 alpha GENERIC amd64 GENERIC XEN3_DOM0 arc GENERIC atari HADES MILAN-PCIIDE bebox GENERIC cats GENERIC cobalt GENERIC evbarm-el ADI_BRH ARMADILLO9 CP3100 GEMINI GEMINI_MASTER GEMINI_SLAVE evbarm-el GUMSTIX HDL_G IMX31LITE INTEGRATOR IQ31244 IQ80310 IQ80321 evbarm-el IXDP425 IXM1200 KUROBOX_PRO evbarm-el LUBBOCK MARVELL_NAS NAPPI NSLU2 SHEEVAPLUG SMDK2800 TEAMASA_NPWR evbarm-el TEAMASA_NPWR_FC TS7200 TWINTAIL ZAO425 evbmips-el AP30 DBAU1500 DBAU1550 MALTA MERAKI MTX-1 OMSAL400 RB153 WGT624V3 evbmips64-el XLSATX evbppc EV64260 MPC8536DS MPC8548CDS OPENBLOCKS200 OPENBLOCKS266 evbppc OPENBLOCKS266_OPT P2020RDB PMPPC RB800 WALNUT hp700 GENERIC i386 ALL XEN3_DOM0 XEN3_DOMU ibmnws GENERIC iyonix GENERIC landisk GENERIC macppc GENERIC mvmeppc GENERIC netwinder GENERIC ofppc GENERIC prep GENERIC sandpoint GENERIC sbmips-el GENERIC sgimips GENERIC32_IP2x GENERIC32_IP3x sparc GENERIC_SUN4U KRUPS sparc64 GENERIC
Revision 1.31 / (download) - annotate - [select for diffs], Mon Apr 4 20:37:50 2011 UTC (2 years, 1 month ago) by dyoung
Branch: MAIN
CVS Tags: jym-xensuspend-nbase,
jym-xensuspend-base
Changes since 1.30: +4 -4
lines
Diff to previous 1.30 (colored)
Neither pci_dma64_available(), pci_probe_device(), pci_mapreg_map(9),
pci_find_rom(), pci_intr_map(9), pci_enumerate_bus(), nor the match
predicate passed to pciide_compat_intr_establish() should ever modify
their pci_attach_args argument, so make their pci_attach_args arguments
const and deal with the fallout throughout the kernel.
For the most part, these changes add a 'const' where there was no
'const' before, however, some drivers and MD code used to modify
pci_attach_args. Now those drivers either copy their pci_attach_args
and modify the copy, or refrain from modifying pci_attach_args:
Xen: according to Manuel Bouyer, writing to pci_attach_args in
pci_intr_map() was a leftover from Xen 2. Probably a bug. I
stopped writing it. I have not tested this change.
siside(4): sis_hostbr_match() needlessly wrote to pci_attach_args.
Probably a bug. I use a temporary variable. I have not tested this
change.
slide(4): sl82c105_chip_map() overwrote the caller's pci_attach_args.
Probably a bug. Use a local pci_attach_args. I have not tested
this change.
viaide(4): via_sata_chip_map() and via_sata_chip_map_new() overwrote the
caller's pci_attach_args. Probably a bug. Make a local copy of the
caller's pci_attach_args and modify the copy. I have not tested
this change.
While I'm here, make pci_mapreg_submap() static.
With these changes in place, I have tested the compilation of these
kernels:
alpha GENERIC
amd64 GENERIC XEN3_DOM0
arc GENERIC
atari HADES MILAN-PCIIDE
bebox GENERIC
cats GENERIC
cobalt GENERIC
evbarm-eb NSLU2
evbarm-el ADI_BRH ARMADILLO9 CP3100 GEMINI GEMINI_MASTER GEMINI_SLAVE GUMSTIX
HDL_G IMX31LITE INTEGRATOR IQ31244 IQ80310 IQ80321 IXDP425 IXM1200
KUROBOX_PRO LUBBOCK MARVELL_NAS NAPPI SHEEVAPLUG SMDK2800 TEAMASA_NPWR
TEAMASA_NPWR_FC TS7200 TWINTAIL ZAO425
evbmips-el AP30 DBAU1500 DBAU1550 MALTA MERAKI MTX-1 OMSAL400 RB153 WGT624V3
evbmips64-el XLSATX
evbppc EV64260 MPC8536DS MPC8548CDS OPENBLOCKS200 OPENBLOCKS266
OPENBLOCKS266_OPT P2020RDB PMPPC RB800 WALNUT
hp700 GENERIC
i386 ALL XEN3_DOM0 XEN3_DOMU
ibmnws GENERIC
macppc GENERIC
mvmeppc GENERIC
netwinder GENERIC
ofppc GENERIC
prep GENERIC
sandpoint GENERIC
sgimips GENERIC32_IP2x
sparc GENERIC_SUN4U KRUPS
sparc64 GENERIC
As of Sun Apr 3 15:26:26 CDT 2011, I could not compile these kernels
with or without my patches in place:
### evbmips-el GDIUM
nbmake: nbmake: don't know how to make /home/dyoung/pristine-nbsd/src/sys/arch/mips/mips/softintr.c. Stop
### evbarm-el MPCSA_GENERIC
src/sys/arch/evbarm/conf/MPCSA_GENERIC:318: ds1672rtc*: unknown device `ds1672rtc'
### ia64 GENERIC
/tmp/genassym.28085/assym.c: In function 'f111':
/tmp/genassym.28085/assym.c:67: error: invalid application of 'sizeof' to incomplete type 'struct pcb'
/tmp/genassym.28085/assym.c:76: error: dereferencing pointer to incomplete type
### sgimips GENERIC32_IP3x
crmfb.o: In function `crmfb_attach':
crmfb.c:(.text+0x2304): undefined reference to `ddc_read_edid'
crmfb.c:(.text+0x2304): relocation truncated to fit: R_MIPS_26 against `ddc_read_edid'
crmfb.c:(.text+0x234c): undefined reference to `edid_parse'
crmfb.c:(.text+0x234c): relocation truncated to fit: R_MIPS_26 against `edid_parse'
crmfb.c:(.text+0x2354): undefined reference to `edid_print'
crmfb.c:(.text+0x2354): relocation truncated to fit: R_MIPS_26 against `edid_print'
Revision 1.30 / (download) - annotate - [select for diffs], Sat Mar 19 06:48:09 2011 UTC (2 years, 2 months ago) by skrll
Branch: MAIN
Changes since 1.29: +2 -3
lines
Diff to previous 1.29 (colored)
Whitespace.
Revision 1.29 / (download) - annotate - [select for diffs], Tue Feb 1 18:33:24 2011 UTC (2 years, 3 months ago) by skrll
Branch: MAIN
CVS Tags: uebayasi-xip-base7,
bouyer-quota2-nbase,
bouyer-quota2-base
Changes since 1.28: +13 -12
lines
Diff to previous 1.28 (colored)
Change some structure and structure member names to better suit my eye. No functional change. Same code before and after.
Revision 1.28 / (download) - annotate - [select for diffs], Thu Jan 13 21:15:13 2011 UTC (2 years, 4 months ago) by skrll
Branch: MAIN
CVS Tags: jruoho-x86intr-base
Branch point for: jruoho-x86intr,
bouyer-quota2
Changes since 1.27: +5 -6
lines
Diff to previous 1.27 (colored)
Redo the way devices are found. Probe "Snake" machines with PDC_MEMMAP and others with PDC_SYSTEM_MAP. Some PDCs don't tell us about all devices and/or the whole device tree. Walk each bus to find these unreported devices.
Revision 1.27 / (download) - annotate - [select for diffs], Sun Dec 5 12:19:09 2010 UTC (2 years, 5 months ago) by skrll
Branch: MAIN
CVS Tags: matt-mips64-premerge-20101231
Changes since 1.26: +7 -7
lines
Diff to previous 1.26 (colored)
Make the interrupt evcnt name consistent everywhere.
Revision 1.26 / (download) - annotate - [select for diffs], Mon Nov 8 23:10:24 2010 UTC (2 years, 6 months ago) by skrll
Branch: MAIN
CVS Tags: uebayasi-xip-base6,
uebayasi-xip-base5
Changes since 1.25: +2 -9
lines
Diff to previous 1.25 (colored)
Fix the count usage of various bus_space methods that take a count.
Revision 1.25 / (download) - annotate - [select for diffs], Sat Mar 6 16:57:00 2010 UTC (3 years, 2 months ago) by skrll
Branch: MAIN
CVS Tags: yamt-nfs-mp-base9,
yamt-nfs-mp-base11,
yamt-nfs-mp-base10,
uebayasi-xip-base4,
uebayasi-xip-base3,
uebayasi-xip-base2,
uebayasi-xip-base1
Branch point for: rmind-uvmplock
Changes since 1.24: +25 -23
lines
Diff to previous 1.24 (colored)
Improved version detection/reporting. From OpenBSD.
Revision 1.24 / (download) - annotate - [select for diffs], Fri Mar 5 17:47:09 2010 UTC (3 years, 2 months ago) by skrll
Branch: MAIN
Changes since 1.23: +6 -2
lines
Diff to previous 1.23 (colored)
Do not match on the elroy family. From OpenBSD.
Revision 1.23 / (download) - annotate - [select for diffs], Wed Feb 10 20:39:04 2010 UTC (3 years, 3 months ago) by skrll
Branch: MAIN
Changes since 1.22: +39 -39
lines
Diff to previous 1.22 (colored)
Replace a magic constant with a define.
Revision 1.22 / (download) - annotate - [select for diffs], Sun Jan 17 08:29:00 2010 UTC (3 years, 4 months ago) by skrll
Branch: MAIN
CVS Tags: uebayasi-xip-base
Branch point for: uebayasi-xip
Changes since 1.21: +9 -2
lines
Diff to previous 1.21 (colored)
Add some comments.
Revision 1.21 / (download) - annotate - [select for diffs], Tue Dec 8 09:56:42 2009 UTC (3 years, 5 months ago) by skrll
Branch: MAIN
CVS Tags: matt-premerge-20091211
Changes since 1.20: +3 -3
lines
Diff to previous 1.20 (colored)
Remove stray {
ETOOMANYTREES
Revision 1.20 / (download) - annotate - [select for diffs], Tue Dec 8 07:32:45 2009 UTC (3 years, 5 months ago) by skrll
Branch: MAIN
Changes since 1.19: +82 -81
lines
Diff to previous 1.19 (colored)
io / mem space access fixes. Mostly from OpenBSD.
Revision 1.19 / (download) - annotate - [select for diffs], Tue Dec 8 06:56:54 2009 UTC (3 years, 5 months ago) by skrll
Branch: MAIN
Changes since 1.18: +10 -9
lines
Diff to previous 1.18 (colored)
Simplify and improve dino_intr_map by checking for 0xff as error value. Inspired by OpenBSD.
Revision 1.18 / (download) - annotate - [select for diffs], Thu Dec 3 22:18:04 2009 UTC (3 years, 5 months ago) by skrll
Branch: MAIN
Changes since 1.17: +19 -5
lines
Diff to previous 1.17 (colored)
Apply errata workarounds. From OpenBSD.
Revision 1.17 / (download) - annotate - [select for diffs], Tue Dec 1 22:36:31 2009 UTC (3 years, 5 months ago) by skrll
Branch: MAIN
Changes since 1.16: +3 -3
lines
Diff to previous 1.16 (colored)
Typo in comment.
Revision 1.16 / (download) - annotate - [select for diffs], Mon Nov 9 13:33:08 2009 UTC (3 years, 6 months ago) by skrll
Branch: MAIN
Changes since 1.15: +2 -3
lines
Diff to previous 1.15 (colored)
G/C unused sc_memh from dino_softc.
Revision 1.15 / (download) - annotate - [select for diffs], Mon Nov 9 13:21:34 2009 UTC (3 years, 6 months ago) by skrll
Branch: MAIN
Changes since 1.14: +5 -2
lines
Diff to previous 1.14 (colored)
Whitespace.
Revision 1.14 / (download) - annotate - [select for diffs], Thu Jul 23 13:34:26 2009 UTC (3 years, 10 months ago) by skrll
Branch: MAIN
CVS Tags: yamt-nfs-mp-base8,
yamt-nfs-mp-base7,
jymxensuspend-base
Changes since 1.13: +11 -3
lines
Diff to previous 1.13 (colored)
Provide bus_space_mmap. Still needs implementing.
Revision 1.13 / (download) - annotate - [select for diffs], Sun May 24 06:53:34 2009 UTC (4 years ago) by skrll
Branch: MAIN
CVS Tags: yamt-nfs-mp-base6,
yamt-nfs-mp-base5
Changes since 1.12: +223 -223
lines
Diff to previous 1.12 (colored)
u_intNN_t -> uintNN_t "same" code before and after.
Revision 1.12 / (download) - annotate - [select for diffs], Mon May 11 06:10:30 2009 UTC (4 years ago) by skrll
Branch: MAIN
CVS Tags: yamt-nfs-mp-base4
Changes since 1.11: +3 -3
lines
Diff to previous 1.11 (colored)
KNF
Revision 1.11 / (download) - annotate - [select for diffs], Fri May 8 09:33:58 2009 UTC (4 years ago) by skrll
Branch: MAIN
Changes since 1.10: +44 -44
lines
Diff to previous 1.10 (colored)
Whitespace.
Revision 1.10 / (download) - annotate - [select for diffs], Thu May 7 15:34:49 2009 UTC (4 years ago) by skrll
Branch: MAIN
Changes since 1.9: +30 -28
lines
Diff to previous 1.9 (colored)
device_t/softc split struct device * -> device_t struct cfdata * -> cfdata_t Use aprint* There are a couple of MI drivers with MD attachments left.
Revision 1.9 / (download) - annotate - [select for diffs], Thu May 7 15:17:22 2009 UTC (4 years ago) by skrll
Branch: MAIN
Changes since 1.8: +3 -3
lines
Diff to previous 1.8 (colored)
There are more "can't"s that "cannot"s. Be consistent and use "can't" everywhere.
Revision 1.8 / (download) - annotate - [select for diffs], Thu Apr 30 07:01:26 2009 UTC (4 years ago) by skrll
Branch: MAIN
CVS Tags: yamt-nfs-mp-base3
Changes since 1.7: +17 -8
lines
Diff to previous 1.7 (colored)
Merge nick-hppapmap.
This is a port of the OpenBSD pmap and trap handling code to get us
- Performance boost on some/all machines.
- Well on the way to PA2.0 (in 32bit mode) support. Several
machines probe hardware, but fail sometime after interrupts
are enabled.
Other things changed / fixed on the branch are
- update autoconf to use the OpenBSD code.
- com @ dino is very close to being supported.
- HPPA_REDZONE has been replaced with a working redzone which
is enabled with DIAGNOSTIC.
- UPAGES has been halved in size.
- power(4) from OpenBSD to fix a few bugs.
- updated list of modules from OpenBSD.
- initial ports of uturn(4), astro(4) and elroy(4).
- update some copyrights (remove advertising clause, etc.)
Thanks to mjf for some of the above, testing and listening.
Revision 1.7 / (download) - annotate - [select for diffs], Wed Apr 29 07:14:58 2009 UTC (4 years ago) by skrll
Branch: MAIN
CVS Tags: nick-hppapmap-base4,
nick-hppapmap-base3
Changes since 1.6: +3 -3
lines
Diff to previous 1.6 (colored)
Don't panic in dino_intr_disesablish. Just note that it needs to be implemented for now. Stop gap fix for PR/41295.
Revision 1.6 / (download) - annotate - [select for diffs], Thu Aug 28 08:25:46 2008 UTC (4 years, 8 months ago) by skrll
Branch: MAIN
CVS Tags: wrstuden-revivesa-base-4,
wrstuden-revivesa-base-3,
wrstuden-revivesa-base-2,
nick-hppapmap-base2,
nick-hppapmap-base,
netbsd-5-base,
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,
mjf-devfs2-base,
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,
matt-mips64-base2,
haad-nbase2,
haad-dm-base2,
haad-dm-base1,
haad-dm-base,
ad-audiomp2-base,
ad-audiomp2
Branch point for: nick-hppapmap,
netbsd-5,
matt-nb5-mips64,
jym-xensuspend
Changes since 1.5: +4 -10
lines
Diff to previous 1.5 (colored)
ANSIfy
Revision 1.5 / (download) - annotate - [select for diffs], Sun Mar 4 05:59:51 2007 UTC (6 years, 2 months ago) by christos
Branch: 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-1,
wrstuden-revivesa-base,
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,
mjf-ufs-trans-base,
mjf-ufs-trans,
mjf-devfs-base,
mjf-devfs,
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,
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
Branch point for: yamt-nfs-mp,
wrstuden-revivesa,
mjf-devfs2,
haad-dm
Changes since 1.4: +6 -6
lines
Diff to previous 1.4 (colored)
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
Revision 1.4 / (download) - annotate - [select for diffs], Sun Dec 11 12:17:24 2005 UTC (7 years, 5 months ago) by christos
Branch: 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
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
merge ktrace-lwp.
Revision 1.3 / (download) - annotate - [select for diffs], Mon Aug 30 15:05:17 2004 UTC (8 years, 8 months ago) by drochner
Branch: 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,
yamt-km-base4,
yamt-km-base3,
yamt-km-base2,
yamt-km-base,
yamt-km,
thorpej-vnode-attr-base,
thorpej-vnode-attr,
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,
matt-timespec,
ktrace-lwp-base,
kent-audio2-base,
kent-audio2,
kent-audio1-beforemerge,
kent-audio1-base,
kent-audio1
Branch point for: yamt-lazymbuf
Changes since 1.2: +3 -15
lines
Diff to previous 1.2 (colored)
Phase out the use of a string as first "attach args" member to control which bustype should be attached with a specific call to config_found() (from a "mainbus" or a bus bridge). Do it for isa/eisa/mca and pci/agp for now. These buses all attach to an mi interface attribute "isabus", "eisabus" etc., and the autoconf framework now allows to specify an interface attribute on config_found() and config_search(), which limits the search of matching config data to these which attach to that specific attribute. So we basically have to call config_found_ia(..., "foobus", ...) where such a bus is attached. As a consequence, where a "mainbus" or alike also attaches other devices (eg CPUs) which do not attach to a specific attribute yet, we need at least pass an attribute name (different from "foobus") so that the foo bus is not found at these places. This made some minor changes necessary which are not obviously related to the mentioned buses.
Revision 1.2 / (download) - annotate - [select for diffs], Thu Aug 26 16:52:27 2004 UTC (8 years, 9 months ago) by jkunz
Branch: MAIN
Changes since 1.1: +32 -12
lines
Diff to previous 1.1 (colored)
Add support for shareing PCI interrupts and PCI-PCI bridges.
Revision 1.1 / (download) - annotate - [select for diffs], Thu Jul 29 19:10:23 2004 UTC (8 years, 9 months ago) by jkunz
Branch: MAIN
Branch point for: ktrace-lwp
Import PCI support from OpenBSD and update GENERIC config for PCI devices.