Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-15 | Stupid merge error. Thanks to Michael Shuldman <michaels@eunet.no>. | Niklas Hallqvist | |
1998-01-14 | For some reason the 4/300 doesn't like ncr53c9x_dmaselect. | Jason Wright | |
Added code to check to see if parent device == obio, if so, disable dmaselect More research to be done here for a real fix (if possible) | |||
1998-01-13 | Workaround for fpu_cleanup panic. We just ignore it. I'm going to | Jason Wright | |
look further into really fixing this problem. | |||
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-09 | reality check | Niklas Hallqvist | |
1998-01-08 | Rename to if_le_zbus.c. Done behind cvs' back. | Niklas Hallqvist | |
1998-01-07 | now this is really pretty | Theo de Raadt | |
1998-01-07 | compile | Niklas Hallqvist | |
1998-01-07 | Dummy PnP support until I get to fix it properly | Niklas Hallqvist | |
1998-01-07 | Put back old Ariadne support, save new merged le driver until later | Niklas Hallqvist | |
1998-01-06 | Dummy PnP support, so alpha will compile | Niklas Hallqvist | |
1998-01-06 | oops typo | Theo de Raadt | |
1998-01-06 | pchb support | Theo de Raadt | |
1998-01-05 | new style pci attach printing | 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-27 | PnP support | Niklas Hallqvist | |
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-25 | do not break the bootblocks | Theo de Raadt | |
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-23 | use raster console by default since the sun prom is buggy. | chuck | |
1997-12-22 | fix debug drive printing | Michael Shalayeff | |
1997-12-21 | ifdef some definitions of NBPG that use kernel variables, when the | Angelos D. Keromytis | |
file is included from userland programs (such as lsof) | |||
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 | |