summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2007-04-04Correctly set the TSB size on pyro(4).Mark Kettenis
2007-04-04Debugging. Fix a lot wrong registers. Fix a couple of /* XXX */ andMarcus Glocker
2007-04-04Back out revision 1.70. By asynchronously writing the bitmaps to diskPedro Martelletto
2007-04-04Add support for ebus at mainbus, as found on machines with pyro(4) like theMark Kettenis
2007-04-04Add support for ebus at mainbus, as found on machines with pyro(4) like theMark Kettenis
2007-04-04Switch vm_map lock to rwlock.Artur Grabowski
2007-04-04Implement RW_DOWNGRADE that downgrades an exclusive lock to a shared lockArtur Grabowski
2007-04-04Mechanically rename the "flags" and "version" fields in struct vm_pageArtur Grabowski
2007-04-04Implement clock_gettime(CLOCK_PROF) since it's so simple.Artur Grabowski
2007-04-04oursleves -> ourselvesPedro Martelletto
2007-04-04Thinkpad -> ThinkPad; from Igor SobradoJason McIntyre
2007-04-04Don't remove the process from the threads queue in proc_zap() as thatPedro Martelletto
2007-04-04abouse -> abusePedro Martelletto
2007-04-04sprinkle some ansification around.David Gwynne
2007-04-04implement sili_pwait_{ne,eq} for busy waiting on register values.David Gwynne
2007-04-04some registers are shared amongst various sata controllers, so stickDavid Gwynne
2007-04-04interrupt enable set/clear defnsDavid Gwynne
2007-04-04port control clear bitsDavid Gwynne
2007-04-04do a global reset properly.David Gwynne
2007-04-03Match su16552.Mark Kettenis
2007-04-03On sparc64, prefer the local-mac-address provided by the PROM. Makes sure theMark Kettenis
2007-04-03Add iommu glue.Mark Kettenis
2007-04-03Really drop data packets if the station is not associated. It does notClaudio Jeker
2007-04-03A fix for smp old world macs such as the 9500MP and 9600MP which lack theGordon Willem Klok
2007-04-03Make the ast on i386 per-process instead of per-cpu. This makesArtur Grabowski
2007-04-03Start moving state that is shared among threads in a process intoArtur Grabowski
2007-04-03implement the DK INFO ioctl so userland can query the disks product,David Gwynne
2007-04-03define the vpd inquiry page code.David Gwynne
2007-04-03provide an ioctl interface for userland to ask disk drivers about variousDavid Gwynne
2007-04-03add a wrapper for querying vpd inquiry pagesDavid Gwynne
2007-04-03modernise scsi_inquiry. the length field has grown and now theres pages toDavid Gwynne
2007-04-03Data direction was not properly encoded in (unused)Jonathan Gray
2007-04-02unmapiodev() takes the va as its first argument, not the pa.Mark Kettenis
2007-04-02When running out of space to place a directory entry in msdosfs_readdir(),Pedro Martelletto
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-02vrele() the destination directory vnode in ufs_rename() if the call toPedro Martelletto
2007-04-02Similar to other drivers call if_start() at the end of the rx interrupt becauseClaudio Jeker
2007-04-02Read log page 10h to determine the NCQ error, instead of aborting allChristopher Pascoe
2007-04-01Correct URL to UHCI spec.Jonathan Gray
2007-04-01Add code to establish interrupts.Mark Kettenis
2007-04-01Write MAC and BSSID into devices template RAM at init time.Marcus Glocker
2007-04-01s/multpile/multiple/Ray Lai
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-04-01Fix DEBUG built.Mark Kettenis
2007-04-01Some sorting. More comments.Marcus Glocker
2007-04-01Cleanup sc_softc.Marcus Glocker
2007-04-01There is no need to keep the intrstr in the drivers softc struct.Marcus Glocker