summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Collapse)Author
1998-09-29Merge with FreeBSD: if_xlreg.h(1.5) & if_xl.c(1.12)Jason Wright
o workaround for ifmedia_set panic o make sure tx isn't wedged if tx queue is full o increase TX queue from 10 -> 16 descriptors
1998-09-28fxp needs ifmedia attributeJason Wright
1998-09-28Sync w/ NetBSD.Jason Downs
1998-09-28introduce attribute 'ifmedia' which means 'this particularifaceMichael Shalayeff
supports if_edia stuff so include correspondent MI support'. reviewed/additions by jason@, he said "there might be more of 'em", but i'd say, there can be only one!
1998-09-28syncJason Downs
1998-09-28ABP-940UW sycn w/NetBSDJason Downs
1998-09-28syncJason Downs
1998-09-28trident 9750Jason Downs
1998-09-27syncMarco S Hyman
1998-09-27fix typoMarco S Hyman
1998-09-27Remove some debugging printfs that were missed in the cleanup.Dale S. Rahn
1998-09-27add wscons support to powerpc port.Dale S. Rahn
This contains several pieces of the port MI: vgafb, on powerpc under openfirmware the vga card comes up in gfx mode. instead of resetting it to text mode, vgafb treats this as a raster display. The mechanism used may not have been the best, it's interface to wscons is as a text display, and it does the character plotting itself. font_8x16.c was stolen from the atari port for use. MD: ppcppi support stolen from alpha pms.c, pckbd.c and the rest of the support files were used nearly directly. powerpc conf.c to support wscon, vga/kbd machdep.c hack to get around a bus_space_set_region,bus_space_copy error. ofw_machdep.c some hack code on the road to supporting wscons as console.
1998-09-27AdvanSys PCI SCSI driver, from NetBSD; dante@mclink.it.Jason Downs
1998-09-26syncTheo de Raadt
1998-09-26compressTheo de Raadt
1998-09-26syncJason Downs
1998-09-26AdvanSys productsJason Downs
1998-09-23Work around a bug in the newer revision chip sets.Jason Wright
1998-09-23fix pci_io_find(), some dmesg outputTheo de Raadt
1998-09-22Updated driver from Ustimenko Semen <semen@iclub.nsu.ru>:Jason Wright
o Cleaned up ifmedia support o Improved ring & mbuf handling
1998-09-22media supportTheo de Raadt
1998-09-22New ne2k pci driver.Federico G. Schwindt
1998-09-22Add ne for ne2k pci cards.Federico G. Schwindt
1998-09-21SMC 83C170 EPIC support from; Semen Ustimenko (semen@iclub.nsu.ru)Jason Wright
This is the chip found on the SMC EtherPower II 10/100 boards.
1998-09-20syncTheo de Raadt
1998-09-20lots of new stuphhhTheo de Raadt
1998-09-19Added if_media support from NetBSD. -mojMats O Jansson
1998-09-16o if_media'fied am7990Jason Wright
o if_media'fied sun4m le.
1998-09-16fix ep probe message printoutsTheo de Raadt
1998-09-11Add a third parameter to epconfig to get the MAC address if it's a pcmciaFederico G. Schwindt
card and support it. Use NULL otherwise. Update the ep based drivers.
1998-09-11Merge with FreeBSD 1.11:Jason Wright
1. If oactive on entry to xl_start, see if tx is wedged, and try unwedging it if necessary. 2. Do a synchonous media negotiation at boot (max of 5 seconds) 3. Start and restart autonegotiation if we're setting the media manually
1998-09-09o Fixed printing of intrstr and other typosJason Wright
o Added support for memory mapped registers (#ifndef XL_USEIOSPACE)
1998-09-09Now working on alpha too... -mojMats O Jansson
1998-09-09Dont swab the data twice, only when assiging to the structure.Dale S. Rahn
This only affect big endian machines (powerpc).
1998-09-08o Sync with FreeBSD (if_xl.c 1.10)Jason Wright
better handling of memory, typos, 3c980 support o Change tests for 3c980 to match the FreeBSD method in xl_mediacheck() o Added matches for 3c900b and 3c900b-combo (support untested)
1998-09-07syncJason Wright
1998-09-07add 3c900b & 3c900b-comboJason Wright
1998-09-04Add support for 3c980 (Server NIC) -mojMats O Jansson
1998-09-04syncTodd T. Fries
1998-09-04WD9710Todd T. Fries
1998-09-03typoTodd T. Fries
1998-09-03o OpenBSD gets if_media support (from NetBSD)Jason Wright
o rework/simplify if_xl to use it
1998-09-02Maintain FreeBSD RCS id'sJason Wright
1998-09-02KNF & printf formattingJason Wright
1998-09-02Missed update of files.pci, and sync with pcidevsJason Wright
1998-09-02o new driver for the 3c900, 3c905, 3c905b ported from FreeBSDJason Wright
o removed if_ep devices in favor of if_xl driver
1998-08-30syncJason Downs
1998-08-30Cyrix devsJason Downs
1998-08-28alpha alignment fixes, from niklas. Tested on i386.Jason Downs
1998-08-28Changes to make if_de driver work on big endian machines with a 21040 basedDale S. Rahn
card. Tested on i386 and alpha. Could use some cleanup to swab constants instead of variables, so that the compiler can do the work, not the processor.