Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-10-11 | Add 'powerpc' | Per Fogelstrom | |
1997-10-11 | Modification for Big Endian systems. This driver is now usable in big endian | Per Fogelstrom | |
systems with PCI bus. The modifications were done for the new powerpc port. Most changes are done in the scripts handling storing the scripts in little endian byte order for the scripts processor in the NCR chip. | |||
1997-10-11 | power.4e - not enabling pci boards | Per Fogelstrom | |
1997-10-11 | Add macros for script byte ordering on BE machines | Per Fogelstrom | |
1997-10-10 | Add a special fix for OpenFirmware Power PC PCI. It seems that OFW shuts | Per Fogelstrom | |
down the HW by disabling it when closing the device. So we have to make sure that the board is configured to respond to memory accesses. | |||
1997-09-30 | typecast vga_pci_match to cgmatch_t | Michael Shalayeff | |
compare pci tags w/ bcmp | |||
1997-09-17 | sync | Theo de Raadt | |
1997-09-17 | more compaq products; bouyer | Theo de Raadt | |
1997-09-15 | sync | Theo de Raadt | |
1997-09-15 | graphics chip; drochner | Theo de Raadt | |
1997-09-07 | From NetBSD: | Todd C. Miller | |
Add QUIRK_NOTAGS quirk type and quirk for HP C372. Print quirks (other than QUIRK_NOMSG) for a device when it is config'd. | |||
1997-08-22 | wscons -> vga_xxx -> vga mmap() support. first cut | Theo de Raadt | |
1997-08-12 | Removed unused vars. Added missing arg to bus_space_map. | Niklas Hallqvist | |
Reported by Berndt Josef Wulf <wulf@ping.net.au> | |||
1997-08-08 | Initialize hwreset. | Jason Downs | |
1997-08-05 | Make compile on alpha | Niklas Hallqvist | |
1997-07-31 | Support for newer cards with i82555 PHY. From FreeBSD. | Jason Downs | |
1997-07-30 | Sync to NetBSD. Adapt to use bus_space_multi_raw* interface of OpenBSD. | Niklas Hallqvist | |
Some KNF too. | |||
1997-07-29 | Support BSD/OS 2.1, add OpenBSD tags. | Jason Downs | |
1997-07-28 | pretty | Theo de Raadt | |
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 | |