summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2006-02-01a driver for the phillips pcf8584 i2c controller as found on the sun netraDavid Gwynne
2006-02-01Add support for VIA VT6410.Jonathan Gray
2006-02-01rearrange code section for enabling the read DMA state machineBrad Smith
2006-02-01one less magic value.Brad Smith
2006-02-01Set up the PCI DMA control register properly for the 5714 family,Brad Smith
2006-02-01some more constants.Brad Smith
2006-01-31regenBrad Smith
2006-01-31add a few more Promise SATA chipsets.Brad Smith
2006-01-31regenBrad Smith
2006-01-31some of these bridges are actually provided by the HT-2000 for additionalBrad Smith
2006-01-31regenBrad Smith
2006-01-31add ATI ES1000 and ServerWorks HT-1000 PCI/PCIX/PCIE bridges, LPC andBrad Smith
2006-01-31Don't use RYEL as error indicator in T1 ESF mode. For some reason it togglesClaudio Jeker
2006-01-31fix error messageDamien Miller
2006-01-31the TCP SACK option needs sequence number modulationMike Frantzen
2006-01-30When delivering SIGFOO, make sure the siginfo code is a FOO_xxx constant;Miod Vallat
2006-01-30Better siginfo field values for fpe failures.Miod Vallat
2006-01-30Do not disable frame buffer interrupts in the match() function, but ratherMiod Vallat
2006-01-30swap B and R in 24bpp and 32bpp modes too; tested martin@Miod Vallat
2006-01-30Remove dead code; we should never see T_DNA here.Mark Kettenis
2006-01-30fix updating of tables associated with interface groups used inHenning Brauer
2006-01-30pretty printf, for 32bit modeMartin Reindl
2006-01-30Add basic radiotap support. Modelled somewhat afterJonathan Gray
2006-01-30only flush the TX descriptors in re_start() if there are packetsBrad Smith
2006-01-30reduce the timeout waiting for command completions from 5 seconds to .1David Gwynne
2006-01-29remove printf on ath_cardbus_power; reyk@ ok.Federico G. Schwindt
2006-01-29regenBrad Smith
2006-01-29add VT6410 IDE PCI id.Brad Smith
2006-01-29Disable iic whenever ipmi is enabled. This fixes boxes like Sun x4200 thatMarco Peereboom
2006-01-29SMC91CXX NuBus hooksMartin Reindl
2006-01-29re-enable scatter and fix scanning of 802.11a channels.Damien Bergamini
2006-01-29Don't probe address 0x4f.Mark Kettenis
2006-01-29Add a alpha_shared_intr_reset_strays() function that resets the strayMartin Reindl
2006-01-29Use usbd_clear_endpoint_stall_async() when clearing endpoint stalls inBrad Smith
2006-01-29prettify dmesg output a touch. from Michael Knudsen.David Gwynne
2006-01-29Don't ask bus_dmamem_alloc() for zero bytes. 'bioctl -H x:y amiz' noKenneth R Westerback
2006-01-29index the drive labels from 0 instead of 1 to match the labels on the frontDavid Gwynne
2006-01-28Fix hmac calculation.Marco Pfatschbacher
2006-01-28a little cleaning.Brad Smith
2006-01-28Move address checks forward. Cleanup comments.Mark Kettenis
2006-01-28Consider temperatures below -45 degC to be invalid for Winbond chips.Mark Kettenis
2006-01-28Disable ds1624/ds1631/ds1721 probe.Mark Kettenis
2006-01-28Rename lm_isa.c to lm78_isa.c. Now that there isn't really any NetBSD codeMark Kettenis
2006-01-28Rename lm_i2c.c to lm78_i2c.c.Mark Kettenis
2006-01-28remove 2 printf's from dc_coal() too.Brad Smith
2006-01-28get rid of the sensors globals. theyre were only used by sysctl forDavid Gwynne
2006-01-28Make sure that HW VLAN stripping is not enabled and remove unused codeBrad Smith
2006-01-28remove printf's from dc_newbuf().Brad Smith
2006-01-27Oops, removed too many includes in 1.34 by mistake; spotted matthieu@Miod Vallat
2006-01-27Use letoh32 to print out configuration descriptors in debug functions. NowClaudio Jeker