Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-12-03 | rebuild | Ted Unangst | |
2005-12-03 | The first thing done when XXX_scsi_cmd() returns TRY_AGAIN_LATER is | Kenneth R Westerback | |
to set xs->error to XS_BUSY. So it is pointless and misleading to set xs->error to XS_TIMEOUT, XS_DRIVER_STUFFUP or XS_BUSY just before returning TRY_AGAIN_LATER. No functional change. ok miod@ | |||
2005-12-03 | kernel support for threaded processes (rthreads). | Ted Unangst | |
uses rfork(RFTHREAD) to create threads, which are presently processes that are a little more tightly bound together. several new syscalls added to facilitate a userland thread library. all conditional on RTHREADS, currently disabled. ok deraadt | |||
2005-12-03 | The first thing done when XXX_scsi_cmd() returns TRY_AGAIN_LATER is | Kenneth R Westerback | |
to set xs->error to XS_BUSY. So it is pointless and misleading to set xs->error to XS_TIMEOUT, XS_DRIVER_STUFFUP or XS_BUSY just before returning TRY_AGAIN_LATER. No functional change. | |||
2005-12-03 | The first thing done when XXX_scsi_cmd() returns TRY_AGAIN_LATER is | Kenneth R Westerback | |
to set xs->error to XS_BUSY. So it is pointless and misleading to set xs->error to XS_TIMEOUT, XS_DRIVER_STUFFUP or XS_BUSY just before returning TRY_AGAIN_LATER. No functional change. | |||
2005-12-03 | Turn read_processor_identification_register() into a simple macro with a | Miod Vallat | |
much, much, much shorter name. It is only used to print cpu revision anyway... | |||
2005-12-03 | Don't retry unsupported SCSI commands by returning TRY_AGAIN_LATER. | Kenneth R Westerback | |
They aren't going to be magically supported the next time. Elminates a long delay at boot time, since TRY_AGAIN_LATER code was recently fixed to delay a second before retrying and MODE SENSE commands were reclassified as unsupported. ok tdeval@ marco@ | |||
2005-12-03 | Switch m88k ports to __HAVE_CPUINFO. Current cpu pointer is held in SR0 | Miod Vallat | |
on all running processors. Tested aoyama@ and I | |||
2005-12-03 | Remove some typedef struct goo. | Marco Peereboom | |
2005-12-03 | Allow strings descriptor 0 to be fetched. It's the default language index. | Brad Smith | |
From augustss NetBSD ok dlg@ | |||
2005-12-02 | Better choice of types for struct pmap members and cmmu functions; | Miod Vallat | |
no functional change. | |||
2005-12-02 | Fix a few instruction display glitches. | Miod Vallat | |
2005-12-02 | add registers for 4 new clocks | Theo de Raadt | |
2005-12-02 | Use ANSI function declarations, no binary change. | Pedro Martelletto | |
Diff from Iruata Souza, thanks. | |||
2005-12-02 | no 91Mhz mode for now, because the OSCR0 does not run in low-power mode; | Uwe Stuehler | |
found after prodding by deraadt@ | |||
2005-12-02 | Remove one tab that cause a line to overflow. No functional change. | Marco Peereboom | |
2005-12-02 | Check if the given FM frequency is between 87.5Mhz and 108Mhz. | Robert Nagy | |
If the given value is too small default to 87.5Mhz, if it is too high default to 108Mhz. ok mickey@ | |||
2005-12-02 | only poll if scsi_poll was requested | Michael Shalayeff | |
2005-12-02 | Missing 'break;'. Spotted by lint. | Kenneth R Westerback | |
ok dlg@ | |||
2005-12-02 | typo. | Marco Peereboom | |
2005-12-01 | allow RST if the th_seq matches rcv_nxt in case the RST follows the | Markus Friedl | |
data immediately. otherwise we would ignore RST for delayed acks; ok deraadt, dhartmei | |||
2005-12-01 | Get rid of PMAP_NULL and xx_ENTRY_NULL and simply use NULL when necessary. | Miod Vallat | |
2005-12-01 | Do not depend on MAX_CPUS being 4. | Miod Vallat | |
2005-12-01 | Add missing cache_purge() in msdosfs_rename(). | Pedro Martelletto | |
Spotted by tedu@, okay tom@ and tedu@. | |||
2005-12-01 | i hate mpt_softc_t, so replace use of it with struct mpt_softc. add some | David Gwynne | |
macros to deal with pci_conf reads and writes, which makes the code smaller and easier (for me) to read. make attach a bit less convoluted. ok marco@ | |||
2005-12-01 | fix #endif crud | Theo de Raadt | |
2005-12-01 | move some things around so i have less trouble reading this, fix a spelling | David Gwynne | |
mistake and add some knf. ok marco@ | |||
2005-12-01 | bus_dma code clean up. No functional change. Polished form of diff | Kenneth R Westerback | |
from marco@. ok marco@ | |||
2005-12-01 | bus_dma code clean up. No functional change. Polished form of diff | Kenneth R Westerback | |
from marco@. ok marco@ | |||
2005-12-01 | shrink code size by sharing some printf code, no change in how it works | Theo de Raadt | |
ok dlg marco | |||
2005-11-30 | - add initial SB Audigy support | Brad Smith | |
- add big-endian support - fix a few typos From NetBSD - use pci_matchbyid() Known working SB Live's tested by numerous users with no reported regressions; though no one has stepped up to test out the Audigy support yet. ok deraadt@ | |||
2005-11-30 | regen | Xavier Santolaria | |
2005-11-30 | new vendor: Thrustmaster; OK deraadt@. | Xavier Santolaria | |
2005-11-30 | spacing | Theo de Raadt | |
2005-11-30 | format string mishandling | Theo de Raadt | |
2005-11-30 | Use suser() to check for root privileges, okay hshoexer@ deraadt@ | Pedro Martelletto | |
2005-11-30 | add a sensor type for drive status and hook esm up with it. | David Gwynne | |
ok marco@ grange@ deraadt@ | |||
2005-11-30 | reorder slightly | David Gwynne | |
2005-11-30 | determine the status of fan, volt, and temp sensors by reading the | David Gwynne | |
thresholds off at attach and then comparing the value at update to these cutoffs. | |||
2005-11-30 | regen | Michael Shalayeff | |
2005-11-30 | a few more saa philips tv cards | Michael Shalayeff | |
2005-11-30 | No need for vfs_busy() and vfs_unbusy() to take a process pointer | Pedro Martelletto | |
anymore. Testing by jolan@, thanks. | |||
2005-11-29 | Add support for ASIX AX88772 10/100 based adapters which are very similiar | Jonathan Gray | |
to the gigabit AX88178 but with a different initialisation routine because the PHY is not external. Man page changes reviewed by jmc@ and oxford commas added per his sugestion. Thanks to Bruno Scap for donating an adapter. | |||
2005-11-29 | regen | Jonathan Gray | |
2005-11-29 | Add generic id for ASIX AX88772. | Jonathan Gray | |
2005-11-29 | Put this back in... | Brad Smith | |
Use pci_get_capability() to check if were on a PCI Express card or not. Tested by deraadt@, marco@ and a few end-users who reported issues. | |||
2005-11-29 | Fix IPv6 hmac calculation. | Marco Pfatschbacher | |
OK mcbride@ | |||
2005-11-29 | from the diffs so old they're growing mold dept: | Ted Unangst | |
while () return; is pretty dumb, change to ifs as intended | |||
2005-11-29 | apply patch from david hill for two netbsd prs: | Ted Unangst | |
14060 skip MADV_SEQUENTIAL if refaulting 18037 missing pageactivate tested for some time by jolan krw | |||
2005-11-29 | Fix bus_dma code to eliminate my busted logic, align usage with man | Kenneth R Westerback | |
page, adopt jason's suggestions and use the goto based unwind marco likes. Based on marco's original diff. ok marco@ jason@ |