| Commit message (Expand) | Author | Age | Files | Lines |
* | Restore approximately FreeBDS 6.x's level of compatibility macros. | imp | 2007-06-21 | 1 | -4/+74 |
* | s/logprintf/printf/g | imp | 2007-06-20 | 33 | -90/+90 |
* | Include usb_port.h to fix build. | delphij | 2007-06-19 | 2 | -0/+2 |
* | Fix headphone jack sensing support for Olivetti Olibook 610-430 XPSE. | ariff | 2007-06-18 | 1 | -1/+4 |
* | Mark the few remaining drivers that haven't been converted as needing | imp | 2007-06-18 | 4 | -0/+4 |
* | Expand usb_port macros | imp | 2007-06-18 | 1 | -6/+26 |
* | Remove usb_port.h from usb.h, except for one or two useful things that | imp | 2007-06-18 | 2 | -6/+4 |
* | Expand usb_port.h macros. | imp | 2007-06-18 | 3 | -35/+78 |
* | Expand usb_callout_init | imp | 2007-06-18 | 1 | -1/+1 |
* | Finish removal of usb_port.h macros. | imp | 2007-06-18 | 12 | -48/+143 |
* | Explicitly use usb_port.h to get compat macros. | imp | 2007-06-18 | 1 | -0/+1 |
* | Use device_foo_t to declare kobj methods | imp | 2007-06-18 | 8 | -58/+80 |
* | finish removing usb_port.h macros. | imp | 2007-06-18 | 1 | -14/+14 |
* | According to the default font size on sparc64 provide a 12 x 22 | marius | 2007-06-18 | 1 | -1/+32 |
* | Fix some debugging code that crept in accidentally. | scottl | 2007-06-18 | 1 | -3/+3 |
* | minor style(9) polishing | imp | 2007-06-18 | 1 | -7/+4 |
* | Spelling nit due to my lamenglishness. | ariff | 2007-06-17 | 1 | -1/+1 |
* | Remove USBGETSOFTC, USB_ATTACH_START, USB_DETACH_START and | imp | 2007-06-17 | 7 | -27/+69 |
* | Expand USB_MATCH_START | imp | 2007-06-17 | 29 | -29/+29 |
* | Add sysctl/tunable "hw.snd.default_auto", which is useful (especially | ariff | 2007-06-17 | 1 | -1/+6 |
* | Reassign default unit to a valid unit, be it during attach or detach. | ariff | 2007-06-17 | 2 | -3/+8 |
* | Fix a compile error from the last change. | scottl | 2007-06-17 | 1 | -1/+1 |
* | Remove USB_DO_ATTACH | imp | 2007-06-17 | 1 | -3/+0 |
* | Expand USB_DO_ATTACH inline. | imp | 2007-06-17 | 1 | -12/+8 |
* | Flush remaining malloc() cleanups (M_NOWAIT -> M_WAITOK). | ariff | 2007-06-17 | 27 | -128/+29 |
* | Prepare for future integration between CAM and newbus. xpt_bus_register | scottl | 2007-06-17 | 45 | -48/+61 |
* | Initialize key to zero. | mjacob | 2007-06-17 | 1 | -1/+1 |
* | - switch adapter and port lock over to using sx so that resources | kmacy | 2007-06-17 | 4 | -85/+205 |
* | Initialize mouse resolution to zero if converting from | mjacob | 2007-06-17 | 1 | -0/+2 |
* | Also mark writecombine as enabled when PAT is used to enable | gallatin | 2007-06-17 | 1 | -2/+2 |
* | only register a ithread handler if the card requests an ithread | imp | 2007-06-16 | 1 | -3/+2 |
* | - In gem_bitwait() check that the bit clears/was set in the content | marius | 2007-06-16 | 1 | -2/+2 |
* | Export mc146818_def_{read,write}() so the front-end can make use | marius | 2007-06-16 | 2 | -4/+6 |
* | In OF_init() check the return value of OF_getprop(). | marius | 2007-06-16 | 1 | -1/+2 |
* | - Restore the machine independency of sys/dev/ofw/openfirm.{c,h} by | marius | 2007-06-16 | 2 | -62/+0 |
* | Move the gallant 12 x 22 font data from a .h to a .c so it doesn't need | marius | 2007-06-16 | 4 | -6202/+30 |
* | Sync the styles of sys/boot/ofw/libofw/openfirm.c and | marius | 2007-06-16 | 1 | -272/+263 |
* | - Define data of struct gfb_font a const as it's only used to supply font | marius | 2007-06-16 | 2 | -2/+2 |
* | Use signed int, since all the samples are in that form. | ariff | 2007-06-16 | 1 | -4/+4 |
* | Per request (to core) by the person refered to in the comment. | wilko | 2007-06-16 | 1 | -2/+0 |
* | Last (again ?!?) major commit for RELENG_7, featuring total Giant | ariff | 2007-06-16 | 16 | -1220/+2010 |
* | Disable TSO support. | yongari | 2007-06-16 | 1 | -2/+2 |
* | - Migrated IPMI fix from RELENG_6. | davidch | 2007-06-16 | 2 | -206/+363 |
* | - Lock sbp_write_cmd() and ORB_POINTER_ACTIVE flag. | simokawa | 2007-06-16 | 1 | -11/+41 |
* | Fix build warnings | kmacy | 2007-06-15 | 2 | -2/+5 |
* | Convert magic to a uintptr_t. This should get rid of some warnings on | njl | 2007-06-15 | 4 | -8/+8 |
* | correct some limits on interrupt proccessing so that | gallatin | 2007-06-14 | 1 | -7/+2 |
* | Expand callout compatibility macros in the main usb bridges. | imp | 2007-06-14 | 8 | -57/+49 |
* | Move PWR_* from usb_port.h to usb.h | imp | 2007-06-14 | 2 | -3/+8 |
* | Move malloc definitions to usb.h. | imp | 2007-06-14 | 2 | -19/+4 |