summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
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
1999-11-03Typo in boot message.Angelos D. Keromytis
1999-11-03syncHakan Olsson
1999-11-03Two more Neomagic chipsets.Hakan Olsson
1999-11-03Regen.Aaron Campbell
1999-11-03Add Adaptec AIC6915.Aaron Campbell
1999-11-03Driver for Adaptec "StarFire" AIC6915-based Ethernet cards; from FreeBSD.Aaron Campbell
1999-11-03syncChris Cappuccio
1999-11-035597 is a host bridgeChris Cappuccio
1999-11-030x5597 will never match an SiS pciide controller because they are 0x5513Chris Cappuccio
1999-11-02fix printf (had an extra space)Chris Cappuccio
1999-11-02re-enable IDENTIFY, reset delay each timeTheo de Raadt
1999-11-02Fix comment typo.Angelos D. Keromytis
1999-10-31critical fixes, overdone, but who cares, a localhost crash is badTheo de Raadt
1999-10-31New prods: Planex FNW-3600-T and Corega Ether II & Fast Ether.Federico G. Schwindt
1999-10-31regen.Federico G. Schwindt
1999-10-31New products from NetBSD. Change a few names.Federico G. Schwindt
1999-10-29NetBSD take note:Constantine Sapuntzakis
1999-10-29Added diagnostic: "length 0 transfer in data phase"Constantine Sapuntzakis
1999-10-29Change wdc_input_bytes and wdc_output_bytes to useConstantine Sapuntzakis
1999-10-29writen->writtenTodd T. Fries
1999-10-29fix comment to match codeJason Wright
1999-10-29Introduce wdc_output_bytes and wdc_input_bytes to remove replicated PIO logicTheo de Raadt
1999-10-29reliability fixes from csapuntz; commit message replaced later with detailsTheo de Raadt
1999-10-28RegenAaron Campbell
1999-10-28Add ADMtek products.Aaron Campbell
1999-10-28Driver for ADMtek AL981/AN985 Ethernet controllers; from FreeBSD.Aaron Campbell
1999-10-28Downgrade to mode 2 first if we were udma > 2; from NetBSD. costa@ ok.Federico G. Schwindt
1999-10-28Sync up with some piece of reality, start supporting powerpc again.Dale S. Rahn
1999-10-28hush up the link up/down messagesJason Wright
1999-10-27bugfixes from netbsd ata_wdc.c, ok csapuntz@Chris Cappuccio
1999-10-27Use SIMPLEQ_XXX.Federico G. Schwindt
1999-10-27do not pre-filter bpf packets; jasonTheo de Raadt
1999-10-26Support LMC1200Chris Cappuccio
1999-10-26syncChris Cappuccio
1999-10-26add LMC1200Chris Cappuccio
1999-10-26Missed earlier: add PCI_HDRTYPE_TYPE macro, from NetBSD.Jason Downs
1999-10-26Add com/pccom driver for puc.Jason Downs
1999-10-26PCI "universal" communication device driver, by cgd@netbsd.org.Jason Downs
1999-10-26This file has my code in it, attach my copyright.Jason Downs
1999-10-26Rename internal com_attach() routine.Jason Downs
1999-10-26syncJason Downs
1999-10-26Add puc device IDs.Jason Downs
1999-10-25use bus_dma instead of [u]vm_page_alloc_contigJason Wright
1999-10-22fix some panic bugs; jasonTheo de Raadt