Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-03-15 | Remove dead code (SUPPORTS_NON_CONSOLE and MD_DISPLAY_ISA_IOT) | Matthieu Herrb | |
ok miod@, drahn@, dim@. | |||
2006-03-15 | Nuke dk_establish(), no longer used. | Miod Vallat | |
2006-03-15 | Switch sparc to device_register() to find out its boot device (when it's a | Miod Vallat | |
disk). | |||
2006-03-15 | Correct checks against cd_ndevs - valid numbers are strictly inferior to | Miod Vallat | |
cd_ndevs. | |||
2006-03-15 | Entries in cd_devs[] may be NULL, so be sure to check for them in your | Miod Vallat | |
device open() function. | |||
2006-03-15 | Remove address range KASSERT check in vtopte() and kvtopte(), callers are | Miod Vallat | |
supposed to know which one of the two is applicable when the address is not guaranteed to be a kernel address. ok kettenis@ mickey@ | |||
2006-03-15 | spacing | Theo de Raadt | |
2006-03-15 | knf | Theo de Raadt | |
2006-03-15 | allow for more physmem segments; as required by some dell from dhill@ | Michael Shalayeff | |
2006-03-15 | no more need for aperture | Theo de Raadt | |
2006-03-15 | remove dead macros | Michael Shalayeff | |
2006-03-15 | switch the ioctl paths to using ami_start instead of ami_cmd. now the only | David Gwynne | |
things left using ami_cmd are the scsi paths. | |||
2006-03-15 | clean up ami_start and move the error handling for a failed command from | David Gwynne | |
ami_cmd into ami_start. | |||
2006-03-15 | split the code in ami_cmd that does the polling commands out into a | David Gwynne | |
function of its own. switch callers of ami_cmd that want polled commands over to using ami_poll. | |||
2006-03-15 | sc->sc_dev.dv_xname converted to DEVNAME(sc). makes things a little easier | David Gwynne | |
for me to read. | |||
2006-03-15 | copyout() the pollfds if poll() gets interrupted. This resets the revents | Claudio Jeker | |
bitmask and makes poll() behave like documented in the man page. OK deraadt@ | |||
2006-03-14 | no need for an aperture. we are unlikely to ever allow pci video cards | Theo de Raadt | |
in these machines, because pci video cards contain too much evil. if we do support them later, we add it back. ok miod | |||
2006-03-14 | Return ENXIO when trying to open a non-existent device, not ENODEV. | Miod Vallat | |
2006-03-14 | move the loading of the dmamaps for passthrough commands out of ami_cmd | David Gwynne | |
and into a function of its own called ami_load_ptmem. sleep now, more cleanup later. | |||
2006-03-14 | trailing tabs nomore | Michael Shalayeff | |
2006-03-14 | trailing tabs nomore | Michael Shalayeff | |
2006-03-14 | move the loading of the dma maps for logical disk reads and writes from | David Gwynne | |
ami_cmd up into ami_scsi_cmd. this simplifies ami_cmd somewhat and moves more stuff out from under splbio. theres more to come. | |||
2006-03-14 | prevent the faults on iret to run w/ disabled intrs and cause deadlocks; ↵ | Michael Shalayeff | |
niklas toby tom ok | |||
2006-03-14 | knf | David Gwynne | |
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 | |