NetBSD/cesfic port imported


May 14, 2001 posted by Blog Import

Known working kernel bits for the NetBSD/cesfic port have been imported into the NetBSD source tree. The port is working well with a.out userland, there are some problems with ELF still, like applications running out of memory where it is not expected. See the README file for more details. [0 comments]

 

NetBSD/next68k switches to ELF


May 12, 2001 posted by Blog Import

Chuck Silvers has committed changes to convert the NetBSD/next68k port to ELF. With the COMPAT_AOUT_M68K kernel option, all your old a.out binaries should still work. Note that a.out versions of ifconfig(8) and route(8) will not work due to some structure alignment problems.
No full NetBSD/next68k ELF snapshot has been made available yet, but you can grab the NetBSD/sun3 ELF snapshot at:

ftp://ftp.NetBSD.org/pub/NetBSD/arch/sun3/snapshot/

The NetBSD/sun3 ELF snapshot will do fine for userland, and Chuck has put a NetBSD/next68k ELF kernel and boot program at:

ftp://ftp.NetBSD.org/pub/NetBSD/arch/next68k/ELF/ [0 comments]

 

Recent additions to NetBSD/sgimips


May 11, 2001 posted by Blog Import

Rafal K. Boni has added a lot of new support to NetBSD/sgimips that has been committed to NetBSD-current. Most notably is new support for the IP22 (Indigo2, Indy, Challenge S). A list of all the major new additions is as follows:

  • Support for the IP22 (Indigo2, Indy, Challenge S)
  • Support for the HPC I/O peripheral ASIC. There is where SCSI, Ethernet, etc. live on the Indigo2 and Indy
  • Support for the Seeq 8003 Ethernet attached to the HPC ASIC, found on the Indigo2 and Indy
  • Support for the Dallas 1286 clock found on the Indigo2 and Indy
  • IOC1/2 memory map
  • Support for the Indigo2/Indy IMC (this is that to which all other devices are attached)
  • Support for the SCC serial ports on Indigo2 and Indy
  • Support for configuring an SCC console
  • Generic software interrupt implementation, derived from NetBSD/mipsco
  • Basic EISA support for the Indigo2
  • Dynamic system configuration support, derived from NetBSD/pmax

An example kernel configuration file for Rafal's Indigo2 can be found in sys/arch/sgimips/conf/TEAL. [0 comments]

 

Port page created (sun2)


May 09, 2001 posted by Blog Import

NetBSD/sun2 now has a port page on www.NetBSD.org. [0 comments]

 

(vax) Two new drivers committed


May 06, 2001 posted by Blog Import

Anders Magnusson has committed a driver for the Interlan NI1010 Ethernet Controller (il) and a driver for the DEC DDCMP DMC-11/DMR-11 interface (dmc) to NetBSD/vax -current. Both drivers are from 4.4BSD. [0 comments]

 

Support for VAX 4000/705A


May 01, 2001 posted by Blog Import

Michael Kukat has written support for the VAX 4000/705A. [0 comments]

 

NetBSD/mvme68k now using MI 53c710 driver


April 30, 2001 posted by Blog Import

NetBSD/mvme68k is now using the MI driver for 53c710 SCSI controller recently committed by Izumi Tsutsui. If you're tracking -current on NetBSD/mvme68k and have you own custom kernel config files for mvme1[67][27] (i.e. all models except mvme147), you'll need to replace any reference to `ncrsc' (the old driver) with `osiop' (the new MI driver). [0 comments]

 

VAX-specific in4_cksum() function repaired


April 28, 2001 posted by Blog Import

Anders Magnusson has repaired the VAX-specific in4_cksum() function, which, in turn, will improve performance. For example, a VAX3900 with DEQNA (the bad one) peeks just above 500K/s now, around 50% of the cable capacity, which is actually very good. [0 comments]

 

Hardware scrolling for RiscPC/A7000/NC wscons


April 02, 2001 posted by Blog Import

Reinoud Zandijk has committed code for hardware scrolling for the RiscPC and compatibles. This new code has been tested in different screen resolutions and depths, and its all worked ok so far. It even appears to run faster than the original vidcconsole code. More details are available in Reinoud's announcement in the port-arm32 mail archive. [0 comments]

 

NetBSD/sparc using a pool cache for pmap allocation


March 26, 2001 posted by Blog Import

Paul Kranenburg has updated NetBSD/sparc to use a pool cache for pmap allocation. The cached pmap structures include a ready-to-use level 1 page table (on sun4m) and MMU context. A simple `fork()' test shows an improvement in spent system time of around 4 percent. [0 comments]

 

NetBSD/news68k switches to ELF


March 19, 2001 posted by Blog Import

NetBSD/news68k is now using ELF as its native object file format in -current. An ELF snapshot is available in the NetBSD/news68k snapshot area of the ftp server. Also available are instructions for upgrading from this snapshot or from source. [0 comments]

 

Linux compatibility enabled for PowerPC ports


March 12, 2001 posted by Blog Import

Emmanuel Dreyfus has integrated Linux binary compatibility for PowerPC ports. This means that NetBSD/prep should now be able to run LinuxPPC binaries such as Netscape Communicator. [0 comments]