summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
1997-01-24bug fix:chuck
1997-01-15sc_link.adapter_buswidth, set to 16 if wide scsi. if 0 it gets convertedTheo de Raadt
1997-01-15more missing prototypes and other warnings fixedkstailey
1997-01-15added prototypeskstailey
1997-01-05absent pcmcia cards do not interruptTheo de Raadt
1996-12-16add "return (0)" to end of zsstop() since it's not a void function anymorekstailey
1996-12-10the real changes by niklas... I did not merge correctlyTheo de Raadt
1996-12-10clr TS_WOPEN if bailing on cua opensTheo de Raadt
1996-12-03clr TS_WOPEN if bailing on cua opensTheo de Raadt
1996-12-03void cystop() -> int cystop()kstailey
1996-12-03void zsstop() -> int zsstop()kstailey
1996-11-30Cleaned up. lpt is MI now.Niklas Hallqvist
1996-11-29Missing pieces of new bus.h that CVS lost behind my backNiklas Hallqvist
1996-11-28Adaption to new bus.h from NetBSD. Various driver has been updated toNiklas Hallqvist
1996-11-25Make CONADDR and CONUNIT overrideableNiklas Hallqvist
1996-11-23added const to second parameter of cfprint_t routineskstailey
1996-11-21correct version of last commitchuck
1996-11-21midway fixes:chuck
1996-11-12Arrival of new bus.h from NetBSDNiklas Hallqvist
1996-11-12s/bus.h/bus.old.h/ to make the transit to the bus_space bus.h an easy roadNiklas Hallqvist
1996-11-09Break shall be handled as data == 0 and FE bit set; from TheoThorsten Lockert
1996-11-09netbsd pr#2919 (jukka.partanen@research.nokia.com):chuck
1996-10-31$OpenBSD RCSIDsNiklas Hallqvist
1996-10-30cominit is used from the outside (the alpha port)Niklas Hallqvist
1996-10-22patch com speed initializationJason Downs
1996-10-18Fix comment typoNiklas Hallqvist
1996-10-18Fix typo introduced when adding __OpenBSD__ checksNiklas Hallqvist
1996-10-16contextual usageTheo de Raadt
1996-10-16latest pdq from matt thomasTheo de Raadt
1996-10-16Wall happinessTheo de Raadt
1996-10-16unused variablesTheo de Raadt
1996-10-16-W cleanTheo de Raadt
1996-10-12on newer cards, use word count for SET_TX_AVAIL_THRESH; from numerous people,...Theo de Raadt
1996-09-29Fix for PCI etherlink3 packet-receive bug; netbsd pr#2661, jonathan@DSG.Stan...Theo de Raadt
1996-09-28Apply Niklas align fix. (better than my try)Per Fogelstrom
1996-09-25Not a good idea. Revert to r1.5 + changesPer Fogelstrom
1996-09-25Alignment fix, another aproach as the previous broke bpf..Per Fogelstrom
1996-09-24do not delay excessively on pcmcia; from peterTheo de Raadt
1996-09-23remove bit definition. only ports left.Michael Shalayeff
1996-09-23add mc6845 CRTC chip registers and definitions.Michael Shalayeff
1996-09-17This driver and some other ether drivers violates the alignment ofPer Fogelstrom
1996-08-29Newer, better, register/device defines from FreeBSD.Jason Downs
1996-08-29sunos-like cua behaviour; inspired by budd@cs.bu.edu in his scn.cTheo de Raadt
1996-08-23Make more MI, closer to compile on amiga, still some problems though.Niklas Hallqvist
1996-08-21check for __OpenBSD__, prep for tossing __NetBSD__?Theo de Raadt
1996-08-15clean up. we no longer need these.shawn
1996-08-02fix:chuck
1996-07-31Drop the ed_ring structure in favour of a byte-array and offset constants.Niklas Hallqvist
1996-07-27split cy driver upTheo de Raadt
1996-07-17fixes/update:chuck