Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-11-06 | add the NVIDIA MCP67 SMBus controller PCI id. | Brad Smith | |
From Peer Chen @ NVIDIA | |||
2006-11-06 | Sync up to Intel's latest FreeBSD em driver (6.2.9). Adds support | Brad Smith | |
for a few newer Intel PCIe boards, some code removal and cleaning and a few bug fixes. From: Jack Vogel@Intel Tested by mk@ wilfried@ brad@ dlg@, Marc Winiger, Gabriel Kihlman, Jason Dixon, Johan Mson Lindman, and a few other end users. Tested with 82543, 82544, 82540, 82545, 82541, 82547, 82546 and 82573. | |||
2006-11-06 | add gem and gentbi; why not | Theo de Raadt | |
2006-11-06 | fix proxying on big-endian 64-bit machines, u_long is not the size of | Theo de Raadt | |
an ip address, that's for sure; pr 5232 arjones@simultan.dyndns.org | |||
2006-11-05 | add the MCP67 PATA and SATA PCI ids as well as fixing nforce_chip_map() to | Brad Smith | |
set the proper UDMA capability for MCP61 and MCP65 chipsets. ok jsg@ | |||
2006-11-05 | add the MCP67 chipset. | Brad Smith | |
2006-11-05 | add the NVIDIA MCP67 LAN PCI ids. | Brad Smith | |
2006-11-05 | regen | Brad Smith | |
2006-11-05 | add the NVIDIA MCP67 LAN PCI ids. | Brad Smith | |
From Peer Chen @ NVIDIA via Linux | |||
2006-11-05 | Use TF_SPC instead of hardcoding its value. | Miod Vallat | |
2006-11-05 | Correctly release resources in intc_free_ih(). | Miod Vallat | |
2006-11-05 | Fix a couple of comments. | Miod Vallat | |
2006-11-05 | Some basic fpu trap handling. | Miod Vallat | |
2006-11-05 | kill leftover debug printf | Martin Reindl | |
ok mickey | |||
2006-11-05 | typo in kqueue delete. | Brad Smith | |
From Niels Provos via the libevent SVN repo, by Bert JW. Regeer ok deraadt@ | |||
2006-11-05 | Add deduced power state table for 1.00 GHz VIA Eden 90nm 'Esther'. | Dimitry Andric | |
Tested & confirmed by Greg Mortensen, thevision at pobox.com | |||
2006-11-05 | Do not enable hardware cursor in the Brooktree DAC on the 8bpp model as well | Miod Vallat | |
(it would only appear when booting after an UNJAM). | |||
2006-11-05 | Wait two seconds after reset before probing devices, lets RX23 get detected | Miod Vallat | |
again. | |||
2006-11-05 | Handle loop reconfiguration in a kernel thread, instead of doing it from | Miod Vallat | |
interrupt context. | |||
2006-11-05 | warn for any weird stuff in packages. | Marc Espie | |
Namely: - anything that doesn't belong to owner root/bin, group bin/wheel must be annotated in the packing-list. - any file setuid, setgid, writable by others must be annotated in the packing-list. These warnings must be fixed. They will become errors in the near futur. | |||
2006-11-05 | Don't open a transaction for a ruleset unless it's a brace ruleset that | Ryan Thomas McBride | |
contains rules. Fixes DIOCXCOMMIT: Device busy when multiple anchors with the same name are specified. reported by ckuethe@ and mkb@crypt.org.ru | |||
2006-11-05 | define the bit that sh4 uses for FPU disable. | Dale Rahn | |
2006-11-05 | fix a potential memory leak in event_once(). | Brad Smith | |
From Niels Provos via the libevent SVN repo, by Scott Lamb tested by niallo@ ok deraadt@ | |||
2006-11-05 | ANSI | Brad Smith | |
2006-11-05 | regen | Brad Smith | |
2006-11-05 | add the NVIDIA MCP67 AHCI and HD Audio PCI ids. | Brad Smith | |
From Peer Chen @ NVIDIA via Linux | |||
2006-11-04 | regen | Brad Smith | |
2006-11-04 | add the NVIDIA MCP67 SATA PCI ids. | Brad Smith | |
From Peer Chen @ NVIDIA via Linux | |||
2006-11-04 | query the firmware for the number of volumes, and then iterate through them | David Gwynne | |
to get the right names for sensor creation. | |||
2006-11-04 | regen | Brad Smith | |
2006-11-04 | add the NVIDIA MCP67 IDE PCI id. | Brad Smith | |
From Peer Chen @ NVIDIA via Linux | |||
2006-11-04 | regen | Brad Smith | |
2006-11-04 | add a few more TI and O2 Micro devices. | Brad Smith | |
2006-11-04 | from ru@freebsd: | Jason McIntyre | |
Fix a bug converting a variable from the numeric type to a string. ok otto deraadt | |||
2006-11-04 | regen | Michael Knudsen | |
2006-11-04 | Add Radeon X1300 Pro (with secondary). | Michael Knudsen | |
input and ok brad | |||
2006-11-04 | regen | Brad Smith | |
2006-11-04 | add the Broadcom BCM5825 chipset. | Brad Smith | |
2006-11-04 | kthread_create returns an int, not a pointer. compare the return value to | David Gwynne | |
0, not NULL. | |||
2006-11-04 | new devices and some sorting | David Gwynne | |
2006-11-04 | make compile w/ debug | Michael Shalayeff | |
2006-11-04 | remove misplaced -l stuff; henning needs more caffeine... | Jason McIntyre | |
2006-11-04 | oops - forgot to kill trailing spaces; | Jason McIntyre | |
2006-11-04 | tweaks; | Jason McIntyre | |
2006-11-04 | make stack trace look as other flavoured stack traces look like | Michael Shalayeff | |
2006-11-03 | vr_rxeof(): stick receive error messages under VR_DEBUG. | Brad Smith | |
vr_init(): add debug printfs for some error conditions. | |||
2006-11-03 | vr_intr(): remove duplicate check for VR_ISR_RX_NOBUF and the "packet lost" | Brad Smith | |
printf which will never be reached. | |||
2006-11-03 | build the right kernel... | Dale Rahn | |
2006-11-03 | Dont double fork, and since the assembles the same, use -1, instead of 0xff | Dale Rahn | |
to subtract one. | |||
2006-11-03 | cleanup some devices | Michael Shalayeff | |