summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2001-09-27Split out comattach that does isa and isapnp attachment and initialization,Artur Grabowski
2001-09-27Huge merge with NetBSD. For full details look at their revision history (1.2...Jason Wright
2001-09-26syncJason Wright
2001-09-26NS PC87415Jason Wright
2001-09-26* add missing #include "vlan.h"Peter Galbavy
2001-09-26Connect USB keyboards to the display after attaching, no longer requiringjoshua stein
2001-09-26bad me, don't break current builds with uncomitted dependent changes.Jason Wright
2001-09-25pretty up attach messages (as best as possible) for fas.Jason Wright
2001-09-25Change to umass to not attach immediately if the system is still 'cold'.Dale Rahn
2001-09-24Do not force polling while cold = 0; from NetBSD, hinted at by fgs@Miod Vallat
2001-09-24Use splimp instead of splnet in some places.Artur Grabowski
2001-09-24get rid of kvtop, not that it matters that muchMichael Shalayeff
2001-09-24there was a possible overrun in prev folding length fix.Michael Shalayeff
2001-09-23Read the MAC address correctly from 630EA1-based sis(4) devices. Should fixAaron Campbell
2001-09-23solve mtu problem a little more elegantly (ramdisk works on blade100 andJason Wright
2001-09-23oops, fix the after folding sizesMichael Shalayeff
2001-09-22supply some entropy from hereMichael Shalayeff
2001-09-22new type for video i/o entropyMichael Shalayeff
2001-09-21syncTheo de Raadt
2001-09-21new stuffTheo de Raadt
2001-09-21configured mtu in BOTH places (grumble)Jason Wright
2001-09-21openbsd style %b handlingJason Wright
2001-09-21another ETHERMTU + sizeof(struct ether_header) problemJason Wright
2001-09-21adapt to OpenBSD ioctl structureJason Wright
2001-09-21Not yet working, but getting a bit closer.Hakan Olsson
2001-09-21Correct some pryntf() usage: get the correct number of arguments in theMiod Vallat
2001-09-21Driver for Sun GEM ethernet. Not ready yet.Artur Grabowski
2001-09-20Better timeout usage.Miod Vallat
2001-09-20no one cares if RFIFO has been hit... so shaddap!Jason Wright
2001-09-20OpenBSD style bit definitionsJason Wright
2001-09-20undef HMEDEBUG by default, and maximum rx/tx size isJason Wright
2001-09-20occured->occurredMike Pechkin
2001-09-20regenNathan Binkert
2001-09-20more broadcom BCM570x based boards.Nathan Binkert
2001-09-19merge vm/vm_kern.h into uvm/uvm_extern.h; art@ okMichael Shalayeff
2001-09-18bring sparc64 OUT of the stone age... MAXPARTITIONS 16Jason Wright
2001-09-18allow a little more time for reset and match TCM5098 (from NetBSD pr'sJason Wright
2001-09-18syncJason Wright
2001-09-18another 3com EISA board (from NetBSD pr 13948)Jason Wright
2001-09-17Save the result of the configure children, so that the deviceDale Rahn
2001-09-17Remove all of the last vestiges of vtophys (namely RFA's):Jason Wright
2001-09-17make ksyms work on sparc64 (requires essentially same goop as db_sym)Jason Wright
2001-09-16Typos in comments.Artur Grabowski
2001-09-16Typo in comment.Artur Grabowski
2001-09-16Add some missing lengths checks when passing data from userland toTodd C. Miller
2001-09-15Add a timer to reinable the OHCI RHSC (Root Hub Status Change)Dale Rahn
2001-09-15fix unknown codec id printoutMichael Shalayeff
2001-09-15syncJason Wright
2001-09-15SUN GEMJason Wright
2001-09-12get sc_bustag and sc_dmatag from attach.Jason Wright