Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-09-18 | allow a little more time for reset and match TCM5098 (from NetBSD pr's | Jason Wright | |
13947 and 13948). | |||
2001-09-18 | sync | Jason Wright | |
2001-09-18 | another 3com EISA board (from NetBSD pr 13948) | Jason Wright | |
2001-09-11 | Don't include <vm/vm_kern.h> if you don't need foo_map. | Miod Vallat | |
2001-08-26 | remove useless INUSE references from scsi_xfer->flags; art@ miod@ ok. | Federico G. Schwindt | |
2001-08-12 | absolutely no need to include vm_parm.h after vm.h | Michael Shalayeff | |
2001-03-09 | proper irq printout (like other busses) | Michael Shalayeff | |
2001-02-03 | new timeouts | Michael Shalayeff | |
2001-02-03 | new timeouts | Michael Shalayeff | |
2001-01-26 | regen | Michael Shalayeff | |
2001-01-26 | bt760 ether, fix bt763e | Michael Shalayeff | |
2001-01-26 | regen | Michael Shalayeff | |
2001-01-26 | constify eisa_knowndevs | Michael Shalayeff | |
2000-12-17 | Compaq SMART Array RAID controllers. | Michael Shalayeff | |
based on netbsd driver. testing helps from brad@ eisa untested, but should work (; | |||
2000-05-29 | Support for 3c574 and 3CCFEM556BI PCMCIA Ethernet; from NetBSD. | Aaron Campbell | |
2000-04-14 | This fixes EISA bus_space API. The bus dma tag was never initialized!!! | Steve Murphree | |
2000-03-22 | new ahc driver. Adds support for newer Adaptec controllers. This ↵ | Steve Murphree | |
represents two months of work. | |||
2000-03-13 | Add support for more 3com cards. William Yodlowsky ↵ | Mats O Jansson | |
<wyodlows@route1.nj.devry.edu> and me. -moj | |||
2000-03-13 | sync. -moj | Mats O Jansson | |
2000-03-13 | Add some ethernet cards. William Yodlowsky <wyodlows@route1.nj.devry.edu> ↵ | Mats O Jansson | |
and me. -moj | |||
1999-11-30 | Added port of the NetBSD (-current) DPT SmartCache III/IV PCI/EISA host adapter | cmetz | |
driver to OpenBSD. | |||
1999-11-30 | more KNF and cleanup | Jason Wright | |
1999-11-23 | pretty up kernel printf's | Jason Wright | |
1999-06-23 | regen | Michael Shalayeff | |
1999-06-23 | add hp atm and madge token ring | Michael Shalayeff | |
1999-06-16 | On the off chance that something that is NOT the kernel includes those | Marc Espie | |
files... | |||
1999-03-04 | regen | Michael Shalayeff | |
1999-03-04 | att bt763e ether | Michael Shalayeff | |
1999-01-11 | panic prints a newline for you, don't do it in the panic string | Todd C. Miller | |
1998-11-27 | regen | Michael Shalayeff | |
1998-11-27 | some more HP eisa system boards | Michael Shalayeff | |
1998-11-22 | regen | Michael Shalayeff | |
1998-11-22 | some HP devices | Michael Shalayeff | |
1998-10-29 | hppa could be eisa too | Michael Shalayeff | |
1998-09-19 | Added if_media support from NetBSD. -moj | Mats O Jansson | |
1998-09-11 | change missed by fgsch, tsk tsk tsk | Theo de Raadt | |
1998-07-04 | sync | Theo de Raadt | |
1998-07-04 | add new devices; kleink | Theo de Raadt | |
1998-05-16 | sync | imp | |
1998-05-16 | Add DeskStation Technology and Evolution RISC PC | imp | |
1998-02-26 | clean dmesg | Theo de Raadt | |
1998-01-20 | Merge bus_dma support from NetBSD, mostly by Jason Thorpe. Only i386 uses it | Niklas 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-30 | Sync to NetBSD. Adapt to use bus_space_multi_raw* interface of OpenBSD. | Niklas Hallqvist | |
Some KNF too. | |||
1997-07-25 | damnit | Theo de Raadt | |
1997-07-25 | updated from eisadevs | Michael Shalayeff | |
1997-07-25 | more eisa codes (Jason Wright, netbsd-pr#3853) | Michael Shalayeff | |
1997-04-13 | no Debugger() w/ no DDB defined | Michael Shalayeff | |
1997-03-12 | Need this for arc/pci... | Per Fogelstrom | |
1996-11-28 | Adaption to new bus.h from NetBSD. Various driver has been updated to | Niklas Hallqvist | |
NetBSD 961107 state. Other has not, partly because sometimes the bus.h changes was coupled with other changes. |