summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
1999-01-24remove unneeded pio.h inclusionMichael Shalayeff
1999-01-23kill #pragma pack.Marc Espie
1999-01-23replace #pragma pack -> attribute((packed))Marc Espie
1999-01-21Remove remnicients of old pcmcia code, allow both pccom & com at pcmciaNiklas Hallqvist
1999-01-21Fix my com/pccom thinkoNiklas Hallqvist
1999-01-21Comment com attach since it conflicts with the i386 declaration.Federico G. Schwindt
1999-01-20pccom is i386 only, com can be attached from mi-land thoughNiklas Hallqvist
1999-01-20ne needs to be attached before weNiklas Hallqvist
1999-01-20Use #error instead of C syntax error to report an inconsistency in definesNiklas Hallqvist
1999-01-19syncTodd C. Miller
1999-01-19move attachment of lpt way down as it can deal withoutNiklas Hallqvist
1999-01-16M1531 Host-PCI BridgeFederico G. Schwindt
1999-01-16hppa has isa tooMichael Shalayeff
1999-01-11Import of CMU's RAIDframe via NetBSD.Niklas Hallqvist
1999-01-11panic prints a newline for you, don't do it in the panic stringTodd C. Miller
1999-01-11remove pnic stuffJason Wright
1999-01-11Driver for PNIC boardsJason Wright
1999-01-11Make attachment sane.Jason Downs
1999-01-11The DSP likes it better if you actually give it an iobase and a handle.Jason Downs
1999-01-11more printf/panic merging, since panic() is stdargAaron Campbell
1999-01-11panic prints a newline for you, don't do it in the panic stringTodd C. Miller
1999-01-11panic prints a newline for you, don't do it in the panic stringTodd C. Miller
1999-01-11shave a few byes by combining a printf and panic that are consecutiveTodd C. Miller
1999-01-11kill unnecessary printf before a panicTodd C. Miller
1999-01-10VIA Rhine driver, ported from FreeBSD; written by wpaul@ctr.columbia.edu.Jason Downs
1999-01-10syncJason Downs
1999-01-10pretty RhineJason Downs
1999-01-10Don't leak the spl() if the card setup fails.Jason Downs
1999-01-08Driver for Macronix 98713, 98713A, 98715 and 98725 based nics ported from Fre...Jason Wright
1999-01-08syncJason Wright
1999-01-08added macronix 98715Jason Wright
1999-01-07revert to polled mode if configured irq is not availableNiklas Hallqvist
1999-01-07Polled mode when no irq was configured was brokenNiklas Hallqvist
1999-01-07Die, NEWCONFIGNiklas Hallqvist
1999-01-07Delayed irq allocation for pcic, gives pccard devices better chance of gettingNiklas Hallqvist
1999-01-04syncTheo de Raadt
1999-01-04new modemTheo de Raadt
1999-01-04Don't isolate if NOISOLATE flag is setJason Wright
1999-01-04o Switching from 10->100 needs a bit of extra bit fiddlingJason Wright
1999-01-04Make sure both phyid registers have bogus values before assumingJason Wright
1999-01-03provide pcmcia IO bus mapper with list of blocks where it shouldTheo de Raadt
1999-01-02unused varNiklas Hallqvist
1999-01-02I messed up the PNP attachmentNiklas Hallqvist
1999-01-02Forgotten file in the midi commitNiklas Hallqvist
1999-01-02Remove unnecessary externNiklas Hallqvist
1999-01-02OpenBSDifyNiklas Hallqvist
1999-01-02Midi & sequencer support from NetBSD, mostly by Lennart AugustssonNiklas Hallqvist
1999-01-01Don't print irq twice if it's defined in the config-file.Federico G. Schwindt
1998-12-31Don't panic if the pcic irq is defined in the config-file.Federico G. Schwindt
1998-12-31semantic change: prefer unshared intr, settle for level shared. this will sti...Theo de Raadt