NetBSD/sys
thorpej bc21c243cd For non-MII Vortex/Boomerang, set full-duplex in the MAC CONTROL register
in epsetmedia() if full-duplex is selected (new feature on these cards!)

On MII Boomerangs, set the full-duplex bit in MAC CONTROL in the statchg
callback from the MII layer.  Should fix full-duplex on these cards.
1998-08-26 01:32:41 +00:00
..
adosfs In readlink, don't copy the string's NUL-terminator, and remove a redundant 1998-08-19 13:12:40 +00:00
arch Always use pmap_kremove() if removing a mapping from the kernel pmap. 1998-08-25 23:09:08 +00:00
compat change sunos compat structure members from long to int so they stay the same on sparc64 1998-08-22 17:41:43 +00:00
conf Define the ad1848 attribute here. 1998-08-25 22:38:29 +00:00
ddb
dev For non-MII Vortex/Boomerang, set full-duplex in the MAC CONTROL register 1998-08-26 01:32:41 +00:00
filecorefs
gdbscripts
ipkdb
isofs
kern Merge Chris Torek's new `%b' bit-field format into bitmask_snprintf(). 1998-08-23 22:42:32 +00:00
lib update for b->mem change in sys/kern; now we need memcmp and memset, not just memchr. AFAIK, memcpy is provided by the compiler or by locore on this platform. 1998-08-20 17:56:22 +00:00
lkm
miscfs
msdosfs
net Use do { ... } while (0) in RTFREE(). 1998-08-25 04:22:33 +00:00
netatalk
netccitt
netinet
netiso Add some braces to make egcs happy. 1998-08-25 04:43:46 +00:00
netnatm
netns
nfs
stand
sys bitmask_snprintf() now takes a quad_t. 1998-08-23 22:43:27 +00:00
ufs Add some braces to make egcs happy. 1998-08-25 04:43:46 +00:00
uvm
vm vm_page_bootstrap takes vaddr_t *'s not paddr_t *'s 1998-08-24 22:36:36 +00:00
Makefile