Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-12 | wdc(4) at pcmcia(4) | Mark Kettenis | |
2008-06-12 | Enable com(4) at pcmcia(4). | Mark Kettenis | |
2008-06-12 | Remove silly panic when disestablish cookie doesnt exist | Marco Peereboom | |
ok art | |||
2008-06-12 | Fix the egress group matching for IPv4. There are to ways to define a /0 | Claudio Jeker | |
network mask. For some reasons some parts set sa->sa_len to 0 to specify a /0 netmask so check fot that too. tested by david@ OK henning@ | |||
2008-06-12 | if (something_complicated) | Artur Grabowski | |
return (EIO); return (EIO); is kinda silly. Don't. Prettify a bit in the process. 'makes perfect sense' blambert@, ok thib@ | |||
2008-06-12 | Add dc(4) at cardbus(4). | Mark Kettenis | |
2008-06-12 | Remove some crazy #if mess. | Joel Sing | |
ok markus@ henning@ | |||
2008-06-12 | ANSIfy function definitions. | Joel Sing | |
ok markus@ mcbride@ henning@ deraadt@ | |||
2008-06-12 | Fix type difference between function prototype and implementation. | Joel Sing | |
According to millert@ this would have been promoted from a short to an int anyway, since K&R C cannot pass variables that are smaller than an int. ok deraadt@ millert@ | |||
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 | Actually return an error in nfs_asyncio() if we fail to process | Thordur I. Bjornsson | |
the buf due too all of the nfs iod's being busy; this downgrades the write to a sync one and allows to handle this. ok art@, beck@ | |||
2008-06-12 | Reorder foreign binaries probe list, so that more permissive ones are at the | Miod Vallat | |
end. Makes static linux binaries run again. | |||
2008-06-12 | Do not attempt to recognize foreign ELF binaries if emulation is disabled; | Miod Vallat | |
also recognize modern Linux binaries without branding, but with a ``GNU'' ABI note. | |||
2008-06-12 | undo r1.77 from 2004 - shrinking MINCLSIZE so that we always use a cluster | Henning Brauer | |
for data storage instead of another mbuf if it would fit. we did that change whiledoing the release and we thought there was a problem with this, which later turned out not to be true. surprise and ok theo | |||
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 | Split address setup operations into a separate function. More to come. | Ryan Thomas McBride | |
ok henning | |||
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 | When reading a GPIO pin, first determine if it is programmed for input | Marc Balmer | |
or output and then read the value from either the GPIO[x]_READ_BACK or GPIO[x]_OUT_VAL register. This allows to read back LED (output) states as well as input states (buttons). Problem noticed by Rolf Sommerhalder, fix by me. | |||
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 | ANSIfy to sync with KAME. From Karl Sjodahl <dunceor@gmail.com>. | Ryan Thomas McBride | |
ok todd deraadt naddy bluhm | |||
2008-06-11 | Fix GART enabling by using segment end address instead of total | Tobias Weingartner | |
physmem. This should be more correct than earlier code. Thank you to Markus Hennecke <markus-hennecke -at- markus-hennecke.de> for reminding me. | |||
2008-06-11 | 0 -> PR_NOWAIT (which is defined as 0) in pool_get | Bret Lambert | |
as an aid to readability ok and thinko-catching henning@ | |||
2008-06-11 | when we establish the mapping from a state key, do it both ways, aka | Henning Brauer | |
key1->reverse = key2; and key2->reverse = key1; ok ryan | |||
2008-06-11 | fix an old typo that prevented outer ipv6 headers from being corrected, | Can Erkin Acar | |
also fix the correction amount. This was only really visible on tcpdump, as a "truncated-ip6 - 48 bytes missing" warning. The inner packet made it into the stack just fine, minus a few sanity checks. reported by and debuged together with and ok todd@ | |||
2008-06-11 | Move a debug printf into #ifdef DEBUG. ok todd@, millert@. | Matthieu Herrb | |
2008-06-11 | Don't use the reference count to create the sensor name; we can end up | Marc Balmer | |
with sensors with the same name. The sensor name is now ever increasing unless the reference count drops to zero, in which case the naming restarts at zero as well. | |||
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 | actually unbreak RAMDISK. double plus minus cookie for me | Peter Hessler | |
2008-06-11 | unbreak RAMDISK | Peter Hessler | |
no cookie for me | |||
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 | Synchronize the MTRR API with i386, and enable | Peter Hessler | |
"just commit it" deraadt@ | |||
2008-06-11 | return an XDR'rd xid from nfs_get_xid() and kill the nfs_xid global | Thordur I. Bjornsson | |
variable; ok & feedback deraadt@ | |||
2008-06-11 | From KAME, allow adjustable limits on NDP entries and discovered routes. | Ryan Thomas McBride | |
ok mpf naddy | |||
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 | Match the Altera EBus found on the Tadpole SPARCLE. | Mark Kettenis | |
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 | Canonical for() -> queue.h FOREACH macro conversions. | Bret Lambert | |
Also, it is historical practice to #include <sys/queue.h> when using queue.h macros. ok thib@ krw@ special thanks to krw@ for reminders vice violence |