Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2002-03-14 | First round of __P removal in sys | Todd C. Miller | |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat | |
(Look ma, I might have broken the tree) | |||
2001-09-11 | Don't include <vm/vm_kern.h> if you don't need foo_map. | Miod Vallat | |
2001-08-25 | Change pci_intr_map to take pci_attach_args as an argument. | Artur Grabowski | |
All callers actually took all arguments to pci_intr_map from pci_attach_args structs, so this simplifies code. This also allows more complicated interrupt assignment schemes like the one on sparc64. This makes sparc64 pci interrupts work. Inspired by the same change in NetBSD. | |||
2001-08-12 | absolutely no need to include vm_parm.h after vm.h | Michael Shalayeff | |
2001-02-26 | Replace literal with defined constant | Thorsten Lockert | |
2001-01-31 | Allocate shared memory via the bus_dmamem/bus_dmamap interface; makes le | Thorsten Lockert | |
interface work under VMware as an additional bonus. ok theo@ | |||
1999-08-10 | oops | Theo de Raadt | |
1999-08-10 | PChome-PCI LANCE; robert@cyrus.watson.org | Theo de Raadt | |
1998-09-16 | o if_media'fied am7990 | Jason Wright | |
o if_media'fied sun4m le. | |||
1998-01-07 | now this is really pretty | Theo de Raadt | |
1998-01-05 | new style pci attach printing | Theo de Raadt | |
1997-11-07 | $OpenBSD$ | Niklas Hallqvist | |
1997-08-08 | Initialize hwreset. | Jason Downs | |
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-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-06-10 | sync to 0607 | Theo de Raadt | |
1996-05-26 | sync 0521 | Theo de Raadt | |
1996-05-10 | if_name/if_unit -> if_xname/if_softc | Theo de Raadt | |