| From | Subject | Date |
|---|---|---|
| Miod Vallat | CVS: cvs.openbsd.org: src
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2009/07/03 13:28:47
Modified files:
sys/arch/sgi/xbow: xbridge.c
Log message:
Try to be smarter when allocating pci resources, and use unused devio slots
whenever possible for devices with both i/o and memory resources; still
doesn't allow more than 2MB of mappings per device in each space, though.
| Jul 3, 3:28 pm 2009 |
| Jasper Lievisse Adri... | CVS: cvs.openbsd.org: www
CVSROOT: /cvs
Module name: www
Changes by: jasper@cvs.openbsd.org 2009/07/03 11:58:49
Modified files:
faq : faq15.html
Log message:
- tyop, spotted by Richard Toohey
| Jul 3, 1:58 pm 2009 |
| Mark Kettenis | CVS: cvs.openbsd.org: src
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2009/07/03 11:37:02
Modified files:
sys/dev/wscons : wsconsio.h
sbin/wsconsctl : util.c
Log message:
Add a wsdisplay type for an upcoming driver for the Sun XVR-100 framebuffer.
ok deraadt@
| Jul 3, 1:37 pm 2009 |
| Christian Weisgerber | CVS: cvs.openbsd.org: src
CVSROOT: /cvs
Module name: src
Changes by: naddy@cvs.openbsd.org 2009/07/03 11:02:02
Modified files:
usr.sbin/pkg_add/OpenBSD: PackingList.pm
Log message:
allow pkg_mklocatedb -p to work again; from espie@
| Jul 3, 1:02 pm 2009 |
| Theo de Raadt | CVS: cvs.openbsd.org: src
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2009/07/03 10:55:27
Modified files:
sys/dev/ic : re.c rtl81x9reg.h
Log message:
Support RTL8103E and RTL8168DP which are starting to show up, from brad.
OK from kettenis and sthen after the diff was minimized to have no
potential impact on other chips.
| Jul 3, 12:55 pm 2009 |
| Stuart Henderson | CVS: cvs.openbsd.org: www
CVSROOT: /cvs
Module name: www
Changes by: sthen@cvs.openbsd.org 2009/07/03 07:49:51
Modified files:
faq : current.html
Log message:
adjust bnx warning slightly; bnx users upgrading from binaries on a running
system also need to take care to extract the firmware before rebooting.
| Jul 3, 9:49 am 2009 |
| Stuart Henderson | CVS: cvs.openbsd.org: www
CVSROOT: /cvs
Module name: www
Changes by: sthen@cvs.openbsd.org 2009/07/03 05:46:49
Modified files:
faq : current.html
Log message:
tell people to build bnx firmware before a kernel. discussed with dlg
| Jul 3, 7:46 am 2009 |
| Markus Friedl | CVS: cvs.openbsd.org: src
CVSROOT: /cvs
Module name: src
Changes by: markus@cvs.openbsd.org 2009/07/03 00:54:39
Modified files:
sys/dev/pci : if_em_hw.c
Log message:
fix mac address for dual-port 8257[56] cards; ok claudio, kettenis, deraadt
| Jul 3, 2:54 am 2009 |
| Theo de Raadt | CVS: cvs.openbsd.org: src
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2009/07/03 00:20:16
Modified files:
sys/dev/pci : if_bnxreg.h
Log message:
fix a typo; from brad
| Jul 3, 2:20 am 2009 |
| Theo de Raadt | CVS: cvs.openbsd.org: www
CVSROOT: /cvs
Module name: www
Changes by: deraadt@cvs.openbsd.org 2009/07/02 23:07:51
Modified files:
. : donations.html
Log message:
new
| Jul 3, 1:07 am 2009 |
| David Gwynne | CVS: cvs.openbsd.org: src
CVSROOT: /cvs
Module name: src
Changes by: dlg@cvs.openbsd.org 2009/07/02 22:55:40
Modified files:
share/man/man4 : bnx.4
Log message:
document support for the bcm5709 and bcm5716, and the new firmware files
the driver uses.
add some more dell boxes i know of that use bnx.
"go for it" deraadt@
| Jul 3, 12:55 am 2009 |
| David Gwynne | CVS: cvs.openbsd.org: src
CVSROOT: /cvs
Module name: src
Changes by: dlg@cvs.openbsd.org 2009/07/02 22:54:05
Modified files:
sys/dev/mii : brgphy.c
sys/dev/pci : if_bnx.c if_bnxreg.h
Log message:
this is a rather large change to add support for the BCM5709.
the 5709s use a the b09 firmwares, which is different to the b06 used by
all the other chips supported by bnx. the majority of the diff comes from
special handling for some indirect reads and writes, and because it needs
more host memory to operate with...
| Jul 3, 12:54 am 2009 |
| David Gwynne | CVS: cvs.openbsd.org: src
CVSROOT: /cvs
Module name: src
Changes by: dlg@cvs.openbsd.org 2009/07/02 22:43:12
Modified files:
sys/dev/mii : miidevs.h
Log message:
regen
| Jul 3, 12:43 am 2009 |
| David Gwynne | CVS: cvs.openbsd.org: src
CVSROOT: /cvs
Module name: src
Changes by: dlg@cvs.openbsd.org 2009/07/02 22:42:44
Modified files:
sys/dev/mii : miidevs
Log message:
add ids for the new phys on the bcm5709s
"go for it" deraadt@
| Jul 3, 12:42 am 2009 |
| David Gwynne | CVS: cvs.openbsd.org: src
CVSROOT: /cvs
Module name: src
Changes by: dlg@cvs.openbsd.org 2009/07/02 22:34:51
Modified files:
sys/dev/microcode/bnx: Makefile bnxfw.h build.c
sys/dev/pci : if_bnx.c if_bnxreg.h
Log message:
newer bnx chips use a separate firmware to the "old" ones. this updates
the b06 firmware for the older chips, and adds the b09 firmware. there are
three variants of the rv2p code thats loaded onto the chips, so this has
been split out into separate firmware files as well.
the driver has been ...
| Jul 3, 12:34 am 2009 |
| Theo de Raadt | CVS: cvs.openbsd.org: src
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2009/07/02 22:35:04
Modified files:
distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion
md.hp300 md.hppa md.hppa64 md.i386
md.landisk md.luna88k md.mac68k
md.macppc md.mvme68k md.mvme88k
md.mvmeppc md.sgi md.socppc md.sparc
md.sparc64 md.vax md.zaurus mi
Log message:
sync
| Jul 3, 12:35 am 2009 |
| Theo de Raadt | CVS: cvs.openbsd.org: src
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2009/07/02 22:34:59
Modified files:
distrib/i386/ramdisk_cd: list.local
distrib/amd64/ramdisk_cd: list.local
Log message:
pull in new bnx firmwares
| Jul 3, 12:34 am 2009 |
| Theo de Raadt | CVS: cvs.openbsd.org: src
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2009/07/02 18:42:47
Modified files:
distrib/miniroot: install.sub
Log message:
jmc becomes upset when nouns are used as verbs; via krw
| Jul 2, 8:42 pm 2009 |
| previous day | today | next day |
|---|---|---|
| July 2, 2009 | July 3, 2009 | July 4, 2009 |
| Mariusz Kozlowski | [PATCH 01] kmalloc + memset conversion co kzalloc |
| Rafael J. Wysocki | [Bug #10629] 2.6.26-rc1-$sha1: RIP __d_lookup+0x8c/0x160 |
| Vladislav Bolkhovitin | Re: Integration of SCST in the mainstream Linux kernel |
| Jeff Garzik | Re: [RFC] Heads up on sys_fallocate() |
git: | |
| Linus Torvalds | Re: [GIT]: Networking |
| Gerrit Renker | [PATCH 27/37] dccp: Integration of dynamic feature activation - part 2 (server side) |
| Jarek Poplawski | [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| Andrew Morton | Re: [BUG] New Kernel Bugs |
