Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-03-14 | shuffle the switch statement around in scsi_cmd. do the io commands | David Gwynne | |
outside the switch so i have some more room to put ugly code in there. | |||
2006-03-14 | implement a Unicast Reverse Path Forwarding (uRPF) check for pf(4) | Damien Miller | |
which optionally verifies that a packet is received on the interface that holds the route back to the packet's source address. This makes it an automatic ingress filter, but only when routing is fully symmetric. bugfix feedback claudio@; ok claudio@ and dhartmei@ | |||
2006-03-14 | a touch of knf | David Gwynne | |
2006-03-14 | add support for the Sony CLIE PEG-T625 and potentially a range of other | David Gwynne | |
unusually behaved CLIE products. they attach as palm4 type devices, but they stall on a certain init command. now we catch this stall and use it to switch the way we use the device to somethig more appropriate. from Andrew Smith | |||
2006-03-14 | move the kernel 1m up to provide more space for isadma; deraadt@ ok | Michael Shalayeff | |
2006-03-13 | Remove unused softc member. | Miod Vallat | |
2006-03-13 | Put wsscreen_list array inside the softc instead of on the stack; similar fix | Miod Vallat | |
as happened on hp300 and sparc* yesterday. | |||
2006-03-13 | make the dmseg printing look a little nicer. | Brad Smith | |
ok dlg@ | |||
2006-03-13 | Although we can not currently run the glass console with colors if in an | Miod Vallat | |
indexed mode, remember the colormap information (if any) when the real driver attaches, and use it to allow for X11 to control the colormap. This allows glass console and 8bpp X11 on DAFB (previously, this would only be possible if the console was on cereal). | |||
2006-03-13 | Regen | Miod Vallat | |
2006-03-13 | Conforming to the party's line, report unconfigured devices as | Miod Vallat | |
"TC identifier" (description) at tc0 ... unconfigured instead of drivername (description) at tc0 ... unconfigured Plus this allows us to shrinken the description structure and get rid of a generated file. Only affects TCVERBOSE kernels. | |||
2006-03-13 | * Add "pcitag_t *pba_bridgetag" to pci_attach_args. This is set to | Brad Smith | |
NULL for root PCI busses. For busses behind a bridge, it points to a persistent copy of the bridge's pcitag_t. This can be very useful for machine-dependent PCI bus enumeration code. From NetBSD ok grange@ kettenis@ | |||
2006-03-13 | Protect sgmap extents with splvm(); from NetBSD. | Miod Vallat | |
2006-03-13 | remove IPL_IMP. | Brad Smith | |
2006-03-13 | remove splimp. | Brad Smith | |
ok miod@ | |||
2006-03-13 | time-bind and lower power in lock spinning and a couple of other ipi loops ↵ | Michael Shalayeff | |
by using pause insn; brad@ ok tedu@ ok and feedback krw@ testing | |||
2006-03-13 | Set the address decode bit only if the iobase 0 register is available. | Federico G. Schwindt | |
Fixes the wd part of the sandisk wifi + 128 CF. Only multi function cards are affected at this time. quasi ok from uwe@ | |||
2006-03-13 | repair commands w/ no scsi_xfer but the affected code was currently dead ↵ | Michael Shalayeff | |
anyway; pointed out by Tonnerre LOMBARD <tonnerre@thebsh.sygroup.ch> | |||
2006-03-13 | Fix machines that need PCI access during ACPI bringup. | Marco Peereboom | |
Help and ok kettenis. | |||
2006-03-13 | Fix machines that need PCI access during ACPI bringup. | Marco Peereboom | |
Inspired by gklok@cogeco.ca. ok kettenis | |||
2006-03-13 | finner grained use of splbio in scsi_raw_cmd. | David Gwynne | |
2006-03-13 | finer use of splbio in scsi_cmd. | David Gwynne | |
2006-03-13 | split the io and synchronise paths for scsi commands going to the logical | David Gwynne | |
disks. | |||
2006-03-13 | ansi/deregister. No binary change. | Jonathan Gray | |
2006-03-12 | Previous fix was half-done, move the wsscreen_list array into the softc | Miod Vallat | |
as well. | |||
2006-03-12 | Move struct wsscreen_list out of the stack as on sparc. | Miod Vallat | |
2006-03-12 | When attaching a wsdisplay, the wsscreen_list structure can not be on the | Miod Vallat | |
stack; found the hard way by Stefano <stefano@merlinobbs.net>. | |||
2006-03-12 | Don't leave a dangling pointer to the process-specific LDT after | Tom Cosgrove | |
we free it. Instead set it to the default value for a new process. Bug found by hugh@, fix tested by several - thanks. ok weingart@ deraadt@ | |||
2006-03-12 | regen | Brad Smith | |
2006-03-12 | some ATI devices. | Brad Smith | |
From Dimitry Andric | |||
2006-03-12 | make SAFE_DEBUG compile clean; ssehic@gmail | Theo de Raadt | |
2006-03-12 | mbuf use-after-free; ok henning, djm, brad | Markus Friedl | |
2006-03-12 | Make use of pci_matchbyid(). | Brad Smith | |
2006-03-12 | with pcn(4) now in place remove or replace the references to PCI le(4) | Martin Reindl | |
and complement pcn* at pci? where useful as request by brad@ ok brad@ | |||
2006-03-12 | sensors_head is only used in kern_sensors.c, so its unnecessay to declare | David Gwynne | |
it in sensors.h. from Constantine A. Murenin | |||
2006-03-12 | Properly scale voltage on w83l784r. | Mark Kettenis | |
Origional patch from Constantine A. Murenin. | |||
2006-03-12 | Match emc6d100 and emc6w201. Fix typo. print rev with 0x prefix. | Mark Kettenis | |
2006-03-12 | Tweak comment. | Mark Kettenis | |
2006-03-12 | explicitly initialize a couple variables | Jacob Meuser | |
OK brad@ | |||
2006-03-12 | remove splimp(). | Brad Smith | |
2006-03-12 | IPL_IMP -> IPL_VM | Brad Smith | |
2006-03-12 | remove splimp. | Brad Smith | |
2006-03-12 | remove splimp. | Brad Smith | |
2006-03-12 | remove IPL_IMP and splimp(). | Brad Smith | |
2006-03-12 | IPL_IMP -> IPL_VM | Brad Smith | |
ok drahn@ | |||
2006-03-12 | remove IPL_IMP and splimp(). | Brad Smith | |
2006-03-12 | remove IPL_IMP and splimp(). | Brad Smith | |
2006-03-12 | IPL_IMP -> IPL_VM | Brad Smith | |
2006-03-12 | sync | Theo de Raadt | |
2006-03-12 | another mouse vendor; minusf@obiit.org | Theo de Raadt | |