Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-10-09 | Don't enable BGE_CHECKSUM yet, since it doesn't work. | Nathan Binkert | |
It shouldn't have been enabled in the first place. | |||
2001-10-07 | match DTCTECH Domex DMX3194U (it's an initio in a different box) | Jason Wright | |
2001-10-07 | sync | Jason Wright | |
2001-10-07 | Domex 3194U | Jason Wright | |
2001-10-06 | Fix various 2300 (2Gb) last minute errata. Keep up with the jones' for | mjacob | |
the target mode code. | |||
2001-10-06 | Completely strip away all non-OpenBSD code to clean things up. Fix the | mjacob | |
setting of cacheline to something that the chip wants. Apply several bug fixes from Sitara networks with respect to transmit descriptor wraparound. Don't do tx descriptor garbage collection in the interrupt service routine. Increase the number of rx descriptors to 256. | |||
2001-10-06 | We must read the SROM ahead of time for all ADMtek-based PCI cards; based on | Aaron Campbell | |
patch from ckuethe@pyxis.cns.ualberta.ca in PR/2102. At some point after 3.0 I must de-cruftify the dc(4) matching code to avoid such errors. :( | |||
2001-10-06 | sync | Aaron Campbell | |
2001-10-06 | More TI FireWire products. | Aaron Campbell | |
2001-10-05 | sync | Jason Wright | |
2001-10-05 | fix | Jason Wright | |
2001-10-05 | Add a driver for the Broadcom BCM570x chips. (a.k.a. Tigon3). | Nathan Binkert | |
This driver supports the following cards: 3Com 3c996-T (10/100/1000baseTX) Dell PowerEdge 2550 integrated BCM5700 NIC (10/100/1000baseTX) SysKonnect SK-9D21 (10/100/1000baseTX) SysKonnect SK-9D41 (1000baseSX) From FreeBSD | |||
2001-10-05 | pcidevs | Theo de Raadt | |
2001-10-05 | new | Theo de Raadt | |
2001-10-05 | random KNF and removal of unused variables | Nathan Binkert | |
2001-10-05 | use positive logic for match | Nathan Binkert | |
2001-10-04 | regen | Michael Shalayeff | |
2001-10-04 | ibm 82G2675, ServeRAID, i82557B 10/100 | Michael Shalayeff | |
2001-10-04 | Attach sf4r and mr drivers. | Grigoriy Orlov | |
From Maxim Tsyplakov <tm@oganer.net>, Vladimir Popov <jumbo@narod.ru> | |||
2001-10-04 | Driver skeleton for Guillemot Maxi Radio FM2000 PCI Radio Card. | Grigoriy Orlov | |
If I understand right developers have no such card. Work by Maxim Tsyplakov <tm@oganer.net>, Vladimir Popov <jumbo@narod.ru> | |||
2001-10-04 | SoundForte RadioLink SF64-PCR FM Radio Card device driver | Grigoriy Orlov | |
Probably untested. Work by Vladimir Popov <jumbo@narod.ru>, Maxim Tsyplakov <tm@oganer.net> | |||
2001-10-04 | regen | Grigoriy Orlov | |
2001-10-04 | Add Guillemot MaxiRadio | Grigoriy Orlov | |
2001-10-03 | return 1 from interrupt handled; kevlo | Theo de Raadt | |
2001-10-03 | fix data sheet link. ok deraadt@ | Kevin Lo | |
2001-10-02 | sync | Jason Wright | |
2001-10-02 | ALI M5451 audio | Jason Wright | |
2001-09-29 | if_media support, from freebsd | Michael Shalayeff | |
2001-09-29 | Pretty the printout (don't know if it's right, but it does the job). | Artur Grabowski | |
2001-09-29 | PC87415: Don't claim to support DATA32 or MODE | Jason Wright | |
(now correctly probes the DMA modes). | |||
2001-09-29 | for pc87415: | Jason Wright | |
- don't hardwire interrupt interrupts to pci mode - unmask the pci interrupt if at least one channel is in pci mode | |||
2001-09-29 | add pciide driver for National Semiconductor PC87415. | Jason Wright | |
2001-09-29 | If we field an interrupt, return to the caller that we did so. Otherwise, | mjacob | |
on some platforms, after a while they'll think it's all spurious and disconnect the interrupt routing. Thereupon Bad Things Happen (tm). Approved by: Theo. | |||
2001-09-27 | style fixes from Alexander Yurchenko <grange@grange.ru> | Grigoriy Orlov | |
2001-09-27 | Huge merge with NetBSD. For full details look at their revision history ↵ | Jason Wright | |
(1.26 -> 1.83)... Highlights: o tag queue support o fas366 support (doesn't work yet on sparc, but does on sparc64) o tons more (thanks to hugh, fgsch and beck for testing) | |||
2001-09-26 | sync | Jason Wright | |
2001-09-26 | NS PC87415 | Jason Wright | |
2001-09-26 | * add missing #include "vlan.h" | Peter Galbavy | |
* add IFCAP_VLAN_MTU capability * put test around hardware assited (de)tagging of VLAN packets This now means that vlan's built using the driver can pass full size packets. IFCAP_VLAN_HWTAGGING is not currently enabled as it does not work in the current sources. more study required. ok'ed by jason@, nate@ was watching mail back and forth | |||
2001-09-23 | Read the MAC address correctly from 630EA1-based sis(4) devices. Should fix | Aaron Campbell | |
problems people have been reporting of this nature with the SiS network devices found on some motherboards; fixes pr#2085. Patch by peter@, jason@ ok Also, some space vs tab fixes while we're here. | |||
2001-09-22 | supply some entropy from here | Michael Shalayeff | |
2001-09-21 | sync | Theo de Raadt | |
2001-09-21 | new stuff | Theo de Raadt | |
2001-09-21 | Not yet working, but getting a bit closer. | Hakan Olsson | |
2001-09-21 | Correct some pryntf() usage: get the correct number of arguments in the | Miod Vallat | |
correct order. | |||
2001-09-21 | Driver for Sun GEM ethernet. Not ready yet. | Artur Grabowski | |
From NetBSD | |||
2001-09-20 | occured->occurred | Mike Pechkin | |
idea from deraadt@ via NetBSD millert@ ok | |||
2001-09-20 | regen | Nathan Binkert | |
2001-09-20 | more broadcom BCM570x based boards. | Nathan Binkert | |
from FreeBSD | |||
2001-09-19 | merge vm/vm_kern.h into uvm/uvm_extern.h; art@ ok | Michael Shalayeff | |
2001-09-16 | Typos in comments. | Artur Grabowski | |
From Alexander Yurchenko <grange@rt.mipt.ru> |