summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2006-06-26ServerWorks HT-1000Brad Smith
2006-06-26add the PCI id for the ServerWorks HT-1000 SMbus controller.Brad Smith
From the Linux i2c-piix4 driver via gwk@ piixpm0 at pci0 dev 2 function 0 "ServerWorks HT-1000" rev 0x00 iic0 at piixpm0 admcts0 at iic0 addr 0x2c
2006-06-26mention optional bind_address in runtime port forwarding setupDamien Miller
command-line help. patch from santhi.amirta AT gmail.com
2006-06-26darwin's turtle is nomoreMichael Shalayeff
2006-06-26increase polling intervbal, but only after we are synced and have doneOtto Moerbeek
a few frequency adjustments. ok henning@
2006-06-26Reset adjtime() on startup; having an adjtime() active while startingOtto Moerbeek
up causes overcompensation and confusing debug log entries; noticed by dtucker@
2006-06-26sync the bge and bnx entries;Jason McIntyre
2006-06-26tweaks;Jason McIntyre
2006-06-26remove wicontrol stuff;Jason McIntyre
2006-06-26remove wicontrol stuff;Jason McIntyre
2006-06-26I'm not sure where the NC370i came from, but HP definitely makes a NC370F,Brad Smith
which is a fibre 1000baseSX adapter.
2006-06-26add commented out entries for bnx.Brad Smith
2006-06-26Code cleanup/shortening. No binary changes.Marc Balmer
2006-06-26do not allow a Jumbo size MTU yet.Brad Smith
2006-06-26mention bnx(4).Brad Smith
2006-06-26add a man page.Brad Smith
2006-06-26relocate the firmware per Theo's request.Brad Smith
2006-06-26syncTheo de Raadt
2006-06-26Add support for bnx(4).Brad Smith
2006-06-26Add a rough initial port of the bce driver from FreeBSD, which providesBrad Smith
support for the new line of Broadcom NetXtreme II Gigabit PCI-X and PCIe controllers, though renamed to bnx. This is work in progress, there are some known issues. With help from Reyk with the bus_dma code. Thanks to David Christensen at Broadcom for the driver and for providing some PCI-X and PCIe adapters. ok deraadt@
2006-06-26Kludge around the fact that redboot uses ELF's vaddr, however mapsDale Rahn
memory at 0, not where memory is or where we want the kernel loaded.