summaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* AMD64 on-CPU GART support.David E. O'Brien2004-08-165-1/+341
* style.9.David E. O'Brien2004-08-161-12/+8
* Update low level code for Cronyx Tau-PCI:Roman Kurakin2004-08-162-743/+1180
* Improve (hopefully) on the workaround code for devices that doesn'tSøren Schmidt2004-08-163-23/+18
* Fix Promise sx4/sx4000 support that broke on the latest race fixes.Søren Schmidt2004-08-161-57/+64
* Don't need to declare cbb module. don't know why I never sawWarner Losh2004-08-162-2/+0
* Didn't intend to commit debugging code enabledWarner Losh2004-08-161-1/+0
* Tweak the compatibility macros a little so that the device printing isWarner Losh2004-08-1515-28/+29
* Other part of the cbb isa/pci split. This likely is causing problemsWarner Losh2004-08-152-10/+76
* Use the USBD_FORCE_SHORT_XFER flag when setting up transmit transfers.Ian Dowse2004-08-151-1/+2
* Add locking to the kqueue subsystem. This also makes the kqueue subsystemJohn-Mark Gurney2004-08-151-1/+1
* Fix a style(9) bug (variable definitions inside a nested scope) a patchMarius Strobl2004-08-151-4/+2
* - Introduce an uart_cpu_identify() which is implemented in uart_cpu_<arch>.cMarius Strobl2004-08-148-0/+79
* Make hme(4), i.e. the PCI-variant, MI by reading the MAC address on sytemsMarius Strobl2004-08-141-3/+152
* Next step in making usb more newbus:Warner Losh2004-08-143-64/+50
* - Make OF_getetheraddr() honour the "local-mac-address?" system configMarius Strobl2004-08-141-1/+1
* Remove confused comment.Poul-Henning Kamp2004-08-141-4/+0
* Add new PCI device ID for PERC4/DI.Doug Ambrisko2004-08-141-1/+3
* Since if_ixgb doesn't contain locking or run with INTR_MPSAFE, markRobert Watson2004-08-141-1/+2
* Since if_xe doesn't contain locking or run with INTR_MPSAFE, markRobert Watson2004-08-141-1/+2
* Since if_vx doesn't contain locking or run with INTR_MPSAFE, markRobert Watson2004-08-141-1/+2
* Since if_txp doesn't contain locking or run with INTR_MPSAFE, markRobert Watson2004-08-131-1/+2
* Since if_tx doesn't contain locking or run with INTR_MPSAFE, markRobert Watson2004-08-131-1/+1
* Since if_sr doesn't contain locking or run with INTR_MPSAFE, markRobert Watson2004-08-131-1/+2
* Since if_snc doesn't contain locking or run with INTR_MPSAFE, markRobert Watson2004-08-131-1/+1
* Since if_sbni doesn't contain locking or run with INTR_MPSAFE, markRobert Watson2004-08-131-1/+2
* Since if_ray doesn't contain locking or run with INTR_MPSAFE, markRobert Watson2004-08-131-1/+2
* Since if_plip doesn't contain locking or run with INTR_MPSAFE, markRobert Watson2004-08-131-1/+2
* Since if_nge doesn't contain locking or run with INTR_MPSAFE, markRobert Watson2004-08-131-1/+2
* Since if_lnc doesn't contain locking or run with INTR_MPSAFE, markRobert Watson2004-08-131-1/+2
* Since if_lge doesn't contain locking or run with INTR_MPSAFE, markRobert Watson2004-08-131-1/+2
* Since if_ic doesn't contain locking or run with INTR_MPSAFE, markRobert Watson2004-08-131-1/+2
* Since if_ie doesn't contain locking or run with INTR_MPSAFE, markRobert Watson2004-08-131-1/+2
* Since if_hme doesn't contain locking or run with INTR_MPSAFE, markRobert Watson2004-08-131-1/+2
* Since if_gem doesn't contain locking or run with INTR_MPSAFE, markRobert Watson2004-08-131-1/+2
* Since if_fwip doesn't contain locking or run with INTR_MPSAFE, markRobert Watson2004-08-131-1/+2
* Since if_fe doesn't contain locking or run with INTR_MPSAFE, markRobert Watson2004-08-131-1/+2
* Since if_ex doesn't contain locking or run with INTR_MPSAFE, markRobert Watson2004-08-131-1/+2
* Since if_ed doesn't contain locking or run with INTR_MPSAFE, markRobert Watson2004-08-131-2/+2
* Since if_cs doesn't contain locking or run with INTR_MPSAFE, markRobert Watson2004-08-131-1/+2
* Since if_cp doesn't contain locking or run with INTR_MPSAFE, markRobert Watson2004-08-131-1/+2
* Since if_cm doesn't contain locking or run with INTR_MPSAFE, markRobert Watson2004-08-131-1/+1
* Since if_awi doesn't contain locking or run with INTR_MPSAFE, markRobert Watson2004-08-131-1/+1
* Since if_arl doesn't contain locking or run with INTR_MPSAFE, markRobert Watson2004-08-131-1/+2
* As the if_ar driver doesn't contain locking or run its interruptRobert Watson2004-08-131-1/+2
* Since the if_de driver doesn't contain locking, mark it asRobert Watson2004-08-131-1/+1
* Extend critical section protection around portions of selection processingJustin T. Gibbs2004-08-131-1/+5
* Fix an off by one in the critical section clearing code. TheJustin T. Gibbs2004-08-131-2/+0
* Fix building for the ACPI_DEBUG case.Nate Lawson2004-08-131-0/+1
* Record the new status after checking if it has changed, not before. ThisNate Lawson2004-08-131-1/+1