Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-01-11 | only set Ok flag for RX checksums. | Brad Smith | |
2006-01-11 | remove a printf here. | Brad Smith | |
2006-01-11 | In the case that we've used up all 63 fragments then try to allocate an mbuf | Brad Smith | |
cluster and copy the mbuf chain. The codepath for older xl's already dealt with this condition. | |||
2006-01-11 | Disable shared key mode until we have a way for the user to specify | Todd C. Miller | |
that they explicitly want it. What we have currently doesn't seem to work anyway. Add support for specifying a status type when sending managemnent frames; adapted from FreeBSD. OK jsg@ | |||
2006-01-10 | rewritten lm75 driver. try to cope with the lm75 and lm77 better, but | Theo de Raadt | |
something is still odd or wrong with a ds1775 i have (which is returning absolute garbage); tested by kettenis grange | |||
2006-01-10 | add RTS protection mode support. | Damien Bergamini | |
2006-01-10 | - use rssadapt(9) as rate control algorithm | Damien Bergamini | |
- add 802.11 radiotap support - read 802.11a channels tx power from EEPROM - read vendor-specific BBP settings from EEPROM - fix setting of beacons (xflags) - fix DMA sync in rt2661_rx_intr - indicate whether RF supports MIMO in dmesg - add short slot time support - many cleanups while i'm here | |||
2006-01-10 | Simplify external macfb interfaces, kill an intermediate attachment structure. | Miod Vallat | |
2006-01-10 | The __CONCAT macro here collides with the one in cdefs.h pulled in via | Martin Reindl | |
errno.h. Don't include errno.h and export EFAULT therefore, similiar to hppa. | |||
2006-01-10 | missing cast to vaddr_t | Martin Reindl | |
2006-01-10 | list the files the license applies to | Theo de Raadt | |
2006-01-10 | struct cfdriver shall not be declared as const (oops). | Miod Vallat | |
2006-01-10 | need sys/types.h for vaddr_t | Jolan Luff | |
2006-01-10 | fix reading of EEPROM content on big endian arches. | Damien Bergamini | |
2006-01-10 | fix reading of EEPROM content on big endian arches. | Damien Bergamini | |
2006-01-10 | send management, control and beacon frames at the lowest possible rate | Damien Bergamini | |
(1Mbps for 802.11b/g, 6Mbps for 802.11a) | |||
2006-01-10 | cleanup rt2560_setup_tx_desc(). | Damien Bergamini | |
fix contention window. | |||
2006-01-10 | fix axe on big endian archs. for jolan | David Gwynne | |
2006-01-10 | Really pass -fno-stack-protector in CFLAGS as intended, and define the | Miod Vallat | |
load addresses in one single place; from mvme88k | |||
2006-01-10 | cull the dead | Theo de Raadt | |
2006-01-10 | comment amdpm | Theo de Raadt | |
2006-01-10 | use ${INSTALL_STRIP} ok miod | Theo de Raadt | |
2006-01-10 | The __CONCAT macro here collides with the one in cdefs.h pulled in via | Martin Reindl | |
errno.h. Don't include errno.h and export EFAULT therefore. looks good miod@ | |||
2006-01-10 | Remove duplicate _C_LABEL define. OK miod@ | Todd C. Miller | |
2006-01-09 | Fix last change; we need machine/reg.h for struct sigcontext to | Todd C. Miller | |
be fully defined. | |||
2006-01-09 | damn, left a lock | Theo de Raadt | |
2006-01-09 | Delay a bit after sending a reset command if the chip is an 53C94 or a 53C96; | Miod Vallat | |
ok deraadt@ krw@ | |||
2006-01-09 | NCRDMA_SETUP() should be called before NCR_SET_COUNT() and NCRCMD_DMA command | Brad Smith | |
in ncr53c9x_select(). From tsutsui NetBSD ok miod@ | |||
2006-01-09 | Spank the clock: remove relics of old GPROF code, compute tickfix for | Miod Vallat | |
better clock adjustment, consider clocks past year 2010 as possible, and do not display the PRAM clock if it consistent. | |||
2006-01-09 | Remove debug message. | Mark Kettenis | |
ok deraadt@ | |||
2006-01-09 | Introduce a wsdisplay type for mac68k frame buffers; we might need to become | Miod Vallat | |
less generic in the future, though. | |||
2006-01-09 | Disable an(4) on BE archs until it works. | Jonathan Gray | |
2006-01-09 | Move an(4) to a driver based on the NetBSD one. | Jonathan Gray | |
This brings net80211 support and support for newer hardware. In addition ancontrol is no longer needed. This driver does not yet work on big endian archs like the previous one did. "do it" deraadt@ | |||
2006-01-09 | Remove clock tick adjustment computation inherited from luna68k where some | Miod Vallat | |
models run with hz=60. | |||
2006-01-09 | Remove completely obsolete comment from the pre-wscons sparc days in | Miod Vallat | |
zs_getc(). | |||
2006-01-09 | Ditch the grf frame buffer abstraction, and directly attach macfb to | Miod Vallat | |
either obio or nubus. No functional change, shaves a few more KB... | |||
2006-01-09 | Remove duplicate defines with if_ether.h | Miod Vallat | |
2006-01-09 | Reorganize, paying attention to the small differences between Winbond chips. | Mark Kettenis | |
ok deraadt@ | |||
2006-01-09 | - add preliminary support for Ralink Technology RT2561, RT2561S and RT2661 | Damien Bergamini | |
chipsets in ral(4). - restructure the code a bit; split ic/ral.c into ic/rt2560.c and ic/rt2661.c - import the 8051 microcode files required by these chipsets. - more to come; there is currently no automatic rate control and some features are untested (hostap and ibss modes for instance). most of the pre-802.11n capabilities of the RT2661 chipset are not supported (like frame aggregation, piggy-back). MIMO should work though the performance/range gain has not been measured. | |||
2006-01-09 | amdpm also exists as a 2nd iic bus on amd8111 machines | Theo de Raadt | |
2006-01-09 | with an offset tweak, this can also support the nvidia nforce smbus | Theo de Raadt | |
same unit is found on amd756 and amd8111. try to support the RNG as well. from gklok@cogeco.ca | |||
2006-01-09 | variables now unused | Theo de Raadt | |
2006-01-09 | Restore console bell functionnality lost in the wscons merge. | Miod Vallat | |
2006-01-09 | trust i2c_scan for telling us if this is a lm75 or lm77, instead of | Theo de Raadt | |
stupidly relying on some power-up default register which a BIOS could change; ok grange | |||
2006-01-09 | do a lot more careful register checking for echos and roll-around and | Theo de Raadt | |
nonsense values in the lm75 probe. while there, make it look for a significant difference the lm77 has, ok grange | |||
2006-01-09 | Make sure the vnode being read is a file, okay dlg@ deraadt@ | Pedro Martelletto | |
2006-01-09 | Use protected version of register_t in struct sigcontext for the | Todd C. Miller | |
case where _XOPEN_SOURCE was defined but BSD-specific types are not visible. | |||
2006-01-09 | Put vprint() under DIAGNOSTIC, as to save space in generated ramdisks. | Pedro Martelletto | |
Inspiration from miod@, okay deraadt@. Tested on i386, macppc and amd64. | |||
2006-01-09 | Enable hotplug(4); Tested by Michael Knudsen and me; | Robert Nagy | |
ok brad@ deraadt@ | |||
2006-01-09 | skip the darn cereal devices, which i think are just markers for the host ↵ | Theo de Raadt | |
chip i think |