Up to [cvs.netbsd.org] / src / sys / dev / pci
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.1.8.2 / (download) - annotate - [select for diffs], Mon Jun 6 09:08:29 2011 UTC (11 months, 2 weeks ago) by jruoho
Branch: jruoho-x86intr
Changes since 1.1.8.1: +53 -0
lines
Diff to previous 1.1.8.1 (colored) to branchpoint 1.1 (colored)
Sync with HEAD.
Revision 1.1.4.2 / (download) - annotate - [select for diffs], Sat Mar 5 20:53:59 2011 UTC (14 months, 3 weeks ago) by rmind
Branch: rmind-uvmplock
Changes since 1.1.4.1: +53 -0
lines
Diff to previous 1.1.4.1 (colored) to branchpoint 1.1 (colored)
sync with head
Revision 1.1.2.2 / (download) - annotate - [select for diffs], Tue Feb 8 16:19:53 2011 UTC (15 months, 2 weeks ago) by bouyer
Branch: bouyer-quota2
Changes since 1.1.2.1: +53 -0
lines
Diff to previous 1.1.2.1 (colored) to branchpoint 1.1 (colored)
Sync with HEAD
Revision 1.1.8.1, Sat Jan 22 15:14:28 2011 UTC (16 months ago) by jruoho
Branch: jruoho-x86intr
Changes since 1.1: +0 -53
lines
FILE REMOVED
file wsdisplay_pci.c was added on branch jruoho-x86intr on 2011-06-06 09:08:28 +0000
Revision 1.1.4.1, Sat Jan 22 15:14:28 2011 UTC (16 months ago) by rmind
Branch: rmind-uvmplock
Changes since 1.1: +0 -53
lines
FILE REMOVED
file wsdisplay_pci.c was added on branch rmind-uvmplock on 2011-03-05 20:53:59 +0000
Revision 1.1.2.1, Sat Jan 22 15:14:28 2011 UTC (16 months ago) by bouyer
Branch: bouyer-quota2
Changes since 1.1: +0 -53
lines
FILE REMOVED
file wsdisplay_pci.c was added on branch bouyer-quota2 on 2011-02-08 16:19:53 +0000
Revision 1.1 / (download) - annotate - [select for diffs], Sat Jan 22 15:14:28 2011 UTC (16 months ago) by cegger
Branch: MAIN
CVS Tags: yamt-pagecache-base5,
yamt-pagecache-base4,
yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
yamt-pagecache,
rmind-uvmplock-nbase,
rmind-uvmplock-base,
netbsd-6-base,
netbsd-6,
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-base,
jmcneill-usbmp,
jmcneill-audiomp3-base,
jmcneill-audiomp3,
cherry-xenmp-base,
cherry-xenmp,
bouyer-quota2-nbase,
bouyer-quota2-base,
HEAD
Branch point for: rmind-uvmplock,
jruoho-x86intr,
bouyer-quota2
Implement new WSDISPLAYIO_GET_BUSID ioctl. It returns the bus id and allows userland (like Xorg) to create mapping of ttyE? and bus id. For now only PCI is implemented. First discussed with macallan@ then public on tech-kern@ and tech-x11@