Age | Commit message (Expand) | Author |
2007-02-15 | Reorder endpoints so that endpoint numbers match, remove more debug. | Dale Rahn |
2007-02-15 | TX is working fine, turn off debug. | Dale Rahn |
2007-02-15 | Let acpidock_eject take an extra argument of what node to call _EJ0 on. | Michael Knudsen |
2007-02-15 | Don't clear the struct aml_value res when aml_evalnode() does this | Michael Knudsen |
2007-02-15 | from linux->freebsd->brad->me, tested by matthieu, brad, kettenis, others... | Jason Wright |
2007-02-15 | break into ddb right from comintr() w/o softtty (same as com(4) does); miod@ ok | Michael Shalayeff |
2007-02-15 | Add a mapping for logical to physical endpoints, otherwise data tries to | Dale Rahn |
2007-02-15 | Set topology change propagation on all ports _except_ the caller. | Reyk Floeter |
2007-02-15 | Dont hang completely on watchdog. | Dale Rahn |
2007-02-15 | Fix transmit packet termination. odd length and 64 byte multiple packets | Dale Rahn |
2007-02-15 | It is not valid to have the input endpoint and output endpoint the same. | Dale Rahn |
2007-02-15 | USB host is not scanning for packets if attached but cdce is not up. | Dale Rahn |
2007-02-15 | Don't print the error strings returned by readdisklabel(). If you | Kenneth R Westerback |
2007-02-14 | Cleanup and hide debug messages. | Mark Kettenis |
2007-02-14 | Sync with pgt(4) multicast fix. | Marcus Glocker |
2007-02-14 | Add SIOCADDMULTI and SIOCDELMULTI ioctl handlers. Without them IPv6 does | Claudio Jeker |
2007-02-14 | recycle swbuf that had been long gone (w/ old vm) | Michael Shalayeff |
2007-02-14 | remove some unused goop | Jonathan Gray |
2007-02-14 | put debug string tables under ATW_DEBUG | Jonathan Gray |
2007-02-14 | remove no longer used rate related variable/defines | Jonathan Gray |
2007-02-14 | %b format string for the GHC register. less whitespace while here | David Gwynne |
2007-02-14 | Quiet a noisy debug message by using dnprintf instead of printf. | Deanna Phillips |
2007-02-14 | FALLTHRU -> FALLTHROUGH for consistency. | Jonathan Gray |
2007-02-14 | Consistently spell FALLTHROUGH to appease lint. | Jonathan Gray |
2007-02-14 | bus_space does byte swapping to cope with host endianness for us, so remove | David Gwynne |
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 |