Age | Commit message (Expand) | Author |
2006-11-27 | move uberry to a nicer place | Theo de Raadt |
2006-11-27 | make use of multiple routing tables. | Henning Brauer |
2006-11-27 | if there are no luns on a target, then say there were no devices, | David Gwynne |
2006-11-27 | Do not perform frame buffer actions on non-active screens. | Miod Vallat |
2006-11-27 | enable uberry driver | Theo de Raadt |
2006-11-27 | smallest usb driver ever: enable config on the Blackberry which prevents | Theo de Raadt |
2006-11-27 | Store the wsscreen_descr structure in the softc. | Miod Vallat |
2006-11-27 | The current implementation to handle control options is broken as soon as | Claudio Jeker |
2006-11-27 | Always update cfxga_scr emulops field when creating a new screen, in case | Miod Vallat |
2006-11-26 | Replace the firmware reset command by a register write which also | Marcus Glocker |
2006-11-26 | Rewrite the blitter functions, providing an accelerated putchar in the | Miod Vallat |
2006-11-26 | Cleanup some KNF nits, if we can't grab a SCB dont return at splbio. | Gordon Willem Klok |
2006-11-26 | avoid extra inclusions; ok jsg | Theo de Raadt |
2006-11-26 | revert the Jumbo diff that was commited as part of a wireles drivers commit. | Brad Smith |
2006-11-26 | enable mpi | David Gwynne |
2006-11-26 | sync | Theo de Raadt |
2006-11-26 | learn about RIM products | Theo de Raadt |
2006-11-26 | Start reworking the raster ops code, and be smarter when monitoring the FIFO | Miod Vallat |
2006-11-26 | regen again. :) | Dimitry Andric |
2006-11-26 | regen | Dimitry Andric |
2006-11-26 | Add some Intel 946, 963 and 965 entries. | Dimitry Andric |
2006-11-26 | Make sure AGP debug printfs actually compile. | Dimitry Andric |
2006-11-26 | Make use of ieee80211_std_rateset | Jonathan Gray |
2006-11-26 | Much better register description and values. No functional change yet - but | Miod Vallat |
2006-11-26 | leave name simple | Theo de Raadt |
2006-11-26 | Save misc info (ebx) register from cpuid with eax=1, so we can use it | Dimitry Andric |
2006-11-26 | commented out entry for the BCM5709. | Brad Smith |
2006-11-26 | Enable malo(4) for amd64. Tested with a Netgear WG311v3 PCI. Further | Marcus Glocker |
2006-11-26 | cover up a bug (resulting in noise in dmesg) that we still do not | Theo de Raadt |
2006-11-26 | It's sizeof(struct ieee80211_frame) not sizeof(struct ieee80211_frame *). | Marcus Glocker |
2006-11-26 | Activate pwdog(4) after successful testing on i386 and macppc. | Marc Balmer |
2006-11-26 | use splclock() instead of splsoftclock() when setting the timeout period | Marc Balmer |
2006-11-26 | no argument names in prototypes pls | David Gwynne |
2006-11-26 | do not have each net80211 driver define its own rates structures. if they use | Theo de Raadt |
2006-11-26 | correct hardware revision mask. | Jonathan Gray |
2006-11-26 | use scsi_detach_target when a device dissapears, rather than using | David Gwynne |
2006-11-26 | provide scsi_detach_bus, _target, and _lun to wrap up config_detach for | David Gwynne |
2006-11-26 | usb client support can be re-enabled | Theo de Raadt |
2006-11-26 | missing file; sorry niall! | Uwe Stuehler |
2006-11-26 | Fix malloc() panic in msdosfs_mountfs(), okay thib@ deraadt@ | Pedro Martelletto |
2006-11-25 | - disable usbf stuff till the missing header is in; unbreak kernel compile. | Niall O'Higgins |
2006-11-25 | use pci_matchbyid() here, too. | Marc Balmer |
2006-11-25 | remove dpt(4) because it sucks. | David Gwynne |
2006-11-25 | Convert pwdog(4) over to using pci_matchbyid(). | Marc Balmer |
2006-11-25 | remove a comment that only applies to freebsd. | Damien Bergamini |
2006-11-25 | enable new devices (flash, usbf, cdcef) | Uwe Stuehler |
2006-11-25 | Add mutex. | Marco Peereboom |
2006-11-25 | Initial USB device controller (UDC) and USB CDC Ethernet function support | Uwe Stuehler |
2006-11-25 | The PWDOG1 card can be jumpered to work I/O or memory mapped. Detect | Marc Balmer |
2006-11-25 | Remove unneeded branch, no need to check if opts is != NULL just set it to | Claudio Jeker |