summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2005-12-03rebuildTed Unangst
2005-12-03The first thing done when XXX_scsi_cmd() returns TRY_AGAIN_LATER isKenneth 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-03kernel 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-03The first thing done when XXX_scsi_cmd() returns TRY_AGAIN_LATER isKenneth 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-03The first thing done when XXX_scsi_cmd() returns TRY_AGAIN_LATER isKenneth 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-03Turn read_processor_identification_register() into a simple macro with aMiod Vallat
much, much, much shorter name. It is only used to print cpu revision anyway...
2005-12-03Don'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-03Switch m88k ports to __HAVE_CPUINFO. Current cpu pointer is held in SR0Miod Vallat
on all running processors. Tested aoyama@ and I
2005-12-03Remove some typedef struct goo.Marco Peereboom
2005-12-03Allow strings descriptor 0 to be fetched. It's the default language index.Brad Smith
From augustss NetBSD ok dlg@
2005-12-02Better choice of types for struct pmap members and cmmu functions;Miod Vallat
no functional change.
2005-12-02Fix a few instruction display glitches.Miod Vallat
2005-12-02add registers for 4 new clocksTheo de Raadt
2005-12-02Use ANSI function declarations, no binary change.Pedro Martelletto
Diff from Iruata Souza, thanks.
2005-12-02no 91Mhz mode for now, because the OSCR0 does not run in low-power mode;Uwe Stuehler
found after prodding by deraadt@
2005-12-02Remove one tab that cause a line to overflow. No functional change.Marco Peereboom
2005-12-02Check 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-02only poll if scsi_poll was requestedMichael Shalayeff
2005-12-02Missing 'break;'. Spotted by lint.Kenneth R Westerback
ok dlg@
2005-12-02typo.Marco Peereboom
2005-12-01allow RST if the th_seq matches rcv_nxt in case the RST follows theMarkus Friedl
data immediately. otherwise we would ignore RST for delayed acks; ok deraadt, dhartmei
2005-12-01Get rid of PMAP_NULL and xx_ENTRY_NULL and simply use NULL when necessary.Miod Vallat
2005-12-01Do not depend on MAX_CPUS being 4.Miod Vallat
2005-12-01Add missing cache_purge() in msdosfs_rename().Pedro Martelletto
Spotted by tedu@, okay tom@ and tedu@.
2005-12-01i hate mpt_softc_t, so replace use of it with struct mpt_softc. add someDavid 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-01fix #endif crudTheo de Raadt
2005-12-01move some things around so i have less trouble reading this, fix a spellingDavid Gwynne
mistake and add some knf. ok marco@
2005-12-01bus_dma code clean up. No functional change. Polished form of diffKenneth R Westerback
from marco@. ok marco@
2005-12-01bus_dma code clean up. No functional change. Polished form of diffKenneth R Westerback
from marco@. ok marco@
2005-12-01shrink code size by sharing some printf code, no change in how it worksTheo de Raadt
ok dlg marco
2005-11-30- add initial SB Audigy supportBrad 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-30regenXavier Santolaria
2005-11-30new vendor: Thrustmaster; OK deraadt@.Xavier Santolaria
2005-11-30spacingTheo de Raadt
2005-11-30format string mishandlingTheo de Raadt
2005-11-30Use suser() to check for root privileges, okay hshoexer@ deraadt@Pedro Martelletto
2005-11-30add a sensor type for drive status and hook esm up with it.David Gwynne
ok marco@ grange@ deraadt@
2005-11-30reorder slightlyDavid Gwynne
2005-11-30determine the status of fan, volt, and temp sensors by reading theDavid Gwynne
thresholds off at attach and then comparing the value at update to these cutoffs.
2005-11-30regenMichael Shalayeff
2005-11-30a few more saa philips tv cardsMichael Shalayeff
2005-11-30No need for vfs_busy() and vfs_unbusy() to take a process pointerPedro Martelletto
anymore. Testing by jolan@, thanks.
2005-11-29Add support for ASIX AX88772 10/100 based adapters which are very similiarJonathan 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-29regenJonathan Gray
2005-11-29Add generic id for ASIX AX88772.Jonathan Gray
2005-11-29Put 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-29Fix IPv6 hmac calculation.Marco Pfatschbacher
OK mcbride@
2005-11-29from the diffs so old they're growing mold dept:Ted Unangst
while () return; is pretty dumb, change to ifs as intended
2005-11-29apply 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-29Fix bus_dma code to eliminate my busted logic, align usage with manKenneth R Westerback
page, adopt jason's suggestions and use the goto based unwind marco likes. Based on marco's original diff. ok marco@ jason@