summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
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 people,...Theo de Raadt
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, jonathan@DSG.Stan...Theo de Raadt
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
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
1996-09-17support boot.Michael Shalayeff
1996-09-16fix a typo.Michael Shalayeff
1996-09-16theo the pendatJason Downs
1996-09-16pretty pretty pointless supportJason Downs
1996-09-12foomTheo de Raadt
1996-09-12Add some spaces.Jason Downs
1996-09-11Rearrange much of the polling code so really, really *busted* NEC hardwareJason Downs
1996-09-11Remove unneeded quirk, and only print drive capabilities if it appears theJason Downs
1996-09-09Remove duplicated defines.Jason Downs
1996-09-09iresolve constatnt to name combination, itsn't it more clear?Michael Shalayeff
1996-09-06add my cd-rom to quirk table.... no other changes.Michael Shalayeff
1996-09-06cleanup and sync w/ latest Linux source.Michael Shalayeff
1996-09-05se@freebsd.org: fix sync transfer negotiation.dm