summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2002-03-27From FreeBSD: check for FIFO becoming unfull correctly, in the case of consum...Niklas Hallqvist
2002-03-27Avoid using bus_space_map2() on the rom (was too lazy to deal with endian =),Jason Wright
2002-03-27Make a shadow copy of the bios rom (if available) and make it available via mmapJason Wright
2002-03-27bus_space_mmap wants the paddr not the handleJason Wright
2002-03-26Add support for the TMD7160 dumb PCI-ISA bridge (similar in function toTodd C. Miller
2002-03-26regenTodd C. Miller
2002-03-26o 0x15e8 is National Datacomm Corp, not CoregaTodd C. Miller
2002-03-26Change default logging level from none to urgent. Should never printDaniel Hartmeier
2002-03-26m_freem(NULL) bad style, ok jason@Niklas Hallqvist
2002-03-26Fix 128bit WEP on prism2; from FreeBSDTodd C. Miller
2002-03-26Permit compiling with DEBUG; Joey Coleman <joeycoleman@acm.org>Jason Wright
2002-03-26enforce higher spl such that ccbs do not get fired upon in timeouts and other...Michael Shalayeff
2002-03-26iop can to onto thisTheo de Raadt
2002-03-26Only allow valid device PAs to be mmapped.Dale Rahn
2002-03-26On the wdc_obio controller if one device is UDMA capable and one is not,Dale Rahn
2002-03-26regenMichael Shalayeff
2002-03-26a clone of Eumitcom WL11000P -- USR11000P; from lj7@usa.netMichael Shalayeff
2002-03-26need to mask out the upper part for the fpu version on printMichael Shalayeff
2002-03-26if cannot guess cpu model default to the lowest supported oneMichael Shalayeff
2002-03-26$OpenBSD$Hugh Graham
2002-03-26Map all of the io/mem spaces providedJason Wright
2002-03-26Honor psratio for addupc_task(), as other arches do.Miod Vallat
2002-03-26Fix problems the ahc driver was having with the recent changes toKenneth R Westerback
2002-03-25Ignore 'keep state' for ICMP errors whose inner headers mismatch stateDaniel Hartmeier
2002-03-25add ioctl DIOCKILLSTATES to shootdown a subset of the state table. allowsMike Frantzen
2002-03-25add {SPLAY,RB}_INITIALIZER and {SPLAY,RB}_EMPTY() to be more consistentMike Frantzen
2002-03-25regenMichael Shalayeff
2002-03-25another intel gbt etherMichael Shalayeff
2002-03-25spellingTheo de Raadt
2002-03-25support 630ETi; from wyllie@dilex.netMichael Shalayeff
2002-03-25some fw versions return even more data in the an_ltv_status; form Gabriel Kih...Michael Shalayeff
2002-03-25revert the pmap stuff to 0221, so we can bootNiklas Hallqvist
2002-03-25Gremlins always escape when you commit from the bad tree. An extra semicolonMiod Vallat
2002-03-25This was part of the newer ahc driver which has been backed outTodd C. Miller
2002-03-25I could have sworn I commited this, must have gone localNiklas Hallqvist
2002-03-25dhartmei@ and I have been both running uaudio devices on macppc successfullylebel
2002-03-24This is ridiculous. Put the same dc vs de on the floppy as the kernel. How ...Theo de Raadt
2002-03-24from martin@netbsd:Michael Shalayeff
2002-03-24double m_free() - niklas@openbsdJun-ichiro itojun Hagino
2002-03-24after codec reset wait for 1/2 sec; from mark@mcs.vuw.ac.nz (http://mail-inde...Michael Shalayeff
2002-03-24m_freem(NULL) bad style, ok jason@Niklas Hallqvist
2002-03-24deref of NULL in out of mbuf situation, ok jason@Niklas Hallqvist
2002-03-24non-access itlb fault puts the addr in isr:ior, not pcsq:pcoqMichael Shalayeff
2002-03-24WCCP support (trivial hack, it's not the complete protocol, but it'llAngelos D. Keromytis
2002-03-24handle NS Geode GX1; wd@ics.nara-wu.ac.jpTheo de Raadt
2002-03-23mvme88k varargs cleanup 2/2Miod Vallat
2002-03-23typo repair; openbsd@davidkrause.comTheo de Raadt
2002-03-23Add variables for config(8) -e time tweak of systemV shared memoryMarc Espie
2002-03-23Repair.Miod Vallat
2002-03-23correct arg to bcmp(). need to compare 15 bytes, not 3 bytes. sync w/kameJun-ichiro itojun Hagino