Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-01-02 | Midi & sequencer support from NetBSD, mostly by Lennart Augustsson | Niklas Hallqvist | |
1998-12-27 | non-working isapnp aha support | Theo de Raadt | |
1998-11-28 | first attempt at SMC EtherEZ (8416) on isapnp | Theo de Raadt | |
1998-11-06 | Support for RealTek 8019 and 8029 NE2000-compatible network interfaces. | Federico G. Schwindt | |
1998-09-28 | we & ec depend on ifmedia attribute | Jason Wright | |
1998-09-26 | Add smc91cxx ISA support. | Federico G. Schwindt | |
1998-09-22 | Replace 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-11 | Move aic device to conf/files. Comment pcmcia related entries. | Federico G. Schwindt | |
1998-07-05 | Add support for ISA PnP to wdc and associated config goo. This does NOT work | Jason Downs | |
with the Soundblaster; documentation is needed. Also changes wdcprobe method slightly. | |||
1998-04-26 | update audio from NetBSD, mostly by Lennart Augustsson <augustss@cs.chalmers.se> | Niels Provos | |
1998-03-31 | only use dev/isa/if_le.c if le at isa or pci, no other busses want it | Niklas Hallqvist | |
1997-12-26 | busify; support isapnp lance cards | Theo de Raadt | |
1997-12-25 | SB ISA PnP support goop. | Jason Downs | |
1997-12-21 | Obliterate old PnP `code' and outright replace with christos' code. | Jason Downs | |
1997-11-06 | We 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-11 | Driver 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-10 | sync with NETBSD 30/3/97 + adapating aria.c | Niels Provos | |
1996-12-12 | note lpt chip | Michael Shalayeff | |
1996-12-11 | isadma belongs in files.isa | Niklas Hallqvist | |
1996-11-30 | Com driver moved, still somewhat ISA-dependent though, but it will | Niklas Hallqvist | |
improve. Pica and PCMCIA-dependent stuff factored out. | |||
1996-11-30 | Cleaned up. lpt is MI now. | Niklas Hallqvist | |
1996-11-29 | Missing pieces of new bus.h that CVS lost behind my back | Niklas Hallqvist | |
1996-08-14 | rudimentary plug-and-play support, see pnp(4) | shawn | |
1996-07-27 | split cy driver up | Theo de Raadt | |
1996-06-26 | lpr attaches with lpt_isa_ca | dm | |
1996-06-24 | pica changes backed out. does not belong here | Per Fogelstrom | |
1996-06-23 | disable pica stuff for the moment, attribute problem | Theo de Raadt | |
1996-06-22 | Pica bus support added | Per Fogelstrom | |
1996-06-20 | Cyclades Cyclom driver for isa/pci; by Timo Rossi; via jmarin@muikku.jmp.fi | Theo de Raadt | |
1996-06-16 | isadma is now a real driver, so that ports can choose to use it or not | Theo de Raadt | |
1996-06-08 | Initial 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-26 | sync 0521 | Theo de Raadt | |
1996-05-10 | split le driver, add iy driver | Theo de Raadt | |
1996-05-05 | ahc/ahe driver update from freebsd; merged by soda@sra.co.jp and | Theo de Raadt | |
pete@demon.net | |||
1996-05-04 | Driver for Aria-based sound cards; netbsd pr#2122; from roland@imrryr.org | Theo de Raadt | |
1996-05-02 | if_ep splitup | Theo de Raadt | |
1996-05-02 | Oops! 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-29 | Pull in John Kohl's [jtk@netbsd.org] most recent (15Apr96) APM and PCMCIA work | hvozda | |
(original PCMCIA framework by Stefan Grefen [grefen@convex.com]). | |||
1996-04-27 | Bring forward the Amiga ISA support, and resolve a conflict with if_ed | Niklas Hallqvist | |
1996-04-24 | OPTi 82C929 chipset support added. | Michael Shalayeff | |
1996-04-21 | partial sync with netbsd 960418, more to come | Theo de Raadt | |
1996-04-18 | NetBSD 960317 merge | Niklas Hallqvist | |
1996-02-27 | if_ed.c cannot be MI yet, due to name clashes, will get resolved soon | Niklas Hallqvist | |
1996-01-26 | Better config symantics (elimitates 'options PCMCIA_*'; thanks Theo). | hvozda | |
Also a example kernel demonstrating how to configure PCMCIA devices. | |||
1996-01-16 | Last of the glue and devices for for PCMCIA support from Stefan Grefen | hvozda | |
<grefen@convex.com> with modifications by John Kohl <jtk@kolvir.blrc.ma.us> | |||
1996-01-15 | from 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-14 | from 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-18 | initial import of NetBSD tree | Theo de Raadt | |