Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-07-09 | Do not lose our ethernet address | Niklas Hallqvist | |
1997-07-09 | alpha/common/ insults my filec | Theo de Raadt | |
1997-07-06 | Make compile (fxp now probes OK on alpha) | Niklas Hallqvist | |
1997-07-06 | OpenBSD tags | Niklas Hallqvist | |
1997-07-06 | OpenBSD tag + typo | Niklas Hallqvist | |
1997-07-05 | indent | Theo de Raadt | |
1997-07-05 | I doubt this fixes this driver, but what *was* there was *obviously* wrong; | Jason Downs | |
at least if *this* is wrong, it matches the wrongness of the surrounding block of code. | |||
1997-07-03 | Intel EtherExpress Pro/100B driver, still needs a fix or two | Theo de Raadt | |
1997-07-03 | sync | Theo de Raadt | |
1997-07-03 | sync to netbsd | Theo de Raadt | |
1997-06-24 | Force driver into store-forward mode on cards that support it. This increases | Constantine Sapuntzakis | |
reliability (less underflows) at the expense of speed. | |||
1997-06-20 | Comment out some superfluous const declarations that cause cast warnings | grr | |
with gcc/alpha. We have bcopy(const void *...) so casting a const foo *bar as in bcopy((caddr_t) bar,...) for bcopy seems to be fairly pointless in the first place, but there are too many of these to hack out at the moment. | |||
1997-06-18 | csapuntz@lcs.mit.edu: Port of NetBSD tulip driver. Works with new ↵ | dm | |
(21140-AC-based) SMC Etherpower cards. | |||
1997-05-07 | call pci_intr_establish correctly | Niklas Hallqvist | |
1997-04-30 | Change an splhigh() -> splbio(). From NetBSD (mycroft) | Todd C. Miller | |
1997-04-10 | Ooops! These have to be committed after pcidevs. Doing a make and commit | Per Fogelstrom | |
all together at the same time yields the wrong revision number. Sorry. | |||
1997-04-10 | These two was not ready for commit yet. Backed out. | Per Fogelstrom | |
1997-04-10 | Add Matrox Mystique | Per Fogelstrom | |
1997-03-20 | update for adaptec support | chuck | |
1997-03-20 | regen | chuck | |
1997-03-20 | - add Adaptec ATM ID's (0x5900, 0x5905). still trying to find out how they | chuck | |
correspond to the ANA numbers... certainly includes ANA-5940. - add Efficient Nets product 0x0000. according to linux pci.h the 0x0000 is an FPGA version of the midway card and the 0x0002 is the ASIC version. | |||
1997-03-12 | Mips ARC systems (hmmm..) can also have PCI buses... | Per Fogelstrom | |
1997-03-03 | Sync with NetBSD which is syncing with FreeBSD, whee! | Todd C. Miller | |
OpenBSD-specific changes are surrounded by #ifdef __OpenBSD__ or #ifndef __OpenBSD__ | |||
1997-02-23 | #ifdef __NetBSD__ -> #if defined(__NetBSD__) || defined(__OpenBSD__) | Todd C. Miller | |
1997-01-24 | Sync with NetBSD 961207 | Niklas Hallqvist | |
1997-01-24 | Sync with NetBSD 960123 | Niklas Hallqvist | |
1997-01-22 | only go into wide scsi mode if the card supports it | Theo de Raadt | |
1997-01-17 | ncr_print() -> scsiprint() | kstailey | |
1997-01-15 | sc_link.adapter_buswidth, set to 16 if wide scsi. if 0 it gets converted | Theo de Raadt | |
to 8 internally so that drivers do not need to init it for regular scsi :-) | |||
1996-12-19 | do SIOCGIFADDR in ether_ioctl | Michael Shalayeff | |
1996-12-05 | NetBSD PR#2910: Recognize Pentium Pro machines | dm | |
1996-11-30 | sync | Jason Downs | |
1996-11-30 | fix order of #if defined's so it compiles | Todd C. Miller | |
1996-11-28 | Adaption to new bus.h from NetBSD. Various driver has been updated to | Niklas Hallqvist | |
NetBSD 961107 state. Other has not, partly because sometimes the bus.h changes was coupled with other changes. | |||
1996-11-23 | added const to second parameter of cfprint_t routines | kstailey | |
1996-11-12 | s/bus.h/bus.old.h/ to make the transit to the bus_space bus.h an easy road | Niklas Hallqvist | |
possibly taken in small steps | |||
1996-10-31 | Add ATM defines. From Jim Rees <rees@umich.edu> | Todd C. Miller | |
1996-10-31 | -Wall fixes needed by alpha | Niklas Hallqvist | |
1996-10-18 | -Wall happiness + feed np into ncr_scatter so vtophys will work on alpha | Niklas Hallqvist | |
1996-10-16 | unused var | Theo de Raadt | |
1996-10-14 | sync | Theo de Raadt | |
1996-10-14 | rename some 3cxxx stuff | Theo de Raadt | |
1996-10-14 | sync | Theo de Raadt | |
1996-10-14 | no need for --posix flag | Theo de Raadt | |
1996-10-14 | better 3c59x and 3c9xx support; netbsd pr#2840; curt@portal.ca | Theo de Raadt | |
1996-10-13 | Updated driver to match FreeBSD, from Dave Huang <khym@bga.com>. | Jason Downs | |
1996-10-12 | Support LUNs. My God... | Jason Downs | |
1996-10-04 | __OpenBSD__ | Theo de Raadt | |
1996-09-05 | se@freebsd.org: fix sync transfer negotiation. | dm | |
1996-09-05 | se@freebsd.org: some changes for the 53c860 and the 53c875 | dm | |