summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* A couple late breaking bugs that testing have turned up.jfv2007-07-121-3/+6
* Update the mxge(4) driver's copyright to 2007, and dropgallatin2007-07-127-41/+13
* Directly initialize nxge's ifaddrp pointer to ifnetp->if_addr ratherrwatson2007-07-121-1/+1
* bus_dma_tag_create() and bus_dma_mem_alloc() shall not be called with akib2007-07-121-9/+15
* Improve the net80211 handling within ndisthompsa2007-07-122-158/+303
* Add the actual source too :)jfv2007-07-1112-0/+9206
* Remove the internal use of __packed and put it on the structuresmjacob2007-07-111-29/+29
* Now that wicontrol has been removed from the base system the correspondingthompsa2007-07-112-1/+15
* Fix kbdmux(4) issue with backslash/underscore key not working onemax2007-07-111-0/+3
* Protect against divide by zero while calculating bus speed due toariff2007-07-111-1/+5
* Add Micro Research PCMCIA LAN Adapter MR10TPC support. Patch slightlyimp2007-07-112-0/+3
* Add additional product id and quirks entry for MetaGeek Wi-Spyimp2007-07-102-0/+5
* Get rid of a couple of Coverity found sign comparison errors.mjacob2007-07-101-3/+3
* Be more conservative- turn off fast posting and RIO for 22XX cards.mjacob2007-07-101-7/+2
* MFp4 122896kmacy2007-07-103-42/+78
* Missed in last commit: add usb task for rue to use for its ticks.imp2007-07-091-0/+1
* - Add codec id for Realtek ALC268.ariff2007-07-092-18/+57
* Fix stream suspend/resume activity due to its states beingariff2007-07-091-12/+27
* When all the other drivers were converted to scheduling a taskqueue toimp2007-07-091-0/+18
* Fix duplicates that crept in at the last minute :-(.imp2007-07-091-2/+1
* Further diff reduction against the proposed merged usbdevs: Add a fewimp2007-07-091-21/+37
* More vendors from the merged list.imp2007-07-091-10/+71
* Fix a bug of retrieving configuration ROM.simokawa2007-07-081-2/+2
* Trivial differences with the proposed merged BSD usbdevs file mergedimp2007-07-061-95/+94
* uhub already does the printing and naming of a device, so don't do itimp2007-07-061-5/+1
* Fix warnings.peter2007-07-062-3/+3
* re(4) devices requires an external EEPROM. Depending on models ityongari2007-07-061-2/+2
* Prefer device_printf to printf + device_get_nameunit. This savesimp2007-07-051-17/+14
* MFp4: Fixing IPW_DEBUG enabled builds by converting the last piece ofavatar2007-07-051-1/+2
* Adopt snp to the destroy_dev_sched() KPI after reverting of destroy_dev()kib2007-07-051-8/+9
* Properly unlock mutex before returning. There was a slight mishapariff2007-07-051-1/+3
* Quiet framelen uninitialized warning. I think it was a false alarm.peter2007-07-051-1/+3
* Initialize DWBuf[3].peter2007-07-051-0/+1
* Prefer device_printf to printf("%s: ...", device_get_nameunit()). Onimp2007-07-051-30/+23
* Prefer device_printf to printf("%s:...", device_get_nameunit(),...);imp2007-07-052-61/+51
* Add quirks, derived from the linux quirks table for:imp2007-07-052-5/+375
* Add support for Western Digital MyBook external enclosures. They needimp2007-07-052-0/+10
* Be much more forgiving towards applications that requesting ioctlsariff2007-07-041-4/+2
* Use make_dev_credf(MAKEDEV_REF) instead of make_dev() from snp clone handler.kib2007-07-031-3/+4
* Recover from some major omissions/problems with the 24XX port.mjacob2007-07-024-21/+57
* WD Firewire/USB Combo hangs under load on USB interface. Fix withimp2007-07-022-0/+5
* - Fix input/microphone support for ASUS A8N-VMCSM series.ariff2007-07-012-39/+109
* Fix no-sound issues with ASUS A9T notebook.ariff2007-07-011-1/+7
* Fix scanning issues since the new net80211 code went inthompsa2007-06-301-10/+27
* Change the channel number in the scan results struct to be a pointer to thethompsa2007-06-301-1/+7
* Fix the channel reporting when the card is associated. The channel array usedthompsa2007-06-301-1/+5
* Fix two more PRs:imp2007-06-305-7/+28
* Additional devices from NetBSD and OpenBSD. This includes devices notimp2007-06-302-24/+33
* My previous commit introduced a spurious warning for the case where anjl2007-06-301-0/+4
* umass quirk: Samsung YP-U2 USB MP3/Ogg Playerimp2007-06-302-0/+5
OpenPOWER on IntegriCloud