Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-07 | Move #if 0 up to include currently unused fixup tables. | Marco Peereboom | |
2008-06-07 | Remove the OLF os bitmask field from the compat probe functions array; | Miod Vallat | |
ok deraadt@ | |||
2008-06-07 | Kill ACPIVERBOSE. It was never used and is worthless to boot. | Marco Peereboom | |
comments jmc ok toby | |||
2008-06-06 | lots of KNF | Marco Peereboom | |
Change many return x into goto fail idiom. | |||
2008-06-06 | Remove long dead meat. | Miod Vallat | |
2008-06-06 | KNF | Marco Peereboom | |
2008-06-06 | Arrange our mmap buffer struct better. | Marcus Glocker | |
2008-06-06 | we must not hardcode the route priority in arplookup, it does not | Henning Brauer | |
just insert arp entries. the inserted routes will have the right priority no matter what, most times cloned. problem found by Joerg Goltermann <jg@osn.de>, fix by his colleague Armin Wolgermann <aw@osn.de>, ok claudio | |||
2008-06-06 | make this more like other code (done while digging into a problem...) | Theo de Raadt | |
2008-06-06 | Shrink acpi some more for floppies and while here re-enable acpi on the | Marco Peereboom | |
floppies. Fixes crazy sony vaio kettenis has. tested by deraadt ok deraadt jordan kettenis | |||
2008-06-06 | Add _?RS methods evaluation to obtain additional heuristics and setting | Marco Peereboom | |
interrupt routing. Fixes several HP & IBM machines. ok deraadt ketennis | |||
2008-06-05 | Add some first mmap bits. | Marcus Glocker | |
Help by miod@ | |||
2008-06-05 | Allow pchb(4) to find additional non-coherent HyperTransport links | Brad Smith | |
with 10h and 11h families of AMD CPU's. ok kettenis@ | |||
2008-06-04 | olf death throes: OOSN_* names can go away; ok miod | Theo de Raadt | |
2008-06-04 | olf support starts to die (easy stuff first); ok miod | Theo de Raadt | |
2008-06-04 | Fix panic on my i386 box when local variable isnt handled properly. | Marco Peereboom | |
code from jordan | |||
2008-06-04 | adderss -> address | Miod Vallat | |
2008-06-04 | Oops! Add the #endif that vanished here. | Owain Ainsworth | |
Pointed out by landry@. | |||
2008-06-04 | fix math screwup that reintroduced a bias for upper_bounds in range | Damien Miller | |
(2^30,2^31). Nothing in the tree yet requests random numbers bounded by this range. report jakob!deraadt; ok deraadt@ | |||
2008-06-03 | Make *drm(4) use D_CLONE so that the per-open data actually works. Since | Owain Ainsworth | |
i'm modifying this code anyway, prepare for privsep by making it so that "master" openers must be root, and remove some spurious suser() checks. For example, every DRM_ROOT_ONLY ioctl is also DRM_MASTER. Without this change, privsep wouldn't work since the fd is no longer root owned. With this, X privsep should work as soon as the userland bits are done (currently unwritten). Looked over by kettenis@, ok thib@. | |||
2008-06-03 | Simplify the use of pci_mapreg_map(). | Brad Smith | |
ok oga@ | |||
2008-06-03 | put code to print periodic debug statistics in #ifdef EM_DEBUG, shrinks | Brad Smith | |
the driver for about 292 bytes on i386. ok reyk@ | |||
2008-06-03 | put code to print periodic debug statistics in #ifdef IXGB_DEBUG, shrinks | Reyk Floeter | |
the driver for about 990 bytes on i386. ok brad@ | |||
2008-06-03 | deal with a 64-bit BAR such as with PCIe chipsets. | Brad Smith | |
ok dlg@ | |||
2008-06-03 | regen | Brad Smith | |
2008-06-03 | Add the PCI ids for the JMicron JMC250 and JMC260 Ethernet controllers. | Brad Smith | |
2008-06-03 | regen | Brad Smith | |
2008-06-03 | - shorten the Emulex Light Pulse entries to use the names as mentioned | Brad Smith | |
on their web site/marketing material. We don't need to have the full name Light Pulse for each entry. ok deraadt@ - remove the duplicate Intel Turbo Memory entry. | |||
2008-06-02 | No need to enable the interrupt in psycho_set_intr(); intr_establish() already | Mark Kettenis | |
does that for us. | |||
2008-06-02 | Don't spew sense errors (e.g. 'media not present') when probing a | Kenneth R Westerback | |
device. Fallout from doing better PREVENT ALLOW dance. Prodded by marco@ as a result of a report from Andreas Kahari on tech@. | |||
2008-06-02 | Shrink scsi_mode_sense_buf to 254 bytes so ahci doesn't get upset at | Kenneth R Westerback | |
trying to dma-map odd length data areas. No other alignment should be required according to miod@. Makes my new SATA tape drive work. ok deraadt@ | |||
2008-06-02 | Round up the numbers of keys to allocate, so that the last 128 page area | Miod Vallat | |
gets correctly encrypted if the swap isn't a multiple of 128 pages. ok deraadt@ | |||
2008-06-02 | ignore a brightness changed event | joshua stein | |
from Stefan Sperling <stsp at stsp.name> | |||
2008-06-02 | Add a bunch of ELV Elektronik ftdi based devices found in the | Jonathan Gray | |
Linux driver. Prompted by a diff adding the "ELV EM 1010" from MERIGHI Marcus <Marcus@Merighi.AT> | |||
2008-06-02 | regen | Jonathan Gray | |
2008-06-02 | Add a bunch of ELV Elektronik ftdi based devices found in the | Jonathan Gray | |
Linux driver. Prompted by a diff adding the "ELV EM 1010" from MERIGHI Marcus <Marcus@Merighi.AT> | |||
2008-06-02 | Move interrupt setup to before ddb setup not after. | Jonathan Gray | |
Makes early ddb (boot -d/ddb from ukc) work on amd64. Similiar to the change made in NetBSD by Andrew Doran. ok kettenis@ fgsch@ | |||
2008-06-02 | Fix synproxy breakage introduced with the state table reorganization. | Ryan Thomas McBride | |
Bug report and testing from Otto Bretz. ok henning@ | |||
2008-06-02 | fix DEBUG flag. without EHCI_DEBUG, ehcidebug is not defined. | Yojiro Uo | |
ok jsg@ | |||
2008-06-02 | fix kernel freeze when the device unpluged (and the device was still active) | Yojiro Uo | |
ok jsg@ pyr@ | |||
2008-06-02 | regen | Brad Smith | |
2008-06-02 | - Sort the QLogic entries by PCI id. | Brad Smith | |
- Remove a duplicate QLogic ISP6312 entry. - Add QLogic ISP25xx, ISP54xx, and ISP8432 FC id's. - Add QLogic ISP4032 iSCSI id's. - Add all the other Emulex Light Pulse FC PCI id's. | |||
2008-06-01 | Unlink handled interrupts from the list of pending interrupts atomically. | Mark Kettenis | |
Fixes a problem where softclock would stop running under heavy load. | |||
2008-06-01 | regen | Mark Kettenis | |
2008-06-01 | Add Emulex LP9000. | Mark Kettenis | |
2008-06-01 | Fix \n nit in SMALL_KERNEL. | Marco Peereboom | |
2008-06-01 | Re-enable new parser. Lots of testing by various folks. Fits all media | Marco Peereboom | |
now too. ok kettenis deraadt | |||
2008-06-01 | Make SCSI isp(4) use the same SCSI initiator ID as the prom on sparc/sparc64. | Mark Kettenis | |
ok marco@, krw@, deraadt@ | |||
2008-06-01 | Remove iobviously untrue comment. | Mark Kettenis | |
2008-06-01 | ACX111 parts can't send using short slot time, but it seems to have no problem | Brad Smith | |
to receive packets sent using short slot time. Turn on short slot time support, so that we don't prevent other STA from using short slot time. From sephe@DragonFly ok mglocker@ |