summaryrefslogtreecommitdiffstats
path: root/sys/dev/isa/if_ep.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Kill this for real hopefullyniklas2001-07-041-1503/+0
|
* add general ether_ioctl call in net/if_ethersubr.c,mickey1996-05-051-0/+1503
| | | | | | NS,IPX,X.25 special processing is now handled in there. reflect this amazing addition in all the ether ifaces. ppl, pls check the stuff.
* if_ep splitupderaadt1996-05-021-1519/+0
|
* Pull in John Kohl's [jtk@netbsd.org] most recent (15Apr96) APM and PCMCIA workhvozda1996-04-291-28/+95
| | | | (original PCMCIA framework by Stefan Grefen [grefen@convex.com]).
* partial sync with netbsd 960418, more to comederaadt1996-04-211-21/+29
|
* NetBSD 960317 mergeniklas1996-04-181-5/+11
|
* 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-3/+3
|
* Pass device name to interrupt establish routines so it can be recorded intholo1996-02-201-2/+3
| | | | | | | | | 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)
* Recognize 3c595 (same as 3c590, according to FreeBSD if_vx)dm1996-02-131-1/+2
|
* Last of the glue and devices for for PCMCIA support from Stefan Grefenhvozda1996-01-161-1/+139
| | | | <grefen@convex.com> with modifications by John Kohl <jtk@kolvir.blrc.ma.us>
* from netbsd:deraadt1995-12-271-8/+8
| | | | | The IST_* and IPL_* constants are not bus-specific; don't treat them as such. Change splimp -> splnet in Ethernet, ARCnet, and FDDI drivers.
* from netbsd:deraadt1995-12-141-36/+166
| | | | | | | | 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.
* initial import of NetBSD treederaadt1995-10-181-0/+1168