Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
1996-11-23 | added const to second parameter of cfprint_t routines | kstailey | |
1996-11-12 | s/bus.h/bus.old.h/ to make the transit to the bus_space bus.h an easy road | Niklas Hallqvist | |
possibly taken in small steps | |||
1996-10-16 | -Wall happiness | Theo de Raadt | |
1996-10-04 | ahc on eisa, netbsd | Theo de Raadt | |
1996-08-21 | check for __OpenBSD__, prep for tossing __NetBSD__? | Theo de Raadt | |
1996-08-15 | clean up. we no longer need these. | shawn | |
1996-06-27 | new 2940 driver merged from freebsd sources 960623 | shawn | |
1996-06-18 | add missing newline in printf. pointed out by Matt Thomas | Theo de Raadt | |
1996-06-02 | Correct attach output | Thorsten Lockert | |
1996-05-26 | sync 0521 | Theo de Raadt | |
1996-05-10 | rename softc | Theo de Raadt | |
1996-05-07 | sync with 0504 -- prototypes and bus.h | Theo de Raadt | |
1996-05-05 | add 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-05 | ahc/ahe driver update from freebsd; merged by soda@sra.co.jp and | Theo de Raadt | |
pete@demon.net | |||
1996-05-03 | prettier printf messages | Theo de Raadt | |
1996-05-02 | more verbose interrupt handling? | Theo de Raadt | |
1996-05-02 | if_ep splitup | Theo de Raadt | |
1996-05-02 | update for eisadevs | Theo de Raadt | |
1996-05-02 | add entry | Theo de Raadt | |
1996-04-28 | Make this compile; was missing new first argument | Thorsten Lockert | |
1996-04-21 | partial sync with netbsd 960418, more to come | Theo de Raadt | |
1996-04-18 | NetBSD 960317 merge | Niklas Hallqvist | |
1996-02-20 | Pass device name to interrupt establish routines so it can be recorded in | Thorsten 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) |