summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Collapse)Author
2002-04-28Add some new PERC 3/Di models.Nathan Binkert
From FreeBSD
2002-04-28syncNathan Binkert
2002-04-28New device IDs for the Dell PERC 3/Di (aac)Nathan Binkert
2002-04-28use the correct ifmedia structNathan Binkert
2002-04-28Re-do the way that bus_dma is done for transmit. Loop over the dm_segsNathan Binkert
instead of looping over the mbuf. This fixes some problems seen related to IP fragments containing bogus data in them.
2002-04-28make UBSEC_NO_RNG work correctly (ie. it means no RNG, not no MCR2 operations)Jason Wright
2002-04-26Add support for the WSDISPLAYIO_LINEBYTES ioctl and theMatthieu Herrb
WSDISPLAYIO_MODE_DUMBFB mode (mode where mmapping /dev/ttyC0 maps the framebuffer only) This makes the XF4 wsfb driver work on the TGA cards. Ok miod@, deraadt@
2002-04-26be more terse with outputNathan Binkert
2002-04-26Only call bpf_mtap if we have bpf in the kernelNathan Binkert
2002-04-26debug stuff inside #ifdefTheo de Raadt
2002-04-26missed one; deraadtJason Wright
2002-04-261024 bit maxJason Wright
2002-04-26Don't try to destroy a dmamap if the map was never createdNathan Binkert
This prevents a panic from occuring if the attach fails before the dmamap is created
2002-04-26register as supporting modular exponentiationJason Wright
still contains much debugging code and isn't quite done, but its a start
2002-04-26syncNathan Binkert
2002-04-26remove duplicateNathan Binkert
2002-04-24whoops, missed two fields in modexp structure (kinda important ones =)Jason Wright
2002-04-23modexp context structureJason Wright
2002-04-22regenMatthieu Herrb
2002-04-22Add Matrox MGA G550. ok deraadt@ millert@ fgs@Matthieu Herrb
2002-04-22clean up attach messagesJason Wright
2002-04-18add 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-18syncJason Wright
2002-04-18Another conexant winmodem, and a MiniPCI ethernet card; Maurice Nonnekes ↵Jason Wright
<maurice@amaze.nl>
2002-04-17remove unneeded bytes; tested by nate, deraadt and nate ok.Federico G. Schwindt
2002-04-16move 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-15Add Siemens/Efficient Networks SpeedStream 1023 Wireless PCI Adapter,Todd C. Miller
another PLX card. From FreeBSD.
2002-04-15regen with SpeedStream 1023Todd C. Miller
2002-04-15SpeedStream 1023 Wireless PCI Adapter (PLX-based)Todd C. Miller
2002-04-15wx is totally gone nowTheo de Raadt
2002-04-10For PLX cards move CIS handling to be earlierTodd C. Miller
2002-04-09No longer need memsize.Todd C. Miller
2002-04-08Make fiber cards work (3com 3c996-SX)Nathan Binkert
Make the BCM5701 chips work. (3com 3c996B-T) From FreeBSD
2002-04-08Credit DARPA/USAF appropriately.Jason Wright
2002-04-08tag repairTheo de Raadt
2002-04-08regenMike Frantzen
2002-04-08ESS Alegro-1 and Maestro 3 stuffMike Frantzen
2002-04-08add an entry for the MAESTRO_3 audio accelerator. it improves your bandwidthMike Frantzen
almost as much as an openbsd sticker!
2002-04-08Allegro-1 and Maestro 3 driver ported from netbsdMike Frantzen
ok deraadt@
2002-04-07Typo. ok millert@Thierry Deval
2002-04-06For PLX-based bridge cards, move printing of pcmcia card CIS stringsTodd 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-06Add support for Symbol cards and printing of the primary stationTodd 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-06s/REESSERVED/RESERVED/Jason Wright
2002-04-04Catch broken devices on sparc64 (where broken == devices that don't haveJason Wright
a function 0). Many thanks to Joey Coleman <joeycoleman@acm.org> for fixing this.
2002-04-03The PLX version of the NDC NCP130 PCI card w/ embedded Prism2 doesTodd 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-03back out ALTQ diff which breaks it; see PR 2517Theo de Raadt
2002-04-03gx doesn't actually do bitbangingNathan Binkert
2002-04-02gx doesn't use vtophysNathan Binkert
2002-04-02Add 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-02syncNathan Binkert