cvs commit: src/sys/dev/esp esp_sbus.c lsi64854.c lsi64854reg.h
lsi64854var.h ncr53c9x.c ncr53c9xreg.h ncr53c9xvar.h
src/sys/modules/esp Makefile
Scott Long
scottl at FreeBSD.org
Thu Jun 10 05:11:50 GMT 2004
scottl 2004-06-10 05:11:40 UTC
FreeBSD src repository
Added files:
sys/dev/esp esp_sbus.c lsi64854.c lsi64854reg.h
lsi64854var.h ncr53c9x.c ncr53c9xreg.h
ncr53c9xvar.h
sys/modules/esp Makefile
Log:
Port the NetBSD esp(4) driver. This only includes the sbus front-end, so
its primary use is for the FEPS/FAS366 SCSI found in Sun Ultra 1e and 2
machines. Once the pci front-end is ported, this driver can replace the
amd(4) driver.
The code as-is is fairly stable. I've disabled tagged-queueing until I can
figure out a corruption bug related to it. I'm importing it now so that
people with these machines can (finally) stop netbooting and report bugs
before 5.3.
Revision Changes Path
1.1 +581 -0 src/sys/dev/esp/esp_sbus.c (new)
1.1 +722 -0 src/sys/dev/esp/lsi64854.c (new)
1.1 +205 -0 src/sys/dev/esp/lsi64854reg.h (new)
1.1 +114 -0 src/sys/dev/esp/lsi64854var.h (new)
1.1 +2938 -0 src/sys/dev/esp/ncr53c9x.c (new)
1.1 +290 -0 src/sys/dev/esp/ncr53c9xreg.h (new)
1.1 +457 -0 src/sys/dev/esp/ncr53c9xvar.h (new)
1.1 +15 -0 src/sys/modules/esp/Makefile (new)
More information about the cvs-src
mailing list