Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-04-08 | For some reason access to io space using ASI_PHYS_NON_CACHED_LITTLE doesn't | Mark Kettenis | |
work, so go through the MMU just like we do for mem space. Makes puc(4) work on the t1k, and hopefully fixes the problems on the t2k. | |||
2008-04-03 | Make ebus(4) work on sun4v. | Mark Kettenis | |
2008-04-03 | Some cosmetic changes. | Mark Kettenis | |
2008-03-24 | Remove KASSERT that's causing grieve on sun4v, and I've never seen triggered. | Mark Kettenis | |
2008-03-23 | typo; deraadt | Miod Vallat | |
2008-03-23 | Not-functional-enough driver for the Sun Expert3D cards, put in tree as an | Miod Vallat | |
incentive for further tinkering only; not for the faint of heart. | |||
2008-03-23 | Use new defines from pcidevs to match Expert3D. | Miod Vallat | |
2008-03-22 | Add support for DIOCRLDINFO, DIOCGPDINFO, DIOCGPART to the fd | Kenneth R Westerback | |
driver(s). Adapted from sd driver. ok marco@ | |||
2008-03-21 | Do not attach vgafb if not the console device, since the PROM will not have | Miod Vallat | |
initialized the device in this case. | |||
2008-03-20 | Fix whitespace. | Mark Kettenis | |
2008-03-20 | Bring isa/fd.c into line with sparc/sparc64 fd code and prepare all | Kenneth R Westerback | |
for the addition of missing disklabel related ioctl's. ok deraadt@ | |||
2008-03-16 | Set up interrupt translation for e10k. | Mark Kettenis | |
2008-03-16 | Add some e10k support code. | Mark Kettenis | |
2008-03-13 | First shot at a driver to get the time-of-day on the e10k. | Mark Kettenis | |
2008-03-09 | Add some members needed by the sunv IOMMU code. | Mark Kettenis | |
2008-03-09 | Driver for the virtual PCI host bridge on sun4v. | Mark Kettenis | |
2008-03-09 | sun4v hypervisor IOMMU code. | Mark Kettenis | |
2008-03-09 | Virtual bus for virtual devices on sun4v. | Mark Kettenis | |
2008-03-09 | Check "status" property. | Mark Kettenis | |
2008-03-08 | Driver for console on sun4v. | Mark Kettenis | |
2008-03-08 | Driver for virtual real-time clock on sun4v. | Mark Kettenis | |
2008-03-08 | Virtual bus for virtual devices on sun4v. | Mark Kettenis | |
2008-03-08 | Check "status" property. | Mark Kettenis | |
2008-03-08 | Check "status" property. Since the PROM marks the floppy controller device | Mark Kettenis | |
as "disabled" if no floppy drive is connected, this will get rid of the "unconfigured" message for the floppy controller on machines that don't have a floppy drive. | |||
2008-03-01 | Use getpropspeed() to get console speed. Add code to handle "ssp-console" and | Mark Kettenis | |
"ssp-control" as well. | |||
2008-03-01 | Make sabtty(4) adopt the speed configured in OpenFirmware when it is the | Mark Kettenis | |
console. ok deraadt@ | |||
2008-02-27 | return from tda_attach before registering the sensor task | Robert Nagy | |
if there are no temperature sensors | |||
2008-02-20 | make tda(4) run the fans at maximum speed when we are about to drop | Robert Nagy | |
drop to ddb(4) in order to avoid overheating in case of a system crash. ok kettenis@ | |||
2008-02-18 | Only attach on Sun Blade 1000/2000. | Mark Kettenis | |
2008-02-17 | We're not printing interrupt priority levels (ot whatever ipl stands for) but | Mark Kettenis | |
interrupt vectors, so change it to ivec and print them in hex. | |||
2008-02-12 | tda(4) is a driver for Philips TDA8444 which can be found in | Robert Nagy | |
Sun Blade 1000/1500/2000/2500 machines. The driver controlls the speed of the ambient and cpu fans, based on the temperatures. not included in GENERIC yet; help and ok kettenis@ | |||
2008-02-10 | Attach to "lom-console". Hopefuly this will give us a proper console on | Mark Kettenis | |
the Netra T4/Netra 20 when the console is directed to the LOM. | |||
2008-02-10 | Add interrupt state diagnostic registers. | Mark Kettenis | |
2008-02-03 | Map windows little-endian like the MI pcmcia code expects. | Mark Kettenis | |
"Diff looks correct and appears to work as intended" miod@ | |||
2008-01-24 | Finish the beep(4) driver by hooking it up to the ukbd(4) beep handler | Robert Nagy | |
and disable the one second long beep on attach. ok miod@ | |||
2008-01-23 | Cleanup cn_pri. Change constants to more meaningful names, rather than | Joel Sing | |
the hp300 related ones currently in use. CN_NORMAL becomes CN_LOWPRI, CN_INTERNAL becomes CN_MIDPRI and CN_REMOTE becomes CN_HIGHPRI. ok miod@ | |||
2008-01-20 | Add temperature sensor. | Mark Kettenis | |
2008-01-19 | Make host bridges provide their own implementation of pci_conf_read() and | Mark Kettenis | |
pci_conf_write() and give pyro(4) an implementation suitable for PCIe. For psycho(4) and schizo(4), go back to the origional implementation. This gets rid of the 'tagshift' member of pci_chipset_tag_t, and clears the way for sun4v. | |||
2008-01-18 | Print consoleness the canonical way. | Mark Kettenis | |
2008-01-18 | First attempt to write a driver for the environment device found on | Mark Kettenis | |
Enterprise 3000/3500/4000/4500/5000/5500/6000/6500. | |||
2008-01-17 | Print names we get from the prom within double quotes. | Mark Kettenis | |
ok marco@ | |||
2008-01-15 | Make sabtty(4) adopt the speed configured in OpenFirmware when it is the | Mark Kettenis | |
console. ok miod@ | |||
2008-01-08 | Be uniform with console message from other devices | Theo de Raadt | |
2008-01-08 | the rsc-console on the v880 operates at 115200, not the 9600 we think we | David Gwynne | |
have to force all console devices to. this change passes the right speed to the com code, and continues to use it when the device is opened as the console device. figured out by kettenis@ ok kettenis@ miod@ | |||
2008-01-03 | Remove redundant extenr declaration. | Mark Kettenis | |
2008-01-03 | Don't depend on evil (struct psycho_pbm *) cast. | Mark Kettenis | |
2008-01-03 | Remove some junk. | Mark Kettenis | |
2007-12-15 | move some iommu_dvmamap_validate_map()'s into DEBUG instead of DIAGNOSTIC, to | Theo de Raadt | |
slightly improve performance ok kettenis | |||
2007-12-07 | unify a function name compared to other busses | Theo de Raadt | |
2007-12-05 | use mutexes to protect the iommu's extent map and the streaming buffer, | Theo de Raadt | |
so that busdma is most likely MP_SAFE now. (while there, fix an extent map race... the ranges were selected outside splhigh) ok kettenis |