summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/include/conf.h
AgeCommit message (Collapse)Author
2003-04-13Add a simple driver for the SBus ``Prestoserve'' NVRAM cards.Miod Vallat
The Legato Prestoserve NFS accelerator used to be very popular, back when NFSv3 did not exist, and disks and network speeds were not as good as they are now... This driver does not attempt to play any game with filesystems, but will only provide access to the cards NVRAM, as a block device. If you have bright ideas on ``what to do with a few MB of battery-backed memory'', I am interested in realistic suggestions!
2002-08-12Convert sparc console code from rcons and pseudo-devices to rasops and wscons.Miod Vallat
For most framebuffers it is faster. Other changes include: o 24 bit support in tcx(4) for the S24 framebuffer o accelerated cgsix(4) text console o new cgtwelve(4) driver for the GS framebuffer o improved serial driver code o better keyboard support The following framebuffers have not been tested but should work: cgfour, cgeight and cgfourteen These changes will require XF4 changes, to use Xwsfb instead of Xsun*, to be commited later today. Most of the work by me during the LSM and the week after, with code borrowed from jason@, NetBSD (new serial code), and feedback from mickey@. Work on pnozz(4) done by millert@
2002-07-10proper cdev_decl(ksyms), fix ksyms's broken functionsMichael Shalayeff
2002-07-09allow getting and setting of the ADC, DAC, and PIO ports on the daadio (this ↵Jason Wright
has been sitting in my tree for awhile)
2001-12-11Remove declarations that already exist in <sys/conf.h>Miod Vallat
2001-08-17cdev_decl cleanup; jason@ okMichael Shalayeff
2001-06-27IPF cleanup; openbsd@davidkrause.comAngelos D. Keromytis
1999-07-23Drivers for the FORCE CPU-5V:Jason Wright
o fga5000 vme-sbus bridge o system config registers o flash memory and daadio VME board driver
1999-02-01driver for the 8 serial 1 parallel SUNW,spif board:Jason Wright
o heavily based on magma driver o no support for the parallel port yet
1998-12-29first cut at a bpp driver; mailed to me by downsj eons agoTheo de Raadt
1998-08-24Add support for /dev/ksyms to arch-specific filesTodd C. Miller
1998-05-20magma serial driver; plunky@skate.demon.co.ukTheo de Raadt
1997-08-08Mostly sync to NetBSD-current 970804.Jason Downs
GENERIC currently compiles and runs; some devices (isp) are not complete and not yet enabled.
1997-05-06add ipl devicekstailey
1996-11-11Updates for SCSI scanner and SCSI unknown devices.kstailey
Removed MI *dev_decl() stuff that is now in sys/conf.h
1996-09-06random declTheo de Raadt
1996-08-11netbsd port, now we merge our changes back inTheo de Raadt