Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-04-23 | modexp context structure | Jason Wright | |
2002-04-22 | regen | Matthieu Herrb | |
2002-04-22 | Add Matrox MGA G550. ok deraadt@ millert@ fgs@ | Matthieu Herrb | |
2002-04-22 | clean up attach messages | Jason Wright | |
2002-04-18 | add support for Conexant LANfinity RS7112; based on patch from Maurice ↵ | Jason Wright | |
Nonnekes <maurice@amaze.nl> based on FreeBSD (only minor surgery necessary) | |||
2002-04-18 | sync | Jason Wright | |
2002-04-18 | Another conexant winmodem, and a MiniPCI ethernet card; Maurice Nonnekes ↵ | Jason Wright | |
<maurice@amaze.nl> | |||
2002-04-17 | remove unneeded bytes; tested by nate, deraadt and nate ok. | Federico G. Schwindt | |
2002-04-16 | move prototypes of dc_eeprom_width, dc_read_srom, and dc_parse_21143_srom to ↵ | Jason Wright | |
dcreg.h and out of the bus specific drivers | |||
2002-04-15 | Add Siemens/Efficient Networks SpeedStream 1023 Wireless PCI Adapter, | Todd C. Miller | |
another PLX card. From FreeBSD. | |||
2002-04-15 | regen with SpeedStream 1023 | Todd C. Miller | |
2002-04-15 | SpeedStream 1023 Wireless PCI Adapter (PLX-based) | Todd C. Miller | |
2002-04-15 | wx is totally gone now | Theo de Raadt | |
2002-04-10 | For PLX cards move CIS handling to be earlier | Todd C. Miller | |
2002-04-09 | No longer need memsize. | Todd C. Miller | |
2002-04-08 | Make fiber cards work (3com 3c996-SX) | Nathan Binkert | |
Make the BCM5701 chips work. (3com 3c996B-T) From FreeBSD | |||
2002-04-08 | Credit DARPA/USAF appropriately. | Jason Wright | |
2002-04-08 | tag repair | Theo de Raadt | |
2002-04-08 | regen | Mike Frantzen | |
2002-04-08 | ESS Alegro-1 and Maestro 3 stuff | Mike Frantzen | |
2002-04-08 | add an entry for the MAESTRO_3 audio accelerator. it improves your bandwidth | Mike Frantzen | |
almost as much as an openbsd sticker! | |||
2002-04-08 | Allegro-1 and Maestro 3 driver ported from netbsd | Mike Frantzen | |
ok deraadt@ | |||
2002-04-07 | Typo. ok millert@ | Thierry Deval | |
2002-04-06 | For PLX-based bridge cards, move printing of pcmcia card CIS strings | Todd C. Miller | |
out of generic wi_attach() and into wi_pci_attach(). This means we can't print the CIS info for embedded cards like the NCP130 but since those don't have a "real" pcmcia card in them this is really not a problem. Also check to see that there is actually a pcmcia present and give and error if not. CIS magic number taken from the Linux orinoco driver; there may be a better way to do this. | |||
2002-04-06 | Add support for Symbol cards and printing of the primary station | Todd C. Miller | |
firmware version. Adapted from NetBSD and the Linux orinoco driver. The Symbol firmware requires that we do a COR soft reset before initializing the card in wi_reset(). Also, setting WI_RID_ROAMING_MODE caused the Symbol card to go into a strange (non-working) mode with firmware 2.x.x. There are some other Symbol additions/oddities that will need to be addressed in the future. | |||
2002-04-06 | s/REESSERVED/RESERVED/ | Jason Wright | |
2002-04-04 | Catch broken devices on sparc64 (where broken == devices that don't have | Jason Wright | |
a function 0). Many thanks to Joey Coleman <joeycoleman@acm.org> for fixing this. | |||
2002-04-03 | The PLX version of the NDC NCP130 PCI card w/ embedded Prism2 does | Todd C. Miller | |
not map the PLX registers so the driver cannot enable interrupts on the PLX chip (this is OK since the card's EEPROM does it for us). To work around this we check that what we expect to be the PLX registers are a) I/O mapped and b) have a non-zero size. OK mickey@ | |||
2002-04-03 | back out ALTQ diff which breaks it; see PR 2517 | Theo de Raadt | |
2002-04-03 | gx doesn't actually do bitbanging | Nathan Binkert | |
2002-04-02 | gx doesn't use vtophys | Nathan Binkert | |
2002-04-02 | Add gx(4) | Nathan Binkert | |
This driver is for the Intel gigabit cards including those based on 82542, 82543 and 82544 chips. Base driver from FreeBSD Support for 82544 from me. | |||
2002-04-02 | sync | Nathan Binkert | |
2002-04-02 | Fix the names for the Intel Gigabit cards | Nathan Binkert | |
2002-04-01 | Don't have dc and de return the same match value in any case. | Nathan Binkert | |
Comment the reasoning for the various return values in dc_pci_match. dc is preferred over de on all archs except for alpha where de is used. The main reason dc is not preferred on alpha is that it doesn't fit on the floppy, so RAMDISK and GENERIC would have different drivers for the same device which is rather confusing. | |||
2002-04-01 | - add support for PDC20268R (not tested) and PDC20269 | Grigoriy Orlov | |
- fix interrupt handling when IRQ is shared - cable detection - sync with NetBSD Work by Alexander Yurchenko <grange@rt.mipt.ru> | |||
2002-04-01 | Add support for PowerStorm 4D20 TGA boqrds with IBM 561 ramdac (aka | Matthieu Herrb | |
32bit TGA) From NetBSD, ok deraadt@. | |||
2002-04-01 | Only call dc_ramdac_intr if initialized(). Fixes a panic when | Matthieu Herrb | |
starting Xtga. From NetBSD. ok deraadt@ | |||
2002-04-01 | No Mickey, that corega card is just a rebadged NDC card. | Todd C. Miller | |
Make this actually compile again. | |||
2002-04-01 | todd killed a corega card | Michael Shalayeff | |
2002-03-31 | Limit pci register map size to 256k | Nathan Binkert | |
ok deraadt, art, mickey | |||
2002-03-30 | o Move register definitions to if_wireg.h | Todd C. Miller | |
o Rename some register defines to be more useful (adapted from FreeBSD) o Enable interrupts on PLX chip since some boards don't have this in the EEPROM (adapted from FreeBSD and Linux). | |||
2002-03-30 | map only first page of whatever is given to us in the bar, | Michael Shalayeff | |
apparetnyl sometimes we get whole lots of space there. also map it 32bit. | |||
2002-03-27 | Update comment at the top to reality. | Todd C. Miller | |
2002-03-27 | make sure error is set to zero on the pci write case for user conf | Jason Wright | |
2002-03-26 | Add support for the TMD7160 dumb PCI-ISA bridge (similar in function to | Todd C. Miller | |
the PLX905x). Info gleaned from patches to the Linux wlan driver from NDC. This makes the NDC NCP130 rev A2 work. | |||
2002-03-26 | regen | Todd C. Miller | |
2002-03-26 | o 0x15e8 is National Datacomm Corp, not Corega | Todd C. Miller | |
o Add NDC NCP130 PCI Prism2 boards (2 flavors) | |||
2002-03-26 | regen | Michael Shalayeff | |
2002-03-26 | a clone of Eumitcom WL11000P -- USR11000P; from lj7@usa.net | Michael Shalayeff | |