summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Further whitespace and copyright cleanups to minimize thekmacy2008-09-164-5/+4
* White space cleanups to bring closer to RELENG_7kmacy2008-09-168-16/+6
* Remove some dead code along with gratuitous differences between HEAD and 7kmacy2008-09-167-49/+13
* Make ddb command registration dynamic so modules can extendsam2008-09-151-1/+1
* Rework the handling of interrupt handlers for children of ppc and ppbus:jhb2008-09-1513-160/+143
* Correct a callchain capture bug on the i386.jkoshy2008-09-151-3/+3
* Small addition to the previous commit. Sorry.mav2008-09-141-0/+1
* Add some missing Realtek codec IDs. Just for reference.mav2008-09-141-1/+10
* Recover handsfree port support.(Almost all changes are done on previous commit).takawata2008-09-141-5/+24
* Add a bunch of Novatel and Sierra 3G wireless product ids.thompsa2008-09-142-7/+106
* Remove one unneeded printf from non-verbose output.mav2008-09-141-1/+3
* My massive snd_hda driver update.mav2008-09-133-2450/+3550
* Don't issue CDC request before negotiate the interface role.takawata2008-09-121-58/+107
* Whitespace cleanup.emaste2008-09-121-5/+5
* Make mlxcontrol work with more than one system drive:sepotvin2008-09-121-1/+1
* Use the parent device's DMA tag when creating our own DMA tags. This fixesjhb2008-09-121-9/+10
* Connect ufoma(4) to build and,takawata2008-09-121-2/+0
* Disable the inline assembly crc32 routine and use the C version instead.jhb2008-09-101-87/+0
* Resurrect the sbni(4) driver. Someone finally tested the MPSAFE patches andjhb2008-09-105-0/+1988
* rename flags and add a ZYD_FLAG_DETACHING flag to indicate we'reweongyo2008-09-102-2/+9
* Add support for the CyberPower CP1500AVRLCD.remko2008-09-092-0/+6
* Update for new HAL.rpaulo2008-09-091-1/+1
* Add workaround for CRC errors seen at 100Mbps on JMC250 A2.yongari2008-09-092-2/+16
* Fix typo.yongari2008-09-091-1/+1
* IGP based radeon cards such as the rs485 and rs690 require that the GART tablernoland2008-09-091-18/+73
* We should never call drm_pci_alloc() while holding locks, due the thernoland2008-09-095-14/+36
* Fix issue with recovering from transient jumbo mbuf shortage.kmacy2008-09-093-28/+7
* o Move the MODULE_DEPEND() for cam(4) from the esp_sbus.c front-end tomarius2008-09-085-516/+680
* bge_tick(): do not touch PHY if link is up. This should solve problem witholeg2008-09-081-2/+6
* Streamline #include sections in ds133x and ds1672 drivers. This unbreaks theraj2008-09-082-14/+0
* Pass 1 of mpsafetty-ifying si(4). It compiles and has basic functionality,peter2008-09-081-181/+167
* ds133x: Introduce device_identify method; update NOTES.raj2008-09-081-1/+13
* Fix a typo in a comment in the ACPI Fujitsu driver.ed2008-09-081-1/+1
* Fix deactivation of speakers while plugging in headphones on Fujitsujoel2008-09-071-0/+9
* Add support for MacBook Air. (not tested)rpaulo2008-09-072-2/+13
* Use bus_space_compare() rather than i386_memio_compare() directly.nyan2008-09-071-1/+1
* - Cleanup i8251 related defines.nyan2008-09-072-48/+101
* Read ethernet address from ID registers for RTL8102E/RTL8102EL asyongari2008-09-061-1/+2
* Keep track of the active buffer on output. For the moment, panic ifimp2008-09-052-0/+5
* Sort products numerically.imp2008-09-051-1/+1
* Add ZyXEL G-202weongyo2008-09-052-0/+2
* Recognize 88E1116R phy variation. This part is found on some embedded devices.raj2008-09-042-0/+2
* Add one more SII3132 chip PCI ID found on Adaptec Serial ATA II RAID 1220SA.mav2008-09-042-0/+2
* New file missed vimagification.julian2008-09-031-1/+2
* Fix the sysctl function parameters. We were only querying Sensor 0.rpaulo2008-09-031-2/+2
* Style nit. Continued lines are indented 2 spaces in this file.imp2008-09-031-4/+4
* Indicate at probe time if device can do offload and which revision it iskmacy2008-09-021-1/+4
* Import ioctl updates for latest rev of cxgbtoolkmacy2008-09-023-244/+247
* Fix a multiple locking bug in bm(4) that could cause panics on a WITNESS-enab...nwhitehorn2008-09-021-1/+1
* Remove unneeded D_NEEDMINOR from cpuctl(4).ed2008-09-011-1/+0
OpenPOWER on IntegriCloud