summaryrefslogtreecommitdiff
path: root/sys/dev/isa/files.isa
AgeCommit message (Collapse)Author
2001-08-03proper vga_* handling; pointed out by tholo@Michael Shalayeff
2001-07-17From NetBSD: driver for Addonics FlexPort 8SJason Wright
KNF'd and interrupt routine rewritten in addition to normal porting. (Interrupts don't appear to work the way they are described, so depend on the slave devices doing the right thing).
2001-07-13On my 10th wedding anniversary I am celebrating byNiklas Hallqvist
committing this driver for technology from back when I got married :-) It is for DEC EtherWorks cards, and comes from NetBSD. I have done severe KNF, and fixed the driver to work with PIO-only cards. Enjoy!
2001-01-30Support for the wscons machine-independent console driver on the i386. ToAaron Campbell
become default in a few moments once deraadt commits new kernel config files. IMPORTANT NOTE: A few important pieces are still required to be worked out over the next few days. Users (and developers) relying on X should probably stay away from -current until further notice. This should not take long, but here is your first heads up. If you decide to upgrade your kernel anyway, be sure to update your /etc/ttys file to use vt100 instead of vt220. The rest of the fallout from this should be minor.
1999-12-27Add tr driver; from NetBSD.Federico G. Schwindt
1999-11-28Driver for Hostess 4-channel serial mux, from Denis A. DoroshenkoJason Downs
<cyxob@isl.vtu.lt>.
1999-08-17factor out ie device definition; niklas@ okMichael Shalayeff
1999-08-17Fix a problem if midi at ym is defined but not mpu.Federico G. Schwindt
1999-07-31RangeLAN2 ISADavid Leonard
1999-07-25Enable new ATA/ATAPISCSI functionality as default.Constantine Sapuntzakis
1999-07-22oops, too earlyTheo de Raadt
1999-07-22pnpdevs.hTheo de Raadt
1999-07-20first cut at isapnp and ym mpuTheo de Raadt
1999-07-18Import of NetBSD ATA/IDE stuff.Constantine Sapuntzakis
Introduction of home-grown To enable this stuff in your configuration, look at the NEWATA conf file and go through dev/isa/files.isa dev/pci/files.pci conf/files arch/i386/conf/files.i386 and follow the instructions on commenting/uncommenting stuff
1999-07-05first attempt at isapnp gus supportTheo de Raadt
1999-06-22ESS audio driver ported from NetBSD, some mixer problems with X-based mixersNiklas Hallqvist
otherwise OK (mixerctl works quite OK, very strange). At the moment it is polled only, but it works quite OK that way too.
1999-03-02wss_isapnp; work by apollo@slcnet.net..Theo de Raadt
1999-01-20ne needs to be attached before weNiklas Hallqvist
1999-01-19move attachment of lpt way down as it can deal withoutNiklas Hallqvist
getting an interrupt nowadays. This makes the sb/lpt conflict go away
1999-01-02Midi & sequencer support from NetBSD, mostly by Lennart AugustssonNiklas Hallqvist
1998-12-27non-working isapnp aha supportTheo de Raadt
1998-11-28first attempt at SMC EtherEZ (8416) on isapnpTheo de Raadt
1998-11-06Support for RealTek 8019 and 8029 NE2000-compatible network interfaces.Federico G. Schwindt
1998-09-28we & ec depend on ifmedia attributeJason Wright
1998-09-26Add smc91cxx ISA support.Federico G. Schwindt
1998-09-22Replace the ed driver.Federico G. Schwindt
ec is used for 3c503 cards, we for SMC/WD 80x3 series and ne for ne[12]00. This also adds ne2k pnp support.
1998-09-11Move aic device to conf/files. Comment pcmcia related entries.Federico G. Schwindt
1998-07-05Add support for ISA PnP to wdc and associated config goo. This does NOT workJason Downs
with the Soundblaster; documentation is needed. Also changes wdcprobe method slightly.
1998-04-26update audio from NetBSD, mostly by Lennart Augustsson <augustss@cs.chalmers.se>Niels Provos
1998-03-31only use dev/isa/if_le.c if le at isa or pci, no other busses want itNiklas Hallqvist
1997-12-26busify; support isapnp lance cardsTheo de Raadt
1997-12-25SB ISA PnP support goop.Jason Downs
1997-12-21Obliterate old PnP `code' and outright replace with christos' code.Jason Downs
1997-11-06We need an MI vga driver. The alpha one was most MI. Not entirely yet though.Niklas Hallqvist
Some files were move behind CVS back.
1997-09-11Driver for ISA EtherExpress Pro/10 ethernet card.gene
This is ported from the FreeBSD driver, and all porting work (and testing) was done by Don Schmidt (yensid@imsa.edu).
1997-07-10sync with NETBSD 30/3/97 + adapating aria.cNiels Provos
1996-12-12note lpt chipMichael Shalayeff
1996-12-11isadma belongs in files.isaNiklas Hallqvist
1996-11-30Com driver moved, still somewhat ISA-dependent though, but it willNiklas Hallqvist
improve. Pica and PCMCIA-dependent stuff factored out.
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-08-14rudimentary plug-and-play support, see pnp(4)shawn
1996-07-27split cy driver upTheo de Raadt
1996-06-26lpr attaches with lpt_isa_cadm
1996-06-24pica changes backed out. does not belong herePer Fogelstrom
1996-06-23disable pica stuff for the moment, attribute problemTheo de Raadt
1996-06-22Pica bus support addedPer Fogelstrom
1996-06-20Cyclades Cyclom driver for isa/pci; by Timo Rossi; via jmarin@muikku.jmp.fiTheo de Raadt
1996-06-16isadma is now a real driver, so that ports can choose to use it or notTheo de Raadt
1996-06-08Initial support ATAPI CD-ROMs.Jason Downs
Based on Manuel Bouyer's drivers.