summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2007-02-15Set topology change propagation on all ports _except_ the caller.Reyk Floeter
2007-02-15Dont hang completely on watchdog.Dale Rahn
2007-02-15Fix transmit packet termination. odd length and 64 byte multiple packetsDale Rahn
2007-02-15It is not valid to have the input endpoint and output endpoint the same.Dale Rahn
2007-02-15USB host is not scanning for packets if attached but cdce is not up.Dale Rahn
2007-02-15Don't print the error strings returned by readdisklabel(). If youKenneth R Westerback
2007-02-14Cleanup and hide debug messages.Mark Kettenis
2007-02-14Sync with pgt(4) multicast fix.Marcus Glocker
2007-02-14Add SIOCADDMULTI and SIOCDELMULTI ioctl handlers. Without them IPv6 doesClaudio Jeker
2007-02-14recycle swbuf that had been long gone (w/ old vm)Michael Shalayeff
2007-02-14remove some unused goopJonathan Gray
2007-02-14put debug string tables under ATW_DEBUGJonathan Gray
2007-02-14remove no longer used rate related variable/definesJonathan Gray
2007-02-14%b format string for the GHC register. less whitespace while hereDavid Gwynne
2007-02-14Quiet a noisy debug message by using dnprintf instead of printf.Deanna Phillips
2007-02-14FALLTHRU -> FALLTHROUGH for consistency.Jonathan Gray
2007-02-14Consistently spell FALLTHROUGH to appease lint.Jonathan Gray
2007-02-14bus_space does byte swapping to cope with host endianness for us, so removeDavid Gwynne
2007-02-13Add a delay for ep0 handling. Dunno why, but without debug prints it wouldDale Rahn
2007-02-13Fix typo. Spotted by brad@.Mark Kettenis
2007-02-13Remove a.out nlist support (COFF nlist is kept in case kernel has COMPAT_OSF1)Miod Vallat
2007-02-13Fix typo in commentTom Cosgrove
2007-02-13USB client mode with cdce function driver is coming along, RX and TX kinda work.Dale Rahn
2007-02-13fix ddb buf printMichael Shalayeff
2007-02-13Zap unused local acpi_attached variable, since it has been supersededDimitry Andric
2007-02-13Add missing break in attach code.Jonathan Gray
2007-02-13fall into -> FALLTHROUGH to appease lintJonathan Gray
2007-02-13whitespace fixJun-ichiro itojun Hagino
2007-02-13Fixed stupid bit mangling on index fieldsJordan Hargrave
2007-02-13Add smarter _INI code. This helps with some dissapearing devices.Marco Peereboom
2007-02-13Fix subtle x ? y : z bug when calling mfi_create_sgl. This worked becauseMarco Peereboom
2007-02-13Check for xTPR result of CPUID.Jonathan Gray
2007-02-13Check for some CPUID flags found on newer Intel processors.Jonathan Gray
2007-02-12Don't pass random flags to SIOIFFLAGS when changing the lladdr.Marco Pfatschbacher
2007-02-12Cope with the different format of the name property of the root device inGordon Willem Klok
2007-02-12OpenBSD -> .OxJason McIntyre
2007-02-12sync the wording w/ the i386 page;Jason McIntyre
2007-02-12zap double word;Jason McIntyre
2007-02-12Avoid unnecessary resets. This should make fiber 88E8021/22 work completely.Mark Kettenis
2007-02-12Fix prototype, from brad@, no binary changePedro Martelletto
2007-02-12Add cuda_fileserver_mode() and pmu_fileserver_mode() that enable the wakeGordon Willem Klok
2007-02-12Fix the hw.vendor/product sysctls on sparc64, handle the cases whereGordon Willem Klok
2007-02-12Reduce debug.Dale Rahn
2007-02-12If SMAC is set in the correct register, it works much better, also setDale Rahn
2007-02-12Enable the AES acceleration. Won't be picked up for IPsec, since weTom Cosgrove
2007-02-124.1-betaHenning Brauer
2007-02-12Let this compile with 'option DEBUG' again.Tom Cosgrove
2007-02-12Don't need a 'return' just before exiting a function.Kenneth R Westerback
2007-02-11typo in commentMartin Reindl
2007-02-11Add support for fiber on 88E8021/22.Mark Kettenis