Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

NetBSD master CVS tree commits



matt
Mon Oct 13 17:53:06 PDT 1997
Update of /cvsroot/src/sys/netinet
In directory netbsd1:/var/slash-tmp/cvs-serv10837

Modified Files:
        in.h in_pcb.h in_pcb.c raw_ip.c ip_output.c 
Log Message:
Add support for returning maximum supported MTU when ip_output fails with
EMSGSIZE.


lukem
Mon Oct 13 17:53:35 PDT 1997
Update of /cvsroot/src/games/backgammon/common_source
In directory netbsd1:/var/slash-tmp/cvs-serv10729/common_source

Modified Files:
        back.h init.c 
Log Message:
define global vars with `extern' in "back.h", and only define once in
init.c... backgammon works again...


thorpej
Mon Oct 13 17:53:40 PDT 1997
Update of /cvsroot/src/sys/conf
In directory netbsd1:/var/slash-tmp/cvs-serv11491

Modified Files:
      Tag: marc-pcmcia
        files 
Log Message:
Split off NE2000 support from the ISA "ed" driver, and create a new "ne"
driver that deals with NE2000s and compatibles on ISA, PCI, and PCMCIA
busses.

This driver uses the generic DP8390 core chipset back-end.


thorpej
Mon Oct 13 17:59:21 PDT 1997
Update of /cvsroot/src/sys/dev/ic
In directory netbsd1:/var/slash-tmp/cvs-serv11726

Modified Files:
      Tag: marc-pcmcia
        dp8390.c dp8390var.h 
Log Message:
- Don't assume NIC-addressable memory starts at 0.  Compute the first
  transmit page based on mem_start.
- Garbage-collect the "typestr" and "type" stuff.  Let the front-end
  print information about the card model, and the "type" stuff has all
  been replaced by function pointers, anyhow.
- Generalize the interrupt handler (i.e. don't take mac68k-specific
  arguements; that front-end should set up a wrapper interrupt handler).
- Fix the NIC_GET() and NIC_PUT() macros so that they work with more
  implementations of bus_space(9).




Home | Main Index | Thread Index | Old Index