summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2001-01-14Complete move to UVM virtual memory system. More header fixes.Steve Murphree
2001-01-13use md in_cksumMichael Shalayeff
2001-01-13Driver for Cirrus Logic CS4281 sound chips. Originally written for NetBSD byAaron Campbell
Tatoku Ogaito, banged into shape for OpenBSD by me. Recording has not been tested yet, but mpg123 works fine. Sound still works after suspend/resume. XXX: On the IBM ThinkPad X20, must disable pcibios else the cs4281 won't generate interrupts. Cause yet unknown but probably not the driver's fault. YMMV on other laptops with this chip.
2001-01-13Booting kernel with MACHINE_NEW_NONCONTIG. UVM code added but not working.Steve Murphree
New stand config. Lots of header fixes. Can now cross-compile i386->m88k.
2001-01-13s!UFS!FFSMiod Vallat
2001-01-13own in_cksum versionMichael Shalayeff
2001-01-12no pmap_changebit no more; better barrier thingMichael Shalayeff
2001-01-12fix PTE_BITSMichael Shalayeff
2001-01-12move pmap_physseg back to vmparam.h where it belongs.Michael Shalayeff
define PMAP_PREFER in pmap.h, as afar as i understand it works. no more pmap_changebit() grow USRIOSIZE in vmparam.h
2001-01-12do not print pidr3,pidr4 which we do not use anywayMichael Shalayeff
2001-01-12this is even uglier hack, but it also works; theo did not help (;Michael Shalayeff
2001-01-12this is an ugly quick hack, but it works; theo helped (;Michael Shalayeff
2001-01-12add SIOCSIFMTU; angelos@ coachedTodd T. Fries
2001-01-12Activate other maestro makes, per Theo's request.Marc Espie
2001-01-12Update vm interface to MACHIN_NEW_NONCONTIG. Fix compile warning in pcctwo.cSteve Murphree
2001-01-11Add maestroMarc Espie
2001-01-11Sound driver for some ESS maestro models. Work by d@ and me, based onMarc Espie
the FreeBSD driver, and some linux code. Probably some tweaks to reach out for more pci cards (some models are currently commented out, and we have yet to find a card where stereo output gets de-synchronized, as the FreeBSD driver claims happens). Suspends/resume works, recording and keyboard volume control on the way. This is not derived from the NetBSD driver in any way. Just happens that both works reached completion at the same time.
2001-01-11fix a few stringsMichael Shalayeff
2001-01-11no stidebugMichael Shalayeff
2001-01-11read rom through the rom handleMichael Shalayeff
2001-01-11fix a few types and alignment problemsMichael Shalayeff
2001-01-11there is no pseudo-device crypto either; sleep theoMichael Shalayeff
2001-01-11ich/auichMichael Shalayeff
2001-01-11rename the rest to auich, verbalize the chipset type we are a part ofMichael Shalayeff
2001-01-11oopsTheo de Raadt
2001-01-11move ich to auich at mickey's requestTheo de Raadt
2001-01-11Newline at end of debug printf.Angelos D. Keromytis
2001-01-10BSS mode by default.Angelos D. Keromytis
2001-01-10BSS mode by default.Angelos D. Keromytis
2001-01-10BSS mode by default.Angelos D. Keromytis
2001-01-09Typo: dome -> someKenneth R Westerback
2001-01-09Fix comment (noticed by cas@trans-nt.com)Angelos D. Keromytis
2001-01-09Add in a ISP_CFG_NOINIT flag (other platform stuff). Define some ofmjacob
the async code event changes. Note (for __GNUC__) that isp_prt has __attributes__'s of __format__/__printf__....
2001-01-09Add some FC specific state flag defines (for status completionmjacob
entries). Add some defines for the SNS "Register FC4 Type" subcommand.
2001-01-09Add offsets for WWPN && OXID that FC f/w stuffs into an ATIO2.mjacob
2001-01-09Follow changes to some async event codes.mjacob
2001-01-09Make some strings constant (from Bill Sommerfeld @ NetBSD). Clean up somemjacob
wwn handling. Do a Register FC4 Type (so that we can work with McData switches). Allow F-port topologies to use the target range 0..125 for logging in fabric devices. We changed ISPASYNC_PDB_CHANGED to ISPASYNC_LOGGED_INOUT and now use ISPASYNC_CHANGE_NOTIFY for both loop && fabric events.
2001-01-09One-byte EtherIP header, per the relevant draft (soon to be RFC).Angelos D. Keromytis
* * NOTE * * This breaks backward compatibility with 2.7 and 2.8 bridges. * * NOTE * *
2001-01-09Define version number for EtherIP protocol (soon to become RFC).Angelos D. Keromytis
2001-01-09This seems to correct the problem listed in kernel/1607 (returning frommjacob
syscall with non-zero priority). This doesn't seem to fix connecting to a switch problems (which *used* to work... sigh...)...
2001-01-08match on 3CXFEM656C's global modem too, does not seem to work right, but; ↵Michael Shalayeff
from openbsd@zenbu.com
2001-01-08regenMichael Shalayeff
2001-01-0856k Global Modem; from openbsd@zenbu.comMichael Shalayeff
2001-01-08From chris@Jeremy Evans
Partial sync w/NetBSD -Support Ultra/100 on Intel ICH2 (Tomokazu HARADA) -Support Ultra/66 on VIA Apollo (Manuel Bouyer) -Disable 16bit io-space limitation on Promise (Charles Hannum)
2001-01-08wrap "icmp6 checksum error" message into #ifdef ND6DEBUG. NetBSD PR 11911.Jun-ichiro itojun Hagino
sync with kame aVS: ----------------------------------------------------------------------
2001-01-08Compare the end of symbol table as passed from boot with the addressHugh Graham
of _end in the kernel, and base Sysmap on whichever is higher. This permits stripped kernels to load despite unexpected values from libsa.
2001-01-07fix a few scsi_done() usages.Michael Shalayeff
simplify locking a bit. disable write cache if said so in the scsi_xfer. a few more commands, from freebsd.
2001-01-07- add EMODD emulation (EMODF) -- this fixes modf() and some libm codeBrandon Creighton
on systems which don't have native EMODD (i.e., most of them) - big cleanup of the getval_* stuff - have one routine doing most of the work instead of four doing the same thing - add some miscellaneous routines -- count sig. bits - add more operand addressing modes (still not all fully implemented) both the existing POLYD and EMODD can use them - add me to copyright
2001-01-06prohibited binding to an anycast, notready, or detached IPv6 address.Jun-ichiro itojun Hagino
sync with kame 1.46 -> 1.47
2001-01-05Add commented-out MROUTING option (for completeness) -- (james@oaktree.co.uk)Angelos D. Keromytis