summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2001-08-23retreive -> retrieveAaron Campbell
2001-08-23initialize the channel timeout earlier.Artur Grabowski
2001-08-23Remove more.Artur Grabowski
2001-08-23Remove even more old timeout tentacles.Artur Grabowski
2001-08-23sparc64 really benefits from knowing exactly what mappings to syncArtur Grabowski
on bus_dmamap_sync, so it will have the same call footprint as in NetBSD. Rather than converting the whole world to the new arguments we will slowly convert everything that sparc64 needs with ifdef __HAVE_NEW_BUS_DMAMAP_SYNC Once most relevant drivers are converted we can start implementing the new bus_dmamap_sycn on other archs.
2001-08-23Remove even more leftovers from old timeouts.Artur Grabowski
2001-08-23fix a commentArtur Grabowski
2001-08-23Some reordering in the code caused hw_ok to never be set to 1Artur Grabowski
which causes some CMD Technology controllers to never attach properly.
2001-08-23Uncomment hme, it works.Artur Grabowski
Add commented out IDE entries, doesn't work yet.
2001-08-23Provide temporary compatibility with old machine ID binaries for some time.Miod Vallat
2001-08-23Remove the old timeout legacy code.Miod Vallat
2001-08-23Convert the last old-timeout, tested by beck@Miod Vallat
2001-08-23enable de. ok miod@Matthieu Herrb
2001-08-23syncTheo de Raadt
2001-08-23shortenTheo de Raadt
2001-08-23decruftify: remove unnecessary/unused functionsJason Wright
2001-08-23need bpfilter.hJason Wright
2001-08-23glue for atapi and ataArtur Grabowski
2001-08-23only include <machine/autoconf.h> on sparc64Jason Wright
2001-08-23don't try to enable IPv6 on IFT_PFLOG.Jun-ichiro itojun Hagino
2001-08-23Move the limited memory mapping code later in configuration, afterDale Rahn
physmem size is known. Now this runs on systems > 256M again. This is still a BAD idea. New pmap module is coming soon.
2001-08-22add hme at pci (commented out)Jason Wright
add qsphy/nsphy/ukphy (necessary for hme@sbus attachment anyway)
2001-08-22add hme at pci attachment (yes, this doesn't really belong here).Jason Wright
2001-08-22pci bus frontend for hme from netbsdJason Wright
2001-08-22Some "raw" wrappers around "stream" methods.Artur Grabowski
Also, define __HAVE_NEW_BUS_DMAMAP_SYNC, we will have to start converting code to using the five-argument variant on bus_dmamap_sync.
2001-08-22Fix interrupt establishing.Artur Grabowski
2001-08-22Recurse in arch/m68k for make obj magic.Miod Vallat
2001-08-22Modify fpsp and 060sp makefiles, so that they honor obj/ directoriesMiod Vallat
and get cleaned as part of the kernel clean rule. Agreed by millert@ and jj@
2001-08-22add RC4 and SHA1 supportTheo de Raadt
2001-08-22Support more dc(4) CardBus devices, including the AN985-based Linksys PCMPC200Aaron Campbell
10/100 CardBus Ethernet adapter (thanks to beck@ for the donation).
2001-08-22rename hs_flags -> hs_state and use #defines for the state names.Jason Wright
2001-08-22syncAaron Campbell
2001-08-22Add some Abocom devices; from NetBSD.Aaron Campbell
2001-08-22Initialize auto variable (win[{0,1}].win_flags). Also, if PCCBB_MEM_CACHABLEAaron Campbell
isn't set, clear the prefetchable bits in the bridge control register. These fixes from NetBSD. Now OpenBSD won't hang when it tries to read the CIS from an ADMtek-based card through a Ricoh-based PCI-CardBus bridge.
2001-08-22better error handling (a merge of ben's stuff and mine)Jason Wright
2001-08-22I hate cvs.Artur Grabowski
(this file is from NetBSD
2001-08-22IPCOMP policy stuff missed the last time roundNiklas Hallqvist
2001-08-22auxio from NetBSDArtur Grabowski
2001-08-22pci_machep from NetBSDArtur Grabowski
2001-08-22clock at ebus, auxio at ebus, PCIVERBOSEArtur Grabowski
2001-08-22first steps toward pciArtur Grabowski
2001-08-22glue for ebus found on ultra 5 and later. From NetBSD.Artur Grabowski
2001-08-22Too much cut 'n paste. sbus is not an ifnet.Artur Grabowski
2001-08-22psycho -> the pci host bridge on Ultra 5s.Artur Grabowski
From NetBSD.
2001-08-22sparc64 pci needs this.Artur Grabowski
From NetBSD.
2001-08-22regenArtur Grabowski
2001-08-22sun ebus.Artur Grabowski
2001-08-22Make it work correctly with our make. (including install).Artur Grabowski
2001-08-22rearrange includesArtur Grabowski
2001-08-22nostdincArtur Grabowski