Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-02-28 | crunch it smaller | Theo de Raadt | |
2004-02-28 | dig lsi/symbios sata boards; reported and tesing by pailloncy@ifrance.com | Michael Shalayeff | |
2004-02-27 | kbd_reset can work on amd64 too | Theo de Raadt | |
2004-02-27 | Disable interrupts in wi_intr() before sending an ACK. Fixes a | Todd C. Miller | |
race condition and makes things consistent with the rest of the code. From NetBSD. OK deraadt@ | |||
2004-02-27 | sync | Matthieu Herrb | |
2004-02-27 | +Radeon 9200, and a typo noticed by anil@. Ok deraadt@, tom@ | Matthieu Herrb | |
2004-02-27 | Fix a botched strchr() inlining in vga_load_font and avoid dereferencing | Todd C. Miller | |
data->name if it is NULL. Fixes the WSDISPLAY_USEFONT ioctl. Adapted from a patch by Benjamin Lewis; NULL check from NetBSD. OK tdeval@ | |||
2004-02-27 | change url; jjy2+@pitt.edu | Theo de Raadt | |
2004-02-27 | JVC MP-XP7250 Builtin USB WLAN | Henning Brauer | |
tested by Michael Schmidt <Michajnz@freenet.de> ok drahn@ | |||
2004-02-27 | sync | Henning Brauer | |
2004-02-27 | another wi@usb variant | Henning Brauer | |
2004-02-27 | regen | Niklas Hallqvist | |
2004-02-27 | Add support for BCM5788 | Niklas Hallqvist | |
2004-02-25 | sync | Theo de Raadt | |
2004-02-25 | apparently 6326 comes as AGP and PCI | Theo de Raadt | |
2004-02-25 | more chipsets; ok henning@ | Markus Friedl | |
2004-02-25 | remove -w option to sysctl; | Jason McIntyre | |
diffs from Paul de Weerd; ok deraadt@ | |||
2004-02-24 | Do not check for end of line too early, as this will confuse the cursor | Miod Vallat | |
position. Easily reproduceable using emacs, but no fully sane human being would use emacs anyway. | |||
2004-02-24 | same gory splaudio hack for amd64, sigh | Theo de Raadt | |
2004-02-24 | sync | Markus Friedl | |
2004-02-24 | more fxp; ok henning, deraadt | Markus Friedl | |
2004-02-24 | record code, from netbsd; via jakemsr@jakemsr.com | Theo de Raadt | |
2004-02-24 | sync | Anil Madhavapeddy | |
2004-02-24 | add evil nvidia nforce3 | Anil Madhavapeddy | |
deraadt@ ok | |||
2004-02-23 | slinear to alaw converters; from netbsd, via jakemsr@jakemsr.com | Theo de Raadt | |
2004-02-23 | sync | Theo de Raadt | |
2004-02-23 | symbios/lsi have a megaraid now | Theo de Raadt | |
2004-02-22 | Minor tweak from gibbs @ FreeBSD. Shorten one printf, eliminate | Kenneth R Westerback | |
another that was inappropriate. ok tdeval@. | |||
2004-02-21 | Remove left-over dependencies on the old rcons code. | Miod Vallat | |
2004-02-21 | SCSI_DATA_OUT doesn't mean transfer from host in all cases, when | Alexander 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-21 | Eliminate the quirks SDEV_NOSTARTUNIT, UMASS_QUIRK_NO_START_STOP, and | Kenneth 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-19 | SpeedStep support for those Pentium processors which have | Alexander 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-19 | wdc 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-19 | fix typo, KNF | Markus Friedl | |
2004-02-19 | don't disable the Sound Blaster legacy mode by default, as this breaks | Markus 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-18 | Yet another wonna-be-raid device. | Alexander Yurchenko | |
Reported by Dmitry S. Popov <D.S.Popov@inp.nsk.su>. | |||
2004-02-15 | knf | Ted Unangst | |
2004-02-15 | new 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-15 | break in default switch cases | Ted Unangst | |
2004-02-13 | Cleanup debug messages: use %b for status, %x -> 0x%x, wrap lines. | Alexander Yurchenko | |
2004-02-13 | bce (Broadcom 4401 10/100 ethernet driver) from NetBSD | Andreas Gunnarsson | |
Most work by nate@, ok deraadt@ | |||
2004-02-13 | Not used in updated ahc. | Kenneth R Westerback | |
2004-02-13 | Not used in updated ahc. | Kenneth R Westerback | |
2004-02-12 | don't reset the PHY when IPs are configured; from freebsd revision 1.16 | Markus Friedl | |
avoids hang when using gigabit copper; ok henric@, beck@ | |||
2004-02-10 | Use SENSOR_FINVALID. | Alexander Yurchenko | |
2004-02-10 | Use SENSOR_FINVALID. | Alexander Yurchenko | |
help and ok hshoexer@ | |||
2004-02-08 | Remove unused files. | Alexander Yurchenko | |
ok tdeval@ millert@ drahn@ | |||
2004-02-08 | Pull in a few recent changes from FreeBSD, plus a couple of local | Kenneth R Westerback | |
tweaks. ok deraadt@. | |||
2004-02-07 | Always 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-07 | Final 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> |