summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-06-27we can do the sensors without BIODavid Gwynne
2006-06-27we cant do bioctl or sensors on broken controllers since they dont have theDavid Gwynne
spare ccbs for it and they dont understand the megaraid commands we use in those paths. initially found by jared rr spiegel
2006-06-27- Make re_diag() off by default.Brad Smith
- Update comment to mention newer chip revisions. From wpaul FreeBSD
2006-06-27new HW revs, EEPROM commands, softc fields, some macros and device ids.Brad Smith
From wpaul FreeBSD
2006-06-27update the man page.Brad Smith
2006-06-27add new RealTek PCI ids.Brad Smith
2006-06-27syncTheo de Raadt
2006-06-27syncTheo de Raadt
2006-06-27regenGordon Willem Klok
2006-06-27Add device ids for some ATI radeon ports and the Intel 82945GM PCIEGordon Willem Klok
graphics port.
2006-06-27- add fixup code in the RX path for strict alignment architectures.Brad Smith
- add a workaround for reception of Jumbo frames. - don't try to adjust alignment on non-strict alignment architectures, this resolves an issue with the PCI Express adapters. From FreeBSD ok drahn@
2006-06-27regenBrad Smith
2006-06-27add the PCI product ids for the RealTek 8169SC and 8101E.Brad Smith
From wpaul FreeBSD
2006-06-27* Correct the rgephy driver so that it only applies the DSP fixup forBrad Smith
PHY revs 0 and 1. Later chips are fixed and don't need the fixup. * Make the rgephy driver advertise both 1000_FD and 1000_HD bits in autoneg mode. A couple of the devices don't autoneg correctly unless configured this way. From wpaul FreeBSD ok drahn@
2006-06-27Rewritten clock driver for 80219/80321, actually manages seperate statDale Rahn
clock and tick timer and detects missing ticks.
2006-06-27crank shlib_versionDamien Miller
2006-06-27resolve conflictsDamien Miller
2006-06-27import of openssl-0.9.7jDamien Miller
2006-06-27__attribute__((__packed__)) -> __packedJonathan Gray
2006-06-27__attribute__((__packed__)) -> __packedJonathan Gray
2006-06-27__attribute__((__packed__)) -> __packedJonathan Gray
2006-06-27another man page for lazy Dale!Theo de Raadt
2006-06-27more man pages for lazy DaleTheo de Raadt
2006-06-27Add support for max rssi/signal strength percentage on RFMD 2958Jonathan Gray
based adapters. ok dlg@
2006-06-27dale is being sloppy, so i get to clean up his missing man pages forTheo de Raadt
extra commits
2006-06-27Pass process credentials to VOP_READ(), making it possible to loadPedro Martelletto
firmwares over NFS, okay deraadt@
2006-06-27avoid multiple detach problems; ich@florian-stoehr.deTheo de Raadt
2006-06-27add message on session closeMichael Coulter
2006-06-27improve output during cd writing; ok mjcTheo de Raadt
2006-06-26build cleanly with -Wall -WerrorDale Rahn
2006-06-26Clean up some inconsistancies in definitions around DOS MBR code. NoKenneth R Westerback
functional change. ok deraadt@
2006-06-26fix printing of the RSSI radiotap element: use the PRINTF wrapperReyk Floeter
around hostapd_log instead of the printf function
2006-06-26enable mpiDavid Gwynne
ok deraadt@
2006-06-26atop(PAGE_SIZE) -> 1, 'tis true but it gets computed faster when PAGE_SIZEMiod Vallat
is not a constant.
2006-06-26Always skip the offending instruction for fpu faults, even if it isMiod Vallat
theoretically recoverable, as there is no way we can rely on the signal handler to do this properly; consistent with other platforms, and lets a few autoconf tests in ports pass again. spotted by sturm@; reluctantly ok kettenis@
2006-06-26Enable wide targets on FAS366 esp; note that this changes the way espMiod Vallat
user-controllable device flags are parsed, be sure to rerun config(8) on your next kernel compile.
2006-06-26Avoid using an uninitialized variable when downgrading PIO mode too much onMiod Vallat
nForce chipsets.
2006-06-26When attaching an USB keyboard, check the HID interface for its country codeMiod Vallat
id, and if it is non-zero, try to select the appropriate layout. Of course, Sun USB keyboards still use the Sun layout encoding, which is completely different, so we have to check for them. Tested on a variety of keyboards by krw@ matthieu@ and I.
2006-06-26RegenMiod Vallat
2006-06-26Add Sun type 7 keyboard; from NetBSDMiod Vallat
2006-06-26in my prom its OSLoadPartition, not OsLoadPartitionDavid Gwynne
ok miod@
2006-06-26Use MI clock conversion code for "old" clock.Mark Kettenis
ok miod@
2006-06-26fix typos in debug messagesMichael Coulter
ok pascoe@
2006-06-26Avoid using the rfact member of 'struct sensor' which is on its way out.Mark Kettenis
2006-06-26Avoid using the rfact member of 'struct sensor' which is on its way out.Mark Kettenis
tested by jmc@
2006-06-26syncTheo de Raadt
2006-06-26if piixpm does not try to attach an interrupt then indicate that the chipBrad Smith
is in polling mode. ok kettenis@
2006-06-26syncTheo de Raadt
2006-06-26usb capable systems onlyTheo de Raadt
2006-06-26permission from Zydas to include ZD1211 firmwareTheo de Raadt