summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Collapse)Author
2004-02-25syncTheo de Raadt
2004-02-25apparently 6326 comes as AGP and PCITheo de Raadt
2004-02-25more chipsets; ok henning@Markus Friedl
2004-02-25remove -w option to sysctl;Jason McIntyre
diffs from Paul de Weerd; ok deraadt@
2004-02-24Do not check for end of line too early, as this will confuse the cursorMiod Vallat
position. Easily reproduceable using emacs, but no fully sane human being would use emacs anyway.
2004-02-24same gory splaudio hack for amd64, sighTheo de Raadt
2004-02-24syncMarkus Friedl
2004-02-24more fxp; ok henning, deraadtMarkus Friedl
2004-02-24record code, from netbsd; via jakemsr@jakemsr.comTheo de Raadt
2004-02-24syncAnil Madhavapeddy
2004-02-24add evil nvidia nforce3Anil Madhavapeddy
deraadt@ ok
2004-02-23slinear to alaw converters; from netbsd, via jakemsr@jakemsr.comTheo de Raadt
2004-02-23syncTheo de Raadt
2004-02-23symbios/lsi have a megaraid nowTheo de Raadt
2004-02-22Minor tweak from gibbs @ FreeBSD. Shorten one printf, eliminateKenneth R Westerback
another that was inappropriate. ok tdeval@.
2004-02-21Remove left-over dependencies on the old rcons code.Miod Vallat
2004-02-21SCSI_DATA_OUT doesn't mean transfer from host in all cases, whenAlexander Yurchenko
requesting sense we reuse the same scsi xfer so flags lie and we should check for C_SENSE too. Eliminates pciide timeouts at the end of every burning with cdrecord. Bug introduced, found and then fixed by costa@. ok costa@ krw@
2004-02-21Eliminate the quirks SDEV_NOSTARTUNIT, UMASS_QUIRK_NO_START_STOP, andKenneth R Westerback
UMASS_QUIRK_FORCE_SHORT_INQUIRY. Fixes a bunch of USB devices. Based on work by Mycroft in NetBSD. ok tdeval@ deraadt@.
2004-02-19SpeedStep support for those Pentium processors which haveAlexander Yurchenko
SpeedStep only as a chipset feature. This diff is for ICHx-M chipsets, with 2 perfomance states available. Tested by provos@, sturm@, millert@ Ok tedu@
2004-02-19wdc logs fixes from costa@:Alexander Yurchenko
1) wdc_get_log is at splbio() to prevent interrupt handlers from updating the log 2) work hard to ensure that wdc_tail and wdc_head are between 0 and wdc_log_cap, even if wdc_log or wdc_get_log is run concurrently against itself. With this patch, running concurrent wdc_log's may corrupt the log, but it should not cause any panics. 3) Make sure the buffer always starts on a record boundary. Otherwise said, wdc_tail should always be on a record boundary.
2004-02-19fix typo, KNFMarkus Friedl
2004-02-19don't disable the Sound Blaster legacy mode by default, as this breaksMarkus Friedl
apm(4). add a flag that disables Sound Blaster legacy mode, this might be necessary for some floppies. help from jmc, ok+test hshoexer.
2004-02-18Yet another wonna-be-raid device.Alexander Yurchenko
Reported by Dmitry S. Popov <D.S.Popov@inp.nsk.su>.
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