Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-11-29 | Port the remaining two sbus framebuffer drivers to sparc64; tvtwo untested | Miod Vallat | |
due to lack of hardware. | |||
2004-11-29 | knf/ansi. No binary change. | Jonathan Gray | |
ok henning@ | |||
2004-11-29 | sync | Alexander Yurchenko | |
2004-11-29 | CSR BlueCore, from anil. | Alexander Yurchenko | |
2004-11-29 | From FreeBSD: Correct URL of the programming manual. | Jonathan Gray | |
2004-11-29 | Spell precede correctly. | Jonathan Gray | |
'looks fine' millert@, krw@. ok jmc@ | |||
2004-11-28 | In kernel pppoe client, a simple IPv4 only implementation. | Can Erkin Acar | |
Initial porting from NetBSD by David Berghoff. Modified/simplified to match our sppp implementation. ok deraadt@ | |||
2004-11-28 | sync | Peter Valchev | |
2004-11-28 | garmin palm device; from openbsd@st.thrush.com | Peter Valchev | |
2004-11-28 | don't hide the process context in rf_close_component(), since we may | Pedro Martelletto | |
need it later on to do locking stuff. fixes the problem with raid reconstruction, as described in pr 3968. ok mickey@ tedu@ tdeval@ | |||
2004-11-28 | kue(4) uses loadfirmware(9), but usb threaded probing starts before | Theo de Raadt | |
root is mounted. split up kue_attach() so that if in the worst case... it knows how to defer the second part until after the filesystem is up tested by maja, idea ok from miod | |||
2004-11-28 | rev 1.74 | Brad Smith | |
Fix if_timer logic to make sure that there is always a timeout pending if there are packets queued for transmission. From FreeBSD ok deraadt@ | |||
2004-11-27 | KNF, ANSI, cleanup. No binary change. | Alexander Yurchenko | |
2004-11-24 | Long time not accurate anymore. | Miod Vallat | |
2004-11-24 | don't leave run state on background scan | Damien Bergamini | |
2004-11-24 | add missing field in struct iwi_associate | Damien Bergamini | |
2004-11-24 | - add short preamble capability | Damien Bergamini | |
- only set channels power in ibss mode - use default sensitivity - copy capinfo from beacon or probe resp | |||
2004-11-24 | extend scan delay from 20ms to 100ms for each channel + minor consistency tweak | Damien Bergamini | |
2004-11-24 | reset adapter in iwi_stop() | Damien Bergamini | |
2004-11-24 | clear register 0x41, not 0x43 (endianness) | Damien Bergamini | |
2004-11-24 | fix interrupt handler | Damien Bergamini | |
2004-11-24 | sync | Theo de Raadt | |
2004-11-24 | Radeon 9600 XT | Theo de Raadt | |
2004-11-24 | use ETHER_MAX_LEN | Brad Smith | |
2004-11-23 | add support for 2915ABG adapters | Damien Bergamini | |
2004-11-23 | Let gpio_detach() do something useful. | Alexander Yurchenko | |
Tested by reyk@ on gpio@ath. | |||
2004-11-23 | replace old net/if_ieee80211.h header with the net80211 ones, kernel part. | Federico G. Schwindt | |
millert@ mcbride@ jsg@ | |||
2004-11-23 | sync | Damien Bergamini | |
2004-11-23 | support PRO/Wireless 2915ABG; ok deraadt@ | Damien Bergamini | |
2004-11-23 | Create the init process earlier, before the root filesystem is mounted, | Miod Vallat | |
and have it stall on a semaphore. This allows all kthread creations which could have been requested during autoconf to be processed before root is mounted as well. This causes umass devices attached to any usb with flags 1 (such as on macppc) to configure properly instead of panicing the kernel at mountroot time. From NetBSD; tested by various. | |||
2004-11-23 | store number of supported gpio pins | Reyk Floeter | |
2004-11-23 | support the gpio found on ath(4) devices. | Reyk Floeter | |
ok grange@ | |||
2004-11-23 | More FreeBSD delta reduction. Use aic_* defines rather than ahd_* one | Kenneth R Westerback | |
line and zero line functions. Fix a potential bug (ahd_set_transaction_status was used where ahd_set_scsi_status was intended) inside a currently #ifdef 0/#endif section of code. No functional changes intended except for a bit of extra locking via ahd_list_lock*. ok marco@. | |||
2004-11-23 | Add Adaptec ASR2200S U320 RAID | Marco Peereboom | |
2004-11-23 | use ieee80211com to store the mac | David Gwynne | |
2004-11-22 | ad1981 does not like init; from fgsch@ | Michael Shalayeff | |
2004-11-22 | better fix for the internal fw loader that doesnt break 64bit archs | David Gwynne | |
2004-11-22 | use a size_t here | Theo de Raadt | |
2004-11-22 | rename these two firmwares to nicer names | Theo de Raadt | |
2004-11-22 | use the filesystem based firmware loader; ok deraadt@ | Damien Bergamini | |
2004-11-22 | correct license | Theo de Raadt | |
2004-11-22 | sync | Theo de Raadt | |
2004-11-22 | support PCI-Express PERC4e/Di; j@pureftpd.org | Theo de Raadt | |
2004-11-22 | stdlib.h | Theo de Raadt | |
2004-11-22 | don't enable debugging by default | Damien Bergamini | |
2004-11-22 | fix a typo | Damien Bergamini | |
2004-11-22 | relax warmboot detection, required for some models. ok deraadt@ | Daniel Hartmeier | |
2004-11-22 | enter kue & symbol | Theo de Raadt | |
2004-11-22 | firmware loading for kue(4), tested for me by dhartmei | Theo de Raadt | |
2004-11-22 | added detach function to support hotpluggable gpios. | Reyk Floeter | |
ok grange@ |