summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/dev
AgeCommit message (Expand)Author
2007-11-25Give the CarBus side of CardBus-PCI bridges a bus number, since OpenFirmwareMark Kettenis
2007-11-15Attach to "rsc-console". Hopefuly this will give us a proper console onMark Kettenis
2007-11-14Remove eeprom.h.Mark Kettenis
2007-11-13Fix printf format string.Mark Kettenis
2007-11-13Remove bsd_openprom.h.Mark Kettenis
2007-11-10weel -> wellJoel Sing
2007-10-28Match on compatible: 'pcf8584', such that we attach on the V210 again.Mark Kettenis
2007-10-25Don't forget the channel number; makes sure we don't always read channel 0Mark Kettenis
2007-10-25Remove some coded that has been #ifdef'ed out for quite a while now.Mark Kettenis
2007-10-24Enable power supply temperature sensors on the E450.Mark Kettenis
2007-10-24Add support for power supply temperature sensors on the E450.Mark Kettenis
2007-10-22let alipm0 still be used for spdmem probes, but skip sensors. alipm (orTheo de Raadt
2007-10-22Add support for SUNW,envctrl as found on the E450.Mark Kettenis
2007-10-22CPU temperature sensors on the E450 have a conversion factor of 1/1 instead ofMark Kettenis
2007-10-22the invalid flag is never set in these two drivers, so don't test if it is; ...Constantine A. Murenin
2007-10-22stoped -> stoppedJoel Sing
2007-10-20Provide sensor status based on the limits found in OpenFirmware.Mark Kettenis
2007-10-20Add support for the temperature sensors on the SUNW,envctrltwo device foundMark Kettenis
2007-10-15Skip non-SPD EEPROMs.Mark Kettenis
2007-10-10malloc+bzero -> malloc+M_ZERO. Use 'malloc(sizeof(*p) ...' idiom.Kenneth R Westerback
2007-10-08A few trailing bzero/memset -> M_ZERO occurrences, cast removal andKenneth R Westerback
2007-10-08A few trailing bzero/memset -> M_ZERO occurrences, cast removal andKenneth R Westerback
2007-10-08Don't skip EEPROMs in ofw i2c scan,Jonathan Gray
2007-10-01More easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...' whereKenneth R Westerback
2007-09-18Only the most obvious bzero() -> M_ZERO changes. No cast changes, noKenneth R Westerback
2007-09-17Only the most obvious bzero() -> M_ZERO changes. No cast changes, noKenneth R Westerback
2007-09-08use M_ZERO.Martin Reindl
2007-08-25Print a bit more information in the safari interrupt handler. Get rid ofMark Kettenis
2007-08-21Do not repeat device name in failure message printed during attachment.Mark Kettenis
2007-08-04Add sparc_bus_addr member to struct sparc_bus_space_tag. This function mapsMark Kettenis
2007-08-04Add missing pci_intr_line() implementation.Mark Kettenis
2007-06-29sick of extra static messing up tracebacks; ok miodTheo de Raadt
2007-06-24rework sensor tasks to use the kernels generic workq rather than a specialDavid Gwynne
2007-06-20b_cylinder does not need to be set on the callpath down into drivers.Theo de Raadt
2007-06-14bzero the right thingTheo de Raadt
2007-06-08all drivers should spoof version 1 labelsTheo de Raadt
2007-06-06an XXsize() function that got skippedTheo de Raadt
2007-06-06now that all partition size/offsets are potentially 64-bit, change theTheo de Raadt
2007-06-05use six new macros to access & store the 48-bit disklabel fields relatedTheo de Raadt
2007-06-01Don't initialize d_partitions[RAW_DISK] just before callingKenneth R Westerback
2007-05-29use the right capitalization for `SBus'Igor Sobrado
2007-05-29New driver for front panel LEDs on the V215/245.Mark Kettenis
2007-05-28avoid bypassing sys/queue.h in many places in the kernel.Pierre-Yves Ritschard
2007-05-28Fix comparison between signed and unsigned integer. Makes the randomMark Kettenis
2007-05-25"interupt" -> "interrupt" in various comments. Mostly from Diego Casati.Kenneth R Westerback
2007-05-21Switch pcfiic to rwlock.Jonathan Gray
2007-05-01Don't rely on the PROM to have configured the interrupts. Make Simics bootMark Kettenis
2007-04-27Even floppies should use DISKLABELDEV() on the dev_t parameter toKenneth R Westerback
2007-04-24Tell init(8) to power down machine instead of just halting it.Mark Kettenis
2007-04-24Make power(4) map registers in io space if mem space fails.Mark Kettenis