Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-02-17 | - Correct clearing of the IFF_OACTIVE flag by ensuring the flag is | Brad Smith | |
only cleared if there is enough slack space since bge_encap() will return anyway and IFF_OACTIVE will be set again. - Only reset the watchdog timer when all packets have been processed. - Have bge_start() do a fast return if the adapter is not running or the IFF_OACTIVE flag is set. Tested by brad@, chl@, krw@, landry@, sthen@ and Johan Mson Lindman. ok dlg@ | |||
2008-02-17 | Simplify the hw revision handling by removing the use of the | Brad Smith | |
rl_type softc field and only relying on the sc_hwrev softc field thoughout the driver. Tested by a number of users from tech@ ok dlg@ | |||
2008-02-17 | some cleaning. | Brad Smith | |
- ANSI - remove use of static - remove some #ifdef's - remove some white space ok jakemsr@ dlg@ | |||
2008-02-17 | regen | Brad Smith | |
2008-02-17 | remove bogus Intel E1000 PCI ids. | Brad Smith | |
From FreeBSD ok dlg@ | |||
2008-02-17 | regen | Brad Smith | |
2008-02-17 | add two PLX PCIe bridges. | Brad Smith | |
ok dlg@ | |||
2008-02-16 | Zap KKASSERT porting macro and use KASSERT instead. | Marcus Glocker | |
2008-02-16 | On these platforms, REDUCEing unconditionnaly a second time is faster and | Miod Vallat | |
shorter code than a conditional ADDCARRY, so use it; inspired by hppa. | |||
2008-02-16 | Move panic tests under #ifdef DEBUG | Miod Vallat | |
2008-02-16 | Only create phys_map on systems which need it, and test for phys_map being | Miod Vallat | |
non-null instead of for a variety of vax_boardtype values in vmapbuf() and vunmapbuf(). | |||
2008-02-16 | Count output packets. | Marcus Glocker | |
2008-02-16 | sort flags in both synopsis and usage | Igor Sobrado | |
ok reyk@ | |||
2008-02-16 | Remove if_ipackets++ since ieee80211_input() already does that. | Marcus Glocker | |
2008-02-16 | Replace bwi_rate2plcp() with ieee80211_rate2plcp(). | Marcus Glocker | |
2008-02-16 | Remove the wait instruction from cpu_idle_cycle(), as it causes problems on | Miod Vallat | |
RM7000 machines. | |||
2008-02-16 | Remove unused fields of struct mips_pci_chipset. | Miod Vallat | |
2008-02-16 | Fix spacing / comments. | Marcus Glocker | |
2008-02-16 | While importing the driver a lot of printf's have been converted to | Marcus Glocker | |
DPRINTF's by mistake. Fix this so we can see fatal errors without beeing in DEBUG mode. | |||
2008-02-16 | Report rssi and rate in rx radio tap. | Marcus Glocker | |
From the DragonFlyBSD driver. | |||
2008-02-16 | Return NO_CCB and not TRY_AGAIN_LATER when running out of ccb's. | Kenneth R Westerback | |
Eliminates 'not queued' errors reported on the mailing lists. Tested by Michael (belenus at bsdmail dot de). ok marco@ | |||
2008-02-16 | Better support for 11b mode. | Marcus Glocker | |
From the DragonFlyBSD driver. | |||
2008-02-16 | Remove some double prototype definitions. | Marcus Glocker | |
2008-02-16 | switch to RFC 1948 style ISN, too; ok mcbride, dhartmei, henning | Markus Friedl | |
2008-02-16 | Always print device name in front of debug messages. | Marcus Glocker | |
2008-02-16 | typo; from he@netbsd, -r1.44 | Jason McIntyre | |
2008-02-16 | Call sensordev_install() iff we find and sensor_attach() the individual sensors. | Constantine A. Murenin | |
The call got misplaced in ipmi.c#rev1.59 on 2007-08-31. ok marco; tested todd | |||
2008-02-16 | * yyInput doesn't seem to contain anything meaningful at the time when | Constantine A. Murenin | |
yyerror() is called, so there's no point in printing it * unbreak `env CFLAGS='-DTEST' make date` ok joris@ | |||
2008-02-15 | More cleanup; | Xavier Santolaria | |
Introduce variables instead of hardcoding XXX occurrences. OK tobias@. | |||
2008-02-15 | Cleanup; OK tobias@. | Xavier Santolaria | |
2008-02-15 | Test that removed file is not there anymore when using -f in | Xavier Santolaria | |
cvs-remove-fflag test. | |||
2008-02-15 | Reenable idle modes on powerpc. Tested by kettenis and myself. | Dale Rahn | |
2008-02-15 | Add /var/www/conf/modules and /var/www/conf/modules.sample. | Bernd Ahlers | |
ok espie@, henning@ | |||
2008-02-15 | Really enable weak aliases by disabling the unwanted SUPPORTS_WEAK override, the | Miod Vallat | |
default logic works better. | |||
2008-02-15 | Add myself to the copyrights, ok marco@ | Chris Kuethe | |
2008-02-15 | revert to a pre-mutex state. for unknown reasons, the mutexes do not provide | Ted Unangst | |
sufficient exclusion on alpha, leading to self-locking panics. | |||
2008-02-14 | Add `cvs release -d' test but commented out. OK tobiasregress@. | Xavier Santolaria | |
2008-02-14 | deal with a 64-bit BAR such as with PCIe chipsets. | Brad Smith | |
Tested by Bayu Krisnawan <krisna at versalite dot com> with the BCM4312 chipset. ok mglocker@ dlg@ | |||
2008-02-14 | Actually implement the crypto. | Chris Kuethe | |
ok tedu@ marco@ | |||
2008-02-14 | Some armish machines do not have very accurate clock generators, | Dale Rahn | |
instead of using a fixed number for the time base, measure the "accurate" value based on the rtc. ok kettenis@ mbalmer@ | |||
2008-02-14 | Make sure an interrupt handler does not get on the per-cpu list of pending | Mark Kettenis | |
interrupts twice, with one exception: interrupt handlers are allowed to be on the tail of said lists (needed for clock interrupts on MP kernels). Prevents losing interrupts. Makes usb keyboard as console work on Sun Blade 1000/2000 with MP kernels. | |||
2008-02-14 | When started in configuration test mode (-t) do not check that sshd is | Marc Balmer | |
being started with an absolute path. ok djm | |||
2008-02-14 | backout the change to make arp(8) default to -an; | Thordur I. Bjornsson | |
Remove that blurp from the man page also. requested by deraadt@; | |||
2008-02-14 | Missed updating the SK_IS_YUKON2 macro when adding Yukon Supreme support. | Brad Smith | |
ok kettenis@ dlg@ | |||
2008-02-14 | Add authpf-noip, which allows multiple users to connect from a single IP; | Ryan Thomas McBride | |
forces users to write sane rulesets for this by not providing $user_ip or updating the authpf table. testing and prodding by mtu, manpage heavily worked over by jmc ok beck dhartmei henning | |||
2008-02-13 | Since SPDIF support for the auixp driver is still half done | Jacob Meuser | |
disable it for now since some chipset revisions will freak out on the aparent half-initialisation. Also delay the setting of the DMA bits until after the codec detection but before the enabling of interrupts. Note that the DMA has to be explicitly started when the device is opened. From reinoud NetBSD via brad@ tested by ian@ and matthieu@ | |||
2008-02-13 | as with the recent auich(4) commit, set the sample rate of the | Jacob Meuser | |
front dac last. problem found and analyzed by ian@, thanks ok ian@ | |||
2008-02-13 | rekey arc4random and OpenSSL RNG in postauth child | Damien Miller | |
closefrom fds > 2 before shell/command execution ok markus@ | |||
2008-02-13 | #undef IIOV before redefining for 1:1 mappings, to silence a warning. | Miod Vallat | |
2008-02-13 | Offset the kernel message buffer down one page again, for the PROM scribbles | Miod Vallat | |
to the upper *two* pages actually. |