Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-13 | regen | Jonathan Gray | |
2008-06-13 | D-Link DWA-111 from kevlo via FreeBSD. | Jonathan Gray | |
2008-06-13 | Merge show_scsi_xs() and show_scsi_cmd() and move invocation so the | Kenneth R Westerback | |
debug output shows the xs/command before it's issued rather than displaying it on command completion. Some commands don't come back and it would be nice to see their details. While here nuke invocations of scsi_show* in umass. If you want SCSI debug output use SCSI debug options. Only affects SCSI debug output. ok marco@ | |||
2008-06-13 | Make kbd -l work for adb. -moj | Mats O Jansson | |
2008-06-13 | Cleanup for aml_xcreatefield, added flags argument | Jordan Hargrave | |
ok @canacar | |||
2008-06-13 | Cleanup, remove old/unused functions | Jordan Hargrave | |
ok @canacaR | |||
2008-06-12 | make sure to check that a crypto volume is not yet assembled when | Hans-Joerg Hoexer | |
retrieving the kdf blobb. Pointed out by marco. while there, use %lld instead of %d when printing b_blkno, which daddr64_t. ok marco | |||
2008-06-12 | Poll AC because there are some crappy machines out there that need it. | Marco Peereboom | |
2008-06-12 | disable debug printfs and descriptor dumps | Robert Nagy | |
2008-06-12 | Clead discipline pointer after delete. Found by hshoexer | Marco Peereboom | |
2008-06-12 | Wrap DPRINTF around #ifdef VIDEO_DEBUG, but leave debugging on by | Marcus Glocker | |
default for now. | |||
2008-06-12 | Removed old AML disassembler code | Jordan Hargrave | |
ok @marco | |||
2008-06-12 | Fixed AMLOP_LOAD for _PSS on Thinkpad | Jordan Hargrave | |
ok @gwk | |||
2008-06-12 | The mmap offsets for memory buffers currently are the kernel virtual | Owain Ainsworth | |
address. This is just plain wrong. scatter/gather on amd64 didn't work here, since char device mmap doesn't take negative offsets so higher kvas fail. Instead, prematurely import drm_memrange which is needed for the memory managers (GEM or TTM), and is used to manage GART space. Then, horribly abuse it to allocate mmap offsets, fixes up the issues. "just commit it" art@. | |||
2008-06-12 | Fixed memory leaks for AML parser | Jordan Hargrave | |
added new stack handling interface removed delay during parsing ok @marco | |||
2008-06-12 | sync | Theo de Raadt | |
2008-06-12 | dreamcheeky missile launcher (duck!) | Theo de Raadt | |
2008-06-12 | Pass error code via the crypto descriptor (ie. crp_etype) from crypto | Hans-Joerg Hoexer | |
callback. ok marco@ | |||
2008-06-12 | wrap definitions for softraid crypto "ifdef CRYPTO". Suggested by djm | Hans-Joerg Hoexer | |
2008-06-12 | Get mask keying for on-disk keys from user space and keep a "hint" for key | Hans-Joerg Hoexer | |
generation used by user space in the meta data. Actually use the masking key for encryption and decryption of on-disk key at run time. ok djm marco | |||
2008-06-12 | Bring biomem diff back into the tree after the nfs_bio.c fix went in. | Theo de Raadt | |
ok thib beck art | |||
2008-06-12 | Be more paranoid before disestablishing hook | Marco Peereboom | |
ok hshoexer | |||
2008-06-12 | Skip 64-bit BARs correctly when initing. | Owain Ainsworth | |
ok marco@. | |||
2008-06-12 | Bump max BARs up to 6. Needed for nouveau. | Owain Ainsworth | |
ok marco@. | |||
2008-06-12 | Add delete volume functionality. | Marco Peereboom | |
discussed with krw, kettenis & drahn ok hshoexer | |||
2008-06-11 | Add a few comments. | Brad Smith | |
2008-06-11 | replace the last missing xname header before an error message in get_sdr(); ↵ | Constantine A. Murenin | |
ok deraadt | |||
2008-06-11 | Zero mbreg_t (mailbox) structures allocated on the stack before filling | Kenneth R Westerback | |
them in and sending to the adapter. Reduces probe of empty controller from 15 minutes or so to 30 seconds or so. And probably fixes other things too. Also add a few more debug statements and tweak some comments. From mjacob via FreeBSD. ok deraadt@ | |||
2008-06-11 | some more BCM5708S registers. | Brad Smith | |
2008-06-11 | Update firmware for QLogic 2200 cards from v2.02.03 to v2.02.06 which has | Kenneth R Westerback | |
been used in NetBSD and FreeBSD for years. Blade2002 with a 2200 still boots. From mjacob via FreeBSD. ok deraadt@ | |||
2008-06-11 | Add a bunch of new ciss devices from Scott Benesh at HP via FreeBSD. | Jonathan Gray | |
ok dlg@ | |||
2008-06-11 | regen | Jonathan Gray | |
2008-06-11 | Add a bunch of new ciss devices from Scott Benesh at HP via FreeBSD. | Jonathan Gray | |
ok dlg@ | |||
2008-06-11 | regen | Jonathan Gray | |
2008-06-11 | Some additional devices from submitted dmesgs. | Jonathan Gray | |
2008-06-11 | correct long since bitrotted comments | Damien Miller | |
POOL_TAP5 is always 1 so unifdef it no binary change | |||
2008-06-11 | Move a debug printf into #ifdef DEBUG. ok todd@, millert@. | Matthieu Herrb | |
2008-06-11 | back out biomem diff since it is not right yet. Doing very large | Theo de Raadt | |
file copies to nfsv2 causes the system to eventually peg the console. On the console ^T indicates that the load is increasing rapidly, ddb indicates many calls to getbuf, there is some very slow nfs traffic making none (or extremely slow) progress. Eventually some machines seize up entirely. | |||
2008-06-11 | Update to DRM git as of a few days ago. This mostly affects the | Owain Ainsworth | |
card-specific files with a few minor changes elsewhere. The main change to the OpenBSD specific stuff is the change to the irq api due to the vblank rework. 4 more large bugs known, I have a fix for one. Tested by many. prompted by deraadt@. | |||
2008-06-11 | Remove the IDE_PCI_CLASS_OVERRIDE quirk flag for Intel (except AHCI), | Brad Smith | |
CMD Technology, Silicon Image, VIA, SiS, Broadcom, and ATI IDE/SATA chipsets. ok jsg@ | |||
2008-06-11 | regen | Mark Kettenis | |
2008-06-11 | Add Altera vendor id, and EBus device id. This is questionable since the | Mark Kettenis | |
device id is probably a softcore on an FPGA, but this is how it shows up on a Tadpole SPARCLE. | |||
2008-06-11 | Fix $OpenBSD$ for once and for all | Marco Peereboom | |
2008-06-11 | implement the VIDIOC_STREAMOFF ioctl and remove some unused code | Robert Nagy | |
2008-06-11 | Move first pieces of crypto softraid into the tree. Still totally | Hans-Joerg Hoexer | |
disabled, of course, and still work in progress. help by djm@, ok marco@ | |||
2008-06-11 | regen | Brad Smith | |
2008-06-11 | BCM5780 also has a fiber model. | Brad Smith | |
2008-06-11 | Don't get the address of the txstats pointers when doing bzero, | Jonathan Gray | |
just use the actual pointers. Debugged into the early hours of the morning with todd, without being able to use a keyboard with ddb. Fixes a panic seen on his powerbook. | |||
2008-06-11 | If bDefaultFrameIndex is 0 we should use the first bFrameIndex. | Robert Nagy | |
In any other case use the one reported by bDefaultFrameIndex. Fix indentation while here | |||
2008-06-10 | Add opaque structure to create raid. | Marco Peereboom | |