Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-04-28 | Add some new PERC 3/Di models. | Nathan Binkert | |
From FreeBSD | |||
2002-04-28 | sync | Nathan Binkert | |
2002-04-28 | New device IDs for the Dell PERC 3/Di (aac) | Nathan Binkert | |
2002-04-28 | use the correct ifmedia struct | Nathan Binkert | |
2002-04-28 | Re-do the way that bus_dma is done for transmit. Loop over the dm_segs | Nathan Binkert | |
instead of looping over the mbuf. This fixes some problems seen related to IP fragments containing bogus data in them. | |||
2002-04-28 | make UBSEC_NO_RNG work correctly (ie. it means no RNG, not no MCR2 operations) | Jason Wright | |
2002-04-26 | Add support for the WSDISPLAYIO_LINEBYTES ioctl and the | Matthieu 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-26 | be more terse with output | Nathan Binkert | |
2002-04-26 | Only call bpf_mtap if we have bpf in the kernel | Nathan Binkert | |
2002-04-26 | debug stuff inside #ifdef | Theo de Raadt | |
2002-04-26 | missed one; deraadt | Jason Wright | |
2002-04-26 | 1024 bit max | Jason Wright | |
2002-04-26 | Don't try to destroy a dmamap if the map was never created | Nathan Binkert | |
This prevents a panic from occuring if the attach fails before the dmamap is created | |||
2002-04-26 | register as supporting modular exponentiation | Jason Wright | |
still contains much debugging code and isn't quite done, but its a start | |||
2002-04-26 | sync | Nathan Binkert | |
2002-04-26 | remove duplicate | Nathan Binkert | |
2002-04-24 | whoops, missed two fields in modexp structure (kinda important ones =) | Jason Wright | |
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 | |