summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/dev
AgeCommit message (Expand)Author
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
2007-04-10Driver for the BootBus Controller; sets some magic bits that makes pmc(4)Mark Kettenis
2007-04-10New driver for watchdog time on NatSemi PC87317 SuperIO chip.Mark Kettenis
2007-04-10``it's'' -> ``its'' when the grammar gods require this change.Miod Vallat
2007-04-09Unbreak the tree.Mark Kettenis
2007-04-09Seperate rtc(4) code out into its own file. Add support for catching theMark Kettenis
2007-04-07Remove unused variable.Mark Kettenis
2007-04-05Fix interrupts.Mark Kettenis
2007-04-04Correctly set the TSB size on pyro(4).Mark Kettenis
2007-04-04Add support for ebus at mainbus, as found on machines with pyro(4) like theMark Kettenis
2007-04-03Match su16552.Mark Kettenis
2007-04-03Add iommu glue.Mark Kettenis
2007-04-02Remove bogus code. Turning on parity for pci busses may be a good idea, butMark Kettenis
2007-04-02Return EFBIG in case not enough segments are present to load a DMA requestClaudio Jeker
2007-04-01Add code to establish interrupts.Mark Kettenis
2007-04-01Shift pci tags for PCIe.Mark Kettenis
2007-04-01Provide (non functional) dma tag.Mark Kettenis
2007-04-01Shift tags when converting them into an address offset. Necessary to supportMark Kettenis
2007-03-31Map PCIe config space.Mark Kettenis
2007-03-31Fix DEBUG.Mark Kettenis
2007-03-30First stab at a driver for the Host/PCIe bridge found on the Sun FireMark Kettenis
2007-03-29ignore various i2c seeproms that sun puts on all their machine parts; ok miod...Theo de Raadt
2007-03-22split userland & kernel struct sensor/sensordev so that the additionTheo de Raadt
2007-03-07For unsupported (yet) Expert3D style frame buffers, attach pcons and attachMiod Vallat
2007-03-06Implement WSDISPLAYIO_GETSUPPORTEDDEPTH; makes X actually work if you followMark Kettenis
2007-03-06Three more Expert3D-like frame buffers we shouldn't attach to yet.Miod Vallat
2007-03-05Add mmap for upa(4). Makes the X wsfb(4) driver actually work instead ofMark Kettenis
2007-02-23Print safari error log register if we get a safari interrupt.Mark Kettenis