summaryrefslogtreecommitdiff
path: root/sys/arch/kbus/dev
AgeCommit message (Collapse)Author
2000-01-10Fix some -Wall complaintsTodd C. Miller
pmap_enter() now takes an extra arg trapsignal() now takes a union sigval as the last arg A kbus kernel now links but is untested--much more remains to be done.
1999-02-28compensate for check on unicast packets rx'd in promisc mode being movedJason Wright
to ether_input().
1999-01-11panic prints a newline for you, don't do it in the panic stringTodd C. Miller
1998-10-03Add a "spoofonly" argument to readdisklabel() which will be used toTodd C. Miller
implement an ioctl to get a spoofed label even for disks that have a label on them.
1998-09-16o if_media'fied am7990Jason Wright
o if_media'fied sun4m le.
1997-10-16updated for bounds_???gingold
1997-10-14Gingold's port for kbus Series5 machine. Not fully finished and not very stablegingold