Age | Commit message (Expand) | Author |
2007-04-05 | delete userland DELAY() version; ok miod | Theo de Raadt |
2007-04-05 | regen | Ted Unangst |
2007-04-05 | freebsd added some MAP_NOCORE flag. we don't like it, so mask it out. | Ted Unangst |
2007-04-05 | this is a relatively big commit that implements a basic io path. | David Gwynne |
2007-04-05 | device signatures appear to be common to sata controllers too. | David Gwynne |
2007-04-05 | finish resetting the device by sending a soft reset via the post_direct | David Gwynne |
2007-04-05 | sili_post_direct lets you submit a prb without all the goop of a ccb and | David Gwynne |
2007-04-05 | rearrange the busywait funcs slightly | David Gwynne |
2007-04-05 | DPRINTF will be useful soon, so stick it in | David Gwynne |
2007-04-05 | control bits in the prb. shuffle things around a bit... | David Gwynne |
2007-04-05 | start defining the scatter/gather bits and the port request blocks (PRBs). | David Gwynne |
2007-04-05 | regen | Ted Unangst |
2007-04-05 | laurence tratt says his cable mostly works with this | Ted Unangst |
2007-04-05 | jason crawford noticed that the rthreads diff didn't compile with rthreads! | Ted Unangst |
2007-04-04 | Activate interference mitigation. | Marcus Glocker |
2007-04-04 | Enable pyro(4) and ebus(4) at mainbus(4). Reorder bus drivers such that | Mark Kettenis |
2007-04-04 | Correctly set the TSB size on pyro(4). | Mark Kettenis |
2007-04-04 | Debugging. Fix a lot wrong registers. Fix a couple of /* XXX */ and | Marcus Glocker |
2007-04-04 | Back out revision 1.70. By asynchronously writing the bitmaps to disk | Pedro Martelletto |
2007-04-04 | Add support for ebus at mainbus, as found on machines with pyro(4) like the | Mark Kettenis |
2007-04-04 | Add support for ebus at mainbus, as found on machines with pyro(4) like the | Mark Kettenis |
2007-04-04 | Switch vm_map lock to rwlock. | Artur Grabowski |
2007-04-04 | Implement RW_DOWNGRADE that downgrades an exclusive lock to a shared lock | Artur Grabowski |
2007-04-04 | Mechanically rename the "flags" and "version" fields in struct vm_page | Artur Grabowski |
2007-04-04 | Implement clock_gettime(CLOCK_PROF) since it's so simple. | Artur Grabowski |
2007-04-04 | oursleves -> ourselves | Pedro Martelletto |
2007-04-04 | Thinkpad -> ThinkPad; from Igor Sobrado | Jason McIntyre |
2007-04-04 | Don't remove the process from the threads queue in proc_zap() as that | Pedro Martelletto |
2007-04-04 | abouse -> abuse | Pedro Martelletto |
2007-04-04 | sprinkle some ansification around. | David Gwynne |
2007-04-04 | implement sili_pwait_{ne,eq} for busy waiting on register values. | David Gwynne |
2007-04-04 | some registers are shared amongst various sata controllers, so stick | David Gwynne |
2007-04-04 | interrupt enable set/clear defns | David Gwynne |
2007-04-04 | port control clear bits | David Gwynne |
2007-04-04 | do a global reset properly. | David Gwynne |
2007-04-03 | Match su16552. | Mark Kettenis |
2007-04-03 | On sparc64, prefer the local-mac-address provided by the PROM. Makes sure the | Mark Kettenis |
2007-04-03 | Add iommu glue. | Mark Kettenis |
2007-04-03 | Really drop data packets if the station is not associated. It does not | Claudio Jeker |
2007-04-03 | A fix for smp old world macs such as the 9500MP and 9600MP which lack the | Gordon Willem Klok |
2007-04-03 | Make the ast on i386 per-process instead of per-cpu. This makes | Artur Grabowski |
2007-04-03 | Start moving state that is shared among threads in a process into | Artur Grabowski |
2007-04-03 | implement the DK INFO ioctl so userland can query the disks product, | David Gwynne |
2007-04-03 | define the vpd inquiry page code. | David Gwynne |
2007-04-03 | provide an ioctl interface for userland to ask disk drivers about various | David Gwynne |
2007-04-03 | add a wrapper for querying vpd inquiry pages | David Gwynne |
2007-04-03 | modernise scsi_inquiry. the length field has grown and now theres pages to | David Gwynne |
2007-04-03 | Data direction was not properly encoded in (unused) | Jonathan Gray |
2007-04-02 | unmapiodev() takes the va as its first argument, not the pa. | Mark Kettenis |
2007-04-02 | When running out of space to place a directory entry in msdosfs_readdir(), | Pedro Martelletto |