summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Collapse)Author
2004-05-29replace hand-rolled CRC calculation in multicast hash setup with calls toChristian Weisgerber
ether_crc32_*(); ok mcbride@
2004-05-28Clean up subsysid lookups + print subsysid string during boot.Marco Peereboom
Add: * Adaptec 1210SA, 2410SA, 2610SA, 2810SA, 21610SA * Dell CERC-SATA, PERC 320/DC
2004-05-28Regen.Marco Peereboom
2004-05-28Remove DELL CERC-SATA since it is a subsysid. ok deraadt@, nate@Marco Peereboom
2004-05-27while polling, ack & ignore interrupts. this will have to do untilTheo de Raadt
someone writes a better diff. from peter
2004-05-26add Sitecom usb-serial (CN104)Markus Friedl
2004-05-26syncMarkus Friedl
2004-05-26sitecom serial adapterMarkus Friedl
2004-05-26use ETHER_ALIGNBrad Smith
2004-05-26rehab the locator index crack monkeysTheo de Raadt
2004-05-25Attach scsi bus, find devices without crashing, successfully do simpleKenneth R Westerback
i/o's on i386. De-static many functions. ok marco@
2004-05-25Use the correct value when checking whether a loop timed out.Ryan Thomas McBride
ok krw@
2004-05-24do not bother w/ void pci_devinfo() calls and free resources on failuresMichael Shalayeff
2004-05-24repair dmesg and free resources on failuresMichael Shalayeff
2004-05-24cummulative update from freebsd an netbsd:Michael Shalayeff
PCI_VENROD_PINNACLE -> PCI_VENDOR_PINNACLE_ALT; correct brightness ioctl; missing htole32s; fix "set chroma comb" command in yuv422_prog(); use defines instead of magic numbers; fix statics and comments. from jakemsr@jakemsr.com
2004-05-24missing statics for freebsd; from freebsd via jakemsr@jakemsr.comMichael Shalayeff
2004-05-24remove freebsd 2 and 3 support, from freebsd via jakemsr@jakemsr.comMichael Shalayeff
2004-05-24Make Yukon-style adapters also set up the multicast filter in sk_init().Christian Weisgerber
This fixes various multicast-related problems. ok henning@
2004-05-24tiny comments sync with netbsd, was lost during importingAlexander Yurchenko
2004-05-23lmtemp(4) -- National Semiconductor LM75/LM77 temperature sensor driver.Alexander Yurchenko
Based on the driver from NetBSD (r) written by Jason R. Thorpe, adapted for our sensors infrastructure and with LM77 support. ok deraadt@
2004-05-23gscsio(4) -- National Semiconductor Geode SC1100 Super I/O driver.Alexander Yurchenko
For now it only supports I2C-compatible ACCESS.bus interface, so we use it as an i2c master controller. ACCESS.bus interface is enabled and used on the PC Engines WRAP.1C board.
2004-05-23I2C framework originally written by Steve C. Woodford and Jason R. ThorpeAlexander Yurchenko
for NetBSD (r). This framework supports various i2c master controllers: - dumb bit-bang controllers - a few styles of automated controllers that give you control over sending start/stop conditions on the i2c bus - automated controllers that are too smart for its own good, giving software no control over start/stop conditions - smbus controllers by emulating smbus protocol with i2c commands i2c slave devices need their addresses to be specified in the kernel config file, no device discovery presented. ok deraadt@
2004-05-23Hack to prevent uvm_fault when timeout_del deletes a non-existing timer ↵Marco Peereboom
during boot. ok krw@
2004-05-23ehci support; hacked into working shape by jonathon@gateway.zenbu.netTheo de Raadt
2004-05-22Do not truncate intermediate results computing aiov.iov_len in vndsetcred();Otto Moerbeek
print size_t as unsigned long long. ok tedu@ miod@
2004-05-21Add support for Dell CERC SATA. ok krw@, henning@ & deraadt@Marco Peereboom
2004-05-21Add support for Dell CERC SATA. ok krw@, henning@ & deraadt@Marco Peereboom
2004-05-21Regen.Marco Peereboom
2004-05-21Add support for Dell CERC SATA. ok krw@, henning@ & deraadt@Marco Peereboom
2004-05-20Remove bogus $Id.Marco Peereboom
2004-05-20Add ahd. ok krw@Marco Peereboom
2004-05-20Add ahd. ok krw@Marco Peereboom
2004-05-20Add ahd. ok krw@Marco Peereboom
2004-05-19regenAlexander Yurchenko
2004-05-19New vendor iRiver and its mp3 players.Alexander Yurchenko
2004-05-19another ETHER_ALIGNBrad Smith
2004-05-19unbreak by removing the 'nonexistant" PERC 3/QC here as wellHenning Brauer
we usually test compile at least a kernel before removing pcidevs shitz... the carrot goes to marco's nose
2004-05-19remove duplication, use ETHER_ALIGN from if_ether.hBrad Smith
2004-05-19Add missing aic79xx_reg.h file. Update aic79xx* files to latestKenneth R Westerback
FreeBSD versions in preparation for ahd. Update Makefile to generate aic79xx* files. ok marco@, tested by Milos Urbanek.
2004-05-18fix from netbsd to twiddle the fxp eeprom to disable dynamic standby modeBob Beck
on cards that have issues with this creating pci errors in 10 mbps mode tested by many, including me, nick, and pval. ok jason@, markus@
2004-05-18Check for and handle interface CRC errors.Bob Beck
testing by me, pval, nick, others... ok jason@, marco@
2004-05-18Regen.Marco Peereboom
2004-05-18Add ahd, remove non-existent PERC 3/QC. ok deraadt@ henning@ krw@ bob@ millert@Marco Peereboom
2004-05-18Be sure to initalized and use the "len" variable correctly in iestart();Miod Vallat
from Thierry Herbelot (%thierry% at herbelot ding com).
2004-05-14syncNathan Binkert
2004-05-14more adaptec aac(4)Nathan Binkert
2004-05-14Syba SD-LAB PCI I/O Card 4SHenning Brauer
From: Christian Gut <cycloon@is-root.org>
2004-05-14syncHenning Brauer
2004-05-14Syba 4S pucHenning Brauer
2004-05-12network drivers don't need to include bpfdesc.hTed Unangst
ok krw@ canacar@