Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-09-29 | Merge 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-28 | fxp needs ifmedia attribute | Jason Wright | |
1998-09-28 | Sync w/ NetBSD. | Jason Downs | |
1998-09-28 | introduce attribute 'ifmedia' which means 'this particulariface | Michael 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-28 | sync | Jason Downs | |
1998-09-28 | ABP-940UW sycn w/NetBSD | Jason Downs | |
1998-09-28 | sync | Jason Downs | |
1998-09-28 | trident 9750 | Jason Downs | |
1998-09-27 | sync | Marco S Hyman | |
1998-09-27 | fix typo | Marco S Hyman | |
1998-09-27 | Remove some debugging printfs that were missed in the cleanup. | Dale S. Rahn | |
1998-09-27 | add 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-27 | AdvanSys PCI SCSI driver, from NetBSD; dante@mclink.it. | Jason Downs | |
1998-09-26 | sync | Theo de Raadt | |
1998-09-26 | compress | Theo de Raadt | |
1998-09-26 | sync | Jason Downs | |
1998-09-26 | AdvanSys products | Jason Downs | |
1998-09-23 | Work around a bug in the newer revision chip sets. | Jason Wright | |
1998-09-23 | fix pci_io_find(), some dmesg output | Theo de Raadt | |
1998-09-22 | Updated driver from Ustimenko Semen <semen@iclub.nsu.ru>: | Jason Wright | |
o Cleaned up ifmedia support o Improved ring & mbuf handling | |||
1998-09-22 | media support | Theo de Raadt | |
1998-09-22 | New ne2k pci driver. | Federico G. Schwindt | |
1998-09-22 | Add ne for ne2k pci cards. | Federico G. Schwindt | |
1998-09-21 | SMC 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-20 | sync | Theo de Raadt | |
1998-09-20 | lots of new stuphhh | Theo de Raadt | |
1998-09-19 | Added if_media support from NetBSD. -moj | Mats O Jansson | |
1998-09-16 | o if_media'fied am7990 | Jason Wright | |
o if_media'fied sun4m le. | |||
1998-09-16 | fix ep probe message printouts | Theo de Raadt | |
1998-09-11 | Add a third parameter to epconfig to get the MAC address if it's a pcmcia | Federico G. Schwindt | |
card and support it. Use NULL otherwise. Update the ep based drivers. | |||
1998-09-11 | Merge 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-09 | o Fixed printing of intrstr and other typos | Jason Wright | |
o Added support for memory mapped registers (#ifndef XL_USEIOSPACE) | |||
1998-09-09 | Now working on alpha too... -moj | Mats O Jansson | |
1998-09-09 | Dont swab the data twice, only when assiging to the structure. | Dale S. Rahn | |
This only affect big endian machines (powerpc). | |||
1998-09-08 | o 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-07 | sync | Jason Wright | |
1998-09-07 | add 3c900b & 3c900b-combo | Jason Wright | |
1998-09-04 | Add support for 3c980 (Server NIC) -moj | Mats O Jansson | |
1998-09-04 | sync | Todd T. Fries | |
1998-09-04 | WD9710 | Todd T. Fries | |
1998-09-03 | typo | Todd T. Fries | |
1998-09-03 | o OpenBSD gets if_media support (from NetBSD) | Jason Wright | |
o rework/simplify if_xl to use it | |||
1998-09-02 | Maintain FreeBSD RCS id's | Jason Wright | |
1998-09-02 | KNF & printf formatting | Jason Wright | |
1998-09-02 | Missed update of files.pci, and sync with pcidevs | Jason Wright | |
1998-09-02 | o new driver for the 3c900, 3c905, 3c905b ported from FreeBSD | Jason Wright | |
o removed if_ep devices in favor of if_xl driver | |||
1998-08-30 | sync | Jason Downs | |
1998-08-30 | Cyrix devs | Jason Downs | |
1998-08-28 | alpha alignment fixes, from niklas. Tested on i386. | Jason Downs | |
1998-08-28 | Changes to make if_de driver work on big endian machines with a 21040 based | Dale 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. |