summaryrefslogtreecommitdiff
path: root/sys/dev/isa/files.isa
AgeCommit message (Collapse)Author
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.
1996-05-27"aha + bt" kernels work now.Theo de Raadt
1996-05-26sync 0521Theo de Raadt
1996-05-10split le driver, add iy driverTheo de Raadt
1996-05-05ahc/ahe driver update from freebsd; merged by soda@sra.co.jp andTheo de Raadt
pete@demon.net
1996-05-04Driver for Aria-based sound cards; netbsd pr#2122; from roland@imrryr.orgTheo de Raadt
1996-05-02if_ep splitupTheo de Raadt
1996-05-02Oops! A file forgotten from the former commit:Niklas Hallqvist
The ed driver cannot be in conf/files due to a name conflict in the amiga port. This is resolved like the if_le conflict, by having it in files.i386 until the conflict is resolved.
1996-04-29Pull in John Kohl's [jtk@netbsd.org] most recent (15Apr96) APM and PCMCIA workhvozda
(original PCMCIA framework by Stefan Grefen [grefen@convex.com]).
1996-04-27Bring forward the Amiga ISA support, and resolve a conflict with if_edNiklas Hallqvist
1996-04-24OPTi 82C929 chipset support added.Michael Shalayeff
1996-04-21partial sync with netbsd 960418, more to comeTheo de Raadt
1996-04-18NetBSD 960317 mergeNiklas Hallqvist
1996-02-27if_ed.c cannot be MI yet, due to name clashes, will get resolved soonNiklas Hallqvist
1996-01-26Better config symantics (elimitates 'options PCMCIA_*'; thanks Theo).hvozda
Also a example kernel demonstrating how to configure PCMCIA devices.
1996-01-16Last of the glue and devices for for PCMCIA support from Stefan Grefenhvozda
<grefen@convex.com> with modifications by John Kohl <jtk@kolvir.blrc.ma.us>
1996-01-15from netbsd:Theo de Raadt
Add the "ahe" driver, autoconfiguration support for the aic7xxx-based Adaptec 2[78]4x SCSI controllers, from Michael Graff <explorer@flame.org>. Fixes PR #1594 from Noriyuki Soda <soda@sra.co.jp> in a different way.
1995-12-14from netbsd:Theo de Raadt
Add support for the 3c59x (pci) cards in the 3c5x9 driver. In addition add the necessary bits for the 3c589 (pcmcia) card without adding any of the pcmcia framework. Also call epstop() in the attach routine to make sure that the pci card gets reset properly.
1995-10-18initial import of NetBSD treeTheo de Raadt