summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Expand usb_port.h macros.imp2007-06-183-35/+78
* Expand usb_callout_initimp2007-06-181-1/+1
* Finish removal of usb_port.h macros.imp2007-06-1812-48/+143
* Explicitly use usb_port.h to get compat macros.imp2007-06-181-0/+1
* Use device_foo_t to declare kobj methodsimp2007-06-188-58/+80
* finish removing usb_port.h macros.imp2007-06-181-14/+14
* According to the default font size on sparc64 provide a 12 x 22marius2007-06-181-1/+32
* Fix some debugging code that crept in accidentally.scottl2007-06-181-3/+3
* minor style(9) polishingimp2007-06-181-7/+4
* Spelling nit due to my lamenglishness.ariff2007-06-171-1/+1
* Remove USBGETSOFTC, USB_ATTACH_START, USB_DETACH_START andimp2007-06-177-27/+69
* Expand USB_MATCH_STARTimp2007-06-1729-29/+29
* Add sysctl/tunable "hw.snd.default_auto", which is useful (especiallyariff2007-06-171-1/+6
* Reassign default unit to a valid unit, be it during attach or detach.ariff2007-06-172-3/+8
* Fix a compile error from the last change.scottl2007-06-171-1/+1
* Remove USB_DO_ATTACHimp2007-06-171-3/+0
* Expand USB_DO_ATTACH inline.imp2007-06-171-12/+8
* Flush remaining malloc() cleanups (M_NOWAIT -> M_WAITOK).ariff2007-06-1727-128/+29
* Prepare for future integration between CAM and newbus. xpt_bus_registerscottl2007-06-1745-48/+61
* Initialize key to zero.mjacob2007-06-171-1/+1
* - switch adapter and port lock over to using sx so that resourceskmacy2007-06-174-85/+205
* Initialize mouse resolution to zero if converting frommjacob2007-06-171-0/+2
* Also mark writecombine as enabled when PAT is used to enablegallatin2007-06-171-2/+2
* only register a ithread handler if the card requests an ithreadimp2007-06-161-3/+2
* - In gem_bitwait() check that the bit clears/was set in the contentmarius2007-06-161-2/+2
* Export mc146818_def_{read,write}() so the front-end can make usemarius2007-06-162-4/+6
* In OF_init() check the return value of OF_getprop().marius2007-06-161-1/+2
* - Restore the machine independency of sys/dev/ofw/openfirm.{c,h} bymarius2007-06-162-62/+0
* Move the gallant 12 x 22 font data from a .h to a .c so it doesn't needmarius2007-06-164-6202/+30
* Sync the styles of sys/boot/ofw/libofw/openfirm.c andmarius2007-06-161-272/+263
* - Define data of struct gfb_font a const as it's only used to supply fontmarius2007-06-162-2/+2
* Use signed int, since all the samples are in that form.ariff2007-06-161-4/+4
* Per request (to core) by the person refered to in the comment.wilko2007-06-161-2/+0
* Last (again ?!?) major commit for RELENG_7, featuring total Giantariff2007-06-1616-1220/+2010
* Disable TSO support.yongari2007-06-161-2/+2
* - Migrated IPMI fix from RELENG_6.davidch2007-06-162-206/+363
* - Lock sbp_write_cmd() and ORB_POINTER_ACTIVE flag.simokawa2007-06-161-11/+41
* Fix build warningskmacy2007-06-152-2/+5
* Convert magic to a uintptr_t. This should get rid of some warnings onnjl2007-06-154-8/+8
* correct some limits on interrupt proccessing so thatgallatin2007-06-141-7/+2
* Expand callout compatibility macros in the main usb bridges.imp2007-06-148-57/+49
* Move PWR_* from usb_port.h to usb.himp2007-06-142-3/+8
* Move malloc definitions to usb.h.imp2007-06-142-19/+4
* - Suppress compiler optimization so that orb[1] must be written first.simokawa2007-06-141-2/+7
* Buffer optimization and locking cleanup. Don't resize/mallocariff2007-06-142-42/+62
* Drain all callout handlers during driver detach appropriately.ariff2007-06-144-17/+32
* Don't push too hard waiting/looping for codec detection interrupt.ariff2007-06-141-8/+11
* - Add option to allow sleeping malloc(9).ariff2007-06-142-59/+21
* config_detach is just used in one place, so expand it inline.imp2007-06-132-9/+6
* Do not attempt to enable AHCI mode on ALi SATA controllers otherbms2007-06-131-1/+4
OpenPOWER on IntegriCloud