summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2001-08-22Support more dc(4) CardBus devices, including the AN985-based Linksys PCMPC200Aaron Campbell
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
2001-08-22better error handling (a merge of ben's stuff and mine)Jason Wright
2001-08-22sparc64 pci needs this.Artur Grabowski
2001-08-22regenArtur Grabowski
2001-08-22sun ebus.Artur Grabowski
2001-08-22iobase is a bus_addr_tJason Wright
2001-08-22Better error catching (badly aligned iov's are EINVAL not ENOMEM)Jason Wright
2001-08-21syncTheo de Raadt
2001-08-21more; openbsd@davidkrause.comTheo de Raadt
2001-08-21sbus specific driver for hme (from netbsd)Jason Wright
2001-08-21bus independent part of hme driver from netbsdJason Wright
2001-08-21rcsidJason Wright
2001-08-21esp driver from NetBSD (compiles and even probes disks =)Jason Wright
2001-08-21From NetBSD:Jason Wright
2001-08-21Remove gcc warnings. Ok drahn@Matthieu Herrb
2001-08-21need cfdriver for dmaJason Wright
2001-08-21Prototype correctly so this builds with -Wstrict-prototypes.Dale Rahn
2001-08-20qec+be (another driver originally written under OpenBSD, but pulled intoJason Wright
2001-08-20regenMichael Shalayeff
2001-08-20better aureal namesMichael Shalayeff
2001-08-20add qec+qe stuff from NetBSD (originally from OpenBSD... funny circle, eh?)Jason Wright
2001-08-20regenMichael Shalayeff
2001-08-20aureal advantageMichael Shalayeff
2001-08-20$OpenBSD$Jason Wright
2001-08-20modifications to support OpenBSD/sparc style bootpath determinationJason Wright
2001-08-20Allow driver to recognize Cyclades 4Y and 8Y cards.smart
2001-08-19KNFsmart
2001-08-19Don't reset rx/tx without turning them back on after suspend (Beck is nowJason Wright
2001-08-19remove dependence on lancereg.h/lancevar.hJason Wright
2001-08-19generic driver for LSI dma controller from NetBSDJason Wright
2001-08-19enough from netbsd to get le at ledma attachedJason Wright
2001-08-19fetch sc_intline from pci_intr_line(ih) to accomodate forMichael Shalayeff
2001-08-19...and convert this one as well.Miod Vallat
2001-08-19More old timeouts removal, mainly affected unused/unmaintained code.Miod Vallat
2001-08-19more from netbsd... not sure if it's modified or not (modified at least for R...Jason Wright
2001-08-19RCSidJason Wright
2001-08-19generic interface for time-of-day clock devices.Artur Grabowski
2001-08-19setprop and nextpropArtur Grabowski
2001-08-19sparc64Artur Grabowski
2001-08-19Add a powerhook for bringing the 556 out of sleepy mode after suspend.Jason Wright
2001-08-18Move the softc into the machdep parts.Artur Grabowski
2001-08-18rcs idsJason Wright
2001-08-18generic mostek clock driver (from NetBSD, ported by art... but he's beingJason Wright
2001-08-18import sbus stuff from netbsd (not a lot of mods).Jason Wright
2001-08-18typo from 1.50; biorn@chips.chalmers.seTheo de Raadt
2001-08-18Make use of ax88190_stop_card and dl10019_stop_card.Aaron Campbell