summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
1998-10-28Add a couple of names from NetBSDJason Downs
1998-10-28syncTheo de Raadt
1998-10-28more devices without compat-id; WOFerry+@CMU.EDUTheo de Raadt
1998-10-28syncTheo de Raadt
1998-10-28more devices without compat-id; WOFerry+@CMU.EDUTheo de Raadt
1998-10-24make 8mb installs workTheo de Raadt
1998-10-21The qec global reset should only be allowed to happen once per qec card, notJason Wright
once per channel init.
1998-10-21syncTheo de Raadt
1998-10-21further shrinkingTheo de Raadt
1998-10-21syncTheo de Raadt
1998-10-21shorten names; add more realtekTheo de Raadt
1998-10-21syncTheo de Raadt
1998-10-21syncTheo de Raadt
1998-10-20when transmitting we cannot totally fill the circular buffer (i.e.Theo de Raadt
we can't use up all of the remaining sc->txslot[chan].bfree free bytes) because that would cause the circular buffer read pointer to become equal to the write pointer, thus signaling 'empty buffer' to the hardware and stopping the transmitter. spotted and fixed by Kenjiro Cho <kjc@csl.sony.co.jp>
1998-10-20o Only read the per-channel status reg if the global int mask says somethingJason Wright
interesting happened. o Base all interrupt decisions on per-channel status reg.
1998-10-19Use register definitions from AMD databook.Jason Wright
1998-10-19qec+qe support & OpenBSD tags for everyoneJason Wright
1998-10-19Support for the qec+qe (SBus QuadEthernet board)Jason Wright
1998-10-19Garbage collect an unused variable.Jason Wright
1998-10-16revert pmax machdep.c too (Warner missed this one)Todd C. Miller
1998-10-15Back out PEFO's trap change. It breaks everybody, it seems.imp
1998-10-15shrink ramdisk filesystemTheo de Raadt
1998-10-14o include ch.h so that NCH is definedimp
o spell ksyms with with two s's
1998-10-14openfirmware root was moved to attach at mainbus some time back, thisDale S. Rahn
config file was missed when that change was made.
1998-10-14syncFederico G. Schwindt
1998-10-14pretty print messageTheo de Raadt
1998-10-13In vrele, vget, reinstate to following orderConstantine Sapuntzakis
- VNODE gets placed on free list - VOP_INACTIVE is called This was the original order. It was changed in an earlier patch due to a race condition in non-locking FSes (like NFS) between getnewvnode and inactive. However, the modified order had its own race conditions, so it turned out not to be a good choice.
1998-10-13syncTheo de Raadt
1998-10-13another modem without a pnp compatidTheo de Raadt
1998-10-13Remove NULL deref conditionNiklas Hallqvist
1998-10-13More fixes for huge (>2GB) files.Constantine Sapuntzakis
1998-10-12While It would be a really nice thing to have nested interrupts,Dale S. Rahn
getting all of the complexities captured in the code before release is not going to be possible, maybe after release this will be fixed. Regressing to 1.8 (version before allowing nested interrupts).
1998-10-11When copying several lines from one file to another, do not delete the linesDale S. Rahn
from the first file. (the last commit of this file had several lines missing.)
1998-10-11Fix from Kirk McKusick to make sure that clustering works correctly acrossConstantine Sapuntzakis
the 2GB file boundary.
1998-10-11bad ioctls return EINVAL; garath@code.ridgefield.orgTheo de Raadt
1998-10-11syncJason Downs
1998-10-11Add another modem w/o the compat ID.Jason Downs
1998-10-10syncTheo de Raadt
1998-10-10another sb card that does not set the compat fieldTheo de Raadt
1998-10-10syncTheo de Raadt
1998-10-10shrinkTheo de Raadt
1998-10-10syncJason Downs
1998-10-10add ATI Rage Pro and SoundBlaster PCI64 IDs.Jason Downs
1998-10-10add tl(4) ethernet driverTheo de Raadt
1998-10-10Sync with FreeBSD; add ioctls.Jason Downs
1998-10-10Sync with FreeBSD; add support for bt878/879, more cards, more tuners...Jason Downs
1998-10-10Merged versions of GENERIC and MIX as well as RAMDISK and RAMDISKMIX.Dale S. Rahn
1998-10-10Remove debugging printfs.Dale S. Rahn
1998-10-10add OpenBSD tagsJason Wright
1998-10-10syncJason Wright