Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-10-31 | sync | Nathan Binkert | |
2001-10-31 | add a bunch of cards that use the Sundance TC9021 | Nathan Binkert | |
2001-10-29 | defn for "versions read" command (not that the results match the docs mind you). | Jason Wright | |
2001-10-27 | permit compiling of non-pci kernels containing ahc | Theo de Raadt | |
2001-10-26 | Fix a problem with the probe message being printed for cards with no | Kenneth R Westerback | |
RAM. A card that did not have RAM was causing a probe message with no terminating '\n', but with a dangling ', '. Problem noted by Todd T. Fries. | |||
2001-10-25 | implement "the other" pci interface for wavelans, found on intersil | Michael Shalayeff | |
mini-pci cards. inspired by the netbsd's if_wi_pci.c . rename WI_COR_* into WI_PLX_COR_*, per millert@'s suggestion. tested by millert@ for the plx-based cards. | |||
2001-10-25 | regen | Michael Shalayeff | |
2001-10-25 | add intersil mini-pci wlan; from netbsd | Michael Shalayeff | |
2001-10-24 | Print intrstr, not dv_xname. mickey@ ok. | Hakan Olsson | |
2001-10-24 | More cleanups from FreeBSD version- principally getting rid of bogus | mjacob | |
pullup for small mbufs (which was unnecessary); setting txint delay; | |||
2001-10-24 | Match Netgear MA301 dumb PCMCIA->PCI bridge. | Todd C. Miller | |
2001-10-24 | regen with MA301 entry | Todd C. Miller | |
2001-10-24 | Add Netgear MA301 (PLX 9052 based dumb PCMCIA->PCI bridge). | Todd C. Miller | |
2001-10-24 | add missing RCS ids | Brad Smith | |
2001-10-24 | regen | Michael Shalayeff | |
2001-10-24 | a few siemens nixdorf products | Michael Shalayeff | |
2001-10-24 | do not use kvtop(), use dma maps' stuff | Michael Shalayeff | |
2001-10-24 | creative labs sb live! and (perhaps) pci512 driver. | Michael Shalayeff | |
from Yannick Montulet, via netbsd, w/ some minor fixens from meself. | |||
2001-10-11 | fix the cmd execution problem from pr#2116; from pvk@tsinet.ru | Michael Shalayeff | |
2001-10-09 | Make bge use busdma | Nathan Binkert | |
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). |