Age | Commit message (Expand) | Author |
2007-02-13 | Add a delay for ep0 handling. Dunno why, but without debug prints it would | Dale Rahn |
2007-02-13 | Fix typo. Spotted by brad@. | Mark Kettenis |
2007-02-13 | Remove a.out nlist support (COFF nlist is kept in case kernel has COMPAT_OSF1) | Miod Vallat |
2007-02-13 | Fix typo in comment | Tom Cosgrove |
2007-02-13 | USB client mode with cdce function driver is coming along, RX and TX kinda work. | Dale Rahn |
2007-02-13 | fix ddb buf print | Michael Shalayeff |
2007-02-13 | Zap unused local acpi_attached variable, since it has been superseded | Dimitry Andric |
2007-02-13 | Add missing break in attach code. | Jonathan Gray |
2007-02-13 | fall into -> FALLTHROUGH to appease lint | Jonathan Gray |
2007-02-13 | whitespace fix | Jun-ichiro itojun Hagino |
2007-02-13 | Fixed stupid bit mangling on index fields | Jordan Hargrave |
2007-02-13 | Add smarter _INI code. This helps with some dissapearing devices. | Marco Peereboom |
2007-02-13 | Fix subtle x ? y : z bug when calling mfi_create_sgl. This worked because | Marco Peereboom |
2007-02-13 | Check for xTPR result of CPUID. | Jonathan Gray |
2007-02-13 | Check for some CPUID flags found on newer Intel processors. | Jonathan Gray |
2007-02-12 | Don't pass random flags to SIOIFFLAGS when changing the lladdr. | Marco Pfatschbacher |
2007-02-12 | Cope with the different format of the name property of the root device in | Gordon Willem Klok |
2007-02-12 | OpenBSD -> .Ox | Jason McIntyre |
2007-02-12 | sync the wording w/ the i386 page; | Jason McIntyre |
2007-02-12 | zap double word; | Jason McIntyre |
2007-02-12 | Avoid unnecessary resets. This should make fiber 88E8021/22 work completely. | Mark Kettenis |
2007-02-12 | Fix prototype, from brad@, no binary change | Pedro Martelletto |
2007-02-12 | Add cuda_fileserver_mode() and pmu_fileserver_mode() that enable the wake | Gordon Willem Klok |
2007-02-12 | Fix the hw.vendor/product sysctls on sparc64, handle the cases where | Gordon Willem Klok |
2007-02-12 | Reduce debug. | Dale Rahn |
2007-02-12 | If SMAC is set in the correct register, it works much better, also set | Dale Rahn |
2007-02-12 | Enable the AES acceleration. Won't be picked up for IPsec, since we | Tom Cosgrove |
2007-02-12 | 4.1-beta | Henning Brauer |
2007-02-12 | Let this compile with 'option DEBUG' again. | Tom Cosgrove |
2007-02-12 | Don't need a 'return' just before exiting a function. | Kenneth R Westerback |
2007-02-11 | typo in comment | Martin Reindl |
2007-02-11 | Add support for fiber on 88E8021/22. | Mark Kettenis |
2007-02-11 | Remove now unused evcnt field from struct cpu_info. | Miod Vallat |
2007-02-11 | Add support for fiber on the 88E1112 (88E8021/22 integrated PHY). | Mark Kettenis |
2007-02-11 | Remove _KERNEL_OPT leftovers. | Miod Vallat |
2007-02-11 | Rework the cache handling routines again. We now try to operate on the exact | Miod Vallat |
2007-02-11 | Rework the i/o mapping logic so that it allows the 1:1 region to not go up to | Miod Vallat |
2007-02-11 | Shuffle code around so that optimization of the m88110_trap() return gets | Miod Vallat |
2007-02-11 | Don't enable debug spam by default. | Jonathan Gray |
2007-02-10 | Adjust for new/renamed DLink card & Marvell chips. Based on a diff by brad@. | Mark Kettenis |
2007-02-10 | regen | Mark Kettenis |
2007-02-10 | Add DLink DGE-550T B1. Reorganize Marvell Yukon entries & add a few missing | Mark Kettenis |
2007-02-10 | Add preliminary support for Marvell Yukon-II Extreme chips. | Mark Kettenis |
2007-02-10 | Use right flow control autonegotiation bits for 1000baseX. | Mark Kettenis |
2007-02-10 | Cleanup, kill dead code and unused arguments. Mostly stuff that is computed | Claudio Jeker |
2007-02-10 | Remove entry for mx driver which was removed a bit over 7 years ago. | Jonathan Gray |
2007-02-10 | Move HASH_BITS constant to if_skreg.h as SK_HASH_BITS. Remove unused | Kenneth R Westerback |
2007-02-10 | Add more chipset revision ids. | Kenneth R Westerback |
2007-02-09 | Don't both reloading the CPL into %eax before pushing it onto the stack, | Tom Cosgrove |
2007-02-09 | LCD device driver, second step. Now the driver works with autoconf. | Kenji Aoyama |