Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-01-21 | doc keys; ian@darwinsys.com | 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 | |||
1998-01-19 | fix ifdef; marc@snafu.org | Theo de Raadt | |
1998-01-17 | Merge from NetBSD, thorpej@netbsd.org says: | Niklas Hallqvist | |
Two things pointed out by Chris Demetriou <cgd@cs.cmu.edu>: - The boundary argument to bus_space_alloc() should be a bus_size_t, not a bus_addr_t. - The buffer arguments in the "multiple write" methods should have const qualifiers. And one from me: - Make bus_space_barrier() eat up the arguments passed to it so that the compiler doesn't needlessly whine. | |||
1998-01-17 | Merge from NetBSD, thorpej@netbsd.org says: | Niklas Hallqvist | |
The boundary argument to bus_space_alloc() should be a bus_size_t, not a bus_addr_t. Pointed out by Chris Demetriou <cgd@cs.cmu.edu>. | |||
1998-01-12 | No need for f00f workaround on I686_CPU only | Tobias Weingartner | |
kernel. Thanks to various people for noticing this. | |||
1998-01-11 | disklabel spoofing for FAT32. | Niels Provos | |
1998-01-11 | scanset probing like pccons does; vons@usa.net | Theo de Raadt | |
1998-01-10 | catch all pci host bridges | Theo de Raadt | |
1998-01-09 | oops, reenable machdep.bios sysctls | Niklas Hallqvist | |
1998-01-09 | oops wrong version checked in | Niklas Hallqvist | |
1998-01-09 | indent | Niklas Hallqvist | |
1998-01-09 | Make booting new kernels with old bootblocks moer robust | Niklas Hallqvist | |
1998-01-07 | now this is really pretty | Theo de Raadt | |
1998-01-06 | oops typo | Theo de Raadt | |
1998-01-06 | pchb support | Theo de Raadt | |
1998-01-04 | support Trident TVGA9440 | Theo de Raadt | |
1998-01-04 | add pctr | Theo de Raadt | |
1998-01-04 | quieter on boot | Theo de Raadt | |
1998-01-04 | add TVGA9440 | Theo de Raadt | |
1998-01-04 | pretty | Theo de Raadt | |
1998-01-04 | pretty | Theo de Raadt | |
1998-01-04 | pretty | Theo de Raadt | |
1998-01-04 | doc that the workaround is for the cyrix xchg bug | Theo de Raadt | |
1998-01-03 | remove crud | Theo de Raadt | |
1997-12-30 | be carefull about div by zero | Michael Shalayeff | |
1997-12-26 | print pnp device id in isapnp_print | Theo de Raadt | |
1997-12-26 | sb at isapnp | Theo de Raadt | |
1997-12-26 | support le/pccom on isapnp | Theo de Raadt | |
1997-12-25 | pretty | Jason Downs | |
1997-12-25 | If you're going to panic, at least print the IRQ so the user knows what to | Jason Downs | |
look for in their BIOS... | |||
1997-12-25 | Update for new isapnp configuration. | Jason Downs | |
1997-12-25 | isa_has_been_seen; NetBSD | Jason Downs | |
1997-12-25 | isa_has_been_seen; NetBSD. | Jason Downs | |
1997-12-24 | Reverse mainbus probe order. Now we get to fix whatever breaks... | Jason Downs | |
1997-12-24 | Add support for 686 class; threadway is an M2 now. | Jason Downs | |
1997-12-22 | fix debug drive printing | Michael Shalayeff | |
1997-12-21 | ISA PnP support | Jason Downs | |
1997-12-21 | ISA PnP supporting code from NetBSD, and a pccom driver that supports ISA PnP. | Jason Downs | |
1997-12-19 | cleanup | Theo de Raadt | |
1997-12-19 | Add Intel EtherExpress/10 device (ex0) | don | |
1997-12-17 | set sc before checking in open et al | Jim Rees | |
1997-12-17 | Streamline and use feature bits for determining whether or not to run the | Jason Downs | |
calibration. | |||
1997-12-17 | I586_CPU -> I586_CPU || I686_CPU | Jason Downs | |
1997-12-17 | New CPU detection code, from NetBSD, with some machdep changes from myself. | Jason Downs | |
Add I686_CPU to your configs if you have a PPro... | |||
1997-12-11 | oops -- local change leaked out (but it doesn't hurt anything) | Jim Rees | |
1997-12-11 | don't panic in apmopen if apm not configured | Jim Rees | |
1997-12-09 | Intel P5 f00f workaround; weingart & who knows who else | Theo de Raadt | |
1997-12-03 | DST change | kstailey | |
1997-12-03 | fix printfs in apm_power_print | Jim Rees | |