summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Collapse)Author
2004-02-15knfTed Unangst
2004-02-15new arg to disk_unbusy, to record separate read/write statistics.Ted Unangst
looked at by various, testing henning@ mcbride@ dan weeks mostly from netbsd via Pedro Martelletto <pbastos@rdc.puc-rio.br>
2004-02-15break in default switch casesTed Unangst
2004-02-13Cleanup debug messages: use %b for status, %x -> 0x%x, wrap lines.Alexander Yurchenko
2004-02-13bce (Broadcom 4401 10/100 ethernet driver) from NetBSDAndreas Gunnarsson
Most work by nate@, ok deraadt@
2004-02-13Not used in updated ahc.Kenneth R Westerback
2004-02-13Not used in updated ahc.Kenneth R Westerback
2004-02-12don't reset the PHY when IPs are configured; from freebsd revision 1.16Markus Friedl
avoids hang when using gigabit copper; ok henric@, beck@
2004-02-10Use SENSOR_FINVALID.Alexander Yurchenko
2004-02-10Use SENSOR_FINVALID.Alexander Yurchenko
help and ok hshoexer@
2004-02-08Remove unused files.Alexander Yurchenko
ok tdeval@ millert@ drahn@
2004-02-08Pull in a few recent changes from FreeBSD, plus a couple of localKenneth R Westerback
tweaks. ok deraadt@.
2004-02-07Always disable interrupts on a controller for polled commands.Alexander Yurchenko
This solves a long standing problem with hangs during attaching scsibus at atapiscsi on some i386 machines. Help in debugging the problem pval@. Testing pval@, deraadt@, david@ and me on several machines. ok costa@ tdeval@ pb@ deraadt@
2004-02-07Final bits to make IT8212F working:Alexander Yurchenko
- don't touch bus speed register; - don't try to setup the chip in compat mode, it's native always; - disable cable check, it works only in cpu firmware mode. Testing Aubert Guillaume <aubertguillaume@wanadoo.fr>
2004-02-07syncTheo de Raadt
2004-02-07new fxp; cmetzTheo de Raadt
2004-02-04Change these defines to be a display specific define and also removeDale Rahn
the really long define. ok deraadt@
2004-02-03advertise features of our crypto chips better; ok tdevalTheo de Raadt
jason is being a slacker
2004-02-03repair catsMichael Shalayeff
2004-02-02as grange pointed out, BUFQ_ALLOC might failTed Unangst
2004-02-02Yet another signature; reported by danh@Alexander Yurchenko
2004-02-02Support for UDMA2 capable SCx200 ide found on all National SemiconductorAlexander Yurchenko
SC1100 based boards (soekris net4801 e.g.). Tested both with CF cards and UDMA2 drive. Help and three (sic!) OKs from gluk@, test and ok markus@. Thanks to Wim for the soekris board.
2004-02-02Don't return random garbage in the default case; return the smallest ringBrad Smith
descriptor instead. From NetBSD ok deraadt@
2004-02-02ite is a yet another ``raid'' device, fake interface for it.Alexander Yurchenko
2004-02-01Restore support for amd64.Thomas Nordin
2004-02-01remove prototypes for non-existant functions.Brad Smith
ok deraadt@
2004-02-01add cats support ok deraadt@Dale Rahn
2004-01-31fix stupid typo in the reading/writing mode control register for ite.Alexander Yurchenko
2004-01-31ite doesn't need a special interrupt function.Alexander Yurchenko
more space to save.
2004-01-31Disable i31244 support until we see a real divice using this chip.Alexander Yurchenko
If you're lucky owner of it mail me. Also don't compile opti support stuff since it's disabled anyway. Saves about 3K on floppy.
2004-01-31constify timing values.Alexander Yurchenko
2004-01-31spaces, .o is the same.Alexander Yurchenko
2004-01-31Add pci_machdep hook for cats. ok deraadt@Dale Rahn
2004-01-31Arm provides audio interrupt bits, do not default them here. ok deraadt@Dale Rahn
2004-01-28Add new probe signature. From Alexey E. Suslikov <cruel@texnika.com.ua>.Alexander Yurchenko
2004-01-28syncTheo de Raadt
2004-01-28K8HTB bridges..Theo de Raadt
2004-01-28an amd64 arch support.Michael Shalayeff
hacked by art@ from netbsd sources and then later debugged by me into the shape where it can host itself. no bootloader yet as needs redoing from the recent advanced i386 sources (anyone? ;)
2004-01-27this part is not needed for sierra wirelessTheo de Raadt
2004-01-26shorter messageTheo de Raadt
2004-01-26print cis information on configured cards as pcmcia(4) does; mentioned byFederico G. Schwindt
Ed White <ed at overminder dot com>. deraadt@ ok.
2004-01-24Also add support for Sierra A550 and A710/A750 which are apparently mapTheo de Raadt
the com port at the same place
2004-01-24syncTheo de Raadt
2004-01-24two more sierras that are equivalantTheo de Raadt
2004-01-24syncTheo de Raadt
2004-01-24Sierra A555 1x card supportTheo de Raadt
2004-01-24Do *not* set scsi_link flags to SCSIDEBUG_LEVEL for every ahc device.Kenneth R Westerback
Let scsi_probedev() set the flags based on scsidebug_targets and scsidebug_luns when a device scsi link is created. Elminates indisciminate flood of debug info for ahc scsi buses and solves mystery of why ahc devices produced info when other devices were silent.
2004-01-23Use %b to display status register, this will make bug reports moreAlexander Yurchenko
informative. Also convert WDCS_BITS string to caps.
2004-01-23syncPeter Stromberg
2004-01-23Virtual SVGA IIPeter Stromberg
ok deraadt@