summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2006-01-13ds1624 and ds1721 too, horrid horrid horrid chipsTheo de Raadt
2006-01-12Garbage collect lm_probe.Mark Kettenis
2006-01-12Move to using gdt only (no more ldt in general case) but with a variableTobias Weingartner
2006-01-12Instead of resetting the device and check whether power-up defaults matchMark Kettenis
2006-01-12Add W83792D support.Mark Kettenis
2006-01-12Don't start new command if bus is busy and kill command on timeout.Mark Kettenis
2006-01-12oopsTheo de Raadt
2006-01-12Fix typo. Spotted by Oleg Safiullin.Mark Kettenis
2006-01-12syncTheo de Raadt
2006-01-123 more radeon; 4969Theo de Raadt
2006-01-12after range-checking save nkpde back; toby@ ok and discussion w/ hshoexer@Michael Shalayeff
2006-01-12- add a missing htons() to the receive checksum routine to fixBrad Smith
2006-01-12Fix up interrupt routing on SiS 963.Jonathan Gray
2006-01-12regenJonathan Gray
2006-01-12Some more VIA and NVIDIA products mostly from submitted dmesgs,Jonathan Gray
2006-01-12Don't populate the fabricated disklabel's partition info from trackKenneth R Westerback
2006-01-12if we cannot map the interrupt, try to do iic in polling mode anyways.Theo de Raadt
2006-01-12attempt to probe for the ds1624; ok grangeTheo de Raadt
2006-01-11Use bounded string functions while constructing the disassembly lines; plusMiod Vallat
2006-01-11Let's move the orphans to the Attic.Miod Vallat
2006-01-11hotplug(4) and hotplugd(8) hereMartin Reindl
2006-01-11fix my previous commit. fallback to CCK rates was broken.Damien Bergamini
2006-01-11enable multi-rate retries for frames sent at OFDM rates (with CCK fallback).Damien Bergamini
2006-01-11fix RTS protection mode.Damien Bergamini
2006-01-11Identify Winbond chips that are in a non-zero register bank as w83781d.Mark Kettenis
2006-01-11Fix compilation without NVIIC_DEBUG defined, ok dlg@Jonathan Gray
2006-01-11Do not use m_adj() on empty mbufs (m->m_len is uninitialised), instead bumpClaudio Jeker
2006-01-11dont print anything if we're unable to read the status pageDavid Gwynne
2006-01-11make the timeout printf a debug messageDavid Gwynne
2006-01-11Switch to __HAVE_DEVICE_REGISTER to find the device we're booted from.Miod Vallat
2006-01-11only set Ok flag for RX checksums.Brad Smith
2006-01-11remove a printf here.Brad Smith
2006-01-11In the case that we've used up all 63 fragments then try to allocate an mbufBrad Smith
2006-01-11Disable shared key mode until we have a way for the user to specifyTodd C. Miller
2006-01-10rewritten lm75 driver. try to cope with the lm75 and lm77 better, butTheo de Raadt
2006-01-10add RTS protection mode support.Damien Bergamini
2006-01-10- use rssadapt(9) as rate control algorithmDamien Bergamini
2006-01-10Simplify external macfb interfaces, kill an intermediate attachment structure.Miod Vallat
2006-01-10The __CONCAT macro here collides with the one in cdefs.h pulled in viaMartin Reindl
2006-01-10missing cast to vaddr_tMartin Reindl
2006-01-10list the files the license applies toTheo de Raadt
2006-01-10struct cfdriver shall not be declared as const (oops).Miod Vallat
2006-01-10need sys/types.h for vaddr_tJolan Luff
2006-01-10fix reading of EEPROM content on big endian arches.Damien Bergamini
2006-01-10fix reading of EEPROM content on big endian arches.Damien Bergamini
2006-01-10send management, control and beacon frames at the lowest possible rateDamien Bergamini
2006-01-10cleanup rt2560_setup_tx_desc().Damien Bergamini
2006-01-10fix axe on big endian archs. for jolanDavid Gwynne
2006-01-10Really pass -fno-stack-protector in CFLAGS as intended, and define theMiod Vallat
2006-01-10cull the deadTheo de Raadt