summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2007-02-17Since a full battery can still have state BST_CHARGE ("charging"),Deanna Phillips
2007-02-17Bring in the AMD errata checks from amd64.Tom Cosgrove
2007-02-17Add code to check for the AMD amd64 errata, and correct them whereTom Cosgrove
2007-02-17do not look for sblock at offset 0; pedro@ deraadt@ okMichael Shalayeff
2007-02-17Fix spelling of Cool'n'Quiet, as done on i386 some time ago. AlsoTom Cosgrove
2007-02-17regenMark Kettenis
2007-02-17Add nVIDIA GeForce 7600 GT & GS. From Joerg Zinke.Mark Kettenis
2007-02-17only reset the controller if it is already enabled.David Gwynne
2007-02-17To squeeze new stuff onto onto the very full boot floppies, occasionallyTheo de Raadt
2007-02-17Add some additional device ids found in Linux driver.Jonathan Gray
2007-02-17regenJonathan Gray
2007-02-17Add some axe(4) device ids found in Linux driver.Jonathan Gray
2007-02-17Add some device ids found in Linux driver.Jonathan Gray
2007-02-17regenJonathan Gray
2007-02-17Add some uslcom(4) ids found in Linux.Jonathan Gray
2007-02-16Enable malo(4) on macppc. OK mglocker@ deraadt@Claudio Jeker
2007-02-16Unbreak ppp(8) over tun(4) by restriciting the flags that can be changedClaudio Jeker
2007-02-16bge_newbuf_std() should return ENOBUFS on failure, as that's whatKenneth R Westerback
2007-02-15Simplify the #if NBRIDGE case as in in_gif.c:1.33.Claudio Jeker
2007-02-15Simplify even more by reducing shared code in #if NBRIDGE and default case.Claudio Jeker
2007-02-15Change some functions so there's only one exit point. This should makeMichael Knudsen
2007-02-15Reorder endpoints so that endpoint numbers match, remove more debug.Dale Rahn
2007-02-15TX is working fine, turn off debug.Dale Rahn
2007-02-15Let acpidock_eject take an extra argument of what node to call _EJ0 on.Michael Knudsen
2007-02-15Don't clear the struct aml_value res when aml_evalnode() does thisMichael Knudsen
2007-02-15from linux->freebsd->brad->me, tested by matthieu, brad, kettenis, others...Jason Wright
2007-02-15break into ddb right from comintr() w/o softtty (same as com(4) does); miod@ okMichael Shalayeff
2007-02-15Add a mapping for logical to physical endpoints, otherwise data tries toDale Rahn
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