NetBSD/sys/arch/sparc64/dev
macallan 8947b542b7 support WSDISPLAYIO_GET_FBINFO
also, use _PREFETCHABLE for rasops
2016-11-23 21:18:12 +00:00
..
auxio_ebus.c Split auxio at ebus and auxio at sbus properly, so we can build kernels 2015-10-06 16:40:36 +00:00
auxio_sbus.c Split auxio at ebus and auxio at sbus properly, so we can build kernels 2015-10-06 16:40:36 +00:00
auxio.c the mutex is also used for fdc attachment, so initialize it also 2016-10-14 11:33:08 +00:00
auxioreg.h Improve spelling: regsiter -> register 2015-07-11 10:32:45 +00:00
auxiovar.h Split auxio at ebus and auxio at sbus properly, so we can build kernels 2015-10-06 16:40:36 +00:00
cbus.c sun4v: reset cbus debug back to zero 2016-07-18 19:32:44 +00:00
cbusvar.h sun4v: add cbus driver - from OpenBSD 2016-06-22 20:12:59 +00:00
central.c
centralvar.h
com_ebus.c
cons.h
consinit.c prom_printf converts "\n" to "\r\n" internally, so omit "\r". 2015-03-02 14:17:06 +00:00
ebus_mainbus.c Use newly introduced intrhand_alloc(). 2016-05-13 21:22:47 +00:00
ebus.c src is too big these days to tolerate superfluous apostrophes. It's 2014-10-18 08:33:23 +00:00
ebusvar.h Generalize the code to allow for arbitrary interrupt wirings - with this change the serial console is usable on Sun Fire V445 systems - from OpenBSD - ok mrg@ martin@ 2014-08-24 19:06:14 +00:00
fdc.c Use C99-style initializers for struct dkdriver. 2015-04-26 15:15:19 +00:00
fdcreg.h
fdcvar.h
ffb_mainbus.c set BUS_SPACE_MAP_PREFETCHABLE when mapping the SFB32 range 2016-11-04 18:11:15 +00:00
ffb.c mmap() memory-ish regions with BUS_SPACE_MAP_PREFETCHABLE 2016-11-04 16:35:32 +00:00
ffbreg.h
ffbvar.h
fhc_central.c
fhc_mainbus.c
fhc.c KNF. Remove extra spaces. No functional change. 2016-07-07 06:55:38 +00:00
fhcreg.h
fhcvar.h
gfb.c support WSDISPLAYIO_GET_FBINFO 2016-11-23 21:18:12 +00:00
iommu.c Better to panic! Otherwise we end in an endless loop. 2016-03-07 00:28:36 +00:00
iommureg.h use uint64_t consistently. 2016-08-24 06:34:24 +00:00
iommuvar.h sun4v: iommu setup seems to work now - device detection is now possible - parts from OpenBSD - ok mrg@, martin@ 2015-09-03 19:43:35 +00:00
kd.c
ldc.c Avoid "cast to pointer from integer of different size" warning on 2016-08-20 18:21:18 +00:00
ldcvar.h sun4v: vdsk and ldc drivers - from OpenBSD, but heavily adapted to NetBSD scsipi - access to a virtual disk served from a ldom primary domain now works 2016-08-19 19:02:07 +00:00
lom.c Print error codes from sysmon 2015-04-27 11:55:29 +00:00
lpt_ebus.c
mkclock.c
pcf8591_envctrl.c
pcfiic_ebus.c Remove duplicate register definitions and merge them all into pcf8584reg.h. 2016-01-03 17:32:17 +00:00
pci_machdep.c
pckbc_ebus.c pckbc@ebus: match "kb_ps2" device to make keyboard and mouse work 2015-08-14 10:59:27 +00:00
pcons.c
pld_wdog.c
power.c
power.h
psm.c KNF. Remove extra spaces. No functional change. 2016-07-07 06:55:38 +00:00
psmreg.h
psycho.c sun4v: make device interrupts work. Introduce a new intrhand_alloc() function for allocation of interrupt handlers and adapt to this. Parts from OpenBSD. ok martin@ 2016-05-10 19:23:59 +00:00
psychoreg.h
psychovar.h
pyro.c weed out BUS_SPACE_MAP_PREFETCHABLE in resp. _map() and _mmap() methods 2016-11-10 06:44:35 +00:00
pyrovar.h
rtc.c
sab82532reg.h
sab.c centralize the call unit / dialout macros 2014-11-15 19:20:01 +00:00
sbus.c weed out BUS_SPACE_MAP_PREFETCHABLE in resp. _map() and _mmap() methods 2016-11-10 06:44:35 +00:00
sbusreg.h
sbusvar.h
schizo.c weed out BUS_SPACE_MAP_PREFETCHABLE in resp. _map() and _mmap() methods 2016-11-10 06:44:35 +00:00
schizoreg.h Set the target JPID for all interrupts on Tomatillo. 2015-11-23 21:40:14 +00:00
schizovar.h Set the target JPID for all interrupts on Tomatillo. 2015-11-23 21:40:14 +00:00
tda.c KNF. Remove extra spaces. No functional change. 2016-07-07 06:55:38 +00:00
upa.c
vbus.c sun4v: vbus_attach() bugfix - use device_private() 2016-06-21 20:36:02 +00:00
vbusvar.h sun4v: vbus and vrtc drivers - from OpenBSD 2016-06-17 21:59:06 +00:00
vdsk.c Avoid "cast to pointer from integer of different size" warning on 2016-08-20 18:21:18 +00:00
viovar.h sun4v: vdsk and ldc drivers - from OpenBSD, but heavily adapted to NetBSD scsipi - access to a virtual disk served from a ldom primary domain now works 2016-08-19 19:40:27 +00:00
vpci.c sun4v: make device interrupts work. Introduce a new intrhand_alloc() function for allocation of interrupt handlers and adapt to this. Parts from OpenBSD. ok martin@ 2016-05-10 19:23:59 +00:00
vpcivar.h sun4v: vpci driver - initial (and incomplete) version of virtual PCIe host bridge driver for sun4v systems. Based on the NetBSD pyro driver and OpenBSD vpci driver. Future work will include integrating code from the OpenBSD vpci driver. 2015-02-12 04:48:37 +00:00
vrtc.c sun4v: vbus and vrtc drivers - from OpenBSD 2016-06-17 21:59:06 +00:00
zs.c Add a missing newline in zs at sbus attach message. 2015-10-30 16:21:46 +00:00
zsvar.h