summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
1999-11-26provide general "probing" routine, also used in isa cards memory sizing;Michael Shalayeff
1999-11-26vm_offset_t -> vaddr_tArtur Grabowski
1999-11-26Another comment change. (NBPG -> PAGE_SIZE).Artur Grabowski
1999-11-25no warnings; jwoehr@advtech.uswest.comTheo de Raadt
1999-11-23make CFGPRINTF only available for SCSIDEBUG/DEBUG kernelsmjacob
1999-11-23make a couple more items CFGPRINTF itemsmjacob
1999-11-23Bugfix from NetBSD. For SiS, PIIX, and Apollo IDE controllers,Chris Cappuccio
1999-11-23pretty up kernel printf'sJason Wright
1999-11-22Fix crock where channel was used before being set. All my kernelsmjacob
1999-11-22Roll in new firmware (also with a shiny new BSD style licence)mjacob
1999-11-22Far too many things to note- a complete new revision coming in includingmjacob
1999-11-22Far too many things to note- a complete new revision coming in includingmjacob
1999-11-22add mii attribute to wbJason Wright
1999-11-20ioctl arguments are u_long.Marc Espie
1999-11-19use bus_dma*Jason Wright
1999-11-17merge with freebsd:Jason Wright
1999-11-17mii fixups and merge with freebsd:Jason Wright
1999-11-17New interface to ATA registers that goes through the lower-level deviceConstantine Sapuntzakis
1999-11-16Remove unused (ifdef:d away) variables.Artur Grabowski
1999-11-16We don't need a prototype for kmem_alloc.Artur Grabowski
1999-11-15Remove a duplicate #include.Aaron Campbell
1999-11-14Kill the overly verbose description strings, add another device.Jason Downs
1999-11-14RegenJason Downs
1999-11-14Shrink more; make all puc devices simply "I/O", and add another one.Jason Downs
1999-11-14syncTheo de Raadt
1999-11-14shrinkTheo de Raadt
1999-11-13syncTheo de Raadt
1999-11-13add another modemTheo de Raadt
1999-11-11add a powerhook to disable DMA on suspend. okay jason@Niels Provos
1999-11-11Delay USB device attachment to prevent lost interrupts when probing uaudio.Hakan Olsson
1999-11-11USB Audio, from NetBSD (augustss@carlstedt.se). Imported by me and niklas@.Hakan Olsson
1999-11-09syncNiels Provos
1999-11-09neomagic 256avNiels Provos
1999-11-09in the ifdef POWERPC section, do use ppc, not p4e, for the iohandleDale S. Rahn
1999-11-09syncChris Cappuccio
1999-11-09Add Triones/Highpoint HPT343, HPT366Chris Cappuccio
1999-11-07regen.Federico G. Schwindt
1999-11-07sigh, tag shouldn't be a comment in *devs.Federico G. Schwindt
1999-11-07sync with NetBSD.Federico G. Schwindt
1999-11-07regen.Federico G. Schwindt
1999-11-07oops. add OpenBSD tag.Federico G. Schwindt
1999-11-07New devices.Federico G. Schwindt
1999-11-06syncTheo de Raadt
1999-11-06I shortened these names ON PURPOSE. Do NOT make them long again!Theo de Raadt
1999-11-05Commit to pcmciadevs (or any other *devs) should be done in two steps,Federico G. Schwindt
1999-11-05Add BayStack 650 FH 802.11 (from NetBSD)Angelos D. Keromytis
1999-11-05Fix ata_get_params on big endian platforms.Constantine Sapuntzakis
1999-11-05use wdc_input_bytes and wdc_output_bytesConstantine Sapuntzakis
1999-11-05The default network name is not "ANY", it's the empty string. I'veAngelos D. Keromytis
1999-11-04Make sure bus mastering is enabled, from freebsd if_de.cChris Cappuccio