summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2006-01-14Correct the length of the rx radiotap to be that of the rx not txJonathan Gray
2006-01-14regenBrad Smith
2006-01-14SIS 966 south bridge.Brad Smith
2006-01-14Make sure interrupt is properly ack'd.Jonathan Gray
2006-01-14Only update the RX ring consumer pointer after running through the RX loop,Brad Smith
2006-01-14Support for I2C bus bit-banging through the GPIO pins.Alexander Yurchenko
2006-01-13Put back i2c bit-banging code, we'll need it soon.Alexander Yurchenko
2006-01-13support i915. adapted from freebsd by Dimitry Andric. does not breakTheo de Raadt
2006-01-13sysinst my ass.Miod Vallat
2006-01-13auto adjusting adjtime. be more responsive to large clock deltas,Ted Unangst
2006-01-13list other maxds modelsTheo de Raadt
2006-01-13handle all 3 types of chips correctly. go into continuous mode, andTheo de Raadt
2006-01-13send management frames at lowest possible rate.Damien Bergamini
2006-01-13- fix short slot timeDamien Bergamini
2006-01-13fix short slot time + cosmeticDamien Bergamini
2006-01-13Bring a few improvements from NetBSD:Miod Vallat
2006-01-13KNF and remove dead parts.Miod Vallat
2006-01-13Sync OSS code with NetBSD; supports poweroff now.Miod Vallat
2006-01-13Remove unused bad{,b,w,l}addr.Miod Vallat
2006-01-13- fix short preamble supportDamien Bergamini
2006-01-13Remove the Mac Rom Glue code completely. With the ADB ``direct'' code beingMiod Vallat
2006-01-13Allow proper detaching of wdc, so that detaching a mediabay device properlyMiod Vallat
2006-01-13Enable detaching atapiscsi devices.Miod Vallat
2006-01-13In config_detach_children(), after detaching a device, restart the deviceMiod Vallat
2006-01-13Fix printf format string due to types changeTodd C. Miller
2006-01-13Make size_t, ssize_t, intptr_t and uintptr_t consistent amongst ourTodd C. Miller
2006-01-13- simplify lookup of 802.11a channels (we know they exist)Damien Bergamini
2006-01-13- fix AMRR initialization + retry-fail countDamien Bergamini
2006-01-13white space vs tabs; no binary changeMichael Shalayeff
2006-01-13Path MTU discovery for NAT-T.Marco Pfatschbacher
2006-01-13damn, on the ds1721 we can be sure of even fewer known bitsTheo de Raadt
2006-01-13introduce the most stupid basic scan check for the maximally braindeadTheo de Raadt
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