summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Collapse)Author
1996-10-16the Wall thing, you knowTheo de Raadt
1996-10-16latest pdq from matt thomasTheo de Raadt
1996-10-16unused varTheo de Raadt
1996-10-16Wall happinessTheo de Raadt
1996-10-16-Wall happinessTheo de Raadt
1996-10-16type deathTheo de Raadt
1996-10-16unused varTheo de Raadt
1996-10-16unused vars, protosTheo de Raadt
1996-10-16unused varsTheo de Raadt
1996-10-16contextual usageTheo de Raadt
1996-10-16missing */Theo de Raadt
1996-10-16protoTheo de Raadt
1996-10-16fix proto, unused varTheo de Raadt
1996-10-16unused variablesTheo de Raadt
1996-10-16unused varsTheo de Raadt
1996-10-16contextual usage onlyTheo de Raadt
1996-10-16-W cleanTheo de Raadt
1996-10-16compile aic7xxx_asm using HOSTCC and -U_KERNELTheo de Raadt
1996-10-14syncTheo de Raadt
1996-10-14rename some 3cxxx stuffTheo de Raadt
1996-10-14syncTheo de Raadt
1996-10-14no need for --posix flagTheo de Raadt
1996-10-14better 3c59x and 3c9xx support; netbsd pr#2840; curt@portal.caTheo de Raadt
1996-10-13Updated driver to match FreeBSD, from Dave Huang <khym@bga.com>.Jason Downs
1996-10-12on newer cards, use word count for SET_TX_AVAIL_THRESH; from numerous ↵Theo de Raadt
people, gleamed from plan9/bsdi drivers, and confirmed in last two sentences in 3c590 manual
1996-10-12Support LUNs. My God...Jason Downs
1996-10-06fix from chuckTheo de Raadt
1996-10-05[a]cd_play -> [a]cd_play_big. Say hello to cdio(1).Jason Downs
1996-10-05Avoid odd aligned 16-bit entities for mips sakeNiklas Hallqvist
1996-10-04__OpenBSD__Theo de Raadt
1996-10-04ahc on eisa, netbsdTheo de Raadt
1996-10-04silence warningTheo de Raadt
1996-09-29Fix for PCI etherlink3 packet-receive bug; netbsd pr#2661, ↵Theo de Raadt
jonathan@DSG.Stanford.EDU
1996-09-29Short comment describing the origin of arc4.dm
1996-09-28Apply Niklas align fix. (better than my try)Per Fogelstrom
1996-09-26Fix alignment for mips & other strict architectures, mostly used lance stuff.Niklas Hallqvist
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-23adjust number of types, since we've got 16 partitions in disklabel now.Michael Shalayeff
1996-09-23propagte FD{UNIT,PART} definitions.Michael Shalayeff
1996-09-23remove bit definition. only ports left.Michael Shalayeff
1996-09-23add mc6845 CRTC chip registers and definitions.Michael Shalayeff
derived from pcvt_hdr.h file.
1996-09-22Get some things ready for later.Jason Downs
1996-09-22add a slight delayJason Downs
1996-09-20silent probe, silent attach; netbsd pr#2108, mike.long@analog.comTheo de Raadt
1996-09-17This driver and some other ether drivers violates the alignment ofPer Fogelstrom
struct ether_header by placing it's start on a non 32bit int boundary. On processor with alignment restrictions (like MIPS) this will fail badly. This is the first driver to have been fixed. The fix is to copy the ether header to a separate buffer instead of into the mbuf.
1996-09-17support boot.Michael Shalayeff
1996-09-16fix a typo.Michael Shalayeff
from netbsd-pr port-i386/2587 <rvb@cs.cmu.edu>
1996-09-16theo the pendatJason Downs