Age | Commit message (Expand) | Author |
2008-03-01 | Use getpropspeed() to get console speed. Add code to handle "ssp-console" and | Mark Kettenis |
2008-03-01 | Make sabtty(4) adopt the speed configured in OpenFirmware when it is the | Mark Kettenis |
2008-02-27 | return from tda_attach before registering the sensor task | Robert Nagy |
2008-02-20 | make tda(4) run the fans at maximum speed when we are about to drop | Robert Nagy |
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 |
2008-02-12 | tda(4) is a driver for Philips TDA8444 which can be found in | Robert Nagy |
2008-02-10 | Attach to "lom-console". Hopefuly this will give us a proper console on | Mark Kettenis |
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 |
2008-01-24 | Finish the beep(4) driver by hooking it up to the ukbd(4) beep handler | Robert Nagy |
2008-01-23 | Cleanup cn_pri. Change constants to more meaningful names, rather than | Joel Sing |
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 |
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 |
2008-01-17 | Print names we get from the prom within double quotes. | Mark Kettenis |
2008-01-15 | Make sabtty(4) adopt the speed configured in OpenFirmware when it is the | Mark Kettenis |
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 |
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 |
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 |
2007-11-25 | Give the CarBus side of CardBus-PCI bridges a bus number, since OpenFirmware | Mark Kettenis |
2007-11-15 | Attach to "rsc-console". Hopefuly this will give us a proper console on | Mark Kettenis |
2007-11-14 | Remove eeprom.h. | Mark Kettenis |
2007-11-13 | Fix printf format string. | Mark Kettenis |
2007-11-13 | Remove bsd_openprom.h. | Mark Kettenis |
2007-11-10 | weel -> well | Joel Sing |
2007-10-28 | Match on compatible: 'pcf8584', such that we attach on the V210 again. | Mark Kettenis |
2007-10-25 | Don't forget the channel number; makes sure we don't always read channel 0 | Mark Kettenis |
2007-10-25 | Remove some coded that has been #ifdef'ed out for quite a while now. | Mark Kettenis |
2007-10-24 | Enable power supply temperature sensors on the E450. | Mark Kettenis |
2007-10-24 | Add support for power supply temperature sensors on the E450. | Mark Kettenis |
2007-10-22 | let alipm0 still be used for spdmem probes, but skip sensors. alipm (or | Theo de Raadt |
2007-10-22 | Add support for SUNW,envctrl as found on the E450. | Mark Kettenis |
2007-10-22 | CPU temperature sensors on the E450 have a conversion factor of 1/1 instead of | Mark Kettenis |
2007-10-22 | the invalid flag is never set in these two drivers, so don't test if it is; ... | Constantine A. Murenin |
2007-10-22 | stoped -> stopped | Joel Sing |
2007-10-20 | Provide sensor status based on the limits found in OpenFirmware. | Mark Kettenis |
2007-10-20 | Add support for the temperature sensors on the SUNW,envctrltwo device found | Mark Kettenis |
2007-10-15 | Skip non-SPD EEPROMs. | Mark Kettenis |
2007-10-10 | malloc+bzero -> malloc+M_ZERO. Use 'malloc(sizeof(*p) ...' idiom. | Kenneth R Westerback |
2007-10-08 | A few trailing bzero/memset -> M_ZERO occurrences, cast removal and | Kenneth R Westerback |
2007-10-08 | A few trailing bzero/memset -> M_ZERO occurrences, cast removal and | Kenneth R Westerback |
2007-10-08 | Don't skip EEPROMs in ofw i2c scan, | Jonathan Gray |
2007-10-01 | More easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...' where | Kenneth R Westerback |