Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-10-11 | probe for Winbond W83793G; tested by jon.steel@esentire.com; suggestions/ok ↵ | Constantine A. Murenin | |
deraadt@ | |||
2007-10-11 | Make BGE_JUMBO_FRAMELEN big enough to include vlan tag. Fixes problems with | Mark Kettenis | |
receiving jumbo frames on bge(4). ok krw@ | |||
2007-10-11 | treat usb vendor/product names as a locator, and have usbd_print handle it, | Theo de Raadt | |
so that it shows up before the :. as a result, all the usb devices do not need to have name printing code anymore. all this now works and prints nicely because usbd_probe_and_attach() is serialized. ok kettenis | |||
2007-10-11 | serialize usbd_probe_and_attach(); only let one usb device be match'd and | Theo de Raadt | |
attached at a time; ok kettenis | |||
2007-10-11 | sync | Theo de Raadt | |
2007-10-11 | Add device ID used by Commell MP-954GPS | Stuart Henderson | |
ok deraadt@ | |||
2007-10-11 | When walking the tree yo find _PRT methods, check whether the device is | Mark Kettenis | |
actually enabled and functioning. Similar to what we do for _INI. ok weingart@, beck@ | |||
2007-10-11 | hypenate memory type for readability. | Jonathan Gray | |
2007-10-10 | correct : printing; ok jsg | Theo de Raadt | |
2007-10-10 | Fix some obviously bogus code in vge_newbuf(). Should fix PR 5582. | Mark Kettenis | |
ok claudio@ | |||
2007-10-10 | Add support for the RTL8211B PHY based on a patch by | Jonathan Gray | |
Michael Eisele for FreeBSD. This fixes nfe/rgephy for ckuethe & couderc. Tested on re/rgephy by pyr. | |||
2007-10-10 | Rework the debug dmesg to perform a more complete codec dump. | Deanna Phillips | |
Tested by jmc, ckuethe, kettenis and jakemsr. | |||
2007-10-10 | sync | Theo de Raadt | |
2007-10-10 | shortening | Theo de Raadt | |
2007-10-10 | sync | Theo de Raadt | |
2007-10-10 | oops | Theo de Raadt | |
2007-10-10 | sync | Theo de Raadt | |
2007-10-10 | apple products; from dunceor | Theo de Raadt | |
2007-10-10 | regen | David Gwynne | |
2007-10-10 | add the pci product id for the Mellanox ConnectX EN adapters. | David Gwynne | |
2007-10-10 | regen | David Gwynne | |
2007-10-10 | add the mellanox vendor id | David Gwynne | |
2007-10-09 | malloc+bzero -> malloc+M_ZERO. Use 'malloc(sizeof(*p) ...' idiom. | Kenneth R Westerback | |
2007-10-09 | malloc+memset(,0,) -> malloc+M_ZERO. 'Fixes' not zeroing of all | Kenneth R Westerback | |
allocated memory, as I can't see an obvious initialization of the memory elsewhere. NetBSD uses M_ZERO here. | |||
2007-10-09 | Ops, forgot debug printf. | Marcus Glocker | |
2007-10-09 | Setup channels with OFDM flags. Permit user to set fix rates. | Marcus Glocker | |
2007-10-09 | MALLOC -> malloc | Gilles Chehade | |
ok krw@ | |||
2007-10-09 | we have been knocking out i2c when ipmi exists on a machine (because | Theo de Raadt | |
there are ipmi bmc's that apparently violate i2c bus master locking). but those problems bite us only for sensors which we re-scan every few seconds, and then we hit the ipmi bmc's races. for non-sensor devices (like spdmem) it is probably ok to look once. let's try that method for a while and see if anyone sees breakage. | |||
2007-10-09 | Load the firmware files just one time per device lifecycle (attach time) | Marcus Glocker | |
instead on every `ifconfig up'. | |||
2007-10-09 | Use %zu for printing size_t values. | Ray Lai | |
OK dlg. | |||
2007-10-08 | Give the device a bit time to finish the reset when stopped. Avoids | Marcus Glocker | |
helper firmware load timeouts when device is brought up very fast again, like seen with trunk(4). | |||
2007-10-08 | Make pcmcia malo(4) work with trunk(4) by: | Marcus Glocker | |
Setting interface ethernet address from link level address. Adding firmware command to set ethernet address. | |||
2007-10-08 | GPS170 -> GPS170PCI | Marc Balmer | |
ok claudio | |||
2007-10-08 | regen | Marc Balmer | |
2007-10-08 | GPS170 -> GPS170PCI | Marc Balmer | |
ok claudio | |||
2007-10-08 | Print registered/CAS latency information for SDRAM. | Jonathan Gray | |
2007-10-08 | To identity PC133 we need to check cycle time as modules | Jonathan Gray | |
often identify as PC100. | |||
2007-10-08 | Correct frequency for SDRAM. | Jonathan Gray | |
2007-10-08 | More simple memset(,0,) -> M_ZERO changes. In this batch move to | Kenneth R Westerback | |
size(*p) as the first malloc() parameter where p is declared locally and thus easy to check. Add M_ZERO to gpe_table allocation in acpi.c even though there is no obvious bzero or memset nearby. | |||
2007-10-08 | Don't skip EEPROMs in ofw i2c scan, | Jonathan Gray | |
match on sparc64 SPD name in spdmem. Tested on a V120. ok deraadt@ | |||
2007-10-08 | attach uslcom to the track systems traqmate | joshua stein | |
ok jsg | |||
2007-10-08 | support 230400 speed | joshua stein | |
ok jsg | |||
2007-10-08 | Indicate if the module is registered, DDR/DDR2 only at the moment. | Jonathan Gray | |
Tested by ian@ wilfried@ and deraadt@ | |||
2007-10-07 | regen | joshua stein | |
2007-10-07 | track systems traqmate gps data acquisition system | joshua stein | |
2007-10-07 | Add a driver, amdpcib(4), for the AMD 8111 series LPC bridge and HPET written | Marc Balmer | |
by mickey, man page by me. Help, suggestions by Theo and jmc. Enable this driver and glxpcib(4) in all RAMDISK kernel, but glxpcib(4) does not provide the watchdog timer in the RAMDISK kernels. Prodded by deraadt. E | |||
2007-10-07 | Print CAS latency for DDR/DDR2. | Jonathan Gray | |
Shuffle strings around to look pretty as suggested by deraadt. | |||
2007-10-07 | Port of Nicolas Joly, Paul Goyette & Tobias Nygren's | Jonathan Gray | |
spdmem(4) driver for Serial Presence Detect memory information. | |||
2007-10-07 | add support for scanning the spdmem range of addresses, using a different | Theo de Raadt | |
probe function; based on earlier work by jsg, and retested by us | |||
2007-10-06 | Simpliest memset(,0,) -> M_ZERO changes. One (caddr *) cast removal, | Kenneth R Westerback | |
otherwise just adding M_ZERO to malloc() and removing the immediately adjacent memset(,0,). |