summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-10-01Switch fpu control word to the hardware default. This makes us use 64-bitMark Kettenis
precision instead of 53-bit precision, giving us proper support for "long double". ok deraadt@
2006-10-01pack several boolean fields into the existing bge_flags field.Brad Smith
2006-10-01initial pieces for the 88E3082 Fast Ethernet PHY. untested at the moment.Brad Smith
2006-10-01add a few new Marvell ids.Brad Smith
2006-10-01regenBrad Smith
2006-10-01add a few new Marvell ids.Brad Smith
2006-10-01whitespace tweaksDavid Gwynne
2006-10-01Don't reuse bus lock for locking sensor task thread. Use aAlexander Yurchenko
separate lock.
2006-10-01Make a var volatile, which forces a mem write at the right spot, andOtto Moerbeek
detctecion of underflow where it would otherwise not happen for FPUs that have a larger register size than sizeof double (i386, m68k). ok deraadt@ weingart@ kettenis@
2006-10-01rewrite the piece about separate arguments to not confuse jmc@.Otto Moerbeek
ok jmc@ kettenis@
2006-10-01Switch fpu control word to the hardware default. This makes us use 64-bitMark Kettenis
precision instead of 53-bit precision, giving us proper support for "long double". ok deraadt@
2006-10-01Free sensors on detach.Alexander Yurchenko
ok dlg@
2006-10-01Protect sensor_task_unregister() with some locking.Alexander Yurchenko
2006-10-01Mention DS18S20 as supported.Alexander Yurchenko
2006-10-01add the PCI ids for the BCM5722, BCM5756, BCM5906 and BCM5906M chipsets.Brad Smith
the BCM5906/BCM5906M ids are not enabled for now; these chips are quite a bit different from the others and are currently unsupported.
2006-10-01regenBrad Smith
2006-10-01add PCI ids for the Broadcom BCM5722, BCM5756, BCM5906 and BCM5906M chipsets.Brad Smith
From the Linux tg3 driver.
2006-09-30Don't use uninitialized variable.Ray Lai
From Peter Philipp <peter underscore philipp at freenet dot de>. OK deraadt@.
2006-09-30Clear errno before calling the strtol functions.Ray Lai
From Paul Stoeber <x0001 at x dot de1 dot cc>. OK deraadt@.
2006-09-30Reduce max number of devices per bus to 16.Alexander Yurchenko
2006-09-30regenMatthieu Herrb
2006-09-30yet another nVidia GeForce 6800GT id, from Sam Fourman Jr.Matthieu Herrb
2006-09-30Implement match rom command.Alexander Yurchenko
2006-09-30Allow to offload the match rom command to hardware.Alexander Yurchenko
2006-09-30simply getdirtybuf to take a plain buf* as there is no need otherwise; no ↵Michael Shalayeff
functional change; pedro@ ok
2006-09-30Some fixes for running nm on ELF binaries.Mark Kettenis
- Fix printing the symbol type of undefined symbols. - Fall back onto the dynamic symbol table if the normal symbol table is not available (i.e. if the binary has been stripped). ok mickey@
2006-09-30Better description of PF mbuf tags, from Diego CasatiPedro Martelletto
Tweaks by jmc@, okay henning@
2006-09-30no malloc debug but configured kmemstats allow 'sh mal' to print smth ↵Michael Shalayeff
useful; miod@ ok
2006-09-30Reset device on errors.Alexander Yurchenko
2006-09-30Pretty.Alexander Yurchenko
2006-09-30More useful error messages.Alexander Yurchenko
2006-09-30Reset device on attach.Alexander Yurchenko
2006-09-30Add new parameter to uow_cmd() to set command type.Alexander Yurchenko
Create aliases uow_ctlcmd(), uow_commcmd() and uow_modecmd() for sending control, communication and mode commands. No functional changes.
2006-09-30Convert from using lockmgr to rwlock.Alexander Yurchenko
2006-09-30TP-LINK TL-WN321G should work as well.Jonathan Gray
2006-09-30We have again tried to talk to Intel about being ableJonathan Gray
to redistribute firmware and they are being totally unhelpful. If you'd like to tell Intel how screwed up this situation is, you should mail majid.awad@intel.com
2006-09-29cosmetic tweaking of the interrupt handler code.Brad Smith
no functional change.
2006-09-29If we don't find a matching CPU signature using the base CPUID call, tryGordon Willem Klok
matching against the extended CPUID (0x80000001) signature. Problem found by, and patch based on work by jason@. ok jason@
2006-09-29If option PCDISPLAY_SOFTCURSOR, force the hardware cursor off every timeMiod Vallat
we switch vt, so that the hardware cursor does not reappear after starting X11, and switching to a text vt. Spotted by jmc@
2006-09-29Implement block read/write operations.Alexander Yurchenko
2006-09-29Extend bus master interface so that block read/write operationsAlexander Yurchenko
can be offloaded to hardware.
2006-09-29kill trailing some spacesMarco Pfatschbacher
2006-09-29Add command and data FIFO size constants.Alexander Yurchenko
2006-09-29Only run the hardware diagnostic function re_diag() on adapters withBrad Smith
the 8169 chipset, it is disabled by default anyway. Reset the TX interrupt mitigation counter in re_start() if no packets were queued and there are still TX descriptors in use. Write to the ISR and clear the link state in re_init(). From wpaul@FreeBSD
2006-09-29move the checksum stuff under EM_CSUM_OFFLOAD.Brad Smith
2006-09-29Discard packets in the receieve handler which are either too shortBrad Smith
or too large. From tsutsui@NetBSD
2006-09-29powerpc stack needs a bit more headroom; needed because of mmap()edOtto Moerbeek
stacks; report by Antoine Jacoutot; ok kurt@
2006-09-29add strtod() underflow testOtto Moerbeek
2006-09-29add a new section header, since DESCRIPTION is getting so large...Jason McIntyre
2006-09-29make it clearer what needs to be run, and how; push manual keying downJason McIntyre
the list; move the rc stuff from ipsecctl to ipsec.conf; ok hshoexer