Age | Commit message (Collapse) | Author |
|
|
|
be bridged. Do the real work in a scheduled netisr.
|
|
is used instead; kwesterback@home.com
|
|
others. syscall commit pending.
|
|
mode being moved to if_ether.c. This is the last of the drivers hopefully.
|
|
constraints should begin "=&", not "&=".
|
|
|
|
|
|
|
|
picassoII) work.
|
|
|
|
|
|
|
|
|
|
I also added aic and ep, although they are untested.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
bus_sapce_{read,write}_raw_region_[248] a la the raw_multi variants. These
last ones are not yet used.
|
|
|
|
implement an ioctl to get a spoofed label even for disks that have
a label on them.
|
|
o all but vax are major 51
|
|
o if_media'fied sun4m le.
|
|
|
|
|
|
memory list)
|
|
|
|
(size_t) and don't return EINVAL if it is < 0 in sys_{read,write}. Remove check for uio_resid < 0 uiomove() now that uio_resid is unsigned and brack remaining panics with #ifdef DIAGNOSTIC. vn_rdwr() must now take a size_t * as its 9th argument so change that and clean up uses of vn_rdwr(). Fixes 549 + more
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
We have never protected the kvm area that maps Zorro I/O registers in the
Z2 memory space from being allocated by the kmem_* routines. Lately kvm
usage has increased and we have needed more kvm allocated than earlier thus
this area have got allocated with random results. Most often resulting in
MMU fault panics, but also in hangs. This bug has stalled the amiga port
release builds for several weeks, but now I *hope* the amiga will have a
chance to be built and tested in time for 2.3.
|
|
|
|
|