merge in hp300 support from Utah
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Wed, 9 May 1990 13:07:08 +0000 (05:07 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Wed, 9 May 1990 13:07:08 +0000 (05:07 -0800)
commit60f56dfcfcd7a71afa62e4ef87d0c22aa739e5d6
tree687eb4e4c0671dea1bb84553b14b3099a67c2a09
parent57a4ed94440d4f05db563f786eae8c1ce48baa78
merge in hp300 support from Utah

SCCS-vsn: sys/dev/cdvar.h 7.1
SCCS-vsn: sys/hp/dev/dcareg.h 7.1
SCCS-vsn: sys/hp300/dev/ctreg.h 7.1
SCCS-vsn: sys/hp/dev/device.h 7.1
SCCS-vsn: sys/hp300/dev/dcmreg.h 7.1
SCCS-vsn: sys/hp300/dev/dmareg.h 7.1
SCCS-vsn: sys/hp300/dev/dmavar.h 7.1
SCCS-vsn: sys/dev/vnioctl.h 7.1
SCCS-vsn: sys/hp300/dev/fhpibreg.h 7.1
SCCS-vsn: sys/hp300/dev/grf_dvreg.h 7.1
SCCS-vsn: sys/hp300/dev/grf_gbreg.h 7.1
SCCS-vsn: sys/hp300/dev/grf_rbreg.h 7.1
SCCS-vsn: sys/hp/dev/grfioctl.h 7.1
SCCS-vsn: sys/hp300/dev/grf_tcreg.h 7.1
SCCS-vsn: sys/hp/dev/grfvar.h 7.1
SCCS-vsn: sys/hp/dev/hilioctl.h 7.1
SCCS-vsn: sys/hp/dev/hilreg.h 7.1
SCCS-vsn: sys/hp/dev/hilvar.h 7.1
SCCS-vsn: sys/hp300/dev/hpibvar.h 7.1
SCCS-vsn: sys/hp300/dev/if_lereg.h 7.1
SCCS-vsn: sys/hp/dev/iteioctl.h 7.1
SCCS-vsn: sys/hp/dev/itereg.h 7.1
SCCS-vsn: sys/hp/dev/itevar.h 7.1
SCCS-vsn: sys/hp/dev/kbdmap.h 7.1
SCCS-vsn: sys/hp300/dev/nhpibreg.h 7.1
SCCS-vsn: sys/hp300/dev/rdreg.h 7.1
SCCS-vsn: sys/hp300/dev/scsireg.h 7.1
SCCS-vsn: sys/dev/cd.c 7.1
SCCS-vsn: sys/hp300/dev/scsivar.h 7.1
SCCS-vsn: sys/hp/dev/dca.c 7.1
SCCS-vsn: sys/hp300/dev/ct.c 7.1
SCCS-vsn: sys/hp300/dev/dcm.c 7.1
SCCS-vsn: sys/hp300/dev/dma.c 7.1
SCCS-vsn: sys/dev/vn.c 7.1
SCCS-vsn: sys/hp300/dev/fhpib.c 7.1
SCCS-vsn: sys/hp/dev/grf.c 7.1
SCCS-vsn: sys/hp300/dev/grf_dv.c 7.1
SCCS-vsn: sys/hp300/dev/grf_gb.c 7.1
SCCS-vsn: sys/hp300/dev/grf_rb.c 7.1
SCCS-vsn: sys/hp/dev/hil.c 7.1
SCCS-vsn: sys/hp300/dev/grf_tc.c 7.1
SCCS-vsn: sys/hp/dev/hil_keymaps.c 7.1
SCCS-vsn: sys/hp300/dev/hpib.c 7.1
SCCS-vsn: sys/hp/dev/ite.c 7.1
SCCS-vsn: sys/hp300/dev/if_le.c 7.1
SCCS-vsn: sys/hp300/dev/ite_dv.c 7.1
SCCS-vsn: sys/hp300/dev/ite_gb.c 7.1
SCCS-vsn: sys/hp/dev/ite_subr.c 7.1
SCCS-vsn: sys/hp300/dev/ite_rb.c 7.1
SCCS-vsn: sys/hp300/dev/ite_tc.c 7.1
SCCS-vsn: sys/hp300/dev/nhpib.c 7.1
SCCS-vsn: sys/hp300/dev/ppi.c 7.1
SCCS-vsn: sys/hp300/dev/rd.c 7.1
SCCS-vsn: sys/hp300/dev/scsi.c 7.1
SCCS-vsn: sys/hp300/dev/sd.c 7.1
55 files changed:
usr/src/sys/dev/cd.c [new file with mode: 0644]
usr/src/sys/dev/cdvar.h [new file with mode: 0644]
usr/src/sys/dev/vn.c [new file with mode: 0644]
usr/src/sys/dev/vnioctl.h [new file with mode: 0644]
usr/src/sys/hp/dev/dca.c [new file with mode: 0644]
usr/src/sys/hp/dev/dcareg.h [new file with mode: 0644]
usr/src/sys/hp/dev/device.h [new file with mode: 0644]
usr/src/sys/hp/dev/grf.c [new file with mode: 0644]
usr/src/sys/hp/dev/grfioctl.h [new file with mode: 0644]
usr/src/sys/hp/dev/grfvar.h [new file with mode: 0644]
usr/src/sys/hp/dev/hil.c [new file with mode: 0644]
usr/src/sys/hp/dev/hil_keymaps.c [new file with mode: 0644]
usr/src/sys/hp/dev/hilioctl.h [new file with mode: 0644]
usr/src/sys/hp/dev/hilreg.h [new file with mode: 0644]
usr/src/sys/hp/dev/hilvar.h [new file with mode: 0644]
usr/src/sys/hp/dev/ite.c [new file with mode: 0644]
usr/src/sys/hp/dev/ite_subr.c [new file with mode: 0644]
usr/src/sys/hp/dev/iteioctl.h [new file with mode: 0644]
usr/src/sys/hp/dev/itereg.h [new file with mode: 0644]
usr/src/sys/hp/dev/itevar.h [new file with mode: 0644]
usr/src/sys/hp/dev/kbdmap.h [new file with mode: 0644]
usr/src/sys/hp300/dev/ct.c [new file with mode: 0644]
usr/src/sys/hp300/dev/ctreg.h [new file with mode: 0644]
usr/src/sys/hp300/dev/dcm.c [new file with mode: 0644]
usr/src/sys/hp300/dev/dcmreg.h [new file with mode: 0644]
usr/src/sys/hp300/dev/dma.c [new file with mode: 0644]
usr/src/sys/hp300/dev/dmareg.h [new file with mode: 0644]
usr/src/sys/hp300/dev/dmavar.h [new file with mode: 0644]
usr/src/sys/hp300/dev/fhpib.c [new file with mode: 0644]
usr/src/sys/hp300/dev/fhpibreg.h [new file with mode: 0644]
usr/src/sys/hp300/dev/grf_dv.c [new file with mode: 0644]
usr/src/sys/hp300/dev/grf_dvreg.h [new file with mode: 0644]
usr/src/sys/hp300/dev/grf_gb.c [new file with mode: 0644]
usr/src/sys/hp300/dev/grf_gbreg.h [new file with mode: 0644]
usr/src/sys/hp300/dev/grf_rb.c [new file with mode: 0644]
usr/src/sys/hp300/dev/grf_rbreg.h [new file with mode: 0644]
usr/src/sys/hp300/dev/grf_tc.c [new file with mode: 0644]
usr/src/sys/hp300/dev/grf_tcreg.h [new file with mode: 0644]
usr/src/sys/hp300/dev/hpib.c [new file with mode: 0644]
usr/src/sys/hp300/dev/hpibvar.h [new file with mode: 0644]
usr/src/sys/hp300/dev/if_le.c [new file with mode: 0644]
usr/src/sys/hp300/dev/if_lereg.h [new file with mode: 0644]
usr/src/sys/hp300/dev/ite_dv.c [new file with mode: 0644]
usr/src/sys/hp300/dev/ite_gb.c [new file with mode: 0644]
usr/src/sys/hp300/dev/ite_rb.c [new file with mode: 0644]
usr/src/sys/hp300/dev/ite_tc.c [new file with mode: 0644]
usr/src/sys/hp300/dev/nhpib.c [new file with mode: 0644]
usr/src/sys/hp300/dev/nhpibreg.h [new file with mode: 0644]
usr/src/sys/hp300/dev/ppi.c [new file with mode: 0644]
usr/src/sys/hp300/dev/rd.c [new file with mode: 0644]
usr/src/sys/hp300/dev/rdreg.h [new file with mode: 0644]
usr/src/sys/hp300/dev/scsi.c [new file with mode: 0644]
usr/src/sys/hp300/dev/scsireg.h [new file with mode: 0644]
usr/src/sys/hp300/dev/scsivar.h [new file with mode: 0644]
usr/src/sys/hp300/dev/sd.c [new file with mode: 0644]