summaryrefslogtreecommitdiffstats
path: root/sys/dev/isa/if_ed.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* NetBSD 960317 mergeniklas1996-04-181-184/+227
|
* Fix back wrong patches.mickey1996-03-201-2/+2
|
* Merging w/ NetBSD 021796.mickey1996-03-191-2/+2
| | | | | speaker upgraded to the current. some changes to the VM stuff (ie kern_thread.c added and so).
* From NetBSD: merge of 960217niklas1996-03-081-1/+3
|
* Pass device name to interrupt establish routines so it can be recorded intholo1996-02-201-1/+1
| | | | | | | | | the device interrupt chain structures (isa, pci) Move interrupt chain structure definition to <machine/psl.h> so vmstat can get at it (i386) Remove hack to count interrupts the old way (i386)
* Last of the glue and devices for for PCMCIA support from Stefan Grefenhvozda1996-01-161-2/+162
| | | | <grefen@convex.com> with modifications by John Kohl <jtk@kolvir.blrc.ma.us>
* Imported from FreeBSD:chuck1996-01-101-7/+24
| | | | | | Add support for the SMC8416 (EtherEZ) ISA ethernet card. The 8416 has an 8K shared mem (the old driver assumed 16K and failed at attach time).
* from netbsd:deraadt1995-12-271-5/+5
| | | | | The IST_* and IPL_* constants are not bus-specific; don't treat them as such. Change splimp -> splnet in Ethernet, ARCnet, and FDDI drivers.
* initial import of NetBSD treederaadt1995-10-181-0/+2260