Age | Commit message (Collapse) | Author | |
---|---|---|---|
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,). | |||
2007-10-06 | Another NPBFILTER comment typo. | Jonathan Gray | |
From Jung <moorang@gmail.com> | |||
2007-10-06 | NPBFILTER -> NBPFILTER in comments. | Jonathan Gray | |
ok kettenis@ | |||
2007-10-06 | Oops, committed this with a typo, which made it do not quite the right thing. | Mark Kettenis | |
2007-10-06 | Rename bus_space macros. ISA_GET/PUT -> CSR_READ/WRITE | Brad Smith | |
Tested by todd@ ok dlg@ | |||
2007-10-06 | Oops. Forgot to do FREE -> free when I did MALLOC -> malloc. | Kenneth R Westerback | |
2007-10-05 | gilles missed one of the __attribute__((__packed__)) here in | Jonathan Gray | |
the __attribute__((__packed__)) -> __packed conversion. | |||
2007-10-05 | Disable fiber/copper auto-selection on the 88E1111 if it is in RGMII mode, to | Mark Kettenis | |
work around the fact that the onboard PHYs attached to nfe(4) on the Sun X4100 M2 have fiber/copper auto-selection enabled even though the interfaces are clearly copper-only. Fixes PR system/5587. ok jsg@, claudio@ | |||
2007-10-05 | The Acer TravelMate 3010 (ALC883) has a couple of gpio pins that need | Deanna Phillips | |
to be enabled in order for it to produce sound. It can use the same gpio function as the macs, so rename that to azalia_gpio_unmute. Tested by damien@, no regressions noticed by jakemsr@ | |||
2007-10-04 | attribute packed -> __packed | Gilles Chehade | |
ok miod@ a while ago, ok pyr@ | |||
2007-10-04 | attribute packed -> __packed | Gilles Chehade | |
okayd by miod a while ago, ok by pyr | |||
2007-10-04 | Import the bwi single firmware-file builder / extractor before we forget | Marcus Glocker | |
about it. It's not linked into microcode/Makefile. OK deraadt@ | |||
2007-10-04 | Since we know the firmware load works, merge the single firmware files | Marcus Glocker | |
together to one single, finally. You need to bump the firmware package to version 1.3! OK jsg@ | |||
2007-10-04 | g/c ETHER_CRC_LEN. | Brad Smith | |
ok dlg@ | |||
2007-10-04 | Remove renaming of fields with #define. | Brad Smith | |
Tested by jmc@ ok dlg@ | |||
2007-10-03 | add two new audio ioctls, AUDIO_GETPRINFO and AUDIO_GETRRINFO, and the | Jacob Meuser | |
data structure these ioctls use, audio_bufinfo. these ioctls return information about the play and record buffers into the audio_bufinfo structure. these are being added to aid in porting non-native audio applications and libraries, and to fix issues in our OSS audio emulation. these ioctls exist only on OpenBSD and should not be used in code intended for distribution. ok ratchov | |||
2007-10-03 | MALLOC+bzero -> malloc+M_ZERO. | Kenneth R Westerback | |
In ip_esp.c all allocated memory is now zero'd in the "malloc(sizeof(*tc) + alen ..." case. The +alen memory was not initialized by the bzero() call. Noticed by chl@. "Looks good" art@ "seems ok" chl@ | |||
2007-10-02 | add initial support for the Marvell PCIe Yukon FE+ Fast Ethernet chipsets. | Brad Smith | |
Inspired by similar changes to the Linux sky2 driver. Tested by dunceor, Schoeberle Daniel, moritz@ and brad@ on existing known working adapters. These chipsets are not actually available in hardware yet. ok dlg@ | |||
2007-10-02 | In vr_attach() only touch the VR_STICKHW register if the adapter | Brad Smith | |
is found to have PCI power management capability. It has been found that unconditionally touching this register with the original VIA Rhine chipset, which does not have power management capability, and due to the shorter width of the IO addess space, it is possible for the vr(4) driver to do bad things with hw with IO address space adjacent to a vr(4) adapter. Tested by a few users, brad@ and jmc@. ok dlg@ | |||
2007-10-02 | regen | Brad Smith | |
2007-10-02 | add new Intel E1000 and 10Gb PCIe PCI ids. | Brad Smith | |
Most of the ids were from FreeBSD though the quad port blade id came from the Linux E1000 driver. ok dlg@ | |||
2007-10-02 | Fiddle Sun traditional disklabel recognition to eliminate union and | Kenneth R Westerback | |
associated field access defines. This reverts most changes to dev/sun/disklabel.h without eliminating new functionality. Fix comments to line up and fit on 80 column line, making both tsi@ and I feel better. Simplify logic in disksubr.c. No semantic change. Tested & ok tsi@. | |||
2007-10-01 | Spacing. | Marcus Glocker | |
2007-10-01 | Fix `bogus xmit rate setup' panic, which mostly happened while associating | Marcus Glocker | |
to an 11b AP due to not correct initialized tx rates. | |||
2007-10-01 | More easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...' where | Kenneth R Westerback | |
obvious. | |||
2007-10-01 | remove rate_fb variable as it always gets set to the same value | Jonathan Gray | |
as rate anyway. | |||
2007-10-01 | Print the MAC address. | Jonathan Gray | |
2007-10-01 | Disable default debug setting, make tx power map printing debug only. | Jonathan Gray | |
2007-10-01 | more btoc -> atop | Martin Reindl | |
2007-10-01 | Use uint_* consistent. | Marcus Glocker | |
Agreed with jsg@ | |||
2007-10-01 | More easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...'. | Kenneth R Westerback | |
2007-09-30 | Spacing. | Marcus Glocker | |
2007-09-30 | Shows the real size of a register in the hex define. | Marcus Glocker | |
OK jsg@ | |||
2007-09-30 | Don't count interrupts with state "not of interest". | Marcus Glocker | |
From Oleg Safiullin. OK jsg@ | |||
2007-09-30 | Add support for the high-resulution timer found in the GPS170PCI card. | Marc Balmer | |
Thanks for otto@ for looking at the time calculations | |||
2007-09-30 | BWI_BBP_ATTEN is a 16-bit register, so use CSR_WRITE_2 to access it. | Mark Kettenis | |
Fixes unaligned access on strict-alignment architectures. ok mglocker@ | |||
2007-09-30 | s/NPBFILTER/NBPFILTER/ in #endif comment. No functional change. | Mark Kettenis | |
2007-09-29 | Fix two panic's on macppc. Allows me first network communication over | Marcus Glocker | |
my PowerBook G4 internal BCM4306 device. | |||
2007-09-29 | Add first part of queue magic to attach. | Marco Peereboom | |
2007-09-29 | make safe vnds work on block devices. | Felix Kronlage | |
from Piotr Durlej, tested by henning@, krw@, thib@ and myself ok thib@, grunk@, krw@ | |||
2007-09-28 | no longer used macros | Jacob Meuser | |
spotted by brad ok ratchov | |||
2007-09-27 | Spacing. | Marcus Glocker | |
2007-09-27 | Add automatic rate control (AMRR). | Marcus Glocker | |
2007-09-27 | Spacing. | Marcus Glocker | |
2007-09-27 | M_ZERO changes | Charles Longeau | |
ok dlg@ |