summaryrefslogtreecommitdiff
path: root/sys/dev/eisa
AgeCommit message (Collapse)Author
1998-05-16syncimp
1998-05-16Add DeskStation Technology and Evolution RISC PCimp
1998-02-26clean dmesgTheo de Raadt
1998-01-20Merge bus_dma support from NetBSD, mostly by Jason Thorpe. Only i386 uses itNiklas Hallqvist
so far, the other archs gets placeholders for now. I wrote a compatibility layer for OpenBSD's old isadma code so we can still use our old driver sources. They will however get changed to native bus_dma use, on a case by case basis. Oh yes, I almost forgot, I kept our notion of isadma being a device so DMA-less ISA-busses still work
1997-11-07$OpenBSD$Niklas Hallqvist
1997-07-30Sync to NetBSD. Adapt to use bus_space_multi_raw* interface of OpenBSD.Niklas Hallqvist
Some KNF too.
1997-07-25damnitTheo de Raadt
1997-07-25updated from eisadevsMichael Shalayeff
1997-07-25more eisa codes (Jason Wright, netbsd-pr#3853)Michael Shalayeff
1997-04-13no Debugger() w/ no DDB definedMichael Shalayeff
1997-03-12Need this for arc/pci...Per Fogelstrom
1996-11-28Adaption to new bus.h from NetBSD. Various driver has been updated toNiklas Hallqvist
NetBSD 961107 state. Other has not, partly because sometimes the bus.h changes was coupled with other changes.
1996-11-23added const to second parameter of cfprint_t routineskstailey
1996-11-12s/bus.h/bus.old.h/ to make the transit to the bus_space bus.h an easy roadNiklas Hallqvist
possibly taken in small steps
1996-10-16-Wall happinessTheo de Raadt
1996-10-04ahc on eisa, netbsdTheo de Raadt
1996-08-21check for __OpenBSD__, prep for tossing __NetBSD__?Theo de Raadt
1996-08-15clean up. we no longer need these.shawn
1996-06-27new 2940 driver merged from freebsd sources 960623shawn
1996-06-18add missing newline in printf. pointed out by Matt ThomasTheo de Raadt
1996-06-02Correct attach outputThorsten Lockert
1996-05-26sync 0521Theo de Raadt
1996-05-10rename softcTheo de Raadt
1996-05-07sync with 0504 -- prototypes and bus.hTheo de Raadt
1996-05-05add general ether_ioctl call in net/if_ethersubr.c,Michael Shalayeff
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.
1996-05-05ahc/ahe driver update from freebsd; merged by soda@sra.co.jp andTheo de Raadt
pete@demon.net
1996-05-03prettier printf messagesTheo de Raadt
1996-05-02more verbose interrupt handling?Theo de Raadt
1996-05-02if_ep splitupTheo de Raadt
1996-05-02update for eisadevsTheo de Raadt
1996-05-02add entryTheo de Raadt
1996-04-28Make this compile; was missing new first argumentThorsten Lockert
1996-04-21partial sync with netbsd 960418, more to comeTheo de Raadt
1996-04-18NetBSD 960317 mergeNiklas Hallqvist
1996-02-20Pass device name to interrupt establish routines so it can be recorded inThorsten Lockert
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)
1995-12-27from netbsd:Theo de Raadt
The IST_* and IPL_* constants are not bus-specific; don't treat them as such. Change splimp -> splnet in Ethernet, ARCnet, and FDDI drivers.
1995-10-18initial import of NetBSD treeTheo de Raadt