summaryrefslogtreecommitdiffstats
path: root/sys/dev/isa/files.isapnp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* aha remnants lurking in heretedu2016-09-031-3/+1
|
* Remove rt leftovers in isapnp, unbreak kernel config.bluhm2016-08-311-5/+1
| | | | OK deraadt@
* remove some ISA drivers for devices not recently seen in the wild.tedu2016-08-311-8/+1
|
* Remove all audio format conversion code from the kernel (btw holdingratchov2015-05-111-2/+2
| | | | | | | | | the kernel_lock), as we already do better conversions in user-mode. Yet, no need for every single driver to fiddle with the conversion code as they are done transparently by common MI code. With help from armani and miod, support from mpi ok armani@
* Remove unnecessary `needs-flag' attributes.miod2014-10-121-5/+5
|
* Sync the MI LANCE code ( le(4) ) with NetBSD, except for the following:miod2013-09-241-2/+2
| | | | | | | | | | | | | | | | - the am7990_get() - now lance_get() - is unchanged. - the interrupt acknowledge logic is unchanged, and will disable interrupts, then acknowledge all interrupt conditions. Add ILACC (79900) support (from NetBSD). Both LANCE (am7990.c) and ILACC (am79900.c) code share as much common code (lance.c) as possible. This affects all le(4) attachments, but the changes are mostly mechanical, to split am7990-specific parts from lance-agnostic parts. Compile tested on all affected platforms. Tested on alpha, hp300, luna88k, mvme88k, sparc, sparc64 and vax.
* fix mpu attachment at isapnp which resulted in amd64 (no isapnp) gettingderaadt2011-06-051-2/+2
| | | | | a file compiled. spotted by guenther, but this is the right fix ok miod
* Switch i386 from pccom to com. Welcomed by many.kettenis2008-05-211-3/+3
| | | | ok dlg@, jsing@, deraadt@
* Cosmetics...tdeval2005-03-081-2/+2
| | | | | Mainly remove space between locators parens, replace spaces with tabs where appropriate and consistently align dependencies.
* an@isapnp w/ the isa card millert gave me shitloads of metric ages agomickey2003-05-201-1/+4
|
* same devices named the samemickey2002-11-281-2/+1
|
* aic at isapnp, from anders@Arnholm.nu w/ fixes from memickey2002-09-031-1/+4
|
* update of radiotrack driver, including isapnp support; from jumbo@mickey2002-08-281-1/+4
|
* Do not compile the pnp attachments unless they're requested; deraadt@ okfgsch2001-12-081-7/+7
|
* Move out com at isapnp attachment into an own file.art2001-09-301-1/+2
| | | | | Not tested because the only system with isapnp is i386 and i386 uses pccom. GRRR, thank you cvs for not committing the files I ask you to commit.
* Driver for the 3c515 FastEtherlink ISAjason1999-08-041-1/+5
|
* mpu_isapnp.c is used only when midi is includedmatthieu1999-07-251-2/+2
|
* isapnp wdc worksderaadt1999-07-211-2/+3
|
* permit midi on mpu & ymderaadt1999-07-201-3/+3
|
* first cut at isapnp and ym mpuderaadt1999-07-201-1/+5
|
* first attempt at isapnp gus supportderaadt1999-07-051-1/+3
|
* ESS audio driver ported from NetBSD, some mixer problems with X-based mixersniklas1999-06-221-1/+4
| | | | | otherwise OK (mixerctl works quite OK, very strange). At the moment it is polled only, but it works quite OK that way too.
* simplify cs4232 handling; apollo@slcnet.netderaadt1999-03-041-2/+1
|
* cs4232 hackderaadt1999-03-041-1/+2
|
* wss_isapnp; work by apollo@slcnet.net..deraadt1999-03-021-1/+4
|
* non-working isapnp aha supportderaadt1998-12-271-1/+3
|
* first attempt at SMC EtherEZ (8416) on isapnpderaadt1998-11-281-1/+3
|
* Support for RealTek 8019 and 8029 NE2000-compatible network interfaces.fgsch1998-11-061-2/+2
|
* Replace the ed driver.fgsch1998-09-221-1/+4
| | | | | ec is used for 3c503 cards, we for SMC/WD 80x3 series and ne for ne[12]00. This also adds ne2k pnp support.
* Add support for ISA PnP to wdc and associated config goo. This does NOT workdownsj1998-07-051-1/+3
| | | | | | with the Soundblaster; documentation is needed. Also changes wdcprobe method slightly.
* Added ym driver as one of the optionscsapuntz1998-05-081-1/+7
|
* New PnP 'ep' driver.dgregor1998-03-201-1/+4
|
* busify; support isapnp lance cardsderaadt1997-12-261-1/+4
|
* SB ISA PnP support goop.downsj1997-12-251-2/+5
|
* New ISA/ISA PnP configuration infrastructure:downsj1997-12-251-2/+3
| | | | isa_attach_args and isapnp_attach_args have been merged.
* Obliterate old PnP `code' and outright replace with christos' code.downsj1997-12-211-0/+19