summaryrefslogtreecommitdiff
path: root/sys/arch/i386
AgeCommit message (Collapse)Author
1998-01-21doc keys; ian@darwinsys.comTheo de Raadt
1998-01-20Merge bus_dma support from NetBSD, mostly by Jason Thorpe. Only i386 uses itNiklas 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-19fix ifdef; marc@snafu.orgTheo de Raadt
1998-01-17Merge 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-17Merge 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-12No need for f00f workaround on I686_CPU onlyTobias Weingartner
kernel. Thanks to various people for noticing this.
1998-01-11disklabel spoofing for FAT32.Niels Provos
1998-01-11scanset probing like pccons does; vons@usa.netTheo de Raadt
1998-01-10catch all pci host bridgesTheo de Raadt
1998-01-09oops, reenable machdep.bios sysctlsNiklas Hallqvist
1998-01-09oops wrong version checked inNiklas Hallqvist
1998-01-09indentNiklas Hallqvist
1998-01-09Make booting new kernels with old bootblocks moer robustNiklas Hallqvist
1998-01-07now this is really prettyTheo de Raadt
1998-01-06oops typoTheo de Raadt
1998-01-06pchb supportTheo de Raadt
1998-01-04support Trident TVGA9440Theo de Raadt
1998-01-04add pctrTheo de Raadt
1998-01-04quieter on bootTheo de Raadt
1998-01-04add TVGA9440Theo de Raadt
1998-01-04prettyTheo de Raadt
1998-01-04prettyTheo de Raadt
1998-01-04prettyTheo de Raadt
1998-01-04doc that the workaround is for the cyrix xchg bugTheo de Raadt
1998-01-03remove crudTheo de Raadt
1997-12-30be carefull about div by zeroMichael Shalayeff
1997-12-26print pnp device id in isapnp_printTheo de Raadt
1997-12-26sb at isapnpTheo de Raadt
1997-12-26support le/pccom on isapnpTheo de Raadt
1997-12-25prettyJason Downs
1997-12-25If you're going to panic, at least print the IRQ so the user knows what toJason Downs
look for in their BIOS...
1997-12-25Update for new isapnp configuration.Jason Downs
1997-12-25isa_has_been_seen; NetBSDJason Downs
1997-12-25isa_has_been_seen; NetBSD.Jason Downs
1997-12-24Reverse mainbus probe order. Now we get to fix whatever breaks...Jason Downs
1997-12-24Add support for 686 class; threadway is an M2 now.Jason Downs
1997-12-22fix debug drive printingMichael Shalayeff
1997-12-21ISA PnP supportJason Downs
1997-12-21ISA PnP supporting code from NetBSD, and a pccom driver that supports ISA PnP.Jason Downs
1997-12-19cleanupTheo de Raadt
1997-12-19Add Intel EtherExpress/10 device (ex0)don
1997-12-17set sc before checking in open et alJim Rees
1997-12-17Streamline and use feature bits for determining whether or not to run theJason Downs
calibration.
1997-12-17I586_CPU -> I586_CPU || I686_CPUJason Downs
1997-12-17New 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-11oops -- local change leaked out (but it doesn't hurt anything)Jim Rees
1997-12-11don't panic in apmopen if apm not configuredJim Rees
1997-12-09Intel P5 f00f workaround; weingart & who knows who elseTheo de Raadt
1997-12-03DST changekstailey
1997-12-03fix printfs in apm_power_printJim Rees