Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-09-25 | Change to umass to not attach immediately if the system is still 'cold'. | Dale Rahn | |
Accessing the device via polling would cause a crash in the usb subsystem. this change delays the media configuration using startuphooks, when the system is fully up and running. This allows it to configure properly and on macppc it is possible to use a umass device as root device. Has little effect on other system, because they do not force USB configuration during 'cold'. Tested by myself and brad@. | |||
2001-09-24 | Do not force polling while cold = 0; from NetBSD, hinted at by fgs@ | Miod Vallat | |
While there, bring a couple of bugfixes as well, and fix a typo. This solves the panic during mountroot experienced on some vax and some mac68k machines. | |||
2001-09-24 | Use splimp instead of splnet in some places. | Artur Grabowski | |
I don't understand why, but it helps stability a lot. | |||
2001-09-24 | get rid of kvtop, not that it matters that much | Michael Shalayeff | |
2001-09-24 | there was a possible overrun in prev folding length fix. | Michael Shalayeff | |
however i was lucky enough so it worked. anyway, this fixes the problem and seems to run very much alright on sparc at least. | |||
2001-09-23 | Read the MAC address correctly from 630EA1-based sis(4) devices. Should fix | Aaron Campbell | |
problems people have been reporting of this nature with the SiS network devices found on some motherboards; fixes pr#2085. Patch by peter@, jason@ ok Also, some space vs tab fixes while we're here. | |||
2001-09-23 | solve mtu problem a little more elegantly (ramdisk works on blade100 and | Jason Wright | |
u5 now). | |||
2001-09-23 | oops, fix the after folding sizes | Michael Shalayeff | |
2001-09-22 | supply some entropy from here | Michael Shalayeff | |
2001-09-22 | new type for video i/o entropy | Michael Shalayeff | |
2001-09-21 | sync | Theo de Raadt | |
2001-09-21 | new stuff | Theo de Raadt | |
2001-09-21 | configured mtu in BOTH places (grumble) | Jason Wright | |
Also, make it a bit higher than normal (this is an ugly hack and will be removed when I figure out what this thing wants). | |||
2001-09-21 | openbsd style %b handling | Jason Wright | |
2001-09-21 | another ETHERMTU + sizeof(struct ether_header) problem | Jason Wright | |
2001-09-21 | adapt to OpenBSD ioctl structure | Jason Wright | |
2001-09-21 | Not yet working, but getting a bit closer. | Hakan Olsson | |
2001-09-21 | Correct some pryntf() usage: get the correct number of arguments in the | Miod Vallat | |
correct order. | |||
2001-09-21 | Driver for Sun GEM ethernet. Not ready yet. | Artur Grabowski | |
From NetBSD | |||
2001-09-20 | Better timeout usage. | Miod Vallat | |
2001-09-20 | no one cares if RFIFO has been hit... so shaddap! | Jason Wright | |
2001-09-20 | OpenBSD style bit definitions | Jason Wright | |
2001-09-20 | undef HMEDEBUG by default, and maximum rx/tx size is | Jason Wright | |
ETHERMTU + sizeof(struct ether_header) not ETHERMTU | |||
2001-09-20 | occured->occurred | Mike Pechkin | |
idea from deraadt@ via NetBSD millert@ ok | |||
2001-09-20 | regen | Nathan Binkert | |
2001-09-20 | more broadcom BCM570x based boards. | Nathan Binkert | |
from FreeBSD | |||
2001-09-19 | merge vm/vm_kern.h into uvm/uvm_extern.h; art@ ok | Michael Shalayeff | |
2001-09-18 | bring sparc64 OUT of the stone age... MAXPARTITIONS 16 | Jason Wright | |
2001-09-18 | allow a little more time for reset and match TCM5098 (from NetBSD pr's | Jason Wright | |
13947 and 13948). | |||
2001-09-18 | sync | Jason Wright | |
2001-09-18 | another 3com EISA board (from NetBSD pr 13948) | Jason Wright | |
2001-09-17 | Save the result of the configure children, so that the device | Dale Rahn | |
can be unconfigured. Allows uaudio to be unplugged. Tested by lebel, aaron did not understand why the code was that way. | |||
2001-09-17 | Remove all of the last vestiges of vtophys (namely RFA's): | Jason Wright | |
o stash bus_dmamap_t in the mbuf cluster (alignment fudge is now 2+sizeof(bus_dmamap_t) o borrow FXP_RXMAP_{GET|PUT} macros from NetBSD o move a few definitions around to make it all work | |||
2001-09-17 | make ksyms work on sparc64 (requires essentially same goop as db_sym) | Jason Wright | |
2001-09-16 | Typos in comments. | Artur Grabowski | |
From Alexander Yurchenko <grange@rt.mipt.ru> | |||
2001-09-16 | Typo in comment. | Artur Grabowski | |
From Alexander Yurchenko <grange@rt.mipt.ru> | |||
2001-09-16 | Add some missing lengths checks when passing data from userland to | Todd C. Miller | |
kernel. From based on NetBSD patches. | |||
2001-09-15 | Add a timer to reinable the OHCI RHSC (Root Hub Status Change) | Dale Rahn | |
interrupt after one second. Originally the interrupt was disabled permanently after it fired once. This causes futher hot plug/removals to stop working. However the interrupt will fire several times in succession as a device is inserted/removed. This effectively debounces the interrupt. Apparently only some systems actually plug directly into the root hub: Most PCI cards do not, however newer apple motherboards all do. This was sent around for review some time back and again recently, this time with no feedback. | |||
2001-09-15 | fix unknown codec id printout | Michael Shalayeff | |
2001-09-15 | sync | Jason Wright | |
2001-09-15 | SUN GEM | Jason Wright | |
2001-09-12 | get sc_bustag and sc_dmatag from attach. | Jason Wright | |
2001-09-11 | Don't include <vm/vm_kern.h> if you don't need foo_map. | Miod Vallat | |
2001-09-10 | fix the bzero size, not that it matters that much | Michael Shalayeff | |
2001-09-10 | use arc4random for iv as art@ suggested | Michael Shalayeff | |
2001-09-06 | regen | Michael Shalayeff | |
2001-09-06 | fix a dup and add one toshiba device | Michael Shalayeff | |
2001-09-06 | regen | Michael Shalayeff | |
2001-09-06 | #9 rev IV | Michael Shalayeff | |
2001-09-06 | sync | Niels Provos | |