Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-07-10 | Protect from multiple inclusion. | Alexander Yurchenko | |
2005-07-10 | Add diskarray structure for modern controllers. | Marco Peereboom | |
2005-07-09 | remove code for TX checksum | Brad Smith | |
2005-07-09 | don't clear RUNNING here. | Brad Smith | |
2005-07-09 | Do not #include "foo.h" and keep the whole file between #if NFOO >0 ... #endif, | Miod Vallat | |
config(8) will not bring us into play unless NFOO > 0 anyway. | |||
2005-07-09 | remove braces here | Brad Smith | |
2005-07-09 | better | Brad Smith | |
2005-07-09 | - mbuf external storage is of (caddr_t), not (caddr_t *). | Brad Smith | |
- simplify code a bit and use MEXTADD macro. | |||
2005-07-09 | handle 64bit bar; found by mpf@ | Michael Shalayeff | |
2005-07-09 | rev 1.34 | Brad Smith | |
for offloc, use MII_OFFSET_ANY rather than abusing MII_PHY_ANY. From yamt NetBSD | |||
2005-07-09 | fix SIOCSIFMTU | Brad Smith | |
2005-07-09 | - disable TX checksum offload since this chip has a bug where | Brad Smith | |
it'll wedge if you try to transmit a Jumbo frame larger than 8152 bytes. - Rip out VLAN stripping support. From camiel@ - Only set Ok flags for receive checksum offload otherwise fallback on software. | |||
2005-07-09 | Missing pciide_print_modes() in pdc203xx_setup_channel(). fgsch@ ok. | Hakan Olsson | |
2005-07-08 | Fix mismatched brace and compile when NWSMUX and NWSDISPLAY not defined. | Marco S Hyman | |
OK uwe@ | |||
2005-07-08 | - use ETHER_MAX_LEN_JUMBO in one more spot | Brad Smith | |
- don't bother setting bad checksum flag, fallback on software | |||
2005-07-08 | Remove verbosity during autoconf when running in vmware. | Marco Peereboom | |
2005-07-08 | add a return here. | Brad Smith | |
2005-07-07 | extend what jcs did a bit further by removing atus storage for the ssid. | David Gwynne | |
now there is no confusion since it is only provided by net80211. | |||
2005-07-07 | check ETHERMIN and stop calling em_init_locked() from SIOCSIFMTU ioctl. | Brad Smith | |
2005-07-07 | Make Fractional T1 work, reported and tested by Greg Mortensen, | Can Erkin Acar | |
patch from alex@ | |||
2005-07-07 | ueagle.c | Can Erkin Acar | |
2005-07-07 | - the PCI layer enables bus mastering so don't bother again here. | Brad Smith | |
- use pci_mapreg_map() | |||
2005-07-07 | initialize Scan.SSID from the right source | joshua stein | |
fixes association with access points with ssid broadcasting disabled ok dlg@ | |||
2005-07-07 | Match an additional 10 ural ids, most of which are already listed | Jonathan Gray | |
in the device list. | |||
2005-07-07 | regen | Jonathan Gray | |
2005-07-07 | 10 more RT2570 devices, found in Windows drivers. | Jonathan Gray | |
2005-07-07 | remove unused structure definitions. ok damien@ | Kevin Lo | |
2005-07-07 | sync | Theo de Raadt | |
2005-07-07 | shorten | Theo de Raadt | |
2005-07-07 | Match Gigabyte GN-WBKG, from Jaime Fournier <ober at linbsd.org>. | Jonathan Gray | |
2005-07-07 | regen | Jonathan Gray | |
2005-07-07 | Gigabyte GN-WBKG from Jaime Fournier <ober at linbsd.org> | Jonathan Gray | |
2005-07-07 | fix accounting bug on extraction - we were incorrectly subtracting many times | Damien Miller | |
the amount requested from the pool's entropy estimate; ok mickey@ deraadt@ | |||
2005-07-06 | regen | Jonathan Gray | |
2005-07-06 | More NVIDIA devices, in a dmesg from tybollt at solace.mh.se | Jonathan Gray | |
2005-07-06 | - Rewritten TX to use only two pointers to track producer/consumer. | Brad Smith | |
- Bugfix: don't forget to set IFF_OACTIVE when TX list is full. From FreeBSD - clear IFF_RUNNING & IFF_OACTIVE in vr_stop() before de-allocating resources. Thanks to cloder@, millert@ and pedro@ for testing. | |||
2005-07-06 | smartarray 5* raid controller; does io but needs more work; commented out in ↵ | Michael Shalayeff | |
configs for now | |||
2005-07-06 | allow bge(4) to receive Jumbos by default. | Brad Smith | |
ok krw@ | |||
2005-07-06 | regen | Brad Smith | |
2005-07-06 | add Intergraph Intense 3D | Brad Smith | |
2005-07-04 | probe & handle TI16750 if they ever show up here | Theo de Raadt | |
2005-07-04 | broadcom never ceases to amaze us. the fifos on their 16550a | Theo de Raadt | |
serial chips are apparently 15 bytes not 16 bytes. reported to me by the option driver author | |||
2005-07-04 | sync | Theo de Raadt | |
2005-07-04 | new uplcom; Tomokazu Hirai | Theo de Raadt | |
2005-07-03 | Fix data_length values in simulationed MODE SENSE page 4 responses so | Kenneth R Westerback | |
that scsi_do_mode_sense() accepts them. The data_length value does not include itself, and the pg_length value in a mode page does not include itself or the page_code fields. We were +1 on the former and -2 on the latter resulting in a data_length value that was too small by one. Eliminates 'mode sense page 5 not simulated' messages. ok marco@ | |||
2005-07-03 | MCR_AFE, found on some chips | Theo de Raadt | |
2005-07-03 | include CRC | Brad Smith | |
2005-07-03 | fix MTU ioctl case | Brad Smith | |
2005-07-03 | no need for HW VLAN tag removal so clean up some code. | Brad Smith | |
2005-07-03 | enable use of the hardware 64 entry CAM table for perfect multicast | Brad Smith | |
filtering otherwise fallback on the multicast hash table if trying to filter on more than 64 addresses or if we're trying to flip on ALLMULTI. |