Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-05-01 | Fixup broken mpbios'es on VT8237 and nForce4 chipsets. Fixes interrupt | Mark Kettenis | |
routing for several integrated devices on those chipsets in GENERIC.MP. ok brad@, mickey@ | |||
2006-05-01 | A new function sk_yukon_tick(), to handle auto-negotiation properly for | Brad Smith | |
Yukon-based adapters. From FreeBSD | |||
2006-05-01 | replace magic value of 32 with EM_MAX_SCATTER. | Brad Smith | |
2006-05-01 | increase the Tx ring count from 64 to 256. | Brad Smith | |
ok jsg@ damien@ | |||
2006-05-01 | better description for -b; ok joris | Jason McIntyre | |
2006-05-01 | update the "tagged" line; ok dhartmei | Jason McIntyre | |
2006-05-01 | rearrange the page to read better, and document branches/revisions/state; | Jason McIntyre | |
ok xsa niallo ray | |||
2006-05-01 | make .Nm match the page name; | Jason McIntyre | |
2006-05-01 | .An -noplit | Jason McIntyre | |
2006-05-01 | add support for "tagged {}" lists, from Pierre-Yves Ritschard | Daniel Hartmeier | |
2006-05-01 | rephrase the CAVEATS section. not all PCI ral adapters require a PCI 2.2 | Damien Bergamini | |
compliant motherboard. the Edimax EW-7128g for instance works on PCI 2.1 boards. submitted by Karel Gardas. | |||
2006-05-01 | sync ipw man page w/ latest iwi changes. | Damien Bergamini | |
move firmware packages to a better location. | |||
2006-05-01 | "The Wall" was released in 1979. This is not 'recent' anymore. feedback | Matthieu Herrb | |
from krw@ and jsg@. | |||
2006-05-01 | remove an unused prototype. | Damien Bergamini | |
2006-05-01 | call iwi_stop() at beginning of iwi_init() so that all rings are properly | Damien Bergamini | |
reset when iwi_init() is called from iwi_ioctl() on ENETRESET. this fixes a firmware panic when setting a WEP key multiple times for instance. fix some printf while i'm here. pointed out by Kurt Miller (kurt@). | |||
2006-05-01 | sync | Theo de Raadt | |
2006-05-01 | Zero the memory allocated for subdevs[], preventing a quick trip to | Kenneth R Westerback | |
ddb>. Discovered by trying 'usbdevs -v' while a broken card reader was trying to attach. Broken device provided by Manuel Pata. ok pedro@ deraadt@ | |||
2006-05-01 | always call xge_init() here, for the time being. | Brad Smith | |
2006-05-01 | OpenBSD-ify the attach function printf's. | Brad Smith | |
2006-05-01 | and here comes a man page for xge(4). | Brad Smith | |
2006-05-01 | add commented out entries for the Neterion Xframe-I 10Gb ethernet adapters. | Brad Smith | |
the driver is currently untested. | |||
2006-05-01 | initial port of a driver for the Neterion Xframe-I 10Gb Ethernet adapter. | Brad Smith | |
From NetBSD | |||
2006-04-30 | .Nd is needed. Tree breaking is a disgusting thing, especially when ok'd | Theo de Raadt | |
2006-04-30 | incorporate feedback from kettenis@: fix init of sc_temp_invalid for LM90, | Damien Miller | |
make sc_temp_invalid an array and set 0x7f as an invalid reading for the Maxim 6690 too | |||
2006-04-30 | - add I2O to RAMDISK_CD | Brad Smith | |
- add I2O SCSI pass-through driver | |||
2006-04-30 | add I2O to the RAMDISK | Brad Smith | |
2006-04-30 | Enable rtw@pci | Brad Smith | |
2006-04-30 | - Enable fxp and rl@CardBus on GENERIC and RAMDISK | Brad Smith | |
- Enable dc@CardBus on RAMDISK, already in GENERIC - Enable wdc@PCMCIA on RAMDISK, already in GENERIC | |||
2006-04-30 | sync the I2O section with macppc config, adding the I2O SCSI pass-through ↵ | Brad Smith | |
driver. | |||
2006-04-30 | Do not leave behind half-initialized data structures so we don't stumble over | Mark Kettenis | |
corrupt interrupt table entries later on. ok brad@ | |||
2006-04-30 | Backout last commit, it makes us crash when a ptraced program forks. | Mark Kettenis | |
2006-04-30 | remove the simplelock argument from vfs_busy() which is currently not | Nikolay Sturm | |
used and will never be used this way in VFS requested by and ok pedro, ok krw, biorn | |||
2006-04-30 | Add a missing , | Bjorn Sandell | |
2006-04-30 | This stuff isn't used anymore. | Bjorn Sandell | |
ok beck@ | |||
2006-04-30 | Fix long .Nd lines. Help from jmc@ | Bjorn Sandell | |
2006-04-30 | - replace <> with .Aq | Jason McIntyre | |
- replace OpenBSD with .Ox from wiz@netbsd | |||
2006-04-30 | mention support for Maxim 6657, Maxim 6658 and Maxium 6659 parts | Damien Miller | |
2006-04-30 | support the Maxim 6657, 6658 and 6659 parts, which are register-wise | Damien Miller | |
identical to the Maxim 6690. Also fixes a bug which caused Maxim 6642 parts to be mishandled; ok deraadt@ | |||
2006-04-30 | Minor tweaks, mostly eyeballed by jmc@ | Bjorn Sandell | |
2006-04-30 | Not used, niether by OpenBSD nor by Heimdal, anymore | Bjorn Sandell | |
2006-04-30 | fix SEE ALSO; | Jason McIntyre | |
2006-04-30 | these files should not exist. the developers have been given ample time | Theo de Raadt | |
and warnings to integrate this into the manual page proper, but users who find documentation missing keep being pointed at these files in the src tree. we now delete the files, so that they will document these things in the correct place. you know who you are, and btw, jmc will help you integrate the information into the man page if you just wrote simple bits of text and asked nicely.. | |||
2006-04-30 | style | Brad Smith | |
2006-04-30 | - check for IFF_RUNNING being set before calling lge_init(). | Brad Smith | |
- call lge_setmulti() when enabling/disabling promisc mode or if the IFF_ALLMULTI flag is set. | |||
2006-04-30 | rv not set. Sloppy but didn't matter. | Marco Peereboom | |
pointed out by joris@ | |||
2006-04-30 | Bring the function list back into reality. | Marco Peereboom | |
Several nits. | |||
2006-04-30 | - Use SK_IS_GENESIS/SK_IS_YUKON where appropriate | Brad Smith | |
- Remove SK_YUKON_FAMILY | |||
2006-04-30 | - Interrupt handler now checks shared interrupt source and protects | Brad Smith | |
the interrupt handler from NULL pointer dereference which was caused by odd status word value. The status word can return 0xffffffff if the cable is unplugged while Rx/Tx/auto-negotiation is in progress. From FreeBSD | |||
2006-04-30 | Update if_oerrors if we encounter watchdog error. | Brad Smith | |
From FreeBSD | |||
2006-04-30 | - Added/corrected register definitions for Yukon. | Brad Smith | |
(Register information from Linux skge driver.) From FreeBSD |