summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Collapse)Author
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@
2004-05-12syncAlexander Yurchenko
2004-05-12Forgot 6300ESB IDE, too.Alexander Yurchenko
2004-05-11syncTheo de Raadt
2004-05-11support Iodata SMC8041TX; mjc@bitz.caTheo de Raadt
2004-05-10ugly hackery for auich support on amd64.Marco S Hyman
Will not work on machine with > 4G phys memory. OK deraadt@
2004-05-10regenPeter Galbavy
2004-05-10Add Vendor ID for Ralink Technology and one product, the RT2460A,Peter Galbavy
found in my MSI865 system. ok deraadt@, millert@
2004-05-10regenPeter Galbavy
2004-05-10New USB card reader (in an MSI865 chassis).Peter Galbavy
OnSpec also appears to have a new Vendor ID, from NetBSD. ok deraadt@
2004-05-10regen. This and previous: ok deraadt@Peter Galbavy
2004-05-10PCI IDs found on an MSI865 system; NEC Firewire and Intel dumb-modemPeter Galbavy
2004-05-10Select the Latin-1 8x16 font as the default 8x16 font, instead of theMiod Vallat
IBM 8x16 one. ok deraadt@
2004-05-10obliterate undef, ok miodJolan Luff
2004-05-08syncTheo de Raadt
2004-05-08some crappy usb mouse; lteo.openbsd1@mailnull.comTheo de Raadt
2004-05-07CardBus fxp's use the 82558 chipset which has a Long Receive bit,Brad Smith
we need to enable this to receive VLAN sized frames. ok deraadt@
2004-05-07Replace RSA-derived md5 code with code derived from Colin Plumb's PD version.Todd C. Miller
This moves md5.c out of libkern and into sys/crypto where it belongs (as requested by markus@). Note that md5.c is still mandatory (dev/rnd.c uses it). Verified with IPsec + hmac-md5 and tcp md5sig. OK henning@ and hshoexer@
2004-05-07LM7x models improvements:Alexander Yurchenko
- correct divisor for fan3 (2 means 2^1, so the divisor is actually 1, not 2) - fan1 and fan2 have adjastable divisors, use this feature to dynamically correct divisors for slow fans - fix SENSOR_FINVALID usage Based on the diff from Alexander Bluhm <alexander.bluhm@gmx.net> in PR 3719.
2004-05-07proper casts for vtophys. looked at by grange@Ted Unangst
2004-05-07free the right thing on failure, in case this ever gets usedTed Unangst
2004-05-06Add support for the SiS 741 Northbridge. ok deraadt@, grange@Peter Galbavy
Note for the archives; before this patch my ASRock K7S41 m/b would hang after booting install media without DMA disabled for the drive(s) in the BIOS.
2004-05-06regenPeter Galbavy
2004-05-06add SiS 741 Northbridge and Sis 6330 VGA IDs - on my new motherboardsPeter Galbavy
ok deraadt@, grange@
2004-05-06syncTheo de Raadt
2004-05-06ati video; jmcTheo de Raadt
2004-05-05regenBrad Smith
2004-05-05typoBrad Smith
2004-05-05regenjoshua stein
2004-05-05make my treo 600 attach as a uvisor instead of ugen, from netbsdjoshua stein
ok nate@
2004-05-05regenBrad Smith
2004-05-05more TI devicesBrad Smith
ok mickey@
2004-05-05regenMichael Shalayeff
2004-05-05shrink some descriptionsMichael Shalayeff
2004-05-05regenMichael Shalayeff
2004-05-05a few mylex raid things; from netbsdMichael Shalayeff
2004-05-04Remove useless ``elm'' argument from the SIMPLEQ_REMOVE_HEAD macro.Alexander Yurchenko
This matches our SLIST behaviour and NetBSD's SIMPLEQ as well. ok millert krw deraadt
2004-05-04Fix my stupid bug with missing sata_setup_channel() call.Alexander Yurchenko
Now VIA VT8237 SATA really works. Problem report, testing and ok drahn@.
2004-05-04syncAlexander Yurchenko