Age | Commit message (Expand) | Author |
2007-05-22 | Support bluetooth adapter found in my MSI S270 laptop. ok deraadt@, jasper@, | Matthieu Herrb |
2007-05-22 | sync | Matthieu Herrb |
2007-05-22 | Add a second MSI bluetooth adapter. ok deraadt@ jasper@ grange@ | Matthieu Herrb |
2007-05-22 | %z in printf(9) is not the same as %z in printf(3). Change to %lu | Ray Lai |
2007-05-22 | Pass string to printf instead of struct that contains string. | Ray Lai |
2007-05-22 | Use BNX_PRINTF instead of printf with missing argument. | Ray Lai |
2007-05-22 | Remove broken URLs. | Jonathan Gray |
2007-05-22 | regen | David Gwynne |
2007-05-22 | mtu and i found an emulex lp982 in tokyo | David Gwynne |
2007-05-21 | Add support for 8700/pcxw2 cpu. | Mark Kettenis |
2007-05-21 | Ask firmware for reset before trying ourselves; needed for four-digit b/c/j | Mark Kettenis |
2007-05-21 | Import code to support the Elroy chip from hppa64 and make it actually work. | Mark Kettenis |
2007-05-21 | Implement deep interrupt swizzling by mapping all four PCI interrupt pins | Mark Kettenis |
2007-05-21 | Make iommu_dvmamap_unload cleanup properly. | Mark Kettenis |
2007-05-21 | Add msk(4). | Mark Kettenis |
2007-05-21 | Initial stab at a driver for the Astro chip. Mostly IOMMU code to handle | Mark Kettenis |
2007-05-21 | Add ECANCELED and EOVERFLOW. For canceled (async) operations and conversion | Jasper Lievisse Adriaanse |
2007-05-21 | timecounters for armish. | Dale Rahn |
2007-05-21 | make bridge(4) mark packets with M_PROTO1 if gif(4) needs to use | Markus Friedl |
2007-05-21 | sync; add new device id to the bce(4) driver | Reyk Floeter |
2007-05-21 | add new bce(4) device id | Reyk Floeter |
2007-05-21 | fix bnx vlan tagging in the rx path; do not attach the vlan tag twice | Reyk Floeter |
2007-05-21 | Remove le{16,32}toh macros | Jonathan Gray |
2007-05-21 | Remove logprintf macro | Jonathan Gray |
2007-05-21 | Remove Ether_ifattach macro | Jonathan Gray |
2007-05-21 | Remove unused bswap{16,32} macros | Jonathan Gray |
2007-05-21 | Remove ifdef __otherbsd__ mess; no binary change. | Jonathan Gray |
2007-05-21 | Switch pcfiic to rwlock. | Jonathan Gray |
2007-05-20 | lockmgr -> rwlock for piic(4), kiic(4) and smu(4); | Thordur I. Bjornsson |
2007-05-20 | Fix KERNBASE, so that profiling kernels initialize (but profiling is broken | Miod Vallat |
2007-05-20 | Since we no longer use 3 bits but the whole 7 to get the processor revision | Miod Vallat |
2007-05-20 | Handle IP address stuff in tls/tlf state messages | Can Erkin Acar |
2007-05-20 | On AV-class machines, SCSI interrupts still come from VIA2, not PSC, so | Miod Vallat |
2007-05-20 | Replace ASSERT with KDASSERT and get rid of its definition; while there, | Miod Vallat |
2007-05-20 | Remove unused badaddr(). | Miod Vallat |
2007-05-20 | Remove irrelevant code and defines. | Miod Vallat |
2007-05-20 | Check for codec presence in match(), and don't attach if none is found. | Miod Vallat |
2007-05-20 | addess -> address | Miod Vallat |
2007-05-20 | regen | Robert Nagy |
2007-05-20 | add Brother MFC 210C and Logitech QuickCam Notebook Deluxe IDs; | Robert Nagy |
2007-05-20 | option AHC_CTRL_ID is not used. | Miod Vallat |
2007-05-20 | Add missing arguments to printf. | Ray Lai |
2007-05-20 | Convert ehci and ucom to rwlock. | Jonathan Gray |
2007-05-19 | Add some phy's found on certain xl(4) models. From brad at comstyle dot com. | Mark Kettenis |
2007-05-19 | Uncomment em(4) entry. From brad at comstyle dot com. | Mark Kettenis |
2007-05-19 | Oops, get the ``disabling cpu'' message correct. | Miod Vallat |
2007-05-19 | Silence a diagnostic message in multiprocessor kernels, it makes things worse. | Miod Vallat |
2007-05-19 | Send an IPI in signotify() if the process runs on a different processor, | Miod Vallat |
2007-05-19 | Force other processors to spin when one is in ddb. | Miod Vallat |
2007-05-19 | (disabled) option for PCIAGP. at least lets i945 chipsets work | Ted Unangst |